			
/* 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: #0A3C72;
	background: #0B437F url("../images/bg.gif");
	behavior: url(csshover.htc);	
}

div, table {

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

html, body {

	width:100%;
	height:100%;
}

div#top_bg {
	
	background: url("../images/bg_top.jpg") repeat-x;
	height: 518px;
	width: 100%;
	position: absolute;
}

div#all {

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

#empty {

	clear: both;
}

a {

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

a:hover {

	text-decoration: none;
}

a.big {
	
	font-size: 9pt;
}

a img {

	border: 0;
}

.red {
	
	color: #B02900;
}

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;

}

.padleft {
	
	padding: 0 10px 0 20px;
}

.padright {
	
	padding-left: 25px;
}

p {
	
	margin-bottom: 1.4em;
}

h1 {
	
	background: url("../images/h1_bg.gif") 100% 0 no-repeat #F6F6F6;
	color: #115088;
	font-size: 14pt;
	font-weight: normal;
	height: 33px;
	line-height: 32px;
	padding: 0 0 0 25px;
	margin: 0 0 25px 0;
}

h2 {
	
/*	background: url("../images/h2_bg.gif") no-repeat #F6F6F6;*/
	color: #115088;
	font-size: 14pt;
	font-weight: normal;
	height: 33px;
	line-height: 32px;
	padding: 0 0 0 3px;
	margin: 0 0 25px 0;
}

h1.m {
	
	background: url("../images/h1_bg_.gif") 0 0 no-repeat;
	color: #fff;
}

h2.m {
	
	background: url("../images/h1_bg_.gif") 100% 0 no-repeat;
	color: #fff;	
}

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

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: 10pt;
}

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

}
#top_inner {

/*	margin: 60px 0 0 0;	*/
	text-align: left;
	margin: 0 auto;	
	width: 880px;
/*	background: #fff;*/
	position: relative;
}

#sky {

	background: url("../images/_top.jpg") no-repeat 0 42px;
	height: 169px;
	padding: 0px 0 0 0;
	position: relative;
}

#top {

	margin: 0 0 0 0;
/*	background: url("../images/top_inner_bg.gif") 0 60px repeat-x;*/
}

#logo {
	
/*	margin: 12px 0 0 0;*/
	padding: 0;
	height: 86px;
	position: relative;
}

#logo img {
		
	margin: 12px 0 0 0;
}

#slogan {
	
	position: absolute;
	top: 92px;
	left: 304px;
	z-index: 10;
}

#phone {
	
	position: absolute;
	top: 115px;
	left: 463px;
	z-index: 10;
}

#logo img {
	
	position: absolute;
	top: 8px;
	left: 44px;
}


#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: 0px 0 30px 0;
	background: #fff;
}

#left {
	
	width: 245px;
	padding-right: 0px;
}

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

#content {
	
	padding: 0 0 0 20px;
}

#ccc {
	
	padding: 0 20px 0 0;
}

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: 350px;
}

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 10px 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;
}

#bottom {
	
	height: 36px;
	padding: 0 0 8px 0;
}

#footer {

	background: url("../images/bottom_bg.gif") no-repeat;
	height: 76px;
	padding: 17px 0 11px 22px;	
	position: relative;
}

#copy {
	
	position: absolute;
	padding: 17px 0 0 0;
	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-top: 4px;*/
	margin: 0 auto;
	text-align: center;
	background: url("../images/menu_bg.gif") repeat-x;
	width: 880px;
	height: 43px;
}

#top_menu ul {
	
	padding-top: 4px;
	width: 880px;
	margin: 0 auto 0 auto;
	height: 43px;
}


#top_menu.b ul {
	
	background: url("../images/menu_bg_bottom.gif") repeat-x;
	padding: 4px 0 0 0;
	width: 880px;
	margin: 0 auto 0 auto;
	height: 39px;
}

#top_menu ul li {
	
/*	float: left;*/
/*	width: 150px;*/
	padding: 6px 10px 8px 10px;
	text-align: center;
	line-height: 34px;
	display: inline;
	color: #0A3C72;
	font-weight: bold;
}

#top_menu ul li:hover {
		
/*	background: url("../images/menu_over.gif") repeat-x;*/
}

#top_menu ul li.i {

	background: url("../images/menu_i.gif") no-repeat 0 0px;
	width: 6px;
	padding: 8px 3px 3px 3px;
	margin: 0;

}

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

#top_menu ul li a {

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

#top_menu ul li a.active {

	text-decoration: none;	
}

#top_menu ul li a:hover {

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

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

#bottom ul li {
	
	display: inline;
	float: left;
	width: 125px;
	text-align: center;
	line-height: 29px;
}

#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;
}

#bottom ul li.i {

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

#header_menu {
	
	padding: 3px 3px 0 3px;
	position: absolute;
	right: 5px;
	top: 59px;
	width: 474px;
}

#header_menu ul {
	
	height: 34px;
}

#header_menu ul li {

/*	background: url("../images/header_menu_bg.gif") no-repeat 0 0px;	*/
	display: inline;
	float: left;
	width: 152px;
	text-align: center;
/*	border-left: 1px solid #BAD1DC;*/
	vertical-align: top;
	padding: 0px 0 0 6px;
	height: 24px;
	line-height: 24px;
/*	color: #CE472C;*/
}

#num01 { background: url("../images/num_01.gif") 0 0 no-repeat; }
#num02 { background: url("../images/num_02.gif") 0 0 no-repeat; }
#num03 { background: url("../images/num_03.gif") 0 0 no-repeat; }


#header_menu ul li a {

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

#header_menu ul li#num03 a {
	
	color: #fff;
}

#header_menu ul li a.active {

	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;
}

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: 17px;
	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 */
