@charset "utf-8";
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body,html {
	font-size: 12px;
	background-color: #F2F2F2;
}
#owrap {
	width: 816px;
	margin: auto;	
	position:relative;
}
h2, h3 {
	font-weight: normal;
	font-size: 18px;
	color: #FF6600;
}
h3 {
	color: #993366;

}
p { margin: 15px auto; }
a { color: #666; }

#title {
	background-image: url(../body/title.gif);
	height: 91px;
	width: 258px;
	text-indent: -630px;
	overflow: hidden;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 8px;
}
#contact {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	line-height: 18px;
	position: absolute;
	top: 30px;
	right: 50px;
}
#contact span { color: #993366; }
#navigation {
	background-image: url(../body/nav_bg.gif);
	height: 49px;
	width: 816px;
	list-style-type: none;
}
#navigation li {
	display: block;
	float: left;
}
#navigation li a {
	padding: 12px;
	display: block;
	color: #CC5200;
	text-decoration: none;
	font-size: 14px;
	margin-top: 8px;
	margin-left: 15px;
}
#navigation li a:hover {
	color: #000000;
}
#wrap {
	background-image: url(../body/wrap_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}
#spacer {
	background-image: url(../body/front_bg.jpg);
	height: 150px;
}
#content, #right {
	background: url(../body/content_bg.gif) repeat-x;
	line-height: 18px;
	padding: 20px;
	color: #333;
	font-size: 11px;
	display:inline;
	padding-bottom: 0;
}
#content {
	width: 520px;
	float: left;
}
#right {
	width: 200px;
	float: right;
}

#footer {
	display:block;
	clear:both;
	float:none;
	text-align:center;
	font-size:10px;
	padding:10px;
	color: #999;
}
#footer * {
	color: #999;
	text-decoration:none;
}
#bottom {
	background-image: url(../body/footer_bg.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 816px;
	display: block;
}

.news { border-bottom: 1px solid #CCC;}

.clear { clear: both; float: none; display: block; }

form label { display:block; clear: both; padding-right: 10px; }
form input, form textarea, form select { display: block; width:95%; font-size: 10px; background-color: #fff; padding: 4px; border: 1px solid #ccc; margin-bottom: 5px; color: #000; }
form input:focus, form textarea:focus, form select:focus {
	background-color: #FFFCF0;
	border-color: #999;
}


.portblock {
	border:1px solid #999;
	margin-right: 10px;
	margin-bottom: 10px;
}

.callback label {
	width: 100px;
	float:left;
	font-weight:bold;
}
.callback input {
	width: 300px;
	float:left;
}
#callback {
	padding:10px;
	background-color: #FFC;
	clear:both;
	border:1px solid #FF6;
}