* { margin:0; padding:0; }
a img {border: none;}
body {
	margin-bottom: 15px;
	font: 76%/150% helvetica, arial, verdana, sans-serif;		
	color: #333;
	background-color: #ebebeb;
	text-align: center;
}
a {
	color: #333;
	text-decoration: underline;
}
	
#container {
	width: 795px;
	margin: 15px auto;
	position: relative;
	text-align: left;
}
#left_col {
	width: 185px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff url(../images/bg-leftcol.gif) repeat-x bottom left;
	padding-bottom: 270px;
}
#left_col .in {
	padding: 15px 0 0 15px;
}
#main_col {
	position: absolute;
	left: 185px;
	top: 0;
	width: 615px;
	background-color: #fff;
}
#main_col .in {
	padding: 15px 15px 0 20px;
}

#main_left {
	width: 42%;
	float: left;
	display: inline;
}
#main_right {
	margin-left: 47%;
}
#footer {
	height: 105px;
	background: transparent url(../images/bg_footer.gif) repeat-x 80% 0;
	clear: left;
	margin-top: 20px;
}
#footer div {
	float: left;
	display: inline;
	margin-left: 15px;
}


/* main nav */
div#mn ul#toplevel {
	height: 35px;
	width: 580px;
	background: transparent url(../images/nav.gif) top left no-repeat;
	position: relative;
}
div#mn ul#toplevel li {

	list-style: none;
	position: absolute;
	top: 0;
}
div#mn ul#toplevel li ul {
	display: none;
	width: 160px;
	background-color: #999999;
	position: absolute;
	top: 35px;
	left: 0;
	width: 160px;
}
div#mn ul#toplevel li ul li {
	position: static;
	height: 22px;
}
div#mn ul#toplevel li ul li a{
	background-image: none;
	text-indent: 0px;
	color: #333;
	padding-left: 8px;
	line-height: 22px;
	height: 22px;
	width: 152px;
}
div#mn ul#toplevel li ul li a:hover {
	background-color: #333;
	color: #fff;
}
div#mn ul#toplevel li:hover ul {
	display: block;
}
div#mn ul#toplevel li, div#mn ul a {
	height: 35px;
	display: block;
	border: 0;
}
div#mn ul#toplevel li a {
	text-indent: -9999px;
	text-decoration: none;
}
#mn_home	   { left: 0; width: 77px; }
#mn_repair	{left: 77px; width: 113px; }
#mn_store	{ left: 190px; width: 69px;}
#mn_faq     { left: 259px; width: 69px; }
#mn_about   { left: 328px; width: 76px;}
#mn_contact { left: 404px; width: 97px;}
#mn_cart    { left: 501px; width: 79px;}

#mn_home	  a:hover
#mn_home:hover a  {background: transparent url(../images/nav.gif) 0 -35px no-repeat;}
#mn_repair a:hover,
#mn_repair:hover a  {background: transparent url(../images/nav.gif) -77px -35px no-repeat;}
#mn_store a:hover,
#mn_store:hover a   {background: transparent url(../images/nav.gif) -190px -35px no-repeat;}
#mn_faq   a:hover,
#mn_faq:hover a   {background: transparent url(../images/nav.gif) -259px -35px no-repeat;}
#mn_about  a:hover,
#mn_about:hover a  {background: transparent url(../images/nav.gif) -328px -35px no-repeat;}
#mn_contact a:hover,
#mn_contact:hover a {background: transparent url(../images/nav.gif) -404px -35px no-repeat;}
#mn_cart a:hover,
#mn_cart:hover a    {background: transparent url(../images/nav.gif) -501px -35px no-repeat;}

#mn_home	  a#active   {background: transparent url(../images/nav.gif) 0 -70px no-repeat;}
#mn_repair a#active   {background: transparent url(../images/nav.gif) -77px -70px no-repeat;}
#mn_store a#active    {background: transparent url(../images/nav.gif) -190px -70px no-repeat;}
#mn_faq   a#active    {background: transparent url(../images/nav.gif) -259px -70px no-repeat;}
#mn_about  a#active   {background: transparent url(../images/nav.gif) -328px -70px no-repeat;}
#mn_contact a#active  {background: transparent url(../images/nav.gif) -404px -70px no-repeat;}
#mn_cart a#active     {background: transparent url(../images/nav.gif) -501px -70px no-repeat;}

/* end main nav*/

p {
	font-size: 11px;
	margin-bottom: 1em;
	}

p#intro {
	background: #FFFFFF url(../images/intro-background.jpg) no-repeat top left;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 15px 130px 15px 15px;
	margin-top: 8px;
	}

p#intro_text_only {
	background: #FFFFFF url(../images/intro-background-text-only.jpg) repeat top left;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 15px 15px 15px 15px;
	margin-top: 8px;
	}
	
#left_col p, #left_col h1 {
	margin-bottom: 15px;
}

h1 {
	height: 270px;
	background-color: #FF6600;
	text-align: center;
}
h1 a {
	display: block;
	height: 270px;
}
h1 img {
	margin-top: 65px;
}

h2 { 
	font-size: 17px; 
	line-height: 35px;
	font-weight: normal;
	 padding-left: 12px;
	 color: #FFFFFF;
	 background-color: #999999;
	margin: 10px 0;
	clear: left;
}
h3 {
	margin: 0 0 .1em 0;
}
h3 a{
	font-size: 13px; 
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}
#main_left p, #main_right p {
	font-size: 11px;
	margin-bottom: 1em;
}

.floatright {
	float: right;
	margin: 0 0 15px 15px;
}
.floatleft {
	float: left;
	margin: 0 15px 15px 0;
}

.smaller_text {
	font-size: 11px;
}
#footer div h4 a{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#footer div ul {
	color: #666;
	margin-left: 15px;
}
#footer ul a {
	color: #666;
	text-decoration: none;
}
p#copy {
	position: relative;
	bottom: -5px;
	color: #999999;
	font-size: 11px;
}
blockquote { 
	line-height: 16px;
	font-weight: normal;
	font-size: 11px;
	 padding-left: 12px;
	 padding-right: 12px;
	 padding-top: 12px;
	 padding-bottom: 12px;
	 color: #333333;
	 background-color: #cccccc;
	margin: 10px 0;
	clear: left;
}
td.label {
	text-align: right;
	vertical-align: top;
	padding: 0 5px 10px 0;
	width: 170px;
}
.tableheaders {
	color: #FFFFFF; 
	padding: 5px; 
	text-transform:uppercase; 
	margin-top: 10px;
	
}
.tablerowstyle {
	color: #333333; 
	text-indent:5px; 
	line-height:22px; 
	font-size: 11px;}