/* Top Elements */
* { margin: 0 auto; padding: 0 auto; }

body {
	background: #8e8e8e;
}

.body_wrap{ 
	width: 970px;
	background: url(../imgs/body_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #666;
}

.header_wrap{ 
	width: 955px;
	height: 80px;
	background-color: #e9e9e9;
}
.header_wrap .logo{ 
	float: left;
	width: 210px;
	padding: 30px 0px 0px 40px; 
	color: #993300;
}
.header_wrap .banner_top{ 
	float:right;
	padding: 10px 40px 10px 0px; 
}

.menu {
	background: url(../imgs/menu_bg.jpg);
	width: 955px;
	margin-bottom: 20px;
	padding: 8px 0px 8px 0px;
	text-align: center;
}
.menu a{
	color: #fff; 
	font-weight: bold;
	padding: 8px 15px 8px 15px;
}
.menu a:hover{
	color: #fff; 
	background: url(../imgs/menu_link_bg.jpg);
	text-decoration: none;
}
.menu a:visited{
	color: #fff; 
	text-decoration: none;
}
.menu-selected{
	color: #fff; 
	background: url(../imgs/menu_link_bg.jpg);
	text-decoration: none;
}

.content_wrap{ width: 955px; margin-top: 10px; }

/*=============== left =============*/
.left {
	float: left;
	width: 159px;
	border-right: 1px #CCCCCC dotted;
}
.left .list {
	padding: 0px 10px 15px 10px;
}
.left .title{
	background: #999999 url(../imgs/title_grey_bg.jpg);
	height: 18px;
	padding: 4px 0px 0px 10px;
	margin-bottom: 5px;
	color: #FFF; font-size: 11px; font-weight: bold;
}
.left ul {
	list-style: inside circle;
	margin: 0; padding: 5px 0 0 0;
}
.left li {
	padding-left: 10px;
	line-height: 18px;
}


/*=============== center =============*/
.center { 
	float: left;
	width: 475px;
	padding: 0px 10px 0px 10px;
	line-height: 16px;
}
.center .list {
	padding-bottom: 10px;
}
.center .title_short{
	background: #999999 url(../imgs/title_red_bg.jpg);
	height: 20px;
	padding: 2px 0px 0px 10px;
	color: #FFF; font-weight: bold;
}
.center .title_long{
	background: #999999 url(../imgs/title_red_bg_long.jpg);
	height: 20px;
	padding: 2px 0px 0px 10px;
	color: #FFF; font-weight: bold;
}
.center-left{
	float: left;
	width: 232px;
	padding-bottom: 15px;
	margin-right: 5px;
}
.center-right{
	float: left;
	width: 232px;
	padding-bottom: 15px;
	margin-left: 5px;
}
.center ul {
	clear: both;
	list-style:none;
	width: 475px;
	margin:0; padding:0;
}
.center li{
	padding: 10px 0px 10px 0px;
	border-bottom: 0px #CCCCCC dotted;
}

/*============= ITEM ============*/
.item{
	padding: 10px 0px 10px 0px;
}
.item .review{
	text-align: center;
}
.item ul{
	list-style: none;
	margin: 0; padding: 0 0 0 5px;
	line-height: 16px;
}
.item li { }
.name { 
	font-weight: normal; 
	padding-bottom: 5px;
}

.news_title{
	color: #993300;
	font-size: 14px; font-weight: bold;
	padding:10px 0px 10px 0px;
}


/*=============== right =============*/
.right {
	float: left;
	width: 280px;
	padding: 0px 10px 0px 9px;
	border-left: 1px #999999 dotted;
}
.right .banner_right{
	width: 280px;
}
.right ul {
	list-style: none inside;
	margin: 0; padding: 0;
}
.right li {
	padding: 5px; margin: 8px 0px 8px 0px;
	background: #F4F4F4;
	border: 0px #CCCCCC dotted;
}
.right .title{
	background: #999999 url(../imgs/title_grey_bg_long.jpg);
	height: 18px;
	padding: 4px 0px 0px 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #FFF; font-size: 11px; font-weight: bold;
}


/*=========== Footer ===========*/	
.footer_wrap {
	width: 955px; height: 50px;
	background: #333 url(../imgs/footer_bg.gif) repeat-x;
	margin-top: 10px; padding-top: 20px;
	color: #CCCCCC; text-align: center;
}
#footer a { text-decoration: none; }




/*============ Default classes ==============*/
.clear { clear: both; }

/* links */
a, a:visited {
	text-decoration: none;
	color: #CC0000; 
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
p { padding:  2px 0px 2px 0px;}


/*===== Pager =====*/	
.pager{
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pager a{
	margin: 1px; padding: 3px 7px 3px 8px;
	color: #CCCCCC;
	border: 1px #CCCCCC solid;
	text-decoration:none;
}
.pager a:hover{
	color: #333333;
	border: 1px #333333 solid;
}
.pager .selected{
	color: #CC0000;
	border: 1px #CC0000 solid;
}

#box-top
{
	margin:0px;
	padding:0px;
	background:transparent url(../imgs/corner_wire_lft.gif) no-repeat;
}
#box-top-right
{
	margin:0 0 0 4px;
	padding:0px 0px 0px 0px;
	height:4px;
	font-size:1px;
	background:transparent url(../imgs/corner_wire_tr_bg.gif) no-repeat right top;
}
#box-mid
{
	margin:0px;
	padding:0px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
}
#box-bottom
{
	margin:0;
	padding:0;
	background:transparent url(../imgs/corner_wire_bl.gif) no-repeat;
}
#box-bottom-right
{
	margin:0 0 0 4px;
	border:0;
	background:transparent url(../imgs/corner_wire_bl_bg.gif) no-repeat right top;
}



