/* CSS Document */

@import url(/css/styles_cars.css);

/*Normalise margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td 
{ margin: 0; padding: 0;}

/*Normalise font size for headers*/
h1, h2, h3, h4, h5, h6 
{font-size: 100%;}

/*Removes list style form lists*/
ol, ul {list-style: none;}

/*Normalises font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}

/*Removes list-style from lists*/
table{
	border-collapse:collapse;
	border-spacing: 0;
	width: 496px;
}

/*Removes borders from fieldset and img*/
fieldset, img {border: 0;}

/*Left aligns text in caption and th*/
caption, th {text-align: left;}

/*Removes quotation marks from q*/
q: before, q:after {content:'';}

body {
	text-align:center;
	max-width:inherit;
	background-color: #000000;
	color: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-bottom-color: #FFFFFF;
}

#wrapper {
	width: 758px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	border-right: 1px solid #4E4E4E;
	border-left: 1px solid #4E4E4E;
	background-color: #000000;
}
#branding {
	height: 160px;
	background-color: #000000;
	background-image: url(images/car8.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}
#wrapper #scrollingarea {
	background-color: #000000;
	height: 18px;
	width: 758px;
}
#branding img {
	padding: 15px 0px 0px 15px;
}


#navigation {
	height: 20px;
	width: 758px;
}
#navigation .topnav #nav {
	float: left;
	padding-right: 32px;
	font-size: 16px;
}
#navigation .topnav #navlast {
	padding-right: 0px;
	margin-right: 0px;
	font-size: 16px;	
	
}



#secondarynav {
	width: 28%;
	float: right;
	margin-top: 7px;
}


#content {
	float: left;
	width: 69%;
	margin-top: 7px;
	padding-left: 12px;
	border-collapse:collapse;
	margin-bottom: 10px;
	clear: both;
}


#contentice {
	float: left;
	width: 69%;
	margin-top: 10px;
	padding-left: 12px;
}
#sales .new {
	position: absolute;
	top: 25px;
	right: 0px;
	height: auto;
	width: auto;
}
#wrapper #content #dialogue .restoration {
	float: left;
	clear: right;
	margin-left: 27px;
}


dt {
	font-size: 110%;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 25px;
}

dd {
	margin-bottom: 15px;
	padding-right: 24px;
	padding-left: 25px;
}


/*------------------Service selectors---------------------------*/

#service img {
	border: solid 1px #FFFFFF;
	padding: 8px;
	background-color: #000000;
}
#service p {
	padding-bottom: 18px;
}
#service {
	font-size: 120%;
	background-color: #333333;
	border:solid 1px #FFFFFF;
	padding-right: 25px;
	padding-left: 30px;
	padding-bottom: 20px;
} 

/*--------------------End Service Selectors-------------------*/


h1 {
	font-size: 210%;
	padding-top: 25px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-left: 24px;
}


ul li {
	float: left;
	font-size: 123%;
	font-weight: bold;
	padding-right: 12px;
}
#service h1 {
	padding-left: 0px;
	font-size: 210%;
}



h3 {
	font-size: 150%;
	padding: 30px 0px 11px 14px;
	font-weight: bold;
	background-image: url(images/top_border_red.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

/*-----------------------Sales selectors----------------------*/


#sales {
	border: 1px solid #FFFFFF;
	background-image: url(images/background7lightera.jpg);
	background-repeat: repeat;
	height: 157px;
	width: 200px;
	margin-bottom: 9px;
	position: relative;
}


#sales p {
	font-size: 110%;
	padding: 0px 14px 13px;
}
#sales a {
	float: right;
	color: #FF0000;
	text-decoration: underline;
	padding-bottom: 2px;
}

/*---------------------End of Sales selectors----------------------------*/


.posted {
	font-family: "Courier New", Courier, monospace;
	color: #FF0000;
	font-style: normal;
	margin-bottom: 5px;
}	
	

.firstline {
	font-size: 125%;
	font-weight: bold;
}

.reduce {
	font-size: 80%;
	clear: right;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#branding h1 {
	color: #000000;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}


a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


#secondarynav #sales a:link{
color:#FF0000;
text-decoration: underline;
}
#secondarynav #sales a:visited {
color:#FF0000;
text-decoration: underline;
}
#secondarynav #sales a:hover  {
color:#FFFFFF;
text-decoration: underline;
}
#secondarynav #sales a:active {
color:#FFFFFF;
text-decoration: underline;
}

#content img {
	margin-bottom: 12px;
}

#service .boldred {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}


/*-------------------------Footer selectors-----------------------------*/

#footer li {
	font-size: 80%;
	font-weight: normal;
	padding: 0px 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#footer a {

}

#footer ul {
	margin-left: 47px;
	text-align: center;
	margin-top: 10px;
	clear: both;
}
#numbers {
	float: right;
	clear: left;
	font-size: 150%;
	text-align: right;
}

