/**************************BASIC*******************************/
body {	
	/*background-color: #202020;*/
	background: #202020 url(/images/body_bg.gif) repeat-x;
	color:#d6d6d6;
	font-size:12px;
	font-family:Palatino, Calibri, Lucida Sans Unicode;
	padding:0;
    margin:0;
	/*height:100%*/
}
a{
	color:#d6d6d6;
	/*text-decoration:underline;*/
}
a:hover{
	color:#d6d6d6;
	/*text-decoration:underline;*/
}
a.title_link
{
 text-decoration:none;
}
.title_current, a.title_link:hover 
{
 color:#D80000;
}
/*
input,select,textarea{
	border:1px solid #d6d6d6;
	background-color: #202020;
	color:#d6d6d6;
	margin: 0px;
	padding:0px;
	width:150px;
	height:21px;
}
*/
.radionBTN{
	border:1px solid #ffcb6c;
	margin: 0px;
	padding:0px;
	width:15px;
	height:18px;
}
.ErrMsg{
	background-color: #ffcb6c;
	color:#d6d6d6;
	font-weight:600;
}
table
{
 border-collapse:collapse;
}
hr
{
 color:#2F2F2F;
}
/**************************Items on all pages*******************************/
#container{
 width:1000px;
  margin:0;
}
#outterBox{
	margin:0;	
	width:1000px;	
	border:0px solid red;
}
#topArea{
 width: 100%;
 height: 108px;
 margin:0;
 border:0 none;
 padding:0; 
 background-color: #0F0F0F;
}
#logobox{
 float:left;
 height:108px;
 width:198px;
 margin:0;
 border:0 none;
 padding:0; 
}
#logobox a{
 text-decoration:none;
 border:none;
}
#logobox img{
 border:0px;
 width:198px;
 height:108px;
}
#menuArea
{
 height:108px;
 float:right;
 text-align:right;
 border:0px solid red;
}
#cartLogoArea
{
 height:38px;
 width:100%;
 text-align:right;
}
#cartLogoArea img
{
 height:18px;
 width:51px;
 border:none;
 padding-right:20px;
 padding-top:20px;
}
#Menu{ 
 float:left; 
 border:0px solid red;
}
#Menu ul{
 height:24px;
 margin-right:5px;
 margin-top:37px;         
 border:0px solid red;
}
#Menu ul li{
 list-style-type:none;
 display: block; 
 float: left; 
 margin-left:18px;
}      
#footerText
{
 left:auto;
 right:auto;
 width:1089px;
 /*height: 57px;*/
 font-size:11px;
 /*background: url(/images/outter_bottom_bg.gif) no-repeat;*/
 text-align:center;
 float:center;
 margin-top:2px;
}
#productList
{
 width:189px;
 vertical-align:text-top;
 text-align:left;
 border:none;
 /*height:100%;*/
 background: #121212;
 padding:0;
}
#productlist_headimg img
{
 width:189px;
 height:30px;
}
#productList ul
{
 list-style-image: url(/images/left_arrow_grey.jpg);
 color: #A1A1A1; 
}/* color: #9F262B; */
#productList li
{
 cursor:pointer; 
 height:20px;
 font-size:14px;
 vertical-align:middle;
}
#productList a
{
 text-decoration:none;
}
#productList li:hover, #productList a:hover 
{
 color: #9F262B;
 list-style-image: url(/images/left_arrow_red.jpg);
}
#mainarea
{
 width:811px;
 verticle-align:top;
 border:none;
 /*height:100%;*/
 background:#181818;
 padding:15px;
 padding-top:0px;
 margin-top:0;
}
#page_title
{
 padding-top:15px;
 padding-bottom:10px;
 text-align:left;
}
/**************************Carousel Slides*******************************/
.sliderbox_outer
{
 height: 156px;
 width: 157px;
 border: none;
 padding: 0;
 background: url(/images/scroller_item_bg.jpg) no-repeat;
}
.sliderbox_picture
{
 height: 126px;
 width: 151px;
 padding: 3px;
 padding-bottom:1px;
 background:transparent;
 overflow:hidden;
 text-align:center;
 vertical-align:middle;
 cursor:pointer;
}
.sliderbox_picture img
{
 padding-top:10px;
 border:none;
 max-height:110px;
 max-width:125px;
}
.sliderbox_caption
{
 height: 24px;
 width: 151px;
 padding: 3px;
 padding-top:0;
 text-align:center;
 text-decoration:none;
 vertical-align:middle;
 cursor:pointer
}
/****************************contact us form page***********************************/\
/* ----------- My Form ----------- */
.myform{margin:0 auto;width:400px;padding:14px;}

