/* CSS Document */
body{
		margin:0px;
		padding:0px;
		font-family:Arial;
	}


/*---------------------------------------------------------HEADERTOP--------------------------------------------------------------------------------------------------*/		
#headertop{
		width:100%; 
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(../images/header_bg.jpg);
		behavior: url("pngbehavior.htc");
		background-repeat: repeat-x;
		border-bottom:1px solid #a09f9f;
		background-color:#5c0909;
}

#headertopblank{
		width:970px;
		margin:0 auto;
		padding:0px;
		height:84px;
}


#headercart{
		width:170px;
		height:20px;
		float: right;
		margin:10px 0 15px 0;
		padding:3px 0 0 2px;
		background-image:url(../images/cart.jpg);
		background-repeat:no-repeat;
}

#headercarty{
		
		height:20px;		
		margin:0px 0 0px 0;
		padding:7px 0 8px 0px;

}
.cally{
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#C9CACB;
		
}

.call{
		font-family:"Trebuchet MS";
		font-size:13px;
		font-weight:bold;
		color:#fffddd;
		padding:0 0 0 30px;
}

.view_cart a:link, a:visited, a:active {
		font-family:"Trebuchet MS";
		font-size:13px;
		font-weight:bold;
		color:#fffddd;
		padding:0 0 0 5px;
}

.view_cart a:hover {
   color: #a09f9f;
   text-decoration: none;
}

#searcharea{
		width:185px;
		height:25px;
		float:right;
		margin:0 0 0 0;
		padding:0px;
}

#searchareay{
		width:185px;
		height:25px;
		float:right;
		margin:10px 0 0 0;
		padding:0px;
}

.searchinput{
		width:100px;
		height:14px;
		float:left;
		margin:0px;
		padding:2px 2px 2px 2px;
		font-family:Arial;
		font-size:10px;
		color:#3d2b1d;
		background-color:#FFFFFF;
		border:solid 1px #c4bb93;
}

.search{
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#fffddd;
}

.searchy{
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#C9CACB;
}


#banner_title{
	color:#9f9494;
	font-size:22px;
	font-family:Ariel;
	font-weight:bold;
	font-variant:small-caps;

}
/*---------------------------------------------------------MENU----0--------------------------------------------------------------------------------------------------*/	
#menu_bg{
		width:100%; 
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(../images/main_nav_bg.jpg);
		background-repeat: repeat-x;
}			
#menublank{
		width:970px;
		height:32px;
		margin:0 auto;
		padding:0px;
	}
	
.menu_container:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.menu_container {display: block; overflow: hidden;}

#menu_nav {
    height:25px;
	color:#c9c9c9;
	padding-bottom:5px;
	text-transform:uppercase;
	}
	
#menu_nav ul, #menu_nav ul li {
	list-style-type: none;
	margin: 0;
	padding:0;
	}
	
#menu_nav ul li, #menu_nav ul li a:link, #menu_nav ul li a:visited{
	font:bold 12px Arial;
	letter-spacing:1px;
	height:22px;
	float: left;
	padding: 3px 3px 4px 3px;
	color: #c9c9c9;
	text-decoration:none;
	}
	
#menu_nav ul li a:hover {
	color: #540404;
	text-decoration:none;
	background:url(../images/main_nav_select.jpg) center center no-repeat;
	}

#menu_nav ul li a:active {
	color: #540404;
	text-decoration:none;
	background:url(../images/main_nav_select.jpg) center center no-repeat;
}

/*---------------------------------------------------------MENU----0--------------------------------------------------------------------------------------------------*/				
/*---------------------------------------------------------HEADERTOP--------------------------------------------------------------------------------------------------*/			
/*---------------------------------------------------------BODYAREA---------------------------------------------------------------------------------------------------*/	
#bodyarea{
		width:100%;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(../images/body_bg.jpg);
		background-repeat: repeat-x;
		background-color:#FFFFFF;
	}
#bodyareablank
	{
		width:970px;
		margin:0 auto;
		padding:0px;
	}


/*---------------------------------------------------------Breadcrumb-----------------------------------------------------------------------------------------------------*/
#breadcrumb{
	width:966px;
	height:30px;
	margin:0 auto;
	padding:3px 3px 0 3px;
	border-bottom:1px solid #a09f9f;
}

#crumb_nav {
	float:left;
    height:20px;
	color:#858587;
	padding-top:5px;
	padding-bottom:5px;
	font:normal 12px Arial;
}
	
