/* Swatches
*  page bg: #E8F0F2
*  logo colour: #C0A062
* 
*
*
*
*/


* {
	/*border: 1px solid #ccc; */
}
html, body {
	position: relative;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:  76%; 
	color: #C7B697;
	background-color: #E8F0F2;
}

/*----- General -----*/

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 .8em 1em;
	padding: 0 ;
}

a img {border: none; }

a:link {
	color:#BA9956;
	text-decoration: none;
}
a:visited {
	color:#BA9956; 
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: none;
} 
a:active {
	color:#BA9956;
	text-decoration: none;
} 
 
.alert {
	color: #a00;
}

.offScreen {
	position: absolute;
	top: 0;
	left: -10000px;
	font-size: 1px;
	color: #fff;
}

.clear {
	clear: both;
	font-size: 1px;
}



#pageWrap {
	position: relative;
 	width: 862px;
 	margin: 15px auto;
}

#contentWrap {
	position: relative;
	width: 710px;
	margin: 0 0 0 152px;
	text-align: center;
}

#preBanner {
	width: 447px;
	height: 47px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-image: url(../graphics/dragonsden_bbc_tv.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}


#content {
	position: relative;
	height: 599px;
	margin: 0;
	padding: 0;
	background-image: url(../graphics/home/content_bg.jpg);
	background-position: top center;
	background-repeat: no_repeat;	
	background-color: #fff;
}

#bannerLogo {
	position: absolute;
	top: 35px;
	left: 35px;
}

#homeText {
	position: absolute;
	top: 210px;
	left: 35px;
}

#homeImage1 {
	position: absolute;
	top: 111px;
	right: 35px;
	border: 2px solid #D9D0BE;
}

#homeImage2 {
	position: absolute;
	top: 310px;
	right: 35px;
	border: 2px solid #D9D0BE;
}

#btmBox {
	position: relative;
	overflow: auto;
	height: 283px;
	margin: 0;
	padding: 0 35px;
	text-align: left;
	color: #aaa;
	font-size: 1.3em;
	background-image: url(../graphics/btm_box_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	background-color: #fff;
}

#btmBox h2 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 1.5em;
	color: #C0A062;
}

#btmBox .btnBuyNow {
	clear: both;
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
}

div.leftCol {
	float: left;
	width: 305px;
	margin: 0;
	padding: 0;
}

div.rightCol {
	float: right;
	width: 305px;
	margin: 0;
	padding: 0;
}



/*--- Navigation ---*/

#mainNavWrap {
	position: absolute;
	top: 68px;
	left: 0;
	width:152px;
	height: 742px;
	color:#fff;
	text-align:left; 
	font-size: .8em; 
	font-style: normal; 
	font-weight: normal;
	background-image: url(../graphics/left_nav_bg.jpg);
	background-position: top center;
	background-repeat: no_repeat;	
	background-color: #DED9C2;
}

#mainNav {
	margin: 40px 20px;
	color: #fff;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.5em;
}

#mainNav ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#mainNav ul li a {
	color: #fff;
	font-weight: bold;
}

#mainNav ul li a:link, #mainNav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
	color: #fff;
	text-decoration: underline;
}


#content h2 {
	margin: 1.2em 0 .6em 0;
	padding: 0;
	font-size: 1.1em;
}

#content h3 {
	margin: 1.2em 0 .7em 0;
	padding: 0;
	font-size: 1em;
}

#content p {
	margin: 0 0 .8em 0;
	line-height: 1.1em; 
}

#content .indent {
	margin: 0 0 0 1.5em;
}

#content address {
	margin: 0 0 1.5em 0;
	font-style: normal;
}

#content .first {
	margin-top: 0;
}

#footer {
	clear: both;
	margin: 10px 35px;
 	padding: 0;
	text-align: center;
	font-size: 1em;
	color:#C7B697;
}








