			
/* CSS RESET RULES */
html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	border: 0;
	vertical-align: bottom;
}
/* / CSS RESET RULES */


/* Common */

body {

	margin: 0; 
	padding: 0;
	font-family: Tahoma; 	
	font-size: 8pt;
	font-weight: normal;
	color: #666;
	background: #fff;
}

div, table {

	font-size: 8pt;
	line-height: 1.6em;
}

html, body {

	width:100%;
	height:100%;
}

div#all {

	margin: 0 auto;
	min-width: 1000px;
	position: relative;
}

#empty {

	clear: both;
}

a {

	text-decoration: underline;
	color: #7E2A13;
}

a:hover {

	text-decoration: none;
}

.big {
	
	font-size: 9pt;
}

a img {

	border: 0;
}

.red {
	
	color: #7E2A13;
}

.gray {
	
	color: #666;
}

div.clear {

	clear: both;
}

img.left {
	
	margin: 0 10px 3px 0;
	border: 1px solid #591D0C;
	float: left;
}

img.right {
	
	margin: 0 10px 3px 0;
	border: 1px solid #591D0C;
	float: right;
}

img.center {
	
	margin: 0 10px 3px 10px;
	border: 1px solid #591D0C;
}

img.photo {
		
	border: 1px solid #591D0C;
	
}

.margin5 {
	
	margin-top: 5px;
}

.margin10 {
	
	margin-bottom: 10px;
}

.padding10 {
	
	padding: 0 20px;
	margin-bottom: 20px;
}

p {
	
	margin-bottom: 1.4em;
}


h1 {
	
	background: url("../images/h1_big.gif") no-repeat;
	font-size: 9pt;
	font-weight: bold;
	height: 30px;
	line-height: 31px;
	padding: 0 0 0 30px;
	margin: 0 0 25px 0;
}

h2 {
	
	background: url("../images/h2_small.gif") no-repeat;
	font-size: 9pt;
	font-weight: bold;
	height: 30px;
	line-height: 31px;
	padding: 0 0 0 35px;
	margin: 0 0 25px 0;
}

div.d-hr {
	
	border-top: 1px solid #F0EAEA;
	border-bottom: 1px solid #F0EAEA;
	height: 2px;
	font-size: 2px;
	margin: 10px 0;
	clear: both;
}

div.hr {
	
	border-top: 1px solid #F0EAEA;
	height: 2px;
	font-size: 2px;
	margin: 10px 0;
	clear: both;
}

/* /Common */


/* Main */

div.text {
	
	padding: 0 20px 0 0;
	font-size: 9pt;
}

div.inner {
	
	margin: 0 auto;
	width: 880px;
	position: relative;	
}

#top_inner {

	text-align: left;
	margin: 0 auto;	
	width: 880px;
	height: 101px;
	position: relative;
}

#top {
	
	background: url("../images/header_bg.gif") repeat-x;	
/*	margin: 0 auto;*/
}

#logo {
	
	padding: 12px 0 8px 32px;
}

#top_search {
	
	background: url("../images/search_bg.jpg") repeat-x;
	height: 156px;
	position: relative;
}

#header_search {
	
	position: absolute;
	top: 15px;
	left: 31px;
}

#search_form {
	
	position: absolute;
	top: 43px;
	left: 30px;	
}

#search_form table tr td {
	
	width: 150px;
	padding: 0 0 5px 0;
}

div.form {
	
	margin: 0 0 30px 0px;
	padding: 10px 0 10px 0;
	background: #F8F5F5;
}

div.nobg {
	
	margin: 0;
	padding: 0 0 10px 0;
	background: #fff;
}

table.form {
	
	width: 550px;	
}


table.form td {
	
	padding: 0 10px 7px 0;
}

