/* clear browser defaults
********************************************************/
* {margin:0; padding: 0;}

body {
	font-size: 76%;
	line-height: 1.3;
	font-family: arial, verdana, helvetica, sans-serif;
	background:#97cc4c;
    }
h1,h2,h3,h4,h5,h6 {
	margin: 0.5em 0 0.5em 0;
    }
p,ul,ol {
    margin: 0.5em 0 1em 0;
    }
ul,ol {
	margin-left: 2em;
    }
h1 {	font-size:2.8em;
	margin-top:0;
	text-transform:uppercase;
	color:#999966;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1.1em;}

a img {border: none;}

#main_container {
	padding:16px;
	background-color:#fff;
	width:987px;
	margin:30px auto 30px auto;
	position:relative;
}

#top_left_cnr {
	background:#fff url('images/top_left.gif') no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	width:11px;
	height:11px;
}

#top_right_cnr {
	background:#fff url('images/top_right.gif') no-repeat 0 0;
	position:absolute;
	top:0;
	right:0;
	width:10px;
	height:11px;
}

#bottom_left_cnr {
	background:#fff url('images/bottom_left.gif') no-repeat 0 0;
	position:absolute;
	bottom:0;
	left:0;
	width:10px;
	height:10px;
}

#bottom_right_cnr {
	background:#fff url('images/bottom_right.gif') no-repeat 0 0;
	position:absolute;
	bottom:0;
	right:0;
	width:10px;
	height:10px;
}

#banner_container {
	background:#fff url('images/garage_brands_logo.gif') no-repeat 0 0;
	display:block;
	height:104px;
	width:511px;
	margin:9px 0 0 2px;
	clear:both;
}

#main_nav_container {
	width:100%;
	height:36px;
	background:#fff url('images/nav_bg.gif') repeat-x 0 0;
	position:relative;
	clear:both;
	margin: 36px 0 0 0;
	
}

#nav_left_bg {
	width:4px;
	height:36px;
	background:#fff url('images/nav_left.gif') no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
}

#nav_right_bg {
	width:6px;
	height:36px;
	background:#fff url('images/nav_right.gif') no-repeat 0 0;
	position:absolute;
	top:0;
	right:0;
}

#main_nav_container ul {
	margin:0;
	padding:0 0 0 34px;
}

#main_nav_container li {
	margin:0;
	padding:0 40px 0 0;
	list-style:none;
	float:left;
}

#main_nav_container a {
	margin:0;
	padding:0;
	text-decoration:none;
	display:block;
}

#main_nav_container a  img{
	border:none;
}

#main_nav_container  .home_img_link{
	width:43px;
	height:36px;
}

#main_nav_container .digital_foci_img_link{
	width:93px;
	height:36px;
}

#main_nav_container .album_img_link{
	width:53px;
	height:36px;
}

#main_nav_container .smartparts_img_link{
	width:98px;
	height:36px;
}

#main_nav_container .picture_keeper_img_link{
	width:125px;
	height:36px;
}

#main_nav_container .contact_img_link{
	width:70px;
	height:36px;
}

#main_nav_container  .home_img_link a{
	background:url('images/home_img.gif') no-repeat 0 0;
	width:43px;
	height:36px;
}

#main_nav_container .digital_foci_img_link a{
	background:url('images/digital_foci_img.gif') no-repeat 0 0;
	width:93px;
	height:36px;
}

#main_nav_container .album_img_link a{
	background:url('images/album_img.gif') no-repeat 0 0;
	width:53px;
	height:36px;
}

#main_nav_container .smartparts_img_link a{
	background:url('images/smartparts_img.gif') no-repeat 0 0;
	width:98px;
	height:36px;
}

#main_nav_container .picture_keeper_img_link a{
	background:url('images/picture_keeper_img.gif') no-repeat 0 0;
	width:125px;
	height:36px;
}

#main_nav_container .contact_img_link a{
	background:url('images/contact_img.gif') no-repeat 0 0;
	width:70px;
	height:36px;
}

#main_nav_container  .home_img_link a:hover, #main_nav_container  .home_img_link a.current{
	background:url('images/home_img_hover.gif') no-repeat 0 0;
	width:43px;
	height:36px;
}

#main_nav_container .digital_foci_img_link a:hover, #main_nav_container .digital_foci_img_link a.current{
	background:url('images/digital_foci_img_hover.gif') no-repeat 0 0;
	width:93px;
	height:36px;
}

#main_nav_container .album_img_link a:hover, #main_nav_container .album_img_link a.current{
	background:url('images/album_img_hover.gif') no-repeat 0 0;
	width:53px;
	height:36px;
}

#main_nav_container .smartparts_img_link a:hover, #main_nav_container .smartparts_img_link a.current{
	background:url('images/smartparts_img_hover.gif') no-repeat 0 0;
	width:98px;
	height:36px;
}

#main_nav_container .picture_keeper_img_link a:hover, #main_nav_container .picture_keeper_img_link a.current{
	background:url('images/picture_keeper_img_hover.gif') no-repeat 0 0;
	width:125px;
	height:36px;
}

#main_nav_container .contact_img_link a:hover, #main_nav_container .contact_img_link a.current{
	background:url('images/contact_img_hover.gif') no-repeat 0 0;
	width:70px;
	height:36px;
}

#footer_container {
	padding:0 16px 16px 16px;
	color:#fff;
	width:987px;
	margin:-10px auto 30px auto;
	position:relative;
	clear:both;
}

/* end browser defaults
********************************************************/