/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 15px 0;
}

.heading {
	margin: 0 0 10px 0;
}

/* Links */

a:link, a:visited, a:active {
	color: #3e0000;
	text-decoration: underline;
}

a:hover {
	color: #583f3f;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 14px 0;
	line-height: 1.3em;
	word-spacing: 2px;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

html, body {
	height: 100%;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: url('../i/top_bg.gif') repeat-x;
}

.all {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../i/bottom_bg.gif') repeat-x 0 100%;
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

.footer {
	height: 120px;
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 1062px;
	margin: 0 0 0 -531px;
}

.frame {
	width: 997px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

/* Columns */

.cols {
	padding: 0 0 165px 0;
}

.col_left {
	float: left;
	display: inline;
	width: 258px;
}

.col_left .wrapper {
	background: url('../i/col_left_mid.gif') repeat-y;
}

.col_left .wrapper_2 {
	background: url('../i/col_left_top.jpg') no-repeat;
}

.logo {
	margin: 0 0 0 13px;
}

.col_right {
	float: left;
	display: inline;
	width: 739px;
}

/* Menu */

.menu {
	background: url('../i/col_left_bottom.jpg') no-repeat 0 100%;
	padding: 0 0 28px 0;
}

.menu ul {
	width: 232px;
	overflow: hidden;
	margin: -3px 0 0 13px;
}

.menu li {
	margin: -1px 0 0 0;
	width: 232px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.menu li a {
	float: left;
	display: inline;
	width: 232px;
	overflow: hidden;
}

.menu li:hover img, .menu li.overed img {
	margin: 0 0 0 -232px;
}

.menu li.selected img {
	margin: 0 0 0 -464px !important;
}

.menu li.selected {
	z-index: 100;
}

.submenu {
	margin: 6px 2px 9px 20px;
}

.menu ul .submenu ul {
	width: auto;
	margin: 0;
}

.menu li .submenu li {
	text-align: right;
	margin: 0 0 2px 0;
	width: auto;
	background: url('../i/submenu_border.gif') no-repeat 0 100%;
	height: 21px;
	line-height: 17px;
}

.menu li .submenu li.last {
	background: transparent;
}

.menu li .submenu li div {
	height: 21px;
}

.menu li .submenu li.selected div {
	background: url('../i/submenu_selected.gif') no-repeat 100% 0;
}

.menu li .submenu li a:link, .menu li .submenu li a:visited {
	color: #FFF;
	text-decoration: none;
	font-style: italic;
	float: none;
	display: block;
	width: auto;
	padding: 0 27px 0 0;
	height: 21px;
	background: url('../i/submenu_marker.gif') no-repeat 91% 9px;
}

.menu li .submenu li a:hover, .menu li .submenu li.overed a:link, .menu li .submenu li.overed a:visited, .menu li .submenu li.overed a:hover {
	color: #c7b3ba;
}

/* Language */

.lang {
	background: url('../i/language_bg.gif') no-repeat;
	width: 258px;
	height: 29px;
	font-size: 11px;
}

.lang a:link, .lang a:visited {
	color: #FFF;
	text-decoration: underline;
	display: block;
	float: left;
}

.lang ul {
	margin: 0 0 0 18px;
}

.lang ul li {
	float: left;
	display: inline;
	background: url('../i/language_sep.gif') no-repeat 0 3px;
	height: 19px;
	height: 29px;
	line-height: 20px;
}

.lang ul li.first {
	background: transparent;
}

.lang ul li div {
	height: 24px;
	float: left;
	display: inline;
	margin: 0 13px;
}

.lang ul li div:hover, .lang ul li.overed div {
	background: url('../i/language_hover.gif') no-repeat 50% 100%;
}

.lang ul li.selected div, .lang ul li.selected div:hover {
	background: url('../i/language_selected.gif') no-repeat 50% 100%;
}

/* Header */

.header {
	position: relative;
	height: 152px;
	overflow: hidden;
}

.top_menu {
	position: absolute;
	top: 0;
	right: 0px;
	background: #4c011c url('../i/top_menu_right.gif') no-repeat 100% 0;
	height: 31px;
}

.top_menu .inner {
	background: url('../i/top_menu_left.gif') no-repeat 0 0;
	height: 31px;
	float: left;
	display: inline;
}

.top_menu ul {
	margin: 0 4px 0 6px;
}

.top_menu a:link, .top_menu a:visited {
	color: #FFF;
	text-decoration: underline;
}

.top_menu a:hover {
	text-decoration: none;
}

.top_menu li {
	float: left;
	display: inline;
	line-height: 24px;
	background: url('../i/top_menu_sep.gif') no-repeat 0 8px;
	padding: 0 0 0 5px;
	margin: 0 5px 0 0;
}

.top_menu li.first {
	background: transparent;
}

/* Small columns */

.minicols {
	background: url('../i/minicols_bg.jpg') no-repeat;
}

.col_1 {
	float: left;
	display: inline;
	width: 450px;
	margin: 20px 0 0 17px;
}

.col_2 {
	float: left;
	display: inline;
	width: 255px;
	margin: 22px 0 0 17px;
}

/* Box */

.box {
	background: url('../i/box_bg.gif') no-repeat;
	width: 254px;
	overflow: hidden;
	margin: 0 0 37px 0;
}

#top_box {
	background: url('../i/box_bg_2.gif') no-repeat;
}

.box_top {
	margin: 6px 0 18px 11px;
}

.box_bottom {
	margin: 0 15px 0 18px;
}

.box_bottom p {
	word-spacing: 0px;
	line-height: 1.2em;
}

/* Footer */

.footer {
	background: url('../i/footer_bg.jpg') no-repeat 50% 100%;
	font-size: 11px;
}

.footer .inner {
	background: url('../i/hr.gif') repeat-x;
	width: 448px;
	margin: 0 0 0 275px;
	padding: 10px 0 0 0;
}

.top_line {
	font-weight: bold;
	margin: 0 0 15px 0;
}

.top_line .fleft {
	float: left;
	display: inline;
	color: #343434;
	width: 300px;
}

.top_line .fright {
	float: right;
	text-align: right;
	display: inline;
	color: #343434;
	width: 100px;
	margin: 0 5px 0 0;
}

.footer a:link, .footer a:visited {
	color: #3e0000;
}

.copyright {
	color: #545454;
	margin: 0 0 10px 0;
}

.developer {
	background: url('../i/footer_logo.gif') no-repeat 0 4px;
	padding: 0 0 0 12px;
}

.bg_right {
	background: url('../i/top_bg_right.gif') repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 152px;
	z-index: 10;
}

.content {
	margin: 0 0 0 3px;
}

.pic {
	float: left;
	display: inline;
	margin: 0 12px 0 0;
}

.desc {
	float: left;
	display: inline;
	width: 260px;
}

h5 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 12px 0 5px 0;
}

.form {
	margin: 30px 0 0 0;
	width: 99%;
	overflow: hidden;
}

.text input {
	padding: 2px 0;
	width: 99%;
}

.first_name {
	float: left;
	display: inline;
	width: 167px;
}

.last_name {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 0 0 5px;
}

.line {
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
	color: #797979;
	font-size: 11px;
}

.line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .line {height: 1%;}

#name_line {
	margin: 0 0 28px 0;
}

.line .fleft {
	float: left;
	display: inline;
	width: 195px;
}

.line .fright {
	float: left;
	display: inline;
	width: 190px;
	margin: 0 0 0 25px;
}

#state {
	display: block;
	width: 60px;
	height: 24px;
}

