/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#5d5d5d;
	font-size:14px;
	margin:0 auto;
	background-color:#424242;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:;
}

a {
	color:#FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:-266px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.sms_title {
font-size:16px;
font-weight:bold;
margin-bottom:20px;
}

.header { color:white; font-weight:bold; font-size:16px; }

.cartlabel { color:white; font-weight:bold; }

.carttable {
width:60%;
margin:30px 0 0 0px;
padding:0 0 0 20px;
}

.sub_page { width:60%; }

.products img { border:3px solid #960105; }

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:99px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}

#become-dealer {
	position:relative;
	top:62px;
	right:30px;
	width:179px;
	height:32px;
	float:right;


}

#flash {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:373px;
	background-image:url(images/bg_flash.jpg);
	background-repeat:no-repeat;
}


/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:30px;
	left:310px;
	width:620px;
	height:25px;
	float:left;
}

#side-nav {
	position:relative;
	top:0;
	left:0;
	width:266px;
	height:325px;
	float:left;
	margin: 0 0 0 50px;

}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:auto;
	background-image:url(images/bg-main.jpg);
	background-repeat:repeat-y;
	padding: 30px 50px 0 50px;
}

#main-sub {
	position:relative;
	top:0;
	left:0;
	width:930px;
	height:693px;
	background-image:url(images/bg_main-sub.jpg);
	margin: 0 auto;
	

}

#main-sub-repeat {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-image:url(images/bg_main-sub-rpeat.jpg);
	margin: 0 auto;
	

}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:550px;
	height:auto;
}

#content_sub {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:550px;
	height:auto;
	color:#FFFFFF;
	padding: 20px 0 0 0;
}


/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:267px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

#bg-footer {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:61px;
	background-image:url(images/bg_footer-repeat.jpg);
	background-repeat:repeat-x;

}

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:61px;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	padding: 23px 0 0 0;
	margin: 0 auto;
	
}

#footer-sub {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:61px;
	background-image:url(images/bg_footer-sub.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	padding: 35px 0 0 0;
	margin: 0 auto;
	
}

#footer-content {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:73px;

}


#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:25px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.gif);
}

a#nav_01 {
	width:57px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -25px;
}

.active_01 {
	background-position: 0 -25px !important;
}

a#nav_02 {
	width:60px;
	cursor:default;
	background-position:-57px 0;
}

a:hover#nav_02{
	background-position:-57px -25px;
}

.active_02 {
	background-position:-57px -25px!important;
}

a#nav_03 {
	width:80px;
	cursor:default;
	background-position:-117px 0;
}

a:hover#nav_03{
	background-position:-117px -25px;
}

.active_03 {
	background-position:-117px -25px !important;
}

a#nav_04 {
	width:77px;
	cursor:default;
	background-position:-197px 0;
}

a:hover#nav_04{
	background-position:-197px -25px;
}

.active_04 {
	background-position:-197px -25px !important;
}

a#nav_05 {
	width:76px;
	cursor:default;
	background-position:-274px 0;
}

a:hover#nav_05{
	background-position:-274px -25px;
}

.active_05 {
	background-position:-274px -25px !important;
}

a#nav_06 {
	width:61px;
	cursor:default;
	background-position:-350px 0;
}

a:hover#nav_06{
	background-position:-350px -25px;
}

.active_06 {
	background-position:-350px -25px !important;
}

a#nav_07 {
	width:133px;
	cursor:default;
	background-position:-411px 0;
}

a:hover#nav_07{
	background-position:-411px -25px;
}

.active_07 {
	background-position:-411px -25px !important;
}

a#nav_08 {
	width:76px;
	cursor:default;
	background-position:-544px 0;
}

a:hover#nav_08{
	background-position:-544px -25px;
}

.active_08 {
	background-position:-544px -25px !important;
}





/* ---- Start side nav content settings ---------------- */

#side-nav a {
	position:relative;
	float:left;
	width:266px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/side-nav.jpg);
}

a#side-nav_01 {
	height:47px;
	background-position:0 0;
}

a:hover#side-nav_01{
	background-position:-266px 0 ;
}

.active_01 {
	background-position: -266px 0 !important;
}

a#side-nav_02 {
	height:48px;
	cursor:default;
	background-position: 0 -47px;
}

a:hover#side-nav_02{
	background-position: -266px -47px;
}

.active_02 {
	background-position: -266px -47px  !important;
}

a#side-nav_03 {
	height:45px;
	cursor:default;
	background-position: 0 -95px;
}
 
a:hover#side-nav_03{
	background-position: -266px -95px ;
}

.active_03 {
	background-position: -266px -95px  !important;
}


a#side-nav_04 {
	height:48px;
	cursor:default;
	background-position: 0 -140px;
}

a:hover#side-nav_04{
	background-position: -266px -140px ;
}

.active_04 {
	background-position:-266px -140px  !important;
}
a#side-nav_05 {
	height:47px;
	cursor:default;
	background-position: 0 -188px;
}

a:hover#side-nav_05{
	background-position: -266px -188px ;
}

.active_05 {
	background-position:-266px -188px !important;
}
a#side-nav_06 {
	height:45px;
	cursor:default;
	background-position: 0 -235px;
}

a:hover#side-nav_06{
	background-position: -266px -235px ;
}

.active_06 {
	background-position:-266px -235px !important;
}
a#side-nav_07 {
	height:43px;
	cursor:default;
	background-position: 0 -280px;
}

a:hover#side-nav_07{
	background-position:-266px -280px ;
}

.active_07 {
	background-position:-266px -280px !important;
}
/* ---- end side nav content settings ---------------- */