#footer p {
	font-size: 150%;
	clear: right;
	padding-left: 475px;
	text-align: right;
}

#footer {
	border-top: solid 1px #FF0000;
	padding-top: 8px;
	clear: left;
	background-image: url(images/specialistsasslogosmall-2.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	padding-bottom: 5px;
	border-collapse: collapse;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	background-color: #000000;
}

#clearfooter {
	visibility: hidden;
}

/*------------------------sitemap selectors---------------------------*/
#wrappersitemap {
	width: 758px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	height: auto;
	}

#wrappersitemap #sitemaplist {
	background-image: url(images/emblems_vectorizedb.jpg);
	background-repeat: no-repeat;
	background-position: 335px 90px;
	width: 96%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	list-style-position: inside;
	list-style-type: disc;
	}

.sitemap {
	padding-left: 50px;
	padding-top: 40px;
	clear: right;
	float: left;
	padding-bottom: 35px;
}
#wrappersitemap #clearfooter {
	visibility: hidden;
}


#sitemaplist  li {
	clear: both;
	float: left;
	height: auto;
	width: auto;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 50px;
	padding-bottom: 4%;
}
#footersitemap {
	clear: left;
	margin-right: 16px;
	margin-left: 16px;
	height: auto;
	border-top: 1px solid #FF0000;
	padding-bottom: 40px;
}

/*---------------------------------End of Sitemap Selectors--------------------------------------*/



/*-------------------Dialogue Selectors-------------------------*/

#dialogue {
	border:solid 1px #FFFFFF;
	width: 100%;
	font-size: 125%;
	padding-top: 0px;
	padding-bottom: 25px;
	background-repeat: repeat;
	background-position: left top;
	background-color: #333333;
	background-image: url(images/background7lightera.jpg);
	clear: both;
	float: left;
}
#wrappersitemap #sitemapclearfooter {
	
	height: auto;
}
#wrapper #footer #bottomnav {
	margin-left: 25px;
}

#wrapper #content .bubbles {
	margin-bottom: 10px;
}

.strong {
	font-weight: bold;
	padding-top: 8px;
	color: #FFFFFF;
}


#wrapper #sitemapclearfooter {
	clear: both;
	height: auto;
	color: #000000;
	background-color: #00FFFF;
}
#dialogue .bold {
	font-weight: bold;
	text-decoration: none;
}


#dialogue p {
	padding-bottom: 15px;
	padding-right: 24px;
	padding-left: 25px;
}
.thinred {
	color: #FF9933;
}
#service p {
	padding-bottom: 15px;
}




.boldred {
	font-weight: bold;
	color: #FF0000;
	font-size: 110%;
	font-style: italic;
	padding-bottom: 4px;
	padding-top: 2px;
}

#dialogue .left {
	float: left;
	margin: 10px 15px 0px 0px;
}
#wrapper #content #dialogue .linksred {
	color: #FF0000;
	padding-left: 24px;
	font-weight: bold;
	padding-top: 8px;
}


#dialogue img {
	border: 1px solid #FFFFFF;
	float: right;
	background-color: #000000;
	margin-bottom: 10px;
	clear: left;
	padding: 8px;
}
dd .linksred {
}


#dialogue h1 .intro {
	font-size: 80%;
}
#dialogue #contactus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	padding-top: 10px;
	font-weight: normal;
}
#dialogue #contactus .shift {
	margin-left: 70px;
	font-size: 100%;
}
#dialogue .contactus {
	font-size: 110%;
	font-weight: bold;
	width: 85px;
	float: left;
	clear: right;
}
#dialogue .contactus4 {
	font-size: 110%;
	font-weight: bold;
	clear: right;
	float: left;
	width: 85px;
}
#dialogue .email {
	font-size: 110%;
}
#dialogue p a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#dialogue dd a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#dialogue .contactus2 {
	float: left;
	clear: right;
	width: 85px;
	color: #333333;
}
#dialogue .boldrednormal {
	color: #FF0000;
	font-weight: bold;
}


#dialogue .contactusnumber {
	font-size: 120%;
	padding-top: 20px;
	padding-right: 8px;
}
#dialogue .contactus3 {
	font-size: 110%;
	font-weight: bold;
	clear: right;
	float: left;
	width: 85px;
}
#dialogue .days {
	font-weight: bold;
	font-size: 110%;
	padding-right: 6px;
}
#dialogue .boldrednormal .email a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#dialogue #map {
	margin-top: 15px;
	padding-left: 25px;
}
#dialogue .google {
	margin-top: 15px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#wrapper #content #dialogue #icebox {
	clear: right;
	float: left;
	margin-left: 25px;
	margin-right: 24px;
	display: inline;
}



/*---------ice----------*/

