@charset "utf-8";
/* CSS Document */

.homeimage {margin: 0 -15px;}

.homeimagesmall {margin-top: 8px;}

.homeimagesmall li {
	float: left;
	margin-left: 4px;
	display: inline;
}

.homeimagesmall li:first-child {
	margin-left: 0;
}

.homeimagesmall li a {}

.homeimagesmall li a img {
	width: 101px;
	height: 60px;
}

.homeprinter {
	float: right;
	margin: -23px -35px 0 0;
	position: relative;
	z-index: 50;
}

.scalepics {margin: 0 -12px; }

.scalepics li {float: left;}

.scalepics li img {display: block;}

.pricematrix .size {width: 30px;}

.pricematrix .data {width: 55px;}

.pricematrix {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.pricematrix table {}

.pricematrix tr {}

.pricematrix th, .pricematrix td {
	text-align: center;
	padding: 2px 0;
	border: #999 solid 1px;
}

.pricematrix th {
	background-color: #CCC;
	text-transform: uppercase;
	font-size: 7pt;
}

.pricematrix thead th:first-child {
	border: none;
	background-color: #FFF;
}

.pricematrix a {
	color: #000;
	text-decoration: none;
	display: block;
}

.pricematrix a:hover {
	color: #FFF;
	text-decoration: underline;
}

.pricematrix td {font-size: 8pt;}

.pricematrix tbody tr:hover td {background-color: #E5E5E5;}

.pricematrix tbody tr td:hover {background-color: #F90;}

.pence {font-size: 7pt;}

.last {margin-right: 0;}



/* SLIDESHOW */


div.slideshow
	{position: relative; height: 296px;}

/*div#video-header{
height:683px;
margin:-1px 0 0;
}*/

div#slide-holder{
z-index:40;
width: 655px;
height:301px;
position:absolute;
margin: 0 0 0 -15px; margin-top: 0 !important;
}
div#slide-holder div#slide-runner{
top:9px;
left:9px;
width:655px;
height:301px;
overflow:hidden;
position:absolute;
margin: -10px 0 0 -9px;
background: url(../images_banners/dovercourt_ford_banner.jpg) no-repeat top left;
}
div#slide-holder div#slide-runner a
	{display: block;}
div#slide-holder img{
margin:0;
display:none;
position:absolute;
}
div#slide-holder div#slide-controls{
left:0;
bottom: -5px;
width:655px;
height:46px;
display:none;
position:absolute;
}
div#slide-holder div#slide-controls p.text{
float:left;
color:#000;
display:inline;
font-size:10px;
line-height:16px;
margin:15px 0 0 20px;
text-transform:uppercase;
}
div#slide-holder div#slide-controls p#slide-nav{
float:right;
display:inline;
margin:11px 10px 0 0;
}
div#slide-holder div#slide-controls p#slide-nav a{
float:left;
font-weight: bold;
width:1em;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
padding: 6px;
color: #000;
display:inline;
margin:0 5px 0 0;
line-height:1;
font-weight:bold;
text-align:center;
text-decoration:none;
background-color: #EEE;
}

div#slide-holder div#slide-controls p#slide-nav a:hover
	{background-color: #CCC;}

div#slide-holder div#slide-controls p#slide-nav a.on{
background-color: #F90; color: #FFF;
}

/* artwork call to action */

.cta-artwork  > :first-child {
	margin-top: 0 !important;
}

.cta-artwork {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F90;
}

.cta-artwork-add {
	font-size: 18px;
	color: #000;
}

.cta-artwork-alt {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

.cta-artwork-add span {color: #F90;}

/* Photostrip */

ul.photo-strip {margin: 0 -30px; position: relative; height: 120px;}

ul.photo-strip li {
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

ul.photo-strip li a {
}

ul.photo-strip li a:hover {display: block;}

ul.photo-strip li:nth-child(1) {-moz-transform:rotate(-3deg);-webkit-transform:rotate(-3deg);transform:rotate(-3deg); position: absolute; left:0; top:5px; z-index: 20;}
ul.photo-strip li:nth-child(2) {-moz-transform:rotate(1deg);-webkit-transform:rotate(1deg);transform:rotate(1deg); position: absolute; left:130px; top:15px; z-index: 1;}
ul.photo-strip li:nth-child(3) {-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);transform:rotate(-2deg); position: absolute; left:230px; top:5px; z-index: 20;}
ul.photo-strip li:nth-child(4) {-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg);transform:rotate(2deg); position: absolute; left:340px; top:10px; z-index: 1;}
ul.photo-strip li:nth-child(5) {-moz-transform:rotate(-1deg);-webkit-transform:rotate(-1deg);transform:rotate(-1deg); position: absolute; left:435px; top:5px; z-index: 20;}
ul.photo-strip li:nth-child(6) {-moz-transform:rotate(3deg);-webkit-transform:rotate(3deg);transform:rotate(3deg); position: absolute; left:540px; top:10px; z-index: 1;}

ul.photo-strip li:hover {
	-moz-transform:rotate(0deg);
	-moz-transform:scale(1.1);
	-webkit-transform:rotate(0deg);
	-webkit-transform:scale(1.1);
	transform:rotate(0deg);
	transform:scale(1.1);
	z-index: 100;
}

ul.photo-strip li:hover img {
	-moz-box-shadow: 0px 6px 12px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 6px 12px rgba(0,0,0,0.6);
	box-shadow: 0px 6px 12px rgba(0,0,0,0.6);
}

ul.photo-strip li img {
	border: 5px #FFF solid;
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 6px rgba(0,0,0,0.6);
}

.no-boxshadow ul.photo-strip li img {border-color: #fff;}

.no-boxshadow ul.photo-strip li {border: #ccc 1px solid;}

/* Home List */
ul.home-list {margin: 8px 0;}

ul.home-list li {
	list-style: outside url(../images/bullet.png);
	line-height: 13px;
	margin: 4px 5px 4px 25px;
	width: 145px;
	float: left;
}

/* Quote */
.homequote {
	font-size: 13px;
	font-style: italic;
}

.homequote .quoteby {
	font-weight: bold;
	color: #F90;
}

.bqstart, .bqend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 700%;
}

.bqstart {
	float: left;
	height: 20px;
	margin-top: -30px;
	margin-bottom: 30px;
	margin-right: 5px;
}

.bqend {
	float: right;
	height: 25px;
	margin-top: -30px;
	margin-bottom: 20px;
}


