@charset "UTF-8";
/* CSS Document */

/* CORE ELEMENTS */

body{
	background-color:#140f0b;
	color:#FEFAF4;

}

ul{
	margin:0;
	padding:0;

}

li{
	background:no-repeat url(../img/blt_square.gif);
	background-position:0 3px;
	padding-left:10px;
}

form{
	margin:0;
	padding:0;

}

label{
	margin:0 0 0 0;
	padding:0;
	text-transform:uppercase;
	font-size:10px;
}

label span{
	color:#990000;

}

input{
	margin:5px 0px 15px 0;
	padding:0;
	width:100%;
	height:12px;
	font-size:11px;
	color:#333333;

}

.submit_btn{
	width:auto;
	height:auto;
}

/* UNIVERSAL ELEMENTS */

#hdr{
	width:auto;
	margin:0 auto;
	background:top left repeat-x url(../img/hdr_bg.gif);
	display:block;
	height:30px;
}

#bdy{
 	background:top center no-repeat url(../img/bdy_bg.jpg);
	background-position:-160px -30px; 
	margin:0 auto;
}

#ftr{
	width:auto;
	margin:20px auto;
	text-align:center;
}



/******* SITE-SPECIFIC STYLES *******/


/* HEADER STYLES*/

#hdr_contact{
	padding-top:5px;
}

#hdr_usa{
	vertical-align:middle;
	padding-top:3px;
	float:right;

}

#hdr_usa img{
	margin-right:8px;
}

#hdr_usa span{
	position:relative;
	top:-4px;
	width:280px;
}

.radio_btn{
	width:15px;
	height:15px;
	display:inline;
	float:left;
	margin:2px 5px 0 0;
	
}

.radio_label{
	display:block;
	float:left;
}



/* BODY STYLES*/

#logo_area{
	text-align:center;
	padding:40px 0 60px;
	margin:0 auto;
	overflow:hidden;
	width:377px;

}

#fader{
	width:377px;
	height:215px;
	margin:0 auto;

}

#product_carousel{
	 

}

.col_cont{
	background:top right url(../img/bdr_bg_rgt.gif) no-repeat;
	width:100%;
	float:left;
	padding-left:0px;
	margin-bottom:20px;

}

.col_cont .col {
	background:top left url(../img/bdr_bg_lft.gif) no-repeat;
	float:left;
	padding:0 0 10px 5px;
	margin-right:10px;
	left:0;
}

.col_cont .col ul, .col_cont .col p, .col_cont .col span{
	float:left;
	padding-left:20px;
}

.col_cont .col a{
	color:#BF0000;

}

.col_cont .col h2{
	padding:20px 20px 5px;
	line-height:1em;
	margin:0;

}