#crumb_nav a{
	font:normal 12px Arial;
	color: #858587;
}
	
#crumb_nav a:hover {
	color: #858587;
	text-decoration:none;
}

#page_name{
	float:right; 
	text-transform:uppercase; 
	font-family:Arial; 
	font-weight:lighter; 
	color:#5c0909; 
	letter-spacing:1px; 
	font-size:18px;
}

/*---------------------------------------------------------BODY CONTENT--------------------------------------------------------------------------------------------*/
#body_content{
		width:950px;
		margin:0 auto;
		padding:10px;
		font-family:Arial;
		font-size:12px;
		color:#666666;
}

#body_content2{
		width:770px;
		margin:0 auto;
		padding:10px;
		font-family:Arial;
		font-size:12px;
		color:#666666;
}

.body_content2h1{
	margin-top:15px;
	font-family:Arial;
	font-size:24px;
	color:#5c0909;
	font-weight:lighter;
	letter-spacing:1px;
	text-transform:capitalize;
	margin:0;
	padding:0;
}

#body_content h1{
	font-family:Arial;
	font-size:24px;
	color:#5c0909;
	font-weight:lighter;
	letter-spacing:1px;
	text-transform:capitalize;
	margin:0;
	padding:0;
}

#body_content p{
		font-family:Arial;
		font-size:12px;
		color:#666666;
}

#body_content h2{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:5px 0 3px 0px;
	letter-spacing:1px;
}

#body_content h3{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	padding:5px 0 3px 0px;
	letter-spacing:1px;
	margin:0;
}
#body_content h4{
	font:lighter 14px/16px Arial, Helvetica, sans-serif;
	color:#5c0909;
	letter-spacing:1px;
	text-transform:capitalize;
	background-image:url(../images/h4_icon.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:14px;
	width:95%;
	border-bottom:1px dashed #666666;
	padding: 0 0 7px 25px;
}

#body_content a:link, #body_content a:visited{
	font:normal 12px Arial;
	color:#691817;
	text-decoration:none;
}

#body_content a:hover{
	color:#802c2b;
	text-decoration:none;
	border-bottom:0px;
}

.site_map li{
	padding:3px 0 3px 0;
}

/*---------------------------------------------------------PRODUCT DISPLAY--------------------------------------------------------------------------------------------*/

#prod_display ul{
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0;
}

#prod_display ul li{
	display:list-item;
	list-style:none;
	background:url(../images/prod_display_back.jpg) no-repeat;
	background-position:center;
	height:210px;
	width:170px;
	padding:10px;
	float:left;
	text-align:center;
}

#prod_display ul li img{
	width:150px;
	margin:8px 0 0 0;
}

#prod_display ul li h2{
	font:normal 14px Arial;
	color:#540505; 
	letter-spacing:1px;
	margin:0;
	padding:0 0 0 0;
}

#prod_display ul li p{
	margin:0;
	padding:0 0 0 0;
}

.prod_display{
	width:185px;
	margin:0 0 0 5px;
	padding:0 0 0 5px;
	overflow:hidden;
}

.more_info a:link,.more_info a:visited{
	color:#691817;
	float:right;
	text-decoration:none;
}

.more_info a:hover{
	color:#802c2b;
	text-decoration:none;
}

/*---------------------------------------------------------FOOTER--------------------------------------------------------------------------------------------*/
#footer{
	width:970px;
	margin:0 auto;
	padding:0px;
}
#footer_img{
	width:970px;
	height:114px;
	margin:0;
	padding:0;
}

#footer_links{
	font:normal 12px Arial;
	text-align:left;
	color:#858587;
	text-decoration:none;
	border:1px;
	border-color:#f1e8dd;
	border-style:solid;
	padding:15px;
	background-color:#fafafa;
}

#footer_links ul{
	padding:0 0 0 0;
	margin:0;
}
#footer_links ul li{
	display:block;
	color:#666666;
	background-color:inherit;
	list-style:none;
	text-transform:capitalize;
}
#footer_links ul li a{
	padding:0 7px;
	color:#858587;
	background-color:inherit;
	text-decoration:none;
}
#footer_links ul li a:hover{
	color:#8A8A8A;
	text-decoration:underline;
}

#footer_links a:link, #footer_links a:visited{
	font:normal 12px Arial;
	color:#858587;
	text-decoration:none;
}