table.form td.head {
	
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

table.form td.head-small {
	
	text-align: right;
	vertical-align: top;
	width: 300px;
}

table.form td.form {
	
	width: 350px;
}

table.form td.form-small {
	
	width: 150px;
}

table.form td.pad5 {

	padding-top: 10px;
}

img.valid {
	
	margin: 10px 0 -5px 0;
}

input.text {
	
	border: 1px solid #CDC8C8;
	width: 95px;
	font-size: 8pt;
	color: #999;
	padding: 1px 5px;
	margin: 0 4px 0 0;
}

input.text-full,
textarea.text-full {
	
	border: 1px solid #CDC8C8;
	width: 255px;
	font-size: 8pt;
	color: #999;
	padding: 1px 5px;
	margin: 0 4px 0 0;
}

input.text-small,
select.text-small {
	
	border: 1px solid #CDC8C8;
	width: 110px;
	font-size: 8pt;
	color: #999;
	padding: 1px 5px;
	margin: 0 4px 0 0;
}

select.text-small {

	width: 122px;
	padding-right: 0;
	padding-left: 0px;
}

textarea.text-small {
	
	border: 1px solid #CDC8C8;
	width: 255px;
	height: 80px;
	font-size: 8pt;
	color: #999;
	padding: 1px 5px;
	margin: 0 4px 0 0;
	font-family: verdana;
}

input.error,
select.error {
	
	border: 1px solid red;
}

label.error {
	
	clear: both;
	color: #f00;
}

td.smf {
	
	width: 95px;
}

td.smf label.error {
	
	position: absolute;
	width: 200px;
}

div.error {
	
	color: #f00;
	font-weight: bold;
}

div.error-center {
	
	color: #f00;
	font-weight: bold;
}

select {
	
	border: 1px solid #CDC8C8;
	width: 128px;
	font-size: 8pt;
	color: #999;
	padding: 1px 0px;
	margin: 0 4px 0 0;
}

#header_add {
	
	position: absolute;
	top: 14px;
	right: 121px;
}

#main {
	
	padding-top: 35px;
}

#left {
	
	width: 245px;
	padding: 0 25px 30px 0;
}

#right {
	
	width: 609px;
	padding: 0 0 20px 0;
}

div.text ul {
	
	margin: 0 0 20px 30px;
}

div.ap_item {
	
	background: #F8F5F5;
	padding: 10px 20px;
	margin: 0 0 15px 0;
	clear: both;
}

div.ap_item div {

	font-size: 9pt;
}

div.ap_info {
	
	float: left;
	width: 360px;
}

div.ap_info_full {
	
	float: left;
	width: 300px;
}

div.ap_info2 {
	
	float: right;
	padding-left: 30px;
/*	width: 150px;*/
}

div.ap_title {
	
	padding: 0 0 10px 0;
}

div.ap_photo {
	
	border: 10px solid #E8E5E5;
	margin: 0 0 10px 0;
	width: 150px;
}

div.ap_photo_add {
	
	border: 10px solid #E8E5E5;
	margin: 0 15px 15px 0;
	float: left;
}

div.quote {
		
	background: #F8F5F5;
	padding: 10px 0 10px 20px;
	margin: 0 0 20px 0;
}

div.tp_item {
	
	margin: 0 25px 15px 0;
	width: 170px;
	float: left;
}

div.more {
	
/*	margin-top: 5px;*/
	background: url("../images/arrow.gif") no-repeat 0 6px;
	font-size: 8pt;
}

div.more a {
	
	padding: 0 0 0 10px;
}

div.news_item {
	
	padding: 0 0 5px 0;	
}

div.hgr {
	
	background: url("../images/hgr_bg.gif") no-repeat;
	height: 23px;
	padding: 2px 0 0 20px;
	margin: 0 0 20px 0;
}


#footer {

	padding: 0 0 11px 22px;	
	position: relative;
}

#copy {
	
	position: absolute;
	left: 290px;
	top: 0;
}

table.transport {
	
	width: 100%;
}

table.transport tr.head td {

	background: #bbb;
	font-weight: bold;
	vertical-align: middle;
}

table.transport tr td {

	background: #eee;
	padding: 3px 10px;
}

table.transport tr.r2 td {

	background: #E5E5E5;
}

#top_menu {
	
	padding: 17px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#top_menu ul {
	
	margin: 0 auto;
	height: 30px;
/*	width: 754px;*/
}

#top_menu ul li {
	
/*	float: left;*/
/*	width: 150px;*/
	padding: 6px 20px 8px 20px;
	text-align: center;
	line-height: 28px;
	display: inline;
}

#top_menu ul li.i {

	background: url("../images/top_menu_i.jpg") no-repeat 0 0px;
	width: 1px;
	padding: 6px 1px 8px 1px;
	margin: 0;
}

* html #top_menu ul li.i {
	
	padding-top: 8px;
}

#top_menu ul li a {

	font-size: 8pt;
	color: #fff;
	text-decoration: underline;
}

#top_menu ul li a.active {

	text-decoration: none;	
}

#top_menu ul li a:hover {

	color: #fff;
	text-decoration: none;
}


#bottom {
	
	background: url("../images/bottom_bg.gif") no-repeat;
	height: 36px;
	padding: 0 0 8px 0;
	text-align: center;
}

#bottom ul {
	
	margin: 0 0 0 0;
	height: 30px;
}

#bottom ul li {
	
	display: inline;
/*	float: left;*/
/*	width: 125px;*/
	padding: 8px 20px 0px 20px;
	text-align: center;
	line-height: 29px;
}

