@charset "utf-8";

/* CSS Document */



body {

	margin: 0;

	padding: 0;

	background-color: #ADADAD;

	color: #535353;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 11px;

}



a {

	color: #535353;

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}



#header_space {

	background-image: url(images/bg_header.gif);

	background-repeat: repeat-x;

	height: 230px;

}

#header_right {

	display: block;

	background-image: url(images/bg_header_right.gif);

	width: 50%;

	height: 230px;

	position: absolute;

	top: 0px;

	right: 0px;

	background-repeat: repeat-x;

}

#content_space {

	background-image: url(images/bg_main_content.gif);

	background-position: bottom left;

	background-repeat: repeat-x;

	background-color: #FFF;

}



#header_container {

	width: 920px;

	margin: 0 auto;

	overflow: hidden;

	position: relative;

	z-index: 1;

}

#header_flash {

	background-image: url(images/bg_header_flash.jpg);

	background-repeat: no-repeat;

	width: 625px;

	height: 230px;

	float: left;

}

#header_menu_space {

	background-image: url(images/bg_header_menu.gif);

	background-repeat: no-repeat;

	width: 295px;

	height: 230px;

	float: left;

}

#header_menu {

	margin-top: 65px;

	margin-left: -2px;

}

#header_menu a {

	display: block;

	float: left;

	padding: 0px 8px;

	background-image: url(images/bg_header_link.jpg);

	background-position: bottom left;

	background-repeat: no-repeat;

	line-height: 20px;

}



#content_container {

	width: 920px;

	margin: 0 auto;

	overflow: hidden;

	padding-bottom: 15px;

}

#content_menu {

	width: 300px;

	float: left;

}

#menu_first_elem_curtain {

	background-color: #FFF;

	display: block;

	width: 300px;

	height: 2px;

	line-height: 2px;

	position: absolute;

	z-index: 1;

	font-size: 1px;

}

#content_menu ul {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	list-style: none;

	margin: 0;

	padding: 0;

}

#content_menu ul li {

	padding-left: 55px;

	line-height: 30px;

	background-repeat: no-repeat;

	padding-top: 1px; /* some IE bug? */

}

#content_menu ul li ul {

	margin-left: -55px;

	display: none;

}

#content_menu ul li ul li {

	padding-left: 75px;

}

#content_menu li {

	background-image: url(images/bg_content_menu_elem_grey.gif);

}

#content_menu li:hover {

	background-image: url(images/bg_content_menu_elem_blue.gif);

}



#content_body {

	margin-top: 30px;

	width: 620px;

	float: left;

	overflow: hidden;

}

#content_body_left {

	float: left;

	text-align: right;

	width: 230px;

}

#content_body_right {

	float: right;

	text-align: left;

	width: 600px;

}



#content_body_right img {

	float: right;

	margin-left: 5px;

	margin-bottom: 5px;

	margin-top: 2px;

	border: 6px solid #ADADAD;

}



#footer {

	width: 920px;

	margin: 0 auto;

	padding-top: 20px;

	color: #FFF;

}

#footer_menu {

	float: left;

}

#footer_menu a {

	display: block;

	float: left;

	padding: 0px 8px;

	color: #FFF;

	border-left: 1px #FFF solid;

}

#footer_menu a:first-child {

	border-left-style: none;

}

#footer_copyright {

	float: right;

}



h2, .h2 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 18px;

	font-weight: normal;

	line-height: 26px;

}

h3, .h3 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	font-weight: normal;

}

.blue {

	color: #0699cc;

}



input, textarea {

	border-top: 1px solid #ADADAD;

	border-left: 1px solid #ADADAD;	

	border-bottom: 2px solid #ADADAD;	

	border-right: 2px solid #ADADAD;

	background: #fff;

	font-size: 11px;

	font-family: Verdana, Geneva, sans-serif;

	padding: 3px;				

}



input.submit {

	font-size: 13px;

	font-weight: bold;

	color: #0699CC;

}