#country {
	display: block;
	width: 198px;
	height: 24px;
}

.phone .digits {
	float: left;
	padding: 0 12px 0 0;
	background: url('../i/phone_dash.gif') no-repeat 90% 12px;
}

.phone .last_digits {
	padding: 0;
	background: transparent;
}

.phone .ext {
	float: left;
	display: inline;
	width: 35px;
	margin: 0 0 0 25px;
}

#phone_1 {
	width: 28px;
}

#phone_2 {
	width: 28px;
}

#phone_3 {
	width: 35px;
}

#fax_1 {
	width: 28px;
}

#fax_2 {
	width: 28px;
}

#fax_3 {
	width: 35px;
}

#ext {
	width: 35px;
}

#email_line {
	margin: 0 0 25px 0;
}

.form textarea {
	width: 99%;
}

.button_line {
	margin: 5px 0 0 10px;
}

.button_line input {
	overflow: visible;
	padding: 0 23px;
	font: 12px Arial, Helvetica, sans-serif;
	cursor: pointer;
}

fieldset {
	margin: 0;
	padding: 0 10px 5px 10px;
	border: 0px solid transparent;
	overflow: hidden;
}

fieldset.active {
	background: #fff7c0;
}

.dashed {
	margin: 13px 0 18px 3px;
}

