@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
/*	background-image:url(../images/index/bg.jpg); */
	background-repeat:no-repeat;
	background-color:#444445;
	background-position:top center;
}

h1{
	display:block;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#fc9a04;
	font-weight:normal;
}

#heading_pad{
	padding-left:20px;
}

h2{
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFC;
	font-style:italic;
	font-weight:normal;
}

h3{
	display:block;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fc9a04;
	font-weight:normal;
}

p{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:22px;
}

a:link, a:visited{
	color:#fc9a04;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#wrapper{
	width:900px;
	margin:auto;
	background-color:#000000;
}

#header{
	width:900px;
	height:151px;
	background-image:url(../images/index/header.jpg);
	background-repeat:no-repeat;
}

#footer{
	width:900px;
	height:88px;
	clear:both;
}

#sub_left_col{
	width:600px;
	float:left;
}

#sub_right_right{
	width:300px;
	height:611px;
	float:left;
}

#sub_content{
	width:550px;
	margin-left:20px;
}

#video_content{
	
}

#quote_box{
	border:1px solid #FFFFFF;
	padding:10px;
	float:center;
	width:330px;
	margin-bottom:20px;
}

.quote_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#FFFFFF;
	line-height:22px;
}

#float_img{
	margin-right:10px;
	z-index:0;
	float:left;
	
}

ol, li{
	color:#FFFFFF;
}

.green{
	color:#5bf30e
}

.red{
	color:#F00;
}




/*START INDEX STYLES*/

#left_col{
	float:left;
	width:440px;
	padding:0 0 0 10px;
}

#main_image{
	width:450px;
}

#text{
	width:430px;
	color:#FFFFFF;
	height:313px;
	background-image:url(../images/index/text_bg.jpg);
	background-repeat:no-repeat;
}

#copy{
	margin-left:20px;	
}

#right_col{
	width:430px;
	float:left;
	margin-left:15px;
}

#thumb_wrapper{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:15px;
	text-align:center;
	font-size:14px;
	color:#FF9;
	line-height:18px;
}

#thumb{
	width:190px;
	height:107px;
	border:1px solid #CCC;
}

#spacer{
	width:80px;
	height:1px;
	float:left;
}

#thumb_wrapper_right{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:15px;
	text-align:center;
	font-size:14px;
	color:#FF9;
	line-height:18px;
}

#large_image_wrapper{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:19px;
	text-align:center;
	font-size:14px;
	color:#FF9;
	line-height:18px;
}

#image_wrapper{
	width:410px;
	height:230px;
	border:1px solid #CCC;
}

.breaker{
	clear:both;
}

#quote{
	width:450px;
	height:298px;
}

#order{
	width:450px;
	height:313px;
}


/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(../images/transparent.png); 
    height:500px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:500px; 
    overflow-y:auto; 
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	/*background-image:url(../images/white.png);*/
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(../images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/*NAV STYLES*/

#navigation{
	padding:110px 0 0 20px;
}

#nav_bar{
	width:580px;
	height:31px;
	background-image:url(../images/index/nav_bg.png);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-size:12px;
	padding:0;
}

#nav_bar li{
	height:21px;
	width:116px;
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	text-align:center;
	position:relative;
}

#nav_bar li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:100%;
	padding-top:10px;
}


#nav_bar li a:hover{
	color:#CCC;
	text-decoration:none;
}


#nav_bar ul {
position: absolute;
right:30px;
visibility:hidden;
}



#nav_bar li:hover ul{
visibility:visible;
}

#nav_bar ul a{
height:17px;
width:280px;
background-color:#060;
padding:5px;
}


#nav2{
	position:relative;
	top:20px;
	right:20px;
	float:right;
}

#nav2 a:link, #nav2 a:visited{
	color:#FF0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#nav2 a:hover{
	text-decoration:none;
}

.yellow{
	color:#FF0;
}