#dialogue .incarleft {
	float: left;
	clear: both;
	margin-bottom: 17px;
	margin-top: 17px;
}
#dialogue .incarright {
	margin-bottom: 17px;
	margin-top: 17px;
	float: right;
	clear: right;
	margin-left: 25px;
}
#dialogue #toprow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	float: left;
	clear: both;
}

#dialogue #secondrow {
	float: left;
	clear: both;
}

#dialogue #thirdrow {
	clear: both;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#dialogue #fourthrow {
	clear: both;
	float: left;
}


#dialogue .local {
	margin-right: 20px;
	margin-left: 10px;
}
#dialogue .left {
	padding: 8px;
	float: left;
	margin-bottom: 2px;
	margin-top: -3px;
}
#dialogue .raise {
	margin-top: -8px;
	}
	
#dialogue .extra {
	font-size: 85%;
	color: #FFFFFF;
	float: right;
	margin-right: -15px;
	padding-bottom: 0px;
	margin-top: 15px;
}

#dialogue dt a {
	text-decoration: underline;
}
#dialogue dd a:hover {
background:url(images/link.gif) no-repeat center left
}

#wrapper #content #dialogue .alpine {
	font-size: 75%;
	float: left;
	margin-top: -12px;
                     margin-bottom: 10px;
	margin-left: -25px;
}
#wrapper #content #dialogue .technicians {
                     font-weight: bold;
                     margin-top: 30px;
	margin-bottom: -5px;
}


		
/*----------------------End of Dialogue Selectors--------------------------*/	
		
/*----------Accessories Page---------------*/	
	

#content #accessories {
	background-image: url(images/background7lightera.jpg);
	border: 1px solid #FFFFFF;
	clear: both;
	float: left;
	width: 522px;	
}

.accessories .cases {
	list-style-type: none;
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	margin-left: 23px;
	margin-top: 5px;
	margin-right: -10px;
}
#wrapper #content #accessories #accessoriespara {
	font-size: 120%;
	padding-right: 18px;
	padding-left: 23px;
	padding-bottom: 10px;
}

#accessories .group {
	padding: 8px;
	border: 1px solid #FFFFFF;
	margin-left: 24px;
	background-color: #000000;
	margin-bottom: 25px;
	clear: both;
	float: left;
}
#accessories .accessories p {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 23px;
	margin-top: -2px;
	margin-bottom: -2px;
	font-size: 75%;
}	
	#wrapper #content #accessories .accessories .vga_list .bottom {
	padding-bottom: 10px;
}

h4 {
	padding-left:23px;
	padding-top: 20px;
	font-size: 82%;
}
  
#content #clear {
	clear: both;
	height: 1px;
	float: left;
	width: 522px;
	background-image: url(images/backgroundblsq.jpg);
	background-repeat: repeat;
}

#content #dialogue .aboutus {
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.separator {
	background-position: center;
	margin-left: 126px;
	margin-top: 10px;
	margin-bottom: 10px;
}
 
div h1 {
	font-size: 200%;
}
#wrapper #content  #strong {
	font-weight: bold;
	font-size: 105%;
	padding-bottom: 15px;
	font-style: italic;
}
#wrapper #content #dialogue .aboutus {
	float: left;
}


/*----------------Accessorise page----------------------*/

#wrapper #content #accessories .accessories .vga_list {
	font-size: 60%;
	padding-left: 75px;
	margin-bottom: 20px;
	}
#wrapper #content #accessories .accessories .vga_list .one {
	margin-left: 50px;
}	
#wrapper #content #accessories .accessories .vga_list .two {
	margin-left: 67px;
}
#wrapper #content #accessories .accessories .vga_list .four {
	margin-left: 77px;
}
#wrapper #content #accessories .accessories .vga_list .five {
	margin-left: 49px;
}

#wrapper #content #accessories .accessories .vga_list .six {
	margin-left: 49px;
	
}
#wrapper #content #accessories .accessories .vga_list .three {
	margin-left: 95px;
	padding-bottom: 10px;
	height: auto;
}
#translate {
	padding: 5px;
	border: 1px solid #FFFFFF;
	float: left;
	width: 190px;
	height: 95px;
}
#wrapper #navigation .topnav {
	background-color: #009999;
	margin-left: 13px;
}
#wrapper #content #dialogue .toprestoration {
	margin-top: 280px;
}
#accessories h1 {
	font-size: 250%;
}
.bubblesnewspage {
	margin-left: 10px;
	margin-bottom: 20px;
	clear: right;
	float: left;
	margin-right: 15px;
	
}


table {
	margin-left: 25px;
	margin-right: 25px;
	width: 475px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}
td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	height: 35px;
}
.tablecaption {
	background-color: #000000;
}
.bold {
	font-weight: bold;
	text-decoration: underline;
}
#content .newspage {
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	margin-left: 35px;
}