.dashed li {
	padding: 0 0 0 10px;
	background: url('../i/li_dash.gif') no-repeat 0 7px;
	margin: 0 0 8px 0;
}

.content p, .content ul, .content ol {
	font-size: 13px;
	word-spacing: 0;
	line-height: 1.2em;
}

h4 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 16px 0;
}

.rights {
	margin: 0 0 15px 0;
}

.rights li {
	margin: 0 0 7px 0;
}

.to_right {
	margin: 0 0 0 30px;
}

.center {
	text-align: center;
	margin: 0 0 20px 0;
}

/* Table */

table {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	margin: 0 15px 10px 0;
}

table th {
	border: 1px solid #e5e5e5;
	background: #f5f5f5 url('../i/th.gif') repeat-x;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 6px 0 8px 8px;
}

table td {
	border: 1px solid #e5e5e5;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 6px 5px 8px 8px;
	vertical-align: top;
	word-spacing: -1px;
}

/* Numbered list */

ol {
	margin: 20px 15px 20px 30px;
}

ol li {
	list-style: decimal;
	margin: 0 0 9px 0;
}

ol.list_2 li {
	margin: 0 0 7px 0;
}

ol.list_2 {
	margin: 11px 15px 35px 26px;
}

ol.letters li {
	list-style: upper-alpha;
	line-height: 1.1em;
	margin: 0 0 13px 0;
}

h6 {
	font: italic 13px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 16px 0;
}

.to_right ol {
	margin: 0 0 28px 14px;
}

.to_right_2 {
	margin: 0 0 0 12px;
}

.to_right_2 ul {
	margin: 0 0 32px 0;
}

.to_right_3 {
	margin: 0 25px 0 12px;
}

.links {
	margin: 15px 0 0 0;
}

.content ul.links li {
	background: url('../i/li_dot.gif') no-repeat 0 4px;
	padding: 0 0 0 11px;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0 0 19px 0;
}

.links a:link, .links a:visited {
	color: #643333;
	font-size: 13px;
}

.dotted li {
	background: url('../i/li_dot.gif') no-repeat 0 7px;
	padding: 0 0 0 9px;
	margin: 0 0 7px 0;
}

ol li ul li {
	list-style: none;
}

ol li ul {
	margin: 13px 0 0 3px;
}

ol li ul.dotted li {
	padding: 0 0 0 15px;
}

.faq {
	margin-top: 20px;
}

.faq h4 {
	text-transform: uppercase;
	margin: 0 0 11px 0;
}

.faq .dotted {
	margin: 0 15px 28px 7px;
}

.faq .dotted li {
	margin: 0 0 8px 0;
}

.question {
	background: #f7f4d7 url('../i/question_bg.gif') repeat-x;
	border-top: 1px solid #e5e5e5;
	font-size: 13px;
	position: relative;
	font-weight: bold;
	overflow: hidden;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
}

.question .letter {
	position: absolute;
	top: 4px;
	left: 4px;
}

.to_top {
	position: absolute;
	top: 2px;
	right: 0;
}

.question p {
	margin: 4px 0 0 25px;
	width: 395px;
}

.answer {
	margin: 0 0 10px 3px;
}

.answer .letter {
	float: left;
	display: inline;
}

.answer p {
	float: left;
	display: inline;
	margin: 0 0 0 13px;
	width: 390px;
	line-height: 16px;
}

label.error {
	color: #bf2514;
	font-weight: bold;
}

.mistake {
	background: #f7e0df !important;
}

.mistake #email_line {
	color: #bf2514 !important;
}

.mistake label, .mistake h5 {
	color: #bf2514;
}

.hr hr {
	display: none;
}

.hr {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: #cccccc;
	margin: 15px 0;
}

.thanks {
	font-size: 13px;
	margin: 0 0 12px 0;
}

.another {
	overflow: visible;
	padding: 0 13px;
	cursor: pointer;
}

.required {
	font-size: 11px !important;
	margin: 18px 10px 0 0 !important;
}

#contact_form {
	margin-top: 3px;
}

.checkbox {
	color: #222;
	font-size: 12px;
	margin: 10px 0 0 0;
}

.checkbox input {
	vertical-align: top;
	margin: 0 2px 0 0;
	height: 16px;
}

#block_44 {
	margin: 0 0 8px 0;
}

.full_contacts a:link, .full_contacts a:visited {
	color: #333;
}

#submenu-about {
	display: none;
}

.search {
	margin: 18px 0 0 12px;
}

.search form {
	margin: 0 0 0 3px;
}

.search .text {
	width: 162px;
}
