/*general styles*/
html{
	background:#ddb37a url(../images/html-bg.png) repeat-y center;
}
body{
	background:url(../images/body-bg.png) repeat-x;
	font:small-caps 100% Georgia, Serif;
}
body#sub{
	background:#370b05 url(../images/sub-body-bg.png) repeat-x;
}
#container{
	width:828px;
	margin:0 auto;
	background:url(../images/content-bg.jpg) no-repeat 0 120px;
}
#sub div#container{
	width:977px;
	background:none;
}
/*end genereal styles*/
/*header */
div#header{
	width:827px;
	height:121px;
	background:url(../images/header-bg.jpg) no-repeat;
}
#sub div#header{
	width:977px;
	background-image:url(../images/sub-header-bg.jpg);
}
h1{
	position:relative;
	width:729px;
	height:96px;
	padding:2px 0 0 54px;
	margin:0;
}
#sub h1{
	padding: 25px 0 0 34px;
	float:left;
}
h1 span{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/h1-bg.jpg) no-repeat;
}
#sub h1 span{
	background:url(../images/sub-h1-bg.jpg) no-repeat;
}
div#header ul{
	padding-left:150px;
	margin:0;
}
#sub div#header ul{
	text-align:right;
	padding:10px 36px 0 0;
	}
div#header ul li{
	display:inline;
	list-style:none;
	padding-right:10px;
	letter-spacing:.03em;
	text-transform:lowercase;
	font-weight:bold;
	color:#9a9a9a;
}
#sub div#header ul li{
	display:block;
	padding:0;
	font-size:80%;
	line-height:1.1em;
	margin:0;
}
div#header ul li a{
	color:#d8a362;
	text-decoration:none;
}
div#header ul li a:hover{
	color:#f6dd66;
}

/*header end*/
/*content*/
div#content{
	height:431px;
	width:333px;
	padding:73px 0 0 439px;
}
#sub div#content{
	width:977px;
	min-height:590px;
	height:auto;
	padding:0;
	height:auto;
	padding-bottom:28px;
	background:url(../images/sub-content-bg.jpg) repeat-y;
	
}
 /* for Internet Explorer */
 /*\*/
 * html #sub div#content {
   height: 628px;
}
 /**/


div#content h2{
	position:relative;
	width:297px;
	height:193px;
	margin-bottom:0px;
}
div#content h2 span{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/h2-bg.jpg) no-repeat;
}
div#content p{
	color:#4d1600;
	font-size:120%;
	text-align:center;
	letter-spacing:-.04em;
	width:350px;
	margin-left:-48px;
	margin-bottom:14px;
	padding-bottom: 1em;
	background:url(../images/p-bg.jpg) no-repeat 0 64px;
}
div#content div#main p.left{
	width:290px;
	margin-left:30px;
}
div#content a#button-one, div#content a#button-two{
	position:relative;
	width:174px;
	height:63px;
	display:block;
	float:left;
}
#sub div#content p{
	margin-left:0;
	width:auto;
	text-align:left;
	background:none;
	padding-left:0;
}
div#content a#button-two{	
	width:134px;	
}
div#content a#button-one span, div#content a#button-two span{
	width:100%;
	height:100%;
	position:absolute;
	background:url(../images/button-one-bg.jpg) no-repeat;
}
div#content a#button-two span{
	background:url(../images/button-two-bg.jpg) no-repeat;
}
div#sub-nav{
	width:242px;
	float:left;
}
div#sub-nav a#buy-button{
	display:block;
	width:135px;
	height:65px;
	position:relative;
	padding:24px 0 0 64px;
}
div#sub-nav a#buy-button span{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/buy-button.jpg) no-repeat;
}
div#sub-nav ul{
}
div#sub-nav ul.top-list{
	border-top:1px solid black;
	margin:26px 10px 10px 16px;
	padding-top:20px;
	list-style:none;
	padding-left:34px;
}
div#sub-nav ul li{
	margin-bottom:.8em;
	color:#1e3141;
	font: small-caps bold 90% Georgia, Serif;
}
div#sub-nav ul.top-list li ul li{
	border:none;
	padding:2px;
	margin:0;
}
div#sub-nav ul li a{
	color:black;
	text-decoration:none;
}
div#sub-nav ul li a:hover{
	text-decoration:underline;
}
div#main{
	width:651px;
	float:left;
	margin:0 40px;
	color:#0b121d;
	padding-top:50px;
}
div#main img{
	padding:6px;
}
div#main h3{
	padding:0 0 10px 0px;
	margin: 0 0 10px;
	border-bottom:1px solid #cac19b;
}
div#main p, div#main dl{
	font:90%/140% Georgia, Serif;
	letter-spacing:0;
	padding:1em 0 1.2em 0;
	margin:0;
	border-top:1px solid #cac19b;
	color:#0b121d;
}
div#main p{
	border:none;
	padding-top:0;
}
div#main ul,div#main ol{
	font:90%/140% Georgia, Serif;
}
 div#main address{
 	margin:0;
 	padding-bottom:14px;
 }
