/* common CSS styles */

html {
	height: 100%;
}

body {
	background: #fec355;
	font: 12px Verdana, Arial, Geneva CY, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
}

/* Start Header Class */

#site-header {
	background: #fec355;
	padding: 0px;
	margin: 0px auto 0px;
	width: 100%;
	text-align: center;
}

#site-header-top {
	background: transparent url(/images/frontend/bg_top.jpg) repeat-x scroll 0 0;
	padding: 0px;
	margin: 0px auto 0px;
	width: 100%;
	height: 37px;
}

#site-header-middle {
	background: transparent url(/images/frontend/bg_middle.jpg) repeat-x scroll 0 0;
	padding: 0px;
	margin: 0px auto 0px;
	width: 100%;
	height: 180px;
}

#site-header-bottom {
	background: transparent url(/images/frontend/bg_bottom.jpg) repeat-x scroll 0 0;
	padding: 0px;
	margin: 0px auto 0px;
	width: 100%;
	height: 62px;
}

#site-header a, a:visited, a:hover {
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}

/* End Header Class */


/* Start Content Class */

#site-content {
	background: #fec355;
	padding: 0px;
	margin: 0px auto 0px;
	width: 1024px;
}

#menu {
	color: #000;
	float: left;
	margin: 0px auto 0px;
	padding: 10px 10px 10px 20px;
	width: 200px;
	clear: both;
}

#menu .left_menu, .left_menu:visited {
	display: block;
	background: transparent url(/images/frontend/button_menu_blue.jpg) no-repeat;
	padding: 3px 0px 3px 0px;
	width: 193px;
	height: 40px;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.4em;
	text-decoration: none;
}

#menu .left_menu_over {
	display: block;
	background: transparent url(/images/frontend/button_menu_orange.jpg) no-repeat;
	padding: 3px 0px 3px 0px;
	width: 193px;
	height: 40px;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.4em;
	text-decoration: none;
}

#active_link {
	display: block;
	background: transparent url(/images/frontend/button_menu_orange.jpg) no-repeat;
	padding: 3px 0px 3px 0px;
	width: 193px;
	height: 40px;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.4em;
	text-decoration: none;
}

#component {
	color: #000;
	float: left;
	margin: 0px auto 0px;
	padding: 10px 10px 10px 10px;
	width: 584px;
}

#component a {
	color: #0000ff;
	padding: 0px;
	text-decoration: underline;
}

#component a:visited {
	color: #640064;
}

#component a:hover {
	color: #00339a;
}

#component h1 {
	color: #191919;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	line-height: 0.8em;
	text-align: center;
	text-decoration: none;
}

#component h2 {
	color: #191919;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
}

#component h6 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	line-height: 1.2em;
	text-decoration: none;
}

#component td {
	background: #fec355;
	color: #000;
	text-align: center;
}

#banners {
	float: right;
	margin: 0px auto 0px;
	padding: 10px 15px 10px 10px;
	width: 165px;
}

/* End Content Class */


/* Start Footer Class */

#site-footer {
	background: #fec355;
	padding: 0px 0px 20px 0px;
	margin: 0px auto 0px;
	width: 1024px;
	text-align: center;
	line-height: normal;
}

#site-footer a, a:visited, a:hover {
	padding: 0px;
	text-decoration: underline;
}

#contacts {
	color: #000;
	float: left;
	margin: 0px auto 0px;
	padding: 10px 10px 10px 20px;
	width: 200px;
}

#copyright {
	color: #000;
	float: left;
	margin: 0px auto 0px;
	padding: 10px 10px 10px 10px;
	width: 584px;
}

/* End Footer Class */


/* Start Form Styles */

form#feedback {
	margin: 0;
	padding: 0;
	min-width: 400px;
	max-width: 550px;
	width: 505px;
	text-align: left;
}

form#feedback br {
	clear:left;
}

form#feedback label { 
	display: block;
	float: left; 
	width: 130px; 
	padding-top: 4px; 
	margin: 5px 0 0;
	text-align: left; 
}

form#feedback input, form#feedback textarea 
{
	width: 350px;
	margin: 5px 0 0 10px;
}

form#feedback input#button 
{
	width: 98px;
	height: 31px;
	margin: 0;
}

.info_block {
border:1px dashed #727272;
color:#666666;
line-height:1.2em;
padding:10px;
}

/* End Form Styles */


