/* Company Name - CSS Document */

body {
	background:#D3B994 url(../images/bg.jpg) top repeat-x;
	margin:0; padding:0;
}

.debug {
	display:none;
}

.italicRed {	
	font-size:22px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#840000;
	font-weight:bold;
	font-style:italic;
}

/**** HEADINGS ****/

h1 {
	font-family:"Myriad Pro", Arial, Helvetica, Sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#590609;
	line-height:1.5em;
	margin:0;
}
h2 {
	font-family:"Myriad Pro", Arial, Helvetica, Sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#590609;
	line-height:1.5em;
	margin:0 0 .5em 0;
}
h3 {
	font-family:"Myriad Pro", Arial, Helvetica, Sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#590609;
	line-height:1.5em;
	margin:0 0 .5em 0;
}
h4 {
	font-family:"Myriad Pro", Arial, Helvetica, Sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#590609;
	line-height:1.5em;
	margin:0 0 .5em 0;
}

/**** CONTENT ****/

p,.content {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:2em;
	margin:0 0 1em 0;
}

/**** BODY STRUCTURE ****/

.container {
	width:988px;
	margin:0 auto;
	padding:0;
}

.header {
	width:988px;
	height:171px;
	margin:0;
	padding:0;
	position:relative;
}

	/*** HEADER AREA ***/
	
		a.logo {
			background:url(../images/logo.png) no-repeat;
			width:335px;
			height:171px;
			margin:0;
			padding:0;
			display:block;
			cursor:pointer;
			position:absolute;
			left:0;
			top:0;
			text-indent:-999em;
		}
		
		.navbar {
			background:url(../images/navbar.jpg) no-repeat;
			width:980px;
			height:59px;
			margin:0 auto;
			padding:0;
			clear:both;
		}
	
	/*** RIGHT SIDE ***/
	
		.topInfo {
			background:url(../images/contactInfo.jpg) no-repeat;
			width:260px;
			height:51px;
			margin:23px 22px 9px 0;
			padding:0;
			float:right;
			text-indent:-999em;
		}
		
		.search {
			width:280px;
			height:30px;
			margin:0;
			padding:0;
			float:right;
			clear:right;
		}

	/*** END HEADER AREA ***/
	
	/*** BANNER ***/
	
		.banner {
			background:url(../images/banner-bg.jpg) no-repeat;
			width:946px;
			height:234px;
			margin:0;
			padding:26px 12px 0 30px;
		}
		
		.banner-txt {
			float:left;
			width:295px;
			margin:5px 0 0 0; padding:0;
		}
		
		.banner-txt p {
			font-size:14px;
			line-height:1.8em;
		}
		
		.banner-img {
			float:right;
			background:url(../images/banner.jpg) no-repeat;
			width:624px; height:224px;
			margin:0; padding:0;
		}

	/*** END BANNER ***/
	
.bodyArea {
	width:988px;
	margin:0;
	padding:0;
	clear:both;
}

.box {
	width:327px;
	margin:18px 9px 0 0; padding:0;
	float:left;
}

.buttons {
	width:316px;
	margin:18px 0 0 0; padding:4px 0 0 0;
	float:left;
}

a.btn-openAccount {
	background:url(../images/btn-openAccount.png) no-repeat;
	width:316px; height:82px;
	margin:0 0 5px 0; padding:0;
	display:block;
	text-indent:-999em;
}

a.btn-magList {
	background:url(../images/btn-magList.png) no-repeat;
	width:316px; height:82px;
	margin:0 0 5px 0; padding:0;
	display:block;
	text-indent:-999em;
}

a.btn-contactUs {
	background:url(../images/btn-contactUs.png) no-repeat;
	width:316px; height:82px;
	margin:0 0 5px 0; padding:0;
	display:block;
	text-indent:-999em;
}

.box-rpt {
	background:url(../images/box-rpt.png) repeat-y;
	margin:0; padding:0 0 1px 0;
	width:327px;
	min-height:220px;
	position:relative;
}

.head-whyMagazines {
	background:url(../images/head-whyMagazines.png) no-repeat;
	width:80px;
	height:82px;
	margin:0;
	padding:0;
	text-indent:-999em;
	position:absolute;
	top: 6px;
	left: 3px;
}

.head-whyVIP {
	background:url(../images/head-whyVIP.png) no-repeat;
	width:62px;
	height:60px;
	margin:0;
	padding:0;
	text-indent:-999em;
	position:absolute;
	top: 10px;
	left: 10px;
}


.head-lost {
	background:url(../images/head-lost.png) no-repeat;
	width:62px;
	height:60px;
	margin:0;
	padding:0;
	text-indent:-999em;
	position:absolute;
	top: 10px;
	left: 10px;
}

.box-bg {
	background:url(../images/box-top.jpg) no-repeat;
	width:252px; min-height:185px;
	margin:0; padding:40px 0 0 75px;
}

