@charset "UTF-8";
/* CSS Document */

html { background: url(../images/body_bg.png) top center repeat-y; }

body {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	
	font-size:11px;
	line-height:15px;
	color:#636363;
	font-family:tahoma, arial, verdana, courier;
}

hr { display: none;  height: 0;  padding: 0;  margin: 0; }
.clear { clear: both; height: 0; line-height: 0; font-size: 0; }
img { border: none; }

.tac { text-align: center; }
.tar { text-align: right; }
.in5 { padding-top: 5px; }
.in10 { padding-top: 10px; }
.in15 { padding-top: 15px; }
.in20 { padding-top: 20px; }
.in25 { padding-top: 25px; }

.pl5 { padding-left: 5px; }
.pr5 { padding-right: 5px; }
.pr20 { padding-right: 20px; }

/**/

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family:tahoma, arial, verdana, courier;
	font-weight: bold;
	color: #636363;
}

h1 {
	font-size: 17px;
	padding: 10px 0 25px 0;
	background: url(../images/h1.gif) right 5px no-repeat;
}

h2 {
	font-size: 15px;
	padding: 10px 0 20px 0;
	background: url(../images/h1.gif) right 4px no-repeat;
}

h3 {
	font-size: 13px;
	padding: 5px 0 10px 0;
	background: url(../images/h1.gif) right 2px no-repeat;
}

h4 {
	font-size: 11px;
	padding: 5px 0 10px 0;
	background: url(../images/h1.gif) right 0 no-repeat;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	color: #D10000;
	text-decoration: none;
}

/**/

#top {
	width: 930px;
	height: 21px;
	padding: 11px 0 0 50px;
}
#top {
	font-size:10px;
	color:#707070;
	font-family:tahoma, arial, verdana, courier;
}
#top span {
	font-size:10px;
	color:#D10000;
}
#top a {
	color:#707070;
	text-decoration:none;
}
#top a:hover {
	text-decoration:underline;
}

#flash {
	width: 980px;
	height: 260px;
}

#menu {
	width: 980px;
	height: 25px;
	background: #e1e1e1;
}
#menu ul {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	line-height: normal;
	overflow: hidden;
}
#menu li {
	float: left;
	width: auto;
}
#menu a {
	float: left;
	display: block;
	padding: 6px 15px 4px 15px;
	text-decoration: none;
	font-family:tahoma, arial, verdana, courier;
	font-size: 11px;
	color: #333333;
	border: none;
	border-right: 1px solid #efefef;
	height: 15px;
}

#menu .selected a {
	background: #535353;
	color: #fff;
}

#menu a:hover {
	text-decoration: none;
	background: #535353;
	color: #fff;
}

#footer {
	width: 940px;
	height: 10px;
	background: #e1e1e1;
	padding: 10px 20px 15px 20px;
	font-size:9px;
	color:#606060;
	font-family:tahoma, arial, verdana, courier;
}
#footer b {
	color:#D10000;
	font-size:10px;
}
#footer b a {
	color:#D10000;
	text-decoration:underline;
}
#footer b a:hover {
	text-decoration:none;
}

#content {
	width: 980px;
}

#wrap1, #wrap2, #wrap3 {
	width: 980px;
	padding: 10px 0;
}

	#wrap1 .col1 {
		float: left;
		width: 210px;	
		padding: 0 10px
	}
	
	#wrap1 .col2 {
		float: left;
		width: 500px;
		padding: 0 10px;
	}
	
	#wrap1 .col3 {
		float: right;
		width: 210px;	
		padding: 0 10px
	}

#content ul {
	margin:0;
	padding:0;
	list-style:none;
}
#content li {
	background:url(../images/q3.gif) center left no-repeat; 
	margin:0 0 0 0px; 
	padding:0 0 0 15px;
	line-height:20px;
}
#content li a {
	color:#D10000;
	text-decoration:underline;
}
#content li a:hover {
	text-decoration:none;
}


.form_l {
	float: left;
	width: 240px;
}
.form_r {
	float: right;
	width: 240px;
}

.form {
	width: 220px;
	font-size:11px;
	border:#9C9C9C 1px solid;
	color:#636363;
	padding: 2px 3px;
}

.col2 a.button {
	background: url(../images/q2.gif) 0 6px no-repeat;
	padding: 0 15px 0 8px;
	display: block;
	float: right;
}

label.error {
	text-align: left;
	color: red;
	font-size: 10px;
}


.form_l span, .form_r span {
	display: block;
	padding: 0 0 5px 0;
}

.img_content_main {
	float: right;
	width: 180px;
	padding: 0 0 20px 20px;
}

.foto {
	float: left;
	text-align: left;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #626262;
	width: 122px;
	height: 160px;
	margin: 0 3px 8px 0;
	overflow: hidden;
}

.foto .img_main {
	background: #FFFFFF;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #d3d3d3;
}

