@import url(base.css);
@import url(../extra/search/search.css);
@import url(../modules/news/news.css);
@import url(../extra/sphider/templates/standard/search.css);

body, p, td, div {
	font-family: Georgia, serif;
	font-size: 14px;
}

h1, h2, h3 {
	color: #FE0045;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

a {
	color: #FE0045;
}

html, body {
	height: 100%;
}

body {
	padding: 27px 33px;
	background-color: white;
}

#web-body {
	padding: 0;
	background-image: url(../layout/bg.jpg);
	background-repeat: repeat-x;
	background-color: #E2E0D8;
}

#page {
	width: 931px;
	margin: 0 auto;
}

#header {
	height: 80px;
	padding-top: 24px;
}

#logo {
	float: left;
}

/************************ main menu ************************/

#main-menu {
	height: 35px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	border-left: 1px solid #FE0045;
	font-family: "MS Sans Serif", sans-serif;
	font-size: 16px;
	list-style-type: none;
}

#main-menu li {
	padding: 7px 0 8px;
	float: left;
}

#main-menu li a {
	padding: 7px 14px 8px;
	text-decoration: none;
	color: black;
	border-right: 1px solid #FE0045;
}

#main-menu li a.menuActive, #main-menu li a:hover, #main-menu li a:focus {
	padding: 7px 14px 8px;
	background-color: #FE0045;
	color: white;
}

/************************ submenu ************************/

#submenu {
	width: 929px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: white;
	border: 1px solid #CCCCCC;
	border-top: 0;
	list-style-type: none;
}

#submenu li {
	float: left;
}

#submenu li a {
	padding: 7px 10px 8px;
	float: left;
	text-decoration: none;
}

#submenu li a.menuActive, #submenu li a:hover, #submenu li a:focus {
	text-decoration: underline;
}

/************************ subsubmenu ************************/

#subsubmenu {
	width: 929px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: white;
	border: 1px solid #CCCCCC;
	border-top: 0;
	list-style-type: none;
}

#subsubmenu li {
	float: left;
}

#subsubmenu li a {
	padding: 7px 10px 8px;
	float: left;
	text-decoration: none;
}

#subsubmenu li a.menuActive, #subsubmenu li a:hover, #subsubmenu li a:focus {
	text-decoration: underline;
}

/************************ main ************************/

#main {
	width: 931px;
	padding-top: 20px;
	float: left;
}

#start-content {
	width: 640px;
	float: left;
}

.boxes {
	padding-top: 15px;
	float: left;
}

.boxes img {
	float: left;
}

.boxes .middle {
	padding: 0 20px;
}

#content {
	width: 572px;
	margin-bottom: 19px;
	padding: 28px 33px;
	float: left;
	background-color: white;
	border: 1px solid #CCCCCC;
}

#right-bar {
	padding-left: 20px;
	float: left;
}

#links {
	width: 269px;
	margin-bottom: 20px;
	background-color: white;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#links li {
	padding: 10px 12px;
	border-bottom: 1px solid #CCCCCC;	
}

#links a {
	text-decoration: none;
	color: #FE0045;
}

/************************ boxes ************************/

.box {
	width: 271px;
	margin-bottom: 19px;
	background-color: white;
	font-size: 13px;
}

.box h4 {
	height: 36px;
	padding-left: 12px;
	background-color: #FE0045;
	color: white;
	line-height: 36px;
	font-family: "MS Sans Serif", sans-serif;
	font-size: 16px;
}

.box .item {
	padding: 9px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.item a {
	color: #000;
}

/************************ footer ************************/

#footer {
	padding-top: 3px;
	clear: both;
	text-align: center;
}