#footer_links a:hover{
	font:normal 12px Arial;
	color:#8A8A8A;
	text-decoration:underline;
}

.red_text{
	color:#990000;
}

/*---------------------------------------------------------Form style--------------------------------------------------------------------------------------------*/

.input_text {
	height:18px;
	font-family: arial;
	font-size: 11px;
	color: #666666;
	border:1px solid #560606;
	width:200px;	
}
.textarea{
	font-family: arial;
	font-size: 11px;
	color: #666666;
	border-color:#560606;
	border-width:1px;
	border-style:solid;
	width:200px;	
}

.button_text{
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	color: #cbcbcb;
	border-color:#cbcbcb;
	border-width:1px;
	border-style:solid;
	background-color:#560606;
	width:202px;
	height:20px;
	cursor:pointer;
}

.button_text_sml{
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	color: #cbcbcb;
	border-color:#cbcbcb;
	border-width:1px;
	border-style:solid;
	background-color:#560606;
	width:100px;
	height:20px;
	cursor:pointer;
}

.select_text {
	font-family: arial;
	font-size: 11px;
	line-height:25px;
	color: #666666;	
	border:1px solid #560606;
	width:202px;
	height:20px;
}

.my_cart_select_small{
	height:18px;
	width:60px;
	font-family:arial;
	font-size:11px;
	color:#999999;
	margin:1px 2px 1px 2px;
	border:1px solid #560606;
}

/*---------------------------------------------------------Messages--------------------------------------------------------------------------------------------*/

.blue_bar{
	margin:3px 0px 3px 0px; 
	border:1px solid #546ce4; 
	font-size:12px; 
	color:#000066; 
	background-color:#e9eeff; 
	padding:5px;
}

 

.red_bar{
 	margin:3px 0px 3px 0px; 
	border:1px solid #b01a19; 
	font-size:12px; 
	color:#000066; 
	background-color:#e3aeae; 
	padding:5px;
 }
 
#cust_menu{
	width:199px;
}

#cust_menu ul{
	margin:0px;
	padding:0px;
}

#cust_menu ul li{
	margin:0px;
	padding:0px;
	height:26px;
	padding:0 1px 0 0;
	line-height:0;
	list-style:none;
}

#cust_menu ul li a{
	display:block;
	padding:0px 10px 0px 10px;
	margin:5px 0 5px 0;
	font:bold 11px/32px Tahoma, Arial, Helvetica, sans-serif;
	color:#a09f9b;
	background-color:#560607;
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;
}
#cust_menu ul li a:hover{
	color:#560607;
	background-color:#a09f9b;
}

/********* Customer cart page *************/

#customer_cart_prod{
	margin:0px;
	padding:0px;
}

#customer_cart_prod h2{
	font-family:Verdana;
	font-size:14px;
	font-weight:lighter;
	color:#9e1c2d;
	padding:5px 0 3px 0px;
	letter-spacing:1px;
}

#customer_cart_prod ul{
	margin:0px;
	padding:0px;
}

#customer_cart_prod ul li{
	list-style:none;
	margin:0px 30px 0 30px;
	padding:5px 2px 5px 2px;
	width:150px;
	height:200px;
	float:left;
}



#customer_cart_prod ul li a{
	display:list-item;
	color:#626262;
	border:1px solid #FFFFFF;
	text-align:center;
	margin:5px;
	padding:10px;
	text-decoration:none;
	cursor:pointer;
	width:150px;
	height:200px;
	overflow:hidden;
}

#customer_cart_prod ul li a:hover,#customer_cart_prod ul li a:visited{
	text-decoration:none;
	background-color:#f7f7f7;
	border:1px solid #e6e5e5;
	color:#626262;
}

#customer_cart_prod ul li img{
	float:left; 
	width:150px; 
	cursor:pointer;
	margin:0 0 5px 0;

}

.side_view_disply_box2{
	border-bottom:1px solid #e3e6e9;
	border-left:1px solid #e3e6e9;
	border-right:1px solid #e3e6e9;
	border-top:1px solid #e3e6e9;
	width:40px;
	height:40px;
	text-align:center;
	padding:0px;
	float:left;
	margin:0;	
}

.side_view_disply_box2 a,side_view_disply_box2 a:visited{
	border-bottom:0px;	
	text-decoration:none;
}