/* ----------- stylized ----------- */
#stylized{border:solid 0px #919191;background:#181818;border-top:solid 0px #700000;}
#stylized h1 {font-size:14px;font-weight:bold;margin-bottom:8px;color:#c4c4c4;}
#stylized p{font-size:11px;color:#c4c4c4;margin-bottom:20px;border-bottom:solid 1px #700000;padding-bottom:10px;}
#stylized div{clear:left;float:left;margin-top:5px;}
#stylized label{display:block;font-weight:bold;text-align:right;width:140px;float:left;}
#stylized .small{color:#8e8e8e;display:block;font-size:11px;font-weight:normal;text-align:right;width:140px;}
#stylized input{float:left;font-size:12px;padding:4px 2px;border:solid 1px #700000;width:200px;margin:2px 0 20px 10px;}
#stylized textarea{float:left;height:80px;font-size:12px;padding:4px 2px;border:solid 1px #700000;width:200px;margin:2px 0 20px 10px;}
#stylized button{clear:both;margin-left:10px;width:80px;height:20px;background-color:#181818;text-align:center;line-height:20px;color:#FFFFFF;font-size:11px;font-weight:bold;}
/****************************product list page***********************************/
.product_type_box, .product_type_box:hover
{
 width:151px;
 height:171px;
 margin-right:22px;
 margin-bottom:22px;
 border: 1px solid #454545;
 padding:7px;
 background: #FFFFFF;
 float:left;
 text-decoration:none;
}
.product_type_picture
{
 cursor:pointer;
 height:127px;
 padding-top:3px;
 width: 150px;
 border: 1px solid #BCBCBC;
 text-align:center;
 margin-bottom:3px;
}
.product_type_picture img
{
/*
 height:110px;
 width:125px;
*/
}
.product_type_title
{
 color:#2F2F2F;
}
.product_color_box
{
 cursor:pointer;
 height:20px;
 width:20px;
 margin-right:6px;
 float:left;
 overflow:hidden;
}
/****************************Product Details Page***********************************/
#addtocart
{
 width:85px;
 height:25px;
 border:none;
 float:left;
}
#colorselect
{
 float:left;
 margin-right:20px;
}
/****************************Shopping Cart -- Step 1 ***********************************/
table#order_table
{
 /*border:1px solid #0F1919;*/
}
img.cart_del_img
{
 width:18px;
 height:17px;
 border:none;
 padding:0;
}
table#order_table td, table#order_table th, .footer_cell
{
 height:11px;
 border:none;
 padding:6px;
 text-align:left;
 vertical-align:middle;
}
table#order_table th
{
 background:#739F23;
 color:#FFFFFF;
}
table#order_table td, .footer_cell
{
 background:#EAEAEA;
 color:#2D2D2D;
 padding-bottom:5px;
 border-bottom: 1px solid #454545;
}
#del_cell
{
 width:18px;
}
#product_cell
{
 width:105px;
}
#name_cell
{
 width: 291px;/*elminate product 185px;*/
}
#color_cell
{
 width: 140px;
}
#unit_price_cell
{
 width:67px;
}
#quantity_cell
{
 width:88px;
}
#price_cell
{
 width:67px;
}
.bottom_total_cell
{
 width:70px;
}
.bottom_header_cell
{
 width:130px;
}
.bottom_total_cell,.bottom_header_cell
{
 float:right
}
table#order_table td#footer_filler_cell
{
 background:transparent;
 border-bottom:none;
}
table#order_table td.footer_cell, .footer_cell
{
 color:#B60000;
 font-weight:bold;
}

input#button_checkout, #button_continue_shop, #button_homepage, 
 input#button_continue, #button_goback
{
 height:28px;
}
input#button_checkout, #button_continue_shop, #button_homepage, 
 input#button_continue, #button_goback, #button_pay_now
{
 border:none;
 float:right;
 margin-top:17px;
 margin-left:10px;
 text-decoration:none;
} 
input#button_checkout
{
 width:112px;
}
#button_continue_shop
{
 width:182px;
}
#button_homepage
{
 width:182px;
}
input#button_continue
{
 width:113px;
}
#button_goback
{
 width:94px;
}
#button_pay_now
{
 height: 49px;
 width: 148px;
}

