@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	
	background:url(images/header_bg.jpg) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

a {color: #c31000;}
a:hover {color: #c31000;}

h2 {
	color: #c31000;
	font-size: 18px;
}
#wrap {
	width:990px;
	margin:0 auto;
	padding:0 auto;
	position: relative;
}

img {
	border: 0;
}

#header {
	background:url(images/header.jpg) no-repeat;
	height:185px;
}

#header div.SOS_logo {
	padding-top:0px;
	padding-left:30px;
	float:left;
}

#header div.language {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:10px;
	width:300px;
}

#header div.language p a.active{
	text-decoration:none;
	color:#C31000;
}


#header div.language p a {
	text-decoration:none;
	color:#888888;
	font-size:14px;
}
#header div.language p a:hover {
	color:#C31000;
}

#header div.language p span{
	color:#888888;
	margin: 0 10px;
	font-weight:normal;
}

#header div.banner {
	height:80px;
	width:550px;
	padding-left:240px;
	padding-top:25px;
	
}

#content {
	float:left;
}

#menu {
	float:left;
	width:220px;
	background: #b22217 url(images/bg01.jpg) 0 100% no-repeat;
	padding-bottom: 20px;
	
}

#menu ul.rows li {
	background:url(images/menu_arrow.png) 10px 4px no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;
	line-height: 0.9em;
	list-style:none;
}

#menu ul.rows li a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

#menu ul.rows li a:hover {
	text-decoration:underline;
}
#menu ul.rows li ul {
	list-style: none;
	margin: 4px 0;
}
#menu ul.rows li ul li {
	background: none;
	margin-bottom: 4px;
	background: url(images/menu_arrow_small.png) 0 6px no-repeat;
	padding-left: 13px;
}
#menu ul.rows li ul li a {
	font-weight: normal;
}
#news {
	width:590px;
	float:left;
	line-height: 125%;
}

#news div.box {
	margin-top:0px;
	padding-left:20px;
	background:url(images/box.jpg) 20px 0 no-repeat;
	height:50px;
	padding-bottom:15px;
}

#news div.box div.box_bg {
	
	float:left;
	padding-left:10px;
	padding-top:15px;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
}

#news div.info {
	width:550px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:17px;
}


#news div.info div.date {
	color:#999999;
	font-size:11px;
}

#news div.info h1.slogan {
	font-weight:bold;
	font-size:18px;
	font-family:Arial;
	padding-bottom:6px;
}

#news div.info h1.slogan a{
	text-decoration:none;
	color:#C31000;
}


#news div.info p {
	font-size:12px;
	padding-bottom:10px;
}
#news div.info p img.floatright{
	float:left;
	margin-right:10px;
	padding-bottom:10px;
}

#news div.info div.content_arrow {
	clear:both;
	padding-bottom:14px;
}

#news div.info div.content_arrow div.text {
	width:70px;
	color:#C31000;
	font-weight:bold;
	font-size:10px;

}

#news div.info div.content_arrow div.text a{
	color:#C31000;
	text-decoration:none;
	background:url(images/arrow.gif) 100% 2px no-repeat;
	padding-right: 15px;

}

#news div.info div.content_arrow div.text a:hover{
	text-decoration:underline;
}


#news div.info div.content_separator {
	width:550px;
	height:1px;
	background:url(images/content_separator.png) no-repeat;
}

#footer {
	height:30px;
	background:url(images/footer.gif) 0 0 no-repeat;
	padding-top:8px;
	padding-left:100px;
}

#footer p{
	font-size:12px;
	color:#888888;
	float: left;
}


p.adm {
	float: right !important;
	padding-right: 20px;
}
p.adm a {
	color: #999 !important;
}
#footer p a{
	color:#BF7860;
	text-decoration:none;
}

#footer p a:hover{
	color:#BF7860;
	text-decoration:underline;
}

#right_nav {
	float: left;
	width: 180px;
}
div.form {
	padding: 0 20px;
	font-size: 12px;
}
div.form p {
	margin-top: 12px;
}
div.form table {
	margin-top: 35px;
	width: 100%;
}
div.form table th {
	vertical-align: top;
	padding-top: 2px;
	text-align: right;
}
div.form table td {
	padding-bottom: 9px;
	padding-left: 10px;
	vertical-align: top;
	width: 340px;
}
div.form table td select,
div.form table td input[type=text] {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	background: url(images/bg06.png) 0 0 no-repeat;
	padding: 1px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 199px;
}
div.form table td textarea {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	background: url(images/bg06.png) 0 0 no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 299px;
}
div.form table td span {
	color: #cb3022;
	font-weight: bold;
}
div.form table td p {
	margin: 0;
	background: url(images/ico01.png) 100% 0 no-repeat;
	padding-right: 10px;
}
div.form table td p.dif {
	width: 207px;
}
div.separator {
	height: 1px;
	border-bottom: 1px dotted #999;
	margin: 11px 0;
} 
p.info2 {
	color: #666;
	font-size: 11px;
}
p.info2 span {
	color: #cb3022;
	font-weight: bold;
}
/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}