.side_view_disply_box{
	width:40px;
	height:40px;
	border-right:1px solid #e3e6e9;
	border-top:1px solid #e3e6e9;
	background-color:#999999;
	text-align:center;
	padding:0px;
	display:block;
	margin:2px 0 0 0;
}

.side_view_disply_box a,side_view_disply_box a:visited,side_view_disply_box a:link{
	text-decoration:none;
}

.image_table{
	border:solid;
	border-width:1px;
	border-color:#f0f0f0;
	border-collapse: collapse;
}

#main_image{
	border:0px solid #e3e6e9;
	width:250px;
	text-align:center;
	padding:3px;	
}

#main_image a,#main_image a:visited{
	border:0px;	
	text-decoration:none;
}

.cartsummary {
	float:left;
}

.cartsummary a,cartsummary a:visited{
	text-decoration:none;
	color:#874e23;
	border:0px;	
}

.cartsummary ul{
	list-style:circle;
}

.cartsummary li{
	padding:5px;
}

#page_content a:visited{
	text-decoration:none;
	color:#874e23;
	border:0px;	
}

/*---------------------------------------------------------Fieldset------------------------------------------------------------------------------------------*/
.fieldset{
	border:1px solid #c3c4c9;
	padding:10px;
	margin:5px 0 0 0;
}

.fieldset legend{
	font-family:arial;
	font-size:14px;
	font-weight:lighter;
	color:#560606;
	letter-spacing:1px;
}


/*---------------------------------------------------------Tell a friend------------------------------------------------------------------------------*/
.tell_a_friend{
	width:150px;
	height:16px;
	border:1px solid #CCCCCC;
	color:#4d0902;
	font-size:11px;
}

/*--------------------------------------------------------Product Buy now------------------------------------------------------------------------------*/
.buy_now_select{
	width:150px;
	height:18px;
	border:1px solid #CCCCCC;
	color:#4d0902;
	font-size:11px;
}

/*--------------------------------------------------------Shopping cart------------------------------------------------------------------------------*/

.cart_select{
	width:203px;
	height:20px;
	border:1px solid #CCCCCC;
	color:#4d0902;
	font-size:11px;
}

.cart_text{
	width:200px;
	height:18px;
	border:1px solid #CCCCCC;
	color:#4d0902;
	font-size:11px;
}

.cart_text_small{
	width:100px;
	height:18px;
	border:1px solid #CCCCCC;
	color:#4d0902;
	font-size:11px;
}

.prd_qty{
	width:50px;
	height:16px;
	border:1px solid #CCCCCC;
	color:#4d0902;
	font-size:11px;
}
/*left hand menu*/
#left_menu_ul{
	width:199px;
	background-color:#f0f0f0;
	background-image:url(../images/prod_lh_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 55px 0;
}

#left_menu_ul ul{
	margin:0px;
	padding:0px;
}

#left_menu_ul ul li{
	margin:0px;
	padding:0px;
	height:25px;
	padding:0 1px 0 0;
	line-height:0;
	list-style:none;
}

#left_menu_ul ul li a{
	display:block;
	letter-spacing:1px;
	padding:0px 10px 0px 10px;
	margin:2px 0 2px 0;
	font:lighter 11px/32px Tahoma, Arial, Helvetica, sans-serif;
	color:#540404;
	text-decoration:none;
	text-transform:capitalize;
	border-bottom:1px dashed #CCCCCC;
}
#left_menu_ul ul li a:hover{
	background-color:#FFFFFF;
}

.maintext {font-family:Arial, sans-serif; font-size:13px; color:#560607; }

.cms_display_box{
	margin:1px 2px 1px 2px;
	padding:2px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	border:0px solid #ccdaec;
	cursor:pointer;
	height:20px;
	display:block;
	overflow:hidden;
}

.cms_display_box2{
	margin:1px 2px 1px 2px;
	padding:2px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	border:0px solid #ccdaec;
	background-color:#FFFFFF;
	cursor:pointer;
	height:20px;
	display:block;
	overflow:hidden;
}

.cms_switchgroup2{
	border:0px solid #ccdaec;
	margin:2px 2px 3px 2px;
	padding:2px;
	font-family:Arial;
	font-size:12px;
	color:#666666;
	display:block;
}
.status{
	font-weight:bolder;
	color:#990000;
	width:15px;
	float:left;
	margin:0px;
	padding:0px;
}
