/* CSS Document */

*{
	margin:0;
	padding:0;
	}
					
body{
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#262626;
	background:url(../images/bg.gif) 0 0 repeat-x #DEFFD7;
	}

ul{
	list-style-type:none;
	}

img {
	display:block;
	border:none;
	}

a{
	outline:none;
	}

.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

/* Container Panel	*/
#container{
	position:relative;
	margin:0 auto;
	width:786px;
	background:url(../images/main-bg.jpg) 0 0 repeat-y;
	}


/* Header */
#header{
	width:786px;
	padding:264px 0 29px 0;
	background:url(../images/header.jpg) 0 0 no-repeat;
	}

#header img#logo{
	position:absolute;
	top:46px;
	right:96px;
	display:block;
	width:337px;
	height:31px;
	margin:0 0 0 353px;
	border:none;
	}

/* Navigation Panel */
#header ul.topNav{
	width:423px;
	margin:0 0 0 363px;
	font:bold 11px/18px "Georgia", "Times New Roman", Times, serif;
	color:#ED4D2F;
	background-color:inherit;
	}

#header ul.topNav li{
	float:left;
	text-align:center;
	padding:2px 8px 2px 0;
	line-height:24px;
	height:34px;
	}	

#header ul.topNav li.home{
	width:73px;
	background:url(../images/home-bg.gif) 0 0 no-repeat;
	}

#header ul.topNav li.aboutus{
	width:73px;
	background:url(../images/aboutus-bg.gif) 0 0 no-repeat;
	}

#header ul.topNav li.contactus{
	width:86px;
	background:url(../images/contact-bg.gif) 2px 0 no-repeat;
	}	
	
#header ul.topNav li a {
	text-decoration:none;
	color:#ED4D2F;
	background-color:inherit;
	}
	
#header ul.topNav li a:hover {
	background-color:inherit;
	color:#48301E;
	}	
	

/* Body Panel */
#bodypan{
	position:relative;
	width:721px;
	padding:0 34px 0 31px;
	height:100%;
	overflow:hidden;
	background:url(../images/body-bg.jpg) 0 0 no-repeat;
	}

#bodypan p{
	padding:0 0 16px;
	}

#bodypan h2{
	font:normal 18px/22px Georgia, "Times New Roman", Times, serif;
	padding:7px 0 5px 26px;
	color:#ED4D2F;
	background-color:inherit;
	background:url(../images/icon.gif) 0 0 no-repeat;
	}

#bodypan h2 em{
	font-style:normal;
	color:#262626;
	background-color:inherit;
	}
#bodypan .award {
	position:absolute;
	top:100px;
	right:40px;
}
#bodypan img.rightImg{
	float:left;
	margin:0 14px 15px 0;
	}

#bodypan ul.listOne{
	float:left;
	width:408px;
	padding:15px 0 0;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	color:#ED5437;
	background-color:inherit;
	}

#bodypan ul.listOne li{
	padding:3px 0 12px 30px;
	background:url(../images/bulet.gif) 0 0 no-repeat;
	}

#bodypan a.buyNow{
	display:block;
	margin:117px 0 0;
	padding:46px 0 0 0;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
	width:116px;
	background:url(../images/buyNow.gif) 0 0 no-repeat;
	}

#bodypan a:hover.buyNow{
	background:url(../images/buyNow_hover.gif) 0 0 no-repeat;
	}

#bodypan div.midpan{
	width:719px;
	}
#sociallinks {
	position:absolute;
	top:740px;
	right:185px;
	width:205px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
div.midpan div.leftpan{
	float:left;
	width:320px;
	}

div.midpan div.leftpan h2{
	padding:0 0 18px 26px !important;
	}
	
div.midpan div.leftpan img{
	margin:0 0 8px 21px;
	}

div.midpan div.rightpan{
	float:right;
	width:374px;
	}

div.midpan div.rightpan h2{
	padding:0 0 36px 26px !important;
	}

div.midpan div.rightpan ul.listOne{
	width:362px !important;
	}

div.midpan div.rightpan img{
	float:right;
	margin:0 0 36px;
	}

#bodypan img.storyImg{
	float:right;
	}
#bodypan .testimonial {
	margin: 10px 30px 0px 30px;
	font-style:italic;
	font-size:14px;
}
#bodypan .credit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#bodypan .roundseal {
	float:right;
	margin-right:250px;
}
#bodypan .mcabanner {
	margin-bottom:18px;
}
#bodypan .bookright {
	float:right;
	width:250px;
}
/* Footer */
#footer{
	width:715px;
	padding:21px 40px 0 31px;
	height:232px;
	margin:0 auto;
	background:url(../images/footbg.gif) 100% 0 no-repeat;
	font-size:11px;
	line-height:15px;
	text-align:center;
	color:#002739;
	background-color:inherit;
	}
	

#footer ul{
	padding:11px 0 10px;
	line-height:14px;
	font-weight:bold;
	background:url(../images/doted-line.gif) 0 0 repeat-x;
	}
	
#footer ul li{
	display:inline;
	margin:0 10px 0 0;
	color:#262626;
	background-color:inherit;
	}	

#footer ul li a{
	padding:0 8px 0 0;
	color:#262626;
	background-color:inherit;
	text-decoration:none;
	}	

#footer ul li a:hover{
	color:#6E6E6E;
	background-color:inherit;
	text-decoration:none;
	}

#footer p{
	padding:8px 0 0;
	color:#2B2B2A;
	background-color:inherit;
	background:url(../images/doted-line.gif) 0 0 repeat-x;
	}



