/***************************** RESET *****************************/

html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; font-family: verdana, helvetica, sans-serif;}
ul { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/***************************** COMMON STYLES *********************************/

body{
background: url('../img/layout/bg.gif') repeat;
text-align: center;
}

body.home{
	background:none;
}

p, a, li{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

form.jcart{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

form.jcart fieldset.item img{
	float: right;
	margin: 10px 10px 5px 10px;
	border: 1px solid #666;
	max-height: 100px;
	max-width: 100px;
}

fieldset.item{
	border: 2px dashed #C40404;
	width: 270px;
	height: 120px;
}

ul.vanilla li{
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 14px;
}

.center{
	text-align: center;
}

.red{
	color: #C40404;
}

.green{
 	color: #083a01;
}

.blue{
	color: #b3c6cf;
}

.bold{
	font-weight: bold;
}

.button{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 15px;
}

/* iPhone */
@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

/***************************** LAYOUT *********************************/

#container{
	background: #FFFF00;
	margin: 50px auto 0 auto;
	width: 800px;
	min-height: 400px;
	border: 4px solid #000000;
}

#logo img{
	width: 200px;
}

#title{
	width: 575px;
	overflow: hidden;
	margin: 0;
}

#title h1{
	text-align: center;
	margin: 20px 20px 0px 0px;
	font-size: 42px;
}

#content_top{
	width: 575px;
	margin: 0;
	min-height: 320px;
	overflow: hidden;
	text-align: left;
}

#content_bottom{
	width: 760px;
	margin: 0;
	overflow: hidden;
	text-align: left;
	margin-left: 20px;
}

#content_top h1, #content_bottom h1{
	margin-bottom: 10px;
}

#content_top p, #content_bottom p, .box p{
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content_top a, #content_bottom a{
	color: #C40404;
}

#content_top a:hover, #content_bottom a:hover{
	text-decoration: underline;
}

#content_top h2 a, #content_bottom h2 a{
	font-size: 14px;
}

#content_top ul, #content_bottom ul{
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 20px;
}

#content_top ol li, #content_top ul li, #content_bottom ol li, #content_bottom ul li{
	margin-bottom: 5px;
}

.box{
	border: 2px dashed #C40404;
	padding: 10px;
	background: #FFF;
	margin-bottom: 20px;
	text-align: center;
}

#footer{
	margin: 10px auto 20px auto;
	padding-top: 2px;
	overflow: hidden;
}

#footer p, #footer p a{
	font-size: 9px;
	color: #666666;
}

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

/*---------------------------- NAVIGATION ---------------------------*/

#menu {
	background: url('../img/layout/menu.gif') no-repeat;
	width: 200px;
	height: 460px;
	text-align: left;
	float: left;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	display: inline;
}

#menu p a{
	float: left;
	margin: 20px 0px 0px 10px;
	color: #C40404;
	font-weight: bold;
}

#menu p a:hover{
	text-decoration: underline;
}

#menu #nav{
	padding: 0px;
	margin:0px;
	width: 100px;
}

#menu #nav li{
	display: inline;
}

#menu #nav li a{
	float: left;
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0px;
	width: 200px;
	padding-top: 50px;
	overflow: hidden;
	background-image: url('../img/layout/menu.gif');
	background-repeat: no-repeat;
}

/* Buttons */

#menu #nav li#nav-home a{ background-position: 0px 0px;}
#menu #nav li#nav-shop a{ background-position: 0px -50px;}
#menu #nav li#nav-why a{ background-position: 0px -100px;}
#menu #nav li#nav-science a{ background-position: 0px -150px;}
#menu #nav li#nav-contact a{ background-position: 0px -200px;}
#menu #nav li#nav-reviews a{ background-position: 0px -250px;}
#menu #nav li#nav-links a{ background-position: 0px -300px;}
#menu #nav li#nav-coop a{ background-position: 0px -350px;}


/* Over */

#menu #nav li#nav-home a:hover{ background-position: -200px 0px;}
#menu #nav li#nav-shop a:hover{ background-position: -200px -50px;}
#menu #nav li#nav-why a:hover{ background-position: -200px -100px;}
#menu #nav li#nav-science a:hover{ background-position: -200px -150px;}
#menu #nav li#nav-contact a:hover{ background-position: -200px -200px;}
#menu #nav li#nav-reviews a:hover{ background-position: -200px -250px;}
#menu #nav li#nav-links a:hover{ background-position: -200px -300px;}
#menu #nav li#nav-coop a:hover{ background-position: -200px -350px;}


/* On */

#menu.home #nav li#nav-home a{ background-position: -200px 0px !important; }
#menu.shop #nav li#nav-shop a{ background-position: -200px -50px !important; }
#menu.why #nav li#nav-why a{ background-position: -200px -100px !important; }
#menu.science #nav li#nav-science a{ background-position: -200px -150px !important; }
#menu.contact #nav li#nav-contact a{ background-position: -200px -200px !important; }
#menu.reviews #nav li#nav-reviews a{ background-position: -200px -250px !important; }
#menu.links #nav li#nav-links a{ background-position: -200px -300px !important; }
#menu.coop #nav li#nav-coop a{ background-position: -200px -350px !important; }

#copy{
	
	font-size: 9px;
	color: #cdcc00;
}

/***************************** HOME *********************************/

#truck{
	margin-left: 350px;
}

.lineup{
	margin-left: 0px !important;
}

.lineup li{
	list-style: none;
	border: 1px solid #C40404;
	padding: 5px;
	background: #FAFAD2;
	margin: 5px 0px 5px 0px !important;
	overflow: hidden;
}

.lineup .arrow{
	background: url('../img/layout/arrow.gif') no-repeat;
	background-position: 0px 0px;
	width: 10px;
	height: 10px;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.down .arrow{
	background-position: -10px 0px;
}

.lineup li .info{
	margin-top: 10px;
	display: block;
}

.lineup li .info img{
	float: right;
	margin: 0px 10px 0 10px;
	border: 1px solid #666;
}

.lineup li .info .sub{
	overflow: visible;
}

.lineup li .info ul.sub li{
	list-style-position: outside;
	list-style-type: disc;
}

.lineup li .info ol.sub li{
	list-style-position: outside;
	list-style-type: decimal;
}

.lineup li .info .sub li{
	border: none;
	padding: 0px;
	margin: 5px 0px 5px 0px !important;
	overflow: visible;
}

#pics{
	list-style: none;
	margin: 0px !important;
	padding: 0px;
}

#pics li img{
	max-height: 300px;
}