@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	background-color:#999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
}
h2 {
	font-size: 130%;	
}
#wrapper {
	margin: 0 auto;
	width: 984px;
	border: solid 1px #000;
	background-color:#fdf001;
}
#header {
	width: 984px;
	height: 276px;
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: no-repeat;
}
#header a {
	display:block;
	margin: 90px 0px 0px 20px;
	float:left;
	width: 430px;
	height: 80px;
	text-decoration: none;
}
#nav {
	width: 984px;
	height: 55px;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;	
	color: #ccc;
	font-size: 14px;
	line-height: 55px;
}
#nav a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 0px 10px;
	display:block;
	float:left;
	height: 55px;
	border-right: dotted 1px #999;
}
#nav a:hover {
	background-color: #999;
}
#content {
	width: 924px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	text-align: left;
}
#content .c_rt {
	float:right;
	width: 200px;
	padding-left: 30px;
}
#content .c_rt ul {
	margin: 0px;
	padding: 0px 0px 30px 0px;
}
#content .c_rt li {
	border-bottom: dotted 1px #999;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	font-weight:bold;
}
#content .c_rt li a, #content ul.brand li a{
	color: #000;
	text-decoration: none;
	display:block;
}
#content .c_rt li a:hover {
	background-color: #666;
	color: #fff;
}
#content .c_rt li a.on {
	background-color: #999;
	color: #fff;
	padding: 5px;
}
#content ul.brand li a:hover {
	text-decoration: underline;	
}
#content ul.brand {
	float:left;
	padding-bottom: 30px;
}

#content .pullout {
	border-bottom: solid 1px #000;
	padding: 110px 0px 20px 0px;
	width: 694px;
	background-image: url(../images/img_pg/pullout_bk.jpg);
	background-repeat: no-repeat;
}
#footer {
	font-size: 11px;
	width: 984px;
	margin: 0 auto;
	color: #fff;
	padding: 10px 0px;
}
#footer a {
	color: #ececec;
	font-size: 11px;
	text-decoration: none;
}
.contentfooter {
	clear: both;
	width: 984px;
	height: 55px;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;	
	color: #ccc;
	font-size: 13px;
	line-height: 55px;
}
.msg {
	border: solid 1px #cc0000;
	background-color: #fff;
	padding: 10px;
	color: #cc0000;
	font-weight: bold;
}