/* ===== General Styles ===== */
*{
	margin:0;
	padding:0;
	}
					
body{
	background:url(../images/bg.jpg) 0 0 repeat-x #fff;
	color:#333;
	font:14px/20px Arial, Helvetica, sans-serif;
	padding:0;
	}

ul{
	list-style-type:none;
	}

a{
	outline:none;
	color:#040E25;
	background-color:inherit;
	text-decoration:underline;
	}

a:hover{
	text-decoration:none;
	color:#E10F0C;
	background-color:inherit;
	}
	
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

p{
	padding:0 0 22px;
	}


/* ===== Container Panel ===== */

#container{
	position:relative;
	width:950px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	}
	
/* ===== Header ===== */

#topPan{
	background-color:#6FBF44;
	color:#fff;
	height:69px;
	width:933px;
	margin:0 auto;
	overflow:hidden;
	border-bottom:1px solid #fff;
	padding:10px 7px 0 10px;
	}

.logo{
	display:block;
	float:left;
	}
	
.call{
	display:block;
	float:right;
	}
	
#header{
	width:950px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	}

#header img{
	border-bottom:5px solid #fff;
	}
		
/* navigation */

#nav{
	width:950px;
	margin:0 auto;
	}
	
p.phn{
	height:32px;
	line-height:32px;
	background-color:#721A3E;
	color:#FFDE93;
	padding:0 13px 0 8px;
	font-weight:bold;
	font-size:16px;
	float:left;
	border-right:1px solid #fff;
	}
	
#nav ul{
	float:left;
	background-color:#A3366E;
	color:#fff;
	padding:0 5px 0 0;
	} 
	
#nav ul li{
	border-right:1px solid #711F49;
	float:left;
	padding:0 3px 0 0;
	}
	
#nav ul li.nobg{
	border:none;
	}
	
#nav ul li a{
	padding:0 12px;
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background-color:inherit;
	line-height:32px;
	text-decoration:none;
	text-transform:uppercase;
	}	
	
#nav ul li a:hover, #nav ul li a.active{
	color:#FFD02D;
	background-color:inherit;
	}
	
#nav ul li a.active{
	cursor:text;
	}
	
/* ===== Body panel ===== */

#bodypan{
	width:929px;
	/*position:relative;*/
	padding:31px 13px 37px;
	height:100%;
	overflow:hidden;
	}
	
/* Left panel */

#leftpan{
	width:616px;
	float:left;
	}

#leftpan div.heading{
	background:url(../images/head-bg.gif) 0 0 repeat-x;
	border:1px solid #BFBFBF;
	width:616px;
	height:31px;
	}
	
#leftpan div.heading h2 {
	background:url(../images/explore-icon.gif) 14px 1px no-repeat;
	height:31px;
	padding:0 0 0 63px;
	line-height:31px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	background-color:inherit;
	}

.product{
	width:616px;
	height:100%;
	overflow:hidden;
	background-color:#fff;
	color:#000;
	border-bottom:1px solid #BFBFBF;
	border-left:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;
	border-top:1px solid #CDCDCD;
	margin:4px 0 0;
	}
	
.productBdr{
	width:616px;
	border-bottom:1px solid #CDCDCD;
	}
	
.productInner{
	width:595px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	}
	
.productInner ul{
	padding:10px 0;
	border-bottom:1px solid #CDCDCD;
	height:100%;
	overflow:hidden;
	margin:0 0 6px;
	}	
	
.productInner ul.noBdr{
	border:none;
	padding:10px 0;
	height:100%;
	overflow:hidden;
	margin:0 0 6px;
	}
	
.productInner ul li, .productInner ul.noBdr li{
	padding:0 8px 0 7px;
	text-align:center;
	float:left;
	}
	
.productInner ul li img, .productInner ul.noBdr li img{
	display:block;
	}
	
.productInner ul li a, .productInner ul.noBdr li a{
	font-size:11px;
	color:#000;
	background-color:inherit;
	text-decoration:none;
	}
	
.productInner ul li a:hover, .productInner ul.noBdr li a:hover{
	color:#E10F0C;
	background-color:inherit;
	}
	
	
/* Right panel */
	
#rightpan{
	width:277px;
	float:right;
	margin:0 0 0 28px;
	}
	
#rightpan p span{
	color:#9B3368;
	background-color:inherit;
	}
	
#rightpan img{
	display:block;
	}

/* ===== Footer Panel =====	*/

#footer{
	margin:0 auto;
	text-align:center;
	width:950px;
	height:100%;
	overflow:hidden;
	}

#footerNav{
	width:950px;
	border-bottom:1px solid #E5E5E5;
	border-top:1px solid #E5E5E5;
	margin:0 auto;
	height:28px;
	}
	
#footerNav ul{
	text-align:center;
	width:585px;
	margin:0 auto;
	}
	
#footerNav ul li{
	float:left;
	font-size:11px;
	line-height:28px;
	background:url(../images/bullet.gif) 100% 50% no-repeat;
	padding:0 8px;
	}	

#footerNav ul li.bgNo{
	background:none;
	}
	
#footerNav ul li a{
	color:#48B935;
	background-color:inherit;
	text-decoration:none;
	}	
	
#footerNav ul li a:hover, #footerNav ul li a.active{
	color:#51634E;
	background-color:inherit;
	text-decoration:none;
	}
	
#footerNav ul li a.active{
	cursor:text;
	}

#footer p{
	color:#7F7F7F;
	background-color:inherit;
	font-weight:normal;
	font-size:9px;
	line-height:16px;
	padding:8px 0 20px;
	}
	
#footer p span{
	color:#ccc;
	background-color:inherit;
	}
	
	
