body {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#7d0122;
	background:#edd675;
}

a {
	color:#7d0122;
	text-decoration:underline;
}

h1 {
	font-size:24px;
	color:#0086db;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	height:283px;
	background:#7a98c6 url(../images/top_bg.gif) top left repeat-x;
}
#content_container {
	clear:both;
	margin:0px auto;
}
#footer_container {
	clear:both;
	margin:0px auto;
	height:43px;
	background:#7d0122;
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:966px;
	height:283px;
}
#header_top {
	width:151px;
	height:21px;
	background:url(../images/tag_top.gif) no-repeat;
}
#header_tag {
	float:left;
	width:151px;
	height:217px;
	background:url(../images/tag_mid.gif) no-repeat;
}
#header_label {
	float:left;
	width:811px;
	height:217px;
	background:url(../images/label.gif) no-repeat;
}

#nav {
	clear:both;
	width:966px;
	height:45px;
}

#header_bot {
	clear:both;
	width:151px;
	height:25px;
	background:url(../images/tag_bot.gif) no-repeat;
}

/*** NAV ***/

#nav_tag {
	float:left;
	width:151px;
	height:45px;
	background:url(../images/tag_nav.gif) no-repeat;
}
#nav ul li a {
	float:left;
	color:#f5f6f7;
	font-size:14px;
	padding:14px;
	padding-left:20px;
	padding-right:20px;
	display:block;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#fdec1a;
}

/* ---------------- nav --------------------------------------------------------*/
#nav ul li {
	list-style-type: none;
	float: left;
}
#nav ul ul, #nav ul ul ul, #nav ul ul ul ul {
	display: none;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul {
	position: absolute;
	border: 1px solid #FFFFFF;
	border-top: none;
	margin-top:44px;
}
#nav ul li ul li {
	clear: left;
	float: left;
	border-top: 1px solid #FFFFFF;
	width: 180px;
	margin: 0px;
	padding: 0px;
	margin-left: -40px;
}
#nav ul li ul li a:link, #nav ul li ul li a:active, #nav ul li ul li a:visited {	
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	background: #7D0122;
	margin: 0px;
	width: 168px;
	padding: 4px 6px 4px 6px;
}
#nav ul li ul li a:hover {
	color: #FDEC1A;
	background: #9F002C;
}
#nav ul li:hover ul li ul {
	display: none;
}
#nav ul li ul li:hover ul {
	display: block;
}
#nav ul li ul li ul {
	position: absolute;
	display: block;
	margin: 0px;
	margin: 0px 0px 0px 180px;
}
#nav ul li:hover ul li ul li ul {
	display: none;
}
#nav ul li ul li ul li:hover ul {
	display: block;
}

/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	padding-top:41px;
	padding-bottom:34px;
	width:966px;
}
#content_top {
	width:966px;
	height:9px;
	background:url(../images/content_top.gif) no-repeat;
}
#content_mid {
	width:922px;
	padding:19px;
	background:#FFFFFF;
	border:0;
	border-left:#7c0122 solid 2px;
	border-right:#7c0122 solid 2px;
}
#content_bot {
	width:966px;
	height:9px;
	background:url(../images/content_bot.gif) no-repeat;
}

#qbuy_box {
	float:left;
	padding:10px;
	width:542px;
	height:236px;
	background:#ececec;
	border:#d6ecf9 solid 1px;
}
#qbuy_btn {
	padding-left:34px;
	padding-top:168px;
	width:508px;
	height:68px;
	background:url(../images/btn_qbuy.jpg) no-repeat;
}
#left_box {
	float:left;
	width:522px;
	padding:10px;
	background:#ececec;
	border:#d6ecf9 solid 1px;
}
#left_box_extend {
	float:left;
	width:900px;
	padding:10px;
	background:#ececec;
	border:#d6ecf9 solid 1px;
}
#member_box {
	float:right;
	width:319px;
	height:236px;
	padding:10px;
	background:#ececec;
	border:#d6ecf9 solid 1px;
}
#right_box {
	float:right;
	width:319px;
	padding:10px;
	background:#ececec;
	border:#d6ecf9 solid 1px;
}
#content_box {
	background:#FFFFFF;
	padding:10px;
}
#member_login {
	background:#FFFFFF;
	height:226px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
}
#bottom_box {
	clear:both;
	width:900px;
	margin-top:24px;
	padding:10px;
	background:#ececec;
	border:#d6ecf9 solid 1px;
}
#bottom_box_left {
	float:left;
	width:159px;
	height:234px;
	background:#FFFFFF;
}
#bottom_box_right {
	float:right;
	font-size:14px;
	padding:20px;
	padding-top:50px;
	width:701px;
	height:164px;
	background:#FFFFFF url(../images/value_bg.jpg) no-repeat;
}
#bottom_box_right a {
	color:#0086db;
	text-decoration:none;
}

/*** FORMS ***/

form {
	margin:0px;
	padding:0px;
}
.inpGlobal {
	float:left; 
	margin-top:11px;
	padding:2px;
	width:276px; 
	height:20px; 
	color:#7c0122; 
	background:#FFFFFF; 
	border:#d2d1d1 solid 1px; 
	display:block;
}
.btnGlobal {
	float:left; 
	margin-top:11px;
	width:119px; 
	height:27px; 
	color:#fdec1a; 
	background:#7d0122; 
	border:#d2d1d1 solid 1px; 
	text-align:center; 
	text-decoration:none; 
	display:block;
}
.btnGlobal:hover {
	background:#9F002C;
}
#btnSignup {
	float:right; 
	margin-top:11px;
	padding-top:3px; 
	width:119px; 
	height:22px; 
	color:#fdec1a; 
	background:#7d0122; 
	border:#d2d1d1 solid 1px; 
	text-align:center; 
	text-decoration:none; 
	display:block;
}
.btnSignup:hover {
	background:#9F002C;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	padding-top:15px;
	width:966px;
	color:#FFFFFF;
	font-size:12px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}