﻿#main {
	background: #FFF url('../images/cbg.jpg') repeat-y scroll left top;
}

#main #content {
	color: #666;
	width: 565px;
	float: right;
	padding-bottom: 15px;
}

#main #contentbottom {
	background: #FFF url('../images/cbcnrs.jpg') no-repeat scroll left top;
}

#submenu
{
	color: #666;
}

#submenu ul
{
	list-style: none;
}

#submenu ul li
{
	list-style: none;
}

#submenu ul li a
{
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	color: #b7b7b7;
	text-decoration: none;
	position: relative;
	line-height: 30px;
	height: 30px;
	background: #424f5d url('../images/cmnuhbg.jpg') no-repeat left top;
}

#submenu ul ul li a
{
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	color: #b7b7b7;
	text-decoration: none;
	position: relative;
	line-height: 30px;
	height: 30px;
	background: #5c656e none;
}

#submenu a:hover
{
	color: #FFF;
}

#submenu ul li a.selected
{
	color: #FFF;
	background: #424f5d url('../images/cmnuhbg_sel.jpg') no-repeat left top;
}

#submenu ul ul li a.selected
{
	color: #FFF;
	background: #424f5d url('../images/cmnusbg.jpg') no-repeat left top;
}

#content div.contentmenu {
	margin-left: 15px;
	margin-right: 0;
}


#content div.contentmenu
{
	
	width: 240px;
	padding-bottom: 15px;
	background: #FFF url('../images/ccmb.jpg') no-repeat left bottom;
	float: left;
	display: inline-block;
}

#content div.contentmenu h2
{
	color: #5c656e;
	display: block;
	line-height: 35px;
	height: 35px;
	background: transparent url('../images/ccmt.jpg') no-repeat left top;
}

#content div.contentmenu ul
{
	clear: both;
	margin-left: 0;
}

#content div.contentmenu p
{
	clear: both;
}

#content div.contentmenu img
{
	margin: 5px 15px 5px 15px;
	border: 5px #d4d4d4 solid;
}

#content div.advert {
	margin-left: 15px;
	margin-right: 0;
	display: inline-block;
	width: 240px;
	padding-bottom: 15px;
	background: #FFF url('../images/cabb.jpg') no-repeat left bottom;
	float: left;
}

#content div.advert p {
	clear: both;
	margin: 0 15px 5px 15px;
}

#content div.advert h2
{
	margin: 0 0 5px 0;
	clear: both;
	color: #7d97b2;
	padding-left: 30px;
	line-height: 30px;
	height: 30px;
	background: transparent url('../images/cabt.jpg') no-repeat left top;
}

#content div.advert ul
{
	clear: both;
	padding: 0;
	margin: 0 15px;
}

#content div.advert li
{
	list-style: none;
	list-style-image: none;
}

#content div.advert img
{
	clear: both;
	margin: 5px 5px 0 15px;
	border: 5px #fff solid;
}

.tabmenu ul
{
	width: 570px;
	display: block;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	background-color: #c2cbd3;
}
.tabmenu ul li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabmenu ul li a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0 7px;
	text-align: center;
	color: #5c656e;
	text-decoration: none;
	position: relative;
	/* left: 10px; */
	line-height: 30px;
}
.tabmenu ul li a:hover
{
	color: #c4013c;
}
.tabmenu ul li a.selected, #header ul li a.selected:hover
{
	color: #c4013c;
	background: #c4013c url('../images/corptab.jpg') repeat-x right top;
	padding: 0 12px 0 7px;
}