.box-btm {
	background:url(../images/box-btm.png) no-repeat;
	width:327px; height:48px;
	margin:0; padding:0;
	position:relative;
}

.homeContent-bottom {
	padding-left:20px;
}

div.clear {
	clear:both;
	margin:0;
	padding:0;
}

	/*** BODY AREA ***/

	
	.leftCol {
		width:327px;
		margin:0;
		padding:0;
		float:left;
	}
	
	.rightCol {
		width:654px;
		margin:0;
		padding:0;
		float:right;
	}
	
	.content-top {
		background:url(../images/content-top.png) no-repeat;
		width:654px; height:36px;
		margin:0; padding:0;
	}
	
	.content-rpt {
		background:url(../images/content-rpt.png) repeat-y;
		width:574px;
		margin:0; padding:0 40px 1px 40px;
		min-height:495px;
	}
	
	.content-btm {
		background:url(../images/content-btm.png) no-repeat;
		width:654px; height:36px;
		margin:0; padding:0;
	}
	
	/*** END BODY AREA ***/
	
.footer {
	background:url(../images/footer-bg.jpg) repeat-x;
	width:100%;
	height:82px;
	margin:0 auto;
	padding:42px 0 0 0;
	clear:both;
}

.footer-txt {
	background:url(../images/footer.jpg) no-repeat;
	width:960px; height:54px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:1.5em;
	margin:0 auto 0 auto; padding:15px 0 0 20px;
}

.footer-txt a {
	color:#ffffff;
	text-decoration:none;
}

.footer-txt a:visited {
	color:#ffffff;
	text-decoration:none;
}

.footer-txt a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.footer-txt a:active {
	color:#ffffff;
	text-decoration:none;
}

.footer-txt a.footer-link {
	color:#fac854;
	text-decoration:none;
}

.footer-txt a.footer-link:visited {
	color:#fac854;
	text-decoration:none;
}

.footer-txt a.footer-link:hover {
	color:#fac854;
	text-decoration:underline;
}

.footer-txt a.footer-link:active {
	color:#fac854;
	text-decoration:none;
}
		

/**** LINKS / LIST ITEMS ****/

a {
	color:#aa1e1d;
	text-decoration:none;
}
a:visited {
	color:#aa1e1d;
	text-decoration:none;
}
a:hover {
	color:#aa1e1d;
	text-decoration:underline;
}
a:active {
	color:#aa1e1d;
	text-decoration:none;
}

ul {
	
}

ul li {
	color:#9e0b0f;
	margin-bottom:8px;
	position: relative;
	right:30px;
}

ul li p {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin:0; padding:0;
	color:#000000;
	font-size:14px;
	line-height:1.5em;
}

ul.magList {
	float:left;
	width:155px;
	list-style:none;
	margin:0 30px 0 0; padding:0;
}

ul.magList li {
	margin:0 0 5px 0; padding:0;
	position:none;
	right:0;
}

ul.magList p {
	font-size:13px;
	line-height:1.2em;
}

.magCat {
	border-top:1px solid #cccccc;
	margin-bottom:10px;
}


ol.homeOL {
	
}

ol.homeOL li {
	font-size:22px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#840000;
	font-weight:bold;
	font-style:italic;
}

ol.homeOL li p {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
}


.btn-readMore {
	position:absolute;
	background:url(../images/btn-readMore.jpg) no-repeat;
	width:109px;
	height:27px;
	margin:0;
	padding:0;
	text-indent:-999em;
	left: 155px;
	top: 1px;
}

.redBox {
	width:247px;
	margin:0; padding:0;
	float:left;
}

.redBox-top {
	background:url(../images/redBox-top.jpg) no-repeat;
	width:247px; height:13px;
	margin:0; padding:0;
}

.redBox-btm {
	background:url(../images/redBox-btm.jpg) no-repeat;
	width:247px; height:13px;
	margin:0; padding:0;
}

.redBox-rpt {
	width:247px;
	margin:0; padding:0;
	background:url(../images/redBox-rpt.jpg) repeat-y;
}

.redBox-bg {
	background:url(../images/redBox-bg.jpg) no-repeat;
	width:147px; min-height:122px;
	margin:0; padding:0 10px 0 90px;
}

.redBox p {
	color:#ffffff;
	margin:0; padding:0;
}

.contact-openAcc {
	float:left;
	width:150px;
	margin:0 25px 0 0; padding:0;
	position:relative;
}
.contact-openAcc p {
	line-height:1.5em;
}

.arrow-gold {
	background:url(../images/arrow-gold.png) no-repeat;
	width:128px;
	height:69px;
	margin:0;
	padding:0;
	position:absolute;
	top: 21px;
	left: 120px;
}
	

/*** FORMS ***/

.form-fields {
	border:1px solid #D0D9DF;
	color:#486F82;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	height:18px;
	margin:3px;
	padding:5px;
	width:200px;
}

.debug {
	display:none;
}

