/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* IE6 */
* html .clearfix {
    zoom: 1;
}
/* IE7 */
*:first-child + html .clearfix {
    zoom: 1;
}
a img {
    border: 0px none;
}
a, a:hover, a:visited {
	text-decoration:none;
	color:#1381a9;
}
a:hover {
	text-decoration:underline;
}
html {
    height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background:#DFDFDF;
}
div#wrap {
	width:760px;
	margin:0 auto;
}
div#header {
	background:url(../images/image_headerspacer.gif) repeat-x;
	height:66px;
}
div#logo {
	float:left;
	background:url(../images/logo.gif) no-repeat left;
}
div#header_text {
	float:right;
	line-height:66px;
}
div#header_text h1{
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#f0d1a5;
}
div#content {
	background:url(../images/image_mainbg.gif) repeat-x;
	overflow:hidden;
}
div#promo_img {
	float:left;
}
div#right_block {
	float:right;
}
div#search_block {
	background:#fff;
	border:3px solid #e4e4e1;
	padding:5px 10px;
	margin:0 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div#search_block h1, .asterick{
	color: #CC3300;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
}
div#search_block h2{
	color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
}
.fields {
	background-color: #FFFFCC;
    color: #000000;
	border:1px solid #ccc;
	font-size:11px;
	padding:3px;
}
div#footer {
	text-align:center;
	font-size:9px;
	color:#000;
	padding:10px 0;
}
div#footer p{
	margin:0 0 5px;
}
div#footer a{
	font-size:11px;
}
.hr {
	height:1px;
	background:#ccc;
	margin:5px 0;
}
#search_table td{
	padding:1px 0;
}
.search_btn {
	margin:0 0 0 40px;
}
.bottom {
	height:7px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background:#3a89ba;
}