/* Common Part
----------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	font:11px Arial, Helvetica, sans-serif;
	background:#fff;
	color:#000;
}
.clear {
	clear:both;
	font-size:0%;
	line-height:0%;
	height:0px;
}
.all {
	width:810px;
	margin:0 auto;
	background:url(../images/all.gif) repeat-y 0% 0%;
}


/* =Misc(links)
----------------------------------------------- */
a {
	color:#0079C2;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
/* =Header
----------------------------------------------- */
.header {
width:800px;
margin:0 auto;
}
.menu_top {
height:78px;
}
.menu_top li{
float:left;
position:relative;
z-index:100;
}
.menu_top li ul{
position:absolute;
background:#fff;
border:solid 1px #CFCFCF;
border-bottom:0;
display:none;
left:0;
top:0;
margin-top:78px;
z-index:100;
}
.menu_top li:hover ul{
display:block;
}
.menu_top li ul li{
float:none;
border-bottom:solid 1px #CFCFCF;
width:198px;
font-size:12px;
}
.menu_top li ul li a{
display:block;
padding:3px 5px 4px 10px;
color:#575757;
}
.menu_top li ul li a:hover{
background:#F6F6F6;
text-decoration:none;
}
.icons {
position:relative;
margin:0 0 -15px 0;
width:570px;
text-align:right;
}
.icons a{
margin:0 0 0 30px;
}


/* =Content
----------------------------------------------- */
.content {
background:url(../images/bottom.gif) no-repeat 0% 100%;
padding:0 5px 7px 5px;
}
.shadow {
background:url(../images/shadow.gif) repeat-x 0% 3px;
width:800px;
}
.left_main {
float:left;
background:#fff url(../images/top_row.gif) repeat-x 0% 0%;
padding:0 6px 40px 4px;
width:190px;
}
.cont_main {
float:left;
width:585px;
padding:14px 0 0 10px;
font-size:12px;
}
.cont_subpage {
float:left;
width:558px;
padding:14px 0 0 22px;
color:#737373;
font-size:12px;
}

/* =Footer
----------------------------------------------- */
.footer {
	height:50px;
	width:782px;
	margin:0 auto;
	padding:14px 14px 0 14px;
}
.counter {
float:right;
}
.copy {
float:left;
font-size:11px;
color:#434343;
}
.copy a{
text-decoration:none;
color:#434343;
}
.copy strong{
font-weight:bold;
}

/* Content parts */
.top_row {
	background:url(../images/top_row.gif) repeat-x 0% 0%;
	padding:14px 0 0 0;
	height:28px;
}
.top_row h2{
	float:left;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#0079C2;
}
.languages {
padding:14px 0 0 12px;
font-size:14px;
height:28px;
}
.languages a{
color:#737373;
}
.languages span{
margin-right:37px;
}
.search_block {
padding:11px 0 0 5px;
margin-bottom:11px;
}
.input_search {
background:#fff;
border:solid 1px #CFCFCF;
margin:0 10px 0 0;
width:119px;
height:16px;
font-size:11px;
}
.button_search {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#575757;
background:#fff;
border:0;
cursor:pointer;
margin-top:1px;
}

.left_menu ul {
background:url(../images/sp.gif) repeat-x 0% 0%;
}
.left_menu ul li {
background:url(../images/sp.gif) repeat-x 0% 100%;
font-size:14px;
position:relative;
padding:5px 0 6px 10px;
}
.left_menu ul li a{
color:#575757;



}
.left_menu ul li ul{
position:absolute;
z-index:1;
left:0;
top:0;
margin:-1px 0 0 190px;
background:#fff;
border:solid 1px #CFCFCF;
border-bottom:0;
display:none;
}
.left_menu ul li:hover ul {
display:block;
}
.left_menu ul li ul li {
border-bottom:solid 1px #CFCFCF;
background:none;
font-size:12px;
width:190px;
}

.map {
float:left;
margin-right:26px;
}
.map_border {
border-right:solid 1px #CFCFCF;
padding:10px 0 0 0;
}
.map h2 {
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#0079C2;
	padding-bottom:24px;
	padding-left:17px;
}
.t_news {
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#0079C2;
	padding-bottom:35px;
}
.news {
float:left;
}
.news_row {
margin-bottom:40px;
}
.news_pic {
float:left;
padding:4px;
border:solid 1px #DADADA;
margin-right:10px;
}
.news_body {
float:left;
width:156px;
color:#737373;
}
.news_body p {
padding-bottom:12px;
}
.news_body p strong {
font-weight:normal;
}
.news_body_full {
float:left;
width:300px;
color:#737373;
}
.news_body_full p {
padding-bottom:12px;
}
.date {
font-weight:bold;
padding-bottom:5px;
}
.more {
text-align:right;
}
.more a {
background:url(../images/more.gif) no-repeat 100% 5px;
padding:0 10px 0 0;
}
.bottom_banners {
background:url(../images/bottom_banners.gif) no-repeat;
padding:10px 0 0 0;
height:58px;
text-align:right;
}
.bottom_banners img{
margin-right:10px;
}
.pageheader h1 {
 font-size:14px;
 font-weight:normal;
 text-transform:uppercase;
 color:#0079C2;
 padding-bottom:20px;
}
.maincontent p {
padding-bottom:13px;
}
.maincontent {
padding-bottom:25px;
}
.form-table td{
padding:2px 0;
}
.input_style {
background:#fff;
border:solid 1px #CFCFCF;
padding:1px 0 0 2px;
height:17px;
width:150px;
font-size:11px;
margin-left:17px;
}
.csc-mailform-check, .textarea_style, .submit_style {
margin-left:17px;
}
.submit_style {
background:#0068A7;
border:solid 1px #CFCFCF;
font-size:11px;
cursor:pointer;
color:#fff;
margin-top:8px;
padding:2px 8px;
font-size:12px;
}
.csc-sitemap ul li ul {
padding:0 0 0 14px;
}
.csc-sitemap ul li ul li ul {
padding:0 0 0 14px;
}
.bread {
padding:0 0 10px 0;
}
.bread img {
margin:0 7px 0px 7px;
position:relative;
}
.htmlarea-showtableborders {
border-left:solid 1px #CFCFCF;
border-top:solid 1px #CFCFCF;
}
.htmlarea-showtableborders td{
border-right:solid 1px #CFCFCF;
border-bottom:solid 1px #CFCFCF;
padding:3px;
}
.no_border {
border-left:0 !important;
border-top:0 !important;
}
.no_border td{
border-right:0 !important;
border-bottom:0 !important;
padding:3px;
}
.htmlarea-showtableborders td p{
margin-bottom:0 !important;
padding-bottom:0 !important;
}
.csc-sitemap ul li {
background:url(../images/sitemap_icon.gif) no-repeat 0% 6px;
padding:0 0 0 8px;
}

form {margin:0;padding:0;}
fieldset{margin:1em 0;border:none;border-top:1px solid #ccc;padding-top: 20px;}
legend{margin:0em 0;padding:0 .5em;color:#036;background:transparent;font-size:1.3em;font-weight:bold;}
label{float:left;width:150px;padding:0 1em;text-align:right;}
fieldset div{margin-bottom:.5em;padding:0;display:block;}
fieldset div input,fieldset div textarea{width:250px;border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:1px;color:#333;}
fieldset div select{padding:1px;}
div.fm-multi div{margin:5px 0;}
div.fm-multi input{width:1em;}
div.fm-multi label{display:block;width:200px;padding-left:5em;text-align:left;}
#fm-submit{clear:both;padding-top:1em;text-align:center;}
#fm-submit input{border:1px solid #333;width:150px;padding:2px 1em;background:#555;color:#fff;font-size:100%;}
input:focus,textarea:focus{background:#efefef;color:#000;}
fieldset div.fm-req{font-weight:bold;}
fieldset div.fm-req label:before{content:"* ";}
#formContainer{margin:0 auto;padding:1em;width:500px;text-align:left;}
p#fm-intro{margin:0;}
#news_subscribe {width: 15px;}

