@import url("typography.css"); 
@import url("colour.css"); 

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

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

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

/* Normalizes 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; }

/* Removes border 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 :''; }



/* layout.css */

html 	{
	text-align : center;
	
}

body {
	width:984px;
	margin : 0 auto;
	text-align : left;
	background-image: url(../images/background_big.jpg);
	background-repeat: repeat-x;
	background-position: left -3px;
	background-color:#f8f4f4;
}

body#main_css {
	width:984px;
	margin : 0 auto;
	text-align : left;
	background-image: url(../images/background_bigA.jpg);
	background-repeat: repeat-x;
	background-position: left -3px;
}

	

#container {width : 960px;}

#wrapper #branding {
	background-image: url(../images/branding-back.jpg);
	background-repeat: repeat-x;
	background-position: left -13px;
}



/* mainNav
=======================*/

#branding #nav-main ul {
background:transparent url(images/mainNavBg.gif) repeat-x scroll 0 0;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:-41px 0 0 240px;
padding:0;
width:720px;
font-size:16px;
}





#branding #nav-main ul li {
  float: left;
}



#branding #nav-main ul a {
	padding: 0 0.5em;
	line-height: 2.1em;
	text-decoration: none;
	color: #897e7c;
	float: left;
	display: block;
	font-weight:bold;
	
}

#wrapper #content #content-main #content-intro {
height:285px;
width:983px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
margin-top:2px;
}

#wrapper #content #content-main #content-intro img {-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;}


#main_css #content #content-main #content-intro {
background-image: none;
background-repeat:repeat-x;
margin-bottom:24px;
margin-top:36px;
height:100px;
}




#branding #nav-main ul .first a  {
  background: none;
}

#main_css #content {
}




/*LIGHT BOX CSS*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100!important; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; z-index: 98!important; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 99!important; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:../image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*form layout*/


form {
	width: 470px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	float:left;
}


	fieldset {
	border: 0px solid transparent;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
}



legend { font-weight: bold;}

label { display:block; float:left; width:10em;}


input { width: 200px;}

input:focus, textarea:focus { 
background: #ffc;}

.required {
	font-size: 0.75em;
	color:#FF0D0D;
}

#main_css #content #content-main .main_container p { padding:6px 10px 6px 0;}
#main_css #content #content-main .main_container .price { font-size:18px; font-weight:bold;}
#main_css #content #content-main .main_container .product { border-bottom:1px solid; margin-bottom:18px; padding:18px 0;}
.big_product { border:10px solid #897E7C; margin:18px 0;}
			
#remember-me label { width:4em;}


/*mooquee on homepage*/

.mooquee
{
	/* don't change */
   /*border-bottom:1px solid #D0C8C3;
border-top:1px solid #D0C8C3;*/
overflow:hidden;
	padding-top:10px;
	position:absolute;
	white-space:nowrap;
	margin-top:136px;
	margin-left:7px;

	
}

#wrapper #content #content-main #mooquee1 a { border-bottom:none;}
.mooquee-text, .mooquee-left, #container #content #content-main #mooquee1 a
{position: absolute;}

#wrapper #content #content-main #content-intro img { float:left;}

#main_css #content #content-main img.main { float:right; margin-top:-60px;}

#wrapper #content #content-main .container {
	margin-top:18px;
	background-image:url(../images/services_backround_home.png);
	background-repeat: no-repeat;
	width:984px;
	height:345px;
	margin-bottom:18px;
}

#wrapper #content #content-main .conA { background-image:url(../images/services_backround_homeA.png)!important;}



/*site_info*/

#wrapper .site_info {
background-image:url(../images/content_sub_background.jpg);
background-repeat:repeat-x;
border:1px solid #dddddd;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
clear:both;
margin-bottom:36px;
margin-top:18px;
}

#wrapper .site_info .logos { background-image:url(../images/logosparts.png); height:83px; margin-top:36px;}


#wrapper .site_info .wrapper {
margin-left:340px;
margin-top:-35px;
}

.car_badges { float:right; margin-bottom:18px;}

#wrapper #content #content-main #content-intro .how_to_find {
background-image:url(../images/map_background.jpg);
display:block;
float:left;
height:173px;
margin-right:0px;
margin-left:18px;
padding-left:0;
width:366px;
}

#wrapper #content #content-main #content-intro .how_to_find #map_canvas {margin:20px 15px;}

#wrapper #content {
	background-image:url(../images/background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left 880px;
}

#main_css #wrapper #content {
	margin-top:-17px;
	background-image: none;

}

#wrapper #content #content-main .moosidebit {
margin-left:-483px;
margin-top:150px;
position:absolute;
z-index:99;
}
#wrapper #content #content-main .moosidebitA { float:right;
margin-right:0;
margin-top:18px;
z-index:99;}

#wrapper #content #content-main #mooquee1 img { margin-top: 10px;}


#main_css #content #content-main .main_container{
border-bottom-style:none;
float:left;
margin:0 0 3.1em 0;
width:710px;
}


#main_css #content #content-main .main_container h3 a img { float:left; margin-right:20px; margin-bottom:20px;}