#bottom ul li.i {

	background: url("../images/bottom_i.gif") no-repeat 0 0px;
	width: 1px;
	padding: 8px 1px 0px 1px;
	width: 1px;
/*
	font-size: 1px;
	height: 30px;
*/
}

#bottom ul li a {

	color: #fff;
	text-decoration: underline;
}

#bottom ul li a:hover {

	color: #fff;
	text-decoration: none;
}


#bottom ul li.first {

	text-align: left;
	width: 78px;
}


#header_menu {
	
	/*background: url("../images/header_menu_bg0.gif") 0 0 no-repeat;*/
/*	background: #fff;*/
	padding: 0;
	position: absolute;
	right: 12px;
	top: -12px;
	
/*	width: 502px;*
	height: 25px;*/
	border-top: 3px solid #fff;
}

#hdm {
	
	position: relative;
}



#header_menu ul {
	
/*	height: 30px;*/
/*	background: #fff;*/
}

#header_menu ul li {

	background: url("../images/header_menu_bg.gif") no-repeat 0 0px;	
	display: inline;
	float: left;
	width: 170px;
	text-align: center;
	line-height: 23px;
}

#header_menu ul li a {

	font-size: 8pt;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}


#header_menu ul li a.active {

	color: #8D8246;
	text-decoration: none;
}

#header_menu ul li a:hover {

	text-decoration: none;
}


#header_menu ul li.first {

	text-align: left;
	width: 78px;
}

#header_menu ul li.i {

	background: #fff url("../images/header_menu_i.gif") no-repeat 3px 0px;
	width: 8px;
	font-size: 1px;
	height: 23px;
}

#header_menu ul li#hlc,
#header_menu ul li#hrc {

	width: 1px;
	font-size: 1px;	
}

#header_menu ul li#hlc img {

	position: absolute;
	left: -3px;
	top: -3px;
}

#header_menu ul li#hrc img {
	
	position: absolute;
	right: 0px;
	top: -3px;
}

div.warning {
	
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: #9F0505;
}

.sel_day {
	
	background: #f00;
}

ul.services {
	
	margin: 5px 0 0 10px;
	color: #BCABAB;
	font-weight: bold;
	list-style: none;
}

ul.services li {

	float: left;
	width: 250px;
}

ul.services li img {
	
	margin: 10px 15px 10px 0;
	
}


ul.services_small {
	
	margin: 0px 0 0 10px;
	color: #BCABAB;
	font-weight: bold;
	list-style: none;
}

ul.services_small li {

	float: left;
	width: 40px;
}

ul.services_small li img {
	
	margin: 0px 10px 15px 0;
	
}

div.visa {
	
	position: absolute;
	top: 0;
	right: 20px;
}

/* /Main */

/* Tabs */

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0px 4px;
}

.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
/*    padding: 3px 10px;*/
    min-width: 84px;
    text-align: center;
}

.tabs-nav .tabs-selected {
    
/*	background: #ccc;*/
}

.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}

.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #fff;
/*    font-size: 9pt;*/
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #fff;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}

.tabs-nav a:hover {
	
	text-decoration: underline;	
}

.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 16px; /* IE 6 treats height as min-height */
    min-height: 16px;
    padding-top: 4px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 4px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
/*
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
*/    
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}


/* /Tabs */

/* Pages */

div.pout {

	font-size: 8pt;
	padding: 5px 0 10px 0;
	text-align: center;
}

div.pout div.nav {

	font-size: 8pt;
}

div.pout div.pages {

	padding-top: 8px;
}

div.pout a {
    
	font-size: 8pt;
	padding: 1px;
	margin: 3px 0 6px 3px;
}

div.pout a:hover {

	text-decoration: none;
}

div.pout strong {

	background-color: #7E2A13;
	color: #FFF;
	padding: 2px;
	margin: 3px;
}

/* /Pages */

/* Contacts */

div.contact-form {

	font-weight: bold;
/*	text-align: left;*/
	background: #F8F5F5;
	padding: 5px 0 20px 0;
	color: #666;
}

table.contact {

}

table.contact td {

	border: 0;
	padding: 20px 10px 0 0;
	vertical-align: top;
	text-align: left;
}

table.contact td.h {

	text-align: right;
	padding: 23px 10px 0 10px;
	width: 150px;
}

table.contact input.text, 
table.contact textarea {

	width: 255px;
	padding: 2px;
	color: #000;
	border: 1px solid #CDC8C8;	
}

table.contact textarea {

	height: 75px;
}

table.contact input#submit {

	background-color: #E1E1E1;
}

/* /Contacts */
