/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#63594b;
	font-size:.75em;
	line-height:1.2em;
	margin:0 0 25px 0;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}

a { color:#63594b; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.img-top {
	position:absolute;
	top:0;
	left:0;
}

.img-btm {
	position:absolute;
	left:0;
	bottom:0;
}

.img-ftr {
	position:absolute;
	left:-17px;
	bottom:0;
}

.golds {

}
/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:918px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(../images/bg_main-y.gif);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:918px;
	height:161px;
}

#top_nav {
	position:absolute;
	top:27px;
	right:19px;
	color:#fff900;
	width: 460px;
}

#top_nav a {
	color:#fff900;
	text-decoration:none;
}

#top_nav a:hover {
	color:#fff900;
	text-decoration:underline;
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:864px;
	height:auto;
	padding:10px;
	margin:0 17px 9px 17px;
	background-color:#c8c6c3;
}

.bannerBox {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:267px;
	height:auto;
	margin:3.5px;
	padding:9px;
	background-repeat:repeat-y;
	background-image:url(../images/bg_bannerBox.gif);
}

.bannerBox-sm {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:257px;
	height:auto;
	margin:3.5px;
	padding:9px;
	background-repeat:repeat-y;
	background-image:url(../images/bg_bannerBox-sm.gif);
}

#banner img {
	border:0;
}

#banner a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

#main {
	position:relative;
	top:0;
	left:0;
	width:884px;
	height:auto;
	padding-bottom:10px;
	margin:0 17px 0 17px;
}

#ptoffer {
	position:relative;
	top:0;
	left:150px;
	width:584px;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 17px 0 17px;
	background-color:#FFFF00;
	border: 1px solid #000000;

}

/* ---- start main content settings -------------- */

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:544px;
	height:auto;
	padding:15px;
	background-repeat:no-repeat;
	background-image:url(../images/bg_content-left.gif);
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#content_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:272px;
	height:auto;
	padding:15px;
	background-color:#fffd9d;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	clear:both;
	width:918px;
	height:25px;
	background-color:#fff900;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