#wrapper #content dl { width: 460px; padding-right: 20px; float:left; border-right: 1px solid #ccc; margin-bottom: 136px;}

#wrapper #content .containerA {width: 460px; float:right;}

#wrapper #content .containerA .float_left { float:left;}

#main_css #content #content-main .main_container .staff_image {  float:left; margin:-37px 20px 86px 0; border: 1px solid #ccc;}

#wrapper .container .column {
background-image:url(../images/service_back.jpg);
border-bottom:1px solid #DAD9D9;
border-left:1px solid #DAD9D9;
float:left;
height:8em;
padding:18px 10px 18px 18px;
width:220px;
}
#wrapper .container .column_last {width: 225px; float:left; padding: 18px 0px 18px 10px;;border-left:1px solid #E9E9E9; padding-left: 10px; background-image: url(../images/service_back.jpg); height: 8em; border-right:1px solid #DAD9D9; border-bottom:1px solid #DAD9D9;}

#wrapper .container .column img, #wrapper .container .column_last img { float:left; margin-right: 10px; }

#main_css #content .content_sub .more_services {
	border-bottom:  1px solid #ccc;
	margin-left:10px;
	padding: 18px 0;
}

#main_css #content .content_sub .more_services h4 { margin-left:0px; margin-top:0em; border-bottom: none; margin-bottom:0em;}

#main_css #content .content_sub .more_services p {font-size:0.8333em;
line-height:1.8em; }

#main_css #content .content_sub .more_services p a { border-bottom:none; padding-left:0px;}

#content #content-main .simplelist li { float:none; height:100%; width:100%; font-size:12px; list-style-type:circle; margin-bottom:0;}
.fb-box {margin-left: 10px; padding: 18px 0;}

/* rss blog feed */

div#rssincl-box-295476 {
    overflow-x: auto;
    width: 700px;
	margin:36px 0;
}

div#rssincl-box-295476 div.rssincl-content div.rssincl-entry {
    background-color: #F3F3F3;
    border-bottom: 1px solid #808080;
    padding: 18px 0!important;
}

div#rssincl-box-295476 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a {
    color: #0099CC!important;
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px!important;
    font-weight: bold;
    text-decoration: underline;
}

div#rssincl-box-295476 div.rssincl-content div.rssincl-entry {
    background-color: #F8F4F4!important;
    border-bottom: 1px solid #808080;
    padding: 5px;
}

/* gallery */

.gallery { float:left;}
.gallery li { float:left; margin-right: 17px; margin-bottom:18px; height: 100px!important; width:160px!important; }
.gallery li a { float:left; border: 1px solid #CCCCCC; padding: 5px;}

/* small slider */

#slider-code { height: 125px; overflow:hidden; position: relative; margin-bottom:18px;}
#slider-code .viewport { float: left; width: 984px; height: 125px; overflow: hidden; position: relative; }
#slider-code .buttons { display: block; margin:0; position: absolute; z-index: 99; height: 308px; background:url(../images/silde-small-buttonA.png) no-repeat 0 0; width:47px; text-indent:-9999px;  border: none;text-decoration:none; }
#slider-code .buttons:hover { background:url(../images/silde-small-buttonA.png) no-repeat -47px 0;}
#slider-code .next { display: block; height: 308px; margin: 0; left:800px;left:938px; background:url(../images/silde-small-button.png) -47px 0 no-repeat;}
#slider-code .next:hover { background:url(../images/silde-small-button.png) no-repeat 0px 0;}
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; position: absolute; margin:0!important; padding:0!important; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin:0!important; height: 10.6em!important;  width: 220px!important; border-bottom: 1px solid #DAD9D9; border-left: 1px solid #DAD9D9; padding: 18px 10px 18px 18px; background:url(../images/logo-slider-back.jpg) repeat-x #f9f8f6;}
#slider-code .overview li a { border-bottom:none;}

/* big  slider */

#slider-big { height: 308px; overflow:hidden; position: relative; }
#slider-big .viewport { float: left; width: 983px; height: 308px; overflow: hidden; position: relative; }
#slider-big .buttons { display: block; margin:0; position: absolute; z-index: 99; height: 308px; background:url(../images/silde-big-buttonA.png) no-repeat 0 0; width:47px; text-indent:-9999px;  border: none;text-decoration:none; }
#slider-big .buttons:hover { background:url(../images/silde-big-buttonA.png) no-repeat -47px 0;}
#slider-big .next { display: block; height: 308px; margin: 0; left:800px;left:938px; background:url(../images/silde-big-button.png) -47px 0 no-repeat;}
#slider-big .next:hover { background:url(../images/silde-big-button.png) no-repeat 0px 0;}
#slider-big .disable { visibility: hidden; }
#slider-big .overview { list-style: none; position: absolute; padding:0!important; margin: 0!important; left: 0; top: 0; }
#slider-big .overview li{ float: left; margin:0!important; padding:0!important; height: 308px!important; border: none; width:983px!important; text-indent:-9999px;}
#slider-big .overview li a { text-indent:-9999px;}
