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

h1,h2,h3,h4,h5,h6 {
	_font-size:100%;
	_font-weight:normal;
}

body {
	background: url(../images/bg.jpg) repeat;
	margin-top:30px;
}

h1 {
	border:none;
	padding:0px;
	margin:0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fa6636;
	font-style:italic;
	font-weight:bold;
	margin-bottom:0px;
}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs17 {font-size:17px;}
.fs18 {font-size:18px;}
.fs19 {font-size:19px;}
.fs20 {font-size:20px;}
.b	  {font-weight:bold;}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fa6636;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

p, label, textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1f1f1f;
	line-height:20px;
	margin-top:0;
	padding-top:0;
	margin-bottom:18px;
}

#check {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1f1f1f;
	float:left;
}

#real_time {
	float:left;
}

.radio {
	float:left;
	display:block;
	margin-right:10px;
}

a:link, a:visited {
	color:#fa6636;
}

a:hover {
	color:#f83d01;
}

li{
	list-style:circle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#101010;
	line-height:20px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #999999;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}

#wrapper {
	width:959px;
	display:table;
	margin-left: auto;
	margin-right:auto;
}

.logo {
	float:left;
	margin-left:10px;
	margin-bottom:20px;
}

#content_buttoms {
	float:left;
	display:block;
	width:100%;
	height:42px;
	margin-bottom:9px;
}

.buttoms_left {
	float:left;
	width:6px;
	height:42px;
	background:url(../images/buttoms_left.gif);
}

.buttoms_right {
	float:left;
	width:6px;
	height:42px;
	background:url(../images/buttoms_right.gif);
}

.buttoms {
	background:#1f1f1f;
	float:left;
	width:947px;
	height:42px;
}

.buttoms p {
	_margin:0;
	_padding:0;
}

.buttoms a:link, .buttoms a:visited {
	display:block;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	margin-left:33px;
	margin-right:32px;
	_margin-left:28px;
	_margin-right:29px;
	margin-top:12px;
}

.buttoms a:hover, .selected {
	color:#fa6636!important;
	text-decoration:none;
}

#flag img {
	float:right;
	margin-right:65px;
}

#content {
	width:100%;
	float:left;
	background: url(../images/bg_column_right.gif) repeat-y right #e5e4dc;
}

.corners_top {
	float:left;
	width:100%;
	height:5px;
	background:url(../images/corners_top.jpg) top no-repeat;
}

.corners_bottom {
	float:left;
	width:100%;
	height:5px;
	margin-top:50px;
	background:url(../images/corners_bottom.jpg) bottom no-repeat;
}

#column_left {
	width:733px;
	float:left;
	min-height:400px;
	height:auto!important;
	height:400px;
}

.img_left {
	margin-left:60px;
	margin-top:60px;
	float:left;
}

.content {
	float:left;
	width:390px;
	margin-top:55px;
	margin-left:70px;
}

.column_right {
	float:right;
	width:226px;
	margin-top:55px;
	text-align: center;
}

#contactForm {
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#submit {
	border:1px solid #D9D9D9;
	background-color: #666666;
	color:#ffffff;
	text-align:center;
	float:left;
	margin-right:5px;
}

#reset {
	border:1px solid #D9D9D9;
	background-color: #666666;
	color: #FFFFFF;
	text-align:center;
}

.footer {
	margin-top:15px;
}

.footer p {
	color:#FFFFFF;
	text-align:center;
	margin-top:10px;
}

#footer {
	padding-left:175px;
}

#footer a:link, #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	float:left;
}

#footer a:hover {
	color:#fa6636;
	text-decoration:none;
}