/* LADY LEISURE styles */

div, p, ul, li, img, iframe, table, td{
	margin: 0;
	padding: 0;
	}
	
ul, li{
	list-style: none;
	}

body{
	margin: 0 0 0 0;
	background-color: #2c2317;
	/*background-image: url(../img/home/main_bg2.jpg);
	background-repeat: repeat;*/
	
	}

#center { /* centers page */
	width:757px; 
	height: 568px;/*height: 568px; 568 + 11*/
	margin: 33px auto;
	padding: 0 0 0 0;
	background-color: #fff;
	text-align:left;
}

#container{
	/*padding: 11px; original setting*/
	margin: 11px 11px;
	background-color: #fff;
	}
html>body #container{/* hide from ie pc*/
	margin: 0px;
	padding: 11px;
	_padding: 0px; /*ie*/
	background-color: #fff;
}

	
.h_logo{
	width: 735px;
	height: 69px;
	margin: 0 0 6px 0;
	padding: 0px;
	}

/*MENU*/	
.menu{
	float: left;
	width: 144px;
	height: 419px;
	margin: 0 8px 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #990000;
	}
	
.menu a{
	text-decoration: none;
	}

#currentpage, #currentpage a{
	background-color: #fff !important;
	color: #f73510;
	}


/* Gradient values for menu
	THANKS to http://meyerweb.com/eric/tools/color-blend/ 

#FEF1ED
#FDE0D9
#FDCFC5
#FCBEB1
#FBAD9D
#FB9C89
#FA8A74
#FA7960
#F9684C
#F85738
#F84624
#F73510


*/

.m_home, .m_home a{
	height: 59px;
	background-color: #FB9C89; /*fef1ed;*/
	vertical-align: middle;
	line-height: 59px; /* vertically aligns text */
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	}

.m_about, .m_about a{
	height: 59px; 
	background-color: #FA8A74; /*fdcdc0;*/
	vertical-align: middle;
	line-height: 59px; /* vertically aligns text */
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	}

/*
.m_products, .m_products a{
	height: 59px; 
	background-color: #fa7e5e;
	vertical-align: middle;
	line-height: 59px; 
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	}
*/
	
	
.m_store, .m_store a{
	height: 59px; 
	background-color: #FA7960; /*fa7e5e;*/
	vertical-align: middle;
	line-height: 59px; /* vertically aligns text */
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	}
	
	
	
.m_press, .m_press a{
	height: 59px; 
	background-color: #F9684C; /*F96644;*/
	vertical-align: middle;
	line-height: 59px; /* vertically aligns text */
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	}



.m_calendar, .m_calendar a{
	height: 59px; 
	background-color: #F85738; /*F84D2A;*/
	vertical-align: middle;
	line-height: 59px; /* vertically aligns text */
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	}
	
	
.m_locations, .m_locations a{
	height: 59px; 
	background-color: #F84624; /*f7411b;*/
	vertical-align: middle;
	line-height: 59px; /* vertically aligns text */
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	}

.m_contact, .m_contact a{
	height: 65px; 
	background-color: #F73510; /*#f73510;*/
	vertical-align: middle;
	line-height: 65px; /* vertically aligns text */
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	}
	
.m_home a:hover, .m_about a:hover, .m_products a:hover, .m_store a:hover, .m_press a:hover, .m_calendar a:hover, .m_locations a:hover, .m_contact a:hover{
	background-color: #2c2317; /*#efefef*/ !important;
	color: #fff; /*#2c2317;*/ 
	} 
	
	
/*	ROLLOVER 
	background-color: #fff;
	color: #f73510;
	*/
/*MENU*/

.content{
	float: left;
	width: 583px;
	height: 419px;
	margin: 0;
	padding: 0;
	/*background-color: #554477; for testing only*/
	}
	
.email{
	float: left;
	width: 735px;
	height: 52px;
	/*border: 1px solid #333;*/
	margin: 0;
	padding: 0;
	}
	
.footer, .footer a{
	height: 50px; /*81205*/
	line-height: 20px;
	margin: 0px auto;  /*old 4 0 0 0*/
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999;
	background-color: #2c2317;
	text-decoration: none;
	text-align: center;
	}
.footer a:hover{
	color: #f73510;
	text-decoration: none;
	}	

.clear{
	margin: 0;
	padding: 0;
	clear: both;
	}

/*include styles*/

/* HOME */
home_img{
	width: 583px;
	height: 302px;
	}

.news{
	width: 583px;
	height: 112px;
	margin: 5px 0 0 0;
	background-color: #f73510;
	}

/*news*/
.p_news{
	margin: 10px;/* 10px */
	}
html>body .p_news{/*hide from ie pc*/
	margin: 0px; /*81205*/
	padding: 10px;
	}

.h_news{
	font-size: 14px;
	}
.news_date{
	font-size: 12px;
	}
	
/*CALENDER*/

.cal_lft{
	position: relative;
	top: 19px;
	left: 12px;
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	}
	
.cal_lft p{
	margin-bottom: 8px;
	}
	
.cal_lft a{
	text-decoration: none;
	font-weight: bold;
	color: #f73510;
	}
.cal_lft a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #2c2317;
	}
.h_cal{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	}
	
/* ABOUT */
.about{
	width: 449px;
	height: 200px;
	margin: 120px auto ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	}
	
.about a{
	color: #efefef;
	text-decoration: none;
	}
.about a:hover{
	color: #333;
	text-decoration: none;
	}

	
/*SHIPPING*/

.shipping_content{
	position: relative;
	top: 19px;
	left: 12px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	}
.shipping_content a{
	text-decoration: none;
	font-weight: bold;
	color: #f73510;
	}
.shipping_content a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #2c2317;
	}
	
.shipping_content p{
	margin: 5px 0;
	}

.h_ship{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	}
	
	
/*LOCATIONS*/


.locations_content{
	position: relative;
	top: 19px;
	left: 12px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #2c2317;
	}
.locations_content a{
	text-decoration: none;
	font-weight: bold;
	color: #f73510;
	}
.locations_content a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #2c2317;
	}
	
.locations_content h2{ /*new added 3-8-06*/
	font-size: 13px;
	}
	
.locations_content p{
	margin: 5px 0;
	}

.h_locations{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	}

/*
//////////////////////////
PRODUCTS * DETAIL STYLES
/////////////////////////
*/

.p_img{
	float: left; 
	width: 279px;
	}


.p_detail{
	float: left; 
	width: 300px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	/*font-weight: bold;*/
	color: #000;
	text-decoration: none;
	}
.p_detail a{
	text-decoration: none;
	font-weight: bold;
	color: #f73510;
	}
.p_detail a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #2c2317;
	}

.pd_title{
	font-size: 18px;
	font-weight: bold;
	}
	
.p_specs{
	font-size: 10px;
	}

.p_note{
	color: #333;
	font-size: 11px;
	line-height: 14px;
	}


	