/****************************Shopping Cart -- Step 2 ***********************************/
.info_section
{
 width:360px;
 padding:0px;
}
.cart_selection
{
 width:350px;
 padding:5px;
 background: #b00404;
 color:#FFFFFF;
}
table.cart_info_table td
{
 padding:5px;
 vertical-align:bottom;
}
input.longtext, input.shorttext
{
 height:20px;
 padding:0px;
 border:none;
 color:#C4464B;
}
input.longtext
{
 width:220px;
}
input.shorttext
{
 width:85px;
}
table.no-pad td /* table with no space between rows */
{
 padding-top:0;
 padding-bottom:0;
}
/*************************** Design Page ***********************************/
#design_instruct
{
 line-height:10px;
}
#design_instruct *
{
 vertical-align:middle;
}
#design_instruct span
{
 display:inline-block;
}
/****************************START HEADER MENU***********************************/
#headerMenuBG{
	float:left;		
	margin: 0px 0px 0px 0px;	
	width:1000px;	
	height:79px;
	background: url('../images/header_menu_bg.jpg') no-repeat;
	border:0px solid green;
}
#headerLeft{
	clear:left;
	float:left;		
	margin: 0px 0px 0px 0px;	
	width:73px;	
	height:110px;
	background: url('../images/header_left.jpg') no-repeat;
	border:0px solid blue;
}
#headerLogo{
	float:left;		
	margin: 0px 0px 0px 0px;	
	width:198px;	
	height:110px;
	background: url('../images/header_logo.jpg') no-repeat;
	cursor:pointer;
	border:0px solid blue;
}
#headerMiddle{
	float:left;		
	margin: 0px 0px 0px 0px;	
	width:62px;	
	height:110px;
	background: url('../images/header_middle.jpg') no-repeat;
	border:0px solid blue;
}
#headerImage{
	float:left;		
	margin: 0px 0px 0px 0px;	
	width:586px;	
	height:110px;
	background: url('../images/header_image.jpg') no-repeat;
	border:0px solid blue;
}
#headerRight{
	float:left;		
	margin: 0px 0px 0px 0px;	
	width:77px;	
	height:110px;
	background: url('../images/header_right.jpg') no-repeat;
	border:0px solid blue;
}
/****************************START MENU***********************************/
/*
#menuArea{
	float:left;		
	margin: 32px 0px 0px 70px;	
	font-family:Tahoma;
	font-weight:600;
	width:860px;	
	height:15px;
	border:0px solid blue;
}
*/
.menuDivide{
	margin: 0px 10px 0px 10px;	
	width:6px;	
	height:14px;
	background: url('../images/menu_divider.gif') no-repeat;
	border:0px solid blue;
}
#menuArea a{color:#d6d6d6;	text-decoration:none;letter-spacing:0.1em;}
#menuArea a:hover{color:#B80308}
/****************************START TITLE***********************************/
#titleBG{
	clear:left;		
	float:left;		
	margin: 0px 0px 0px 0px;	
	width:1000px;	
	height:81px;
	background: url('../images/title_bg.jpg') no-repeat;
	border:0px solid blue;
}
#titleArea{
	float:left;		
	margin: 50px 0px 0px 80px;	
	font-family:Tahoma;
	font-weight:600;
	font-size:11px;
	width:830px;	
	height:15px;
	border:0px solid blue;
}
.titleDivide{
	margin: 0px 5px 0px 10px;	
	width:17px;	
	height:10px;
	background: url('../images/title_divider.gif') no-repeat;
	border:0px solid blue;
}
#titleArea a{color:#d6d6d6;	text-decoration:underline;letter-spacing:0.1em;}
#titleArea a:hover{color:#ffcb6c;text-decoration:underline;	}
/****************************START CONTENT***********************************/
#contentArea{
	clear:left;		
	float:left;		
	margin: 0px 0px 0px 0px;	
	width:1000;	
	min-height:200px;
	border:0px solid blue;
}
.contentLeft{		
	margin: 0px 0px 0px 0px;	
	width:73px;	
	min-height:200px;
	background: url('../images/bg_left.jpg') repeat-y;
	border:0px solid blue;
}
.contentBox{
	margin: 10px 0px 10px 10px;	
	width:820px;	
	min-height:200px;
	border:0px solid blue;
}
.contentRight{
	margin: 0px 0px 0px 0px;	
	width:77px;	
	min-height:200px;
	background: url('../images/bg_right.jpg') repeat-y;
	border:0px solid blue;
}
/****************************START FOOTER***********************************/
#footerArea{
	clear:both;
	float:left;		
	margin: 0px 0px 0px 0px;	
	width:1000;	
	height:89px;
	background: url('../images/footer_bg.jpg') no-repeat;
	border:0px solid blue;
}
/****************************START PROGRESS BAR***********************************/
#notification {
	position: fixed;
	bottom: 0px;
	padding: 0px;
	height: 35px;
	margin: 0px;
	padding-top: 5px;
	width: 100%;
	color:#d6d6d6;
	background-color:#bf0101;
	display: block;
	text-align: center;
	font-weight: 900;
	font-size:14px;	
}
div#zip {
	width: 100%;
	padding:0;
	margin:0px;
	height: 100%;
	overflow: auto;
	position: relative;
}
#notification {
	position: absolute;
	z-index: 100;
	overflow: hidden;
}
/**************************CAPTCHA*******************************/
.captchaImage{
	float:left;
	width:175px;
	height:45px;
	margin:0px;
	border:0px solid blue;
}
.captchaButtons{
	float:left;
	width:22px;
	height:40px;
	margin:0px;
	border:0px solid blue;
}
.captchaAudio{	
	float:left;
	width:22px;
	height:20px;
	margin:0px;
	border:0px solid red;
}
.captchaRefresh{
	float:left;
	width:22px;
	height:20px;
	margin:0px;
	border:0px solid red;
}
.captchaInput{
	clear:left;
	float:left;
	width:180px;
	height:25px;
	margin:0px;
	border:0px solid blue;
}