div#main dl{
	clear:right;
}
div#main dl dt{
	float:left;
	width:70px;
	font:small-caps 100% Georgia, Serif;
}
div#main dl dd{
	float:right;
	clear:right;
	width:550px;
}
div#main a{
	color:#4d1600;
	text-decoration:underline;
}
div#main div.errors {
 border: 1px solid #af6370;
 background-color: #f59579;
 padding: 12px;
 margin-bottom: 1em;
}
div#main div.errors h4 {
 color: #481a19;
}
div#main div.errors ul {
 margin: 0 0 0 24px;
}
/*content end*/
/*footer*/
div#footer{
	height:133px;
	background:url(../images/footer-bg.jpg) no-repeat;
	border: 1px solid #999;
}
#sub div#footer{
	height:88px;
	background:url(../images/sub-footer-bg.jpg) no-repeat;
	
}
div#footer h3{
	width:760px;
	text-align:center;
	font: 180% Arial, Sans-serif;
	text-transform:uppercase;
	letter-spacing:-.08em;
	padding:13px 0 6px;
	margin:0 0 4px 34px;
	border-bottom:1px solid #26333f;
}
div#footer h3 a{
	color:#2d4658;
}
div.sponsors{
  position:relative;
 text-align:center;
  font:100% Arial, Sans-serif;
}
#sub div.sponsors{

}
#sub div.sponsors p{
	font:70%/110% Arial, Sans-serif;
	padding:10px 25px 0;
	margin:0;
	color:#a5aebc;
}
div.sponsors p#sponsors-large{
	padding-bottom:5px;
	margin-bottom:0;
	margin-top:68px;
}
div.sponsors p#sponsors-large a{
	color:#a5aebc;
}
div.sponsors p#sponsors-small a{
	color:#69737f;
}
div.sponsors p#sponsors-small{
	font-size:80%;
	color:#69737f;
	
}
div.sponsors a#ad-one, div.sponsors a#ad-two, div.sponsors a#ad-three {
}
#sub div.sponsors img{
	padding:4px 20px 0 16px;
}
a#ad-three {
	margin-top: 0px;
}

/*footer end*/
/*copyright*/
div#copyright{
	width:813px;
	height:32px;
	background:url(../images/copyright-bg.png) repeat-x;
	margin-left:5px;
	margin-top:-32px;
	border-left:1px solid #1f3343;
	border-right:1px solid #1f3343;
}
#sub div#copyright{
	width:965px;
}
div#copyright p{
	color:#3e5c78;
	text-align:right;
	text-transform:lowercase;
	font-size:80%;
	padding:8px 20px 0 0;
	margin:0;
}
div#copyright p a{
	color:#ccd7e1;
	text-decoration:none;
}
/*copyright end*/
/*fix clearing*/
.clearfix:after {
clear: both;
height: 0;
display: block;
visibility: hidden;
content: ".";
}

/*end clearing*/
/*classes*/
img.left, img.right{
	border:1px solid #ddb37a;
	margin:0 9px 9px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.special {
	margin-top: -30px;
	padding-bottom: 0;
}
#content p.special {
	color: #ffffff;
	background-color: #741b13;
	padding: 2px 0;
	text-align: center;
	width: 210px;
	margin-left: 40px;
}