/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:972px;
} 

body { 
	background:url(images/tail-top.gif) repeat-x left top #fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#8c8c8c; 
	min-width:972px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper {
	width:100%;
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== FORMS ===========================*/

#ClockForm fieldset {
	border:none;
	float:left;
	text-align:left;
}
#ClockForm fieldset input {
	border:none;
	background:none;
	color:#747474;
	text-transform:uppercase;
	width:300px;
	font-size:.92em;
	line-height:1.2em;
}

/*-----------*/

#search-form div {
	width:231px;
	height:47px;
	background:url(images/form-box-bg.gif) no-repeat left top;
	position:absolute;
	right:-1px;
	top:-1px;
} 
#search-form span {
	display:block;
	padding:11px 0 0 11px;
}
#search-form b {
	font-weight:normal;
	display:block;
	float:left;
	width:186px;
	height:26px;
	background:url(images/input-bg.gif) no-repeat left top;
}
#search-form a {
	float:left;
}
#search-form input {
	background:none;
	border:0;
	margin-left:5px;
	padding-top:5px;
	line-height:1.2em;
	vertical-align:top;
	width:173px;
}

/*-----------*/

#contacts-form {
	width:230px;
}
#contacts-form .field { 
	height:40px;
	width:179px;
	background:url(images/input-bg1.gif) no-repeat left top;
	margin-left:20px;
}
#contacts-form .field1 { 
	height:164px;
	width:179px;
	background:url(images/textarea-bg.gif) no-repeat left top;
	margin-bottom:21px;
	margin-left:20px;
}
#contacts-form input {
	width:160px; 
	background:none;
	padding-top:5px; 
	border:0; 
	vertical-align:top;	
	line-height:1.2em;
	color:#8c8c8c;
	margin-left:8px;
}
#contacts-form textarea { 
	width:170px; 
	height:157px; 
	overflow:auto;
	color:#8c8c8c;
	background:none; 
	border:0;
	padding:5px 0 2px 8px; 
}
#recaptcha_image img { width: 230px; 
}
#recaptcha_response_field {   
	border: 1px solid #999 !important; //Text input field border color 
	background-color:#ccc !important; //Text input field background color  
	width:120px !important;   
	padding:5px;   
}

/*========================== LISTS ============================*/

.list li {
	border-bottom:1px solid #efefef;
	padding-bottom:23px;
	margin-bottom:23px;
	line-height:1.5em;
}
.list li span {
	display:block;
	padding-top:14px;
}
.list li a {
	background:url(images/marker.gif) no-repeat left top;
	padding:6px 0 5px 37px;
	color:#444;
	font-weight:bold;
	text-decoration:none;
}
.list li a:hover {
	text-decoration:underline;
}

.list1 li {
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:1.5em;
}
.list1 li span {
	display:block;
	padding-top:14px;
}
.list1 li a {
	color:#4ebef0;
	font-weight:bold;
}

.list2 li {
	padding:0 0 14px 20px;
	background:url(images/marker1.gif) no-repeat left 5px;
}

.list3 {
	margin-top:-18px;
}
.list3 li {
	line-height:1.5em;
	padding-top:18px;
}
.list3 li strong {
	display:block;
	color:#4ebef0;
}

.list4 li {
	border-bottom:1px solid #efefef;
	padding-bottom:23px;
	margin-bottom:23px;
	line-height:1.5em;
}
.list4 li span {
	display:block;
	padding-top:14px;
}
.list4 li a {
	color:#444;
	font-weight:bold;
	text-decoration:none;
}
.list4 li a:hover {
	text-decoration:underline;
}

.list5 {
	width:100%;
	overflow:hidden;
}
.list5 li {
	float:left;
	padding-right:19px;
}
.list5 li.last {
	padding-right:0;
}

.list6 li {
	line-height:1.5em;
	border-bottom:1px solid #efefef;
	margin-bottom:20px;
	padding-bottom:20px;
}
.list6 li.last {
	margin:0;
	padding:0;
	border:0;
}
.list6 li em {
	font-style:normal;
	float:right;
	margin-right:15px;
}
.list6 li a {
	color:#444444;
}
.list6 li span {
	color:#444444;
	display:block;
}


/*========================== OTHER ============================*/

.img-indent { 
	padding-bottom:15px; 
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
}

.img-box1 img { 
	float:left; 
	margin:0 27px 0 0;
}

p { 
	margin-bottom:10px;
	line-height:1.92em;
}
.p0 {
	margin-bottom:0;
}
.p1 {
	margin-bottom:20px;
}

.phone { 
	float:right; 
	margin-right:30px;
}

.extra-slogan {
	font-size:30px;
	line-height:1.2em;
	border-top:1px solid #efefef;
} 
.extra-slogan span {
	border-top:4px solid #f4f4f4;
	display:block;
	padding:33px 0 0 0;
	width:100%;
	overflow:hidden;
}
.extra-slogan img {
	float:left;
	margin-right:30px;
}
.extra-slogan em {	
	color:#7bb9e0;
	display:block;
	margin-top:-6px;
	font-style:normal;
}

dl {
	line-height:1.92em;
	margin-bottom:-20px;
}
dl dt {
	color:#363636;
}
dl dd {
	margin-bottom:20px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#4ebef0; 
	outline:none;
}
a:hover {
	text-decoration:none;
}
h2 {
	color:#000;
	font-size:31px;
	line-height:2.1em;
	border-bottom:4px solid #f4f4f4;
	padding-bottom:5px;
	margin-bottom:21px;
	letter-spacing:-1px;
}

h3 {
	color:#000;
	font-size:31px;
	line-height:1.2em;
	border-bottom:4px solid #f4f4f4;
	padding-bottom:5px;
	margin-bottom:21px;
	letter-spacing:-1px;
}
h4 {
	color:#000;
	font-size:31px;
	line-height:1.2em;
	margin-bottom:12px;
	letter-spacing:-1px;
}
h5 {
	font-size:20px;
	line-height:1.2em;
	color:#4ebef0;
	border-bottom:4px solid #f4f4f4;
	padding-bottom:5px;
	margin-bottom:13px;
}
h6 {
	color:#444444;
	font-size:1em;
	line-height:1.92em;
}
h6.style1 {
	color:#4ebef0;
	margin-bottom:10px;
}
h8 {
	font-size:20px;
	line-height:1.2em;
	color:#4ebef0;
	padding-bottom:5px;
	margin-bottom:13px;
	font-family: Arial, Helvetica, sans-serif;
}

.txt1 {
	color:#363636;
	font-weight:bold;
}
.txt2 {
	color:#4ebef0;
	font-weight:bold;
}

.link,
.link a {
	color:#444;
	font-weight:bold;
}

.line-hor { 
	border-bottom:1px solid #efefef; 
	margin:20px 0; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}

/*============================ BOXES ==========================*/

.nav-box {
	width:732px;
	background:url(images/nav-tail.gif) repeat-x left top;
}
.nav-box span {
	position:absolute;
	left:0px;
	top:0px;
	height: 50px;
}
.nav-box ul {
	background:url(images/nav-right.gif) no-repeat right top;
	height:50px;
	padding-left:0px;
}
.nav-box ul li {
	float:left;
	margin-right:-1px;
}
.nav-box ul li.first {
	position:relative;
	z-index:2;
}
.nav-box ul li a {
	color:#000;
	text-decoration:none;
	display:block;
	float:left;
}
.nav-box ul li a em {
	display:block;
}
.nav-box ul li a b {
	display:block;
	font-style:normal;
	padding:17px 20px 17px 20px;
}
.nav-box ul li a:hover,
.nav-box ul li a.act {
	background:url(images/nav-act-tail.gif) repeat-x left top;
}
.nav-box ul li a:hover em,
.nav-box ul li a.act em {
	background:url(images/nav-act-left.gif) no-repeat left top;
}
.nav-box ul li a:hover b,
.nav-box ul li a.act b {
	background:url(images/nav-act-right.gif) no-repeat right top;	
}
.nav-box ul li.first a:hover em,
.nav-box ul li.first a.act em {
	background:url(images/nav-act-left1.gif) no-repeat left top;
}

/*-----------*/

.box { 
	width:100%;
}
.box .border-top { 
	background:url(images/border-top.gif) repeat-x left top;
}
.box .border-bot { 
	background:url(images/border-bot.gif) repeat-x left bottom;
}
.box .border-left { 
	background:url(images/border-left.gif) repeat-y left top;
}
.box .border-right { 
	background:url(images/border-right.gif) repeat-y right top;
}
.box .left-top-corner {	
	background:url(images/left-top-corner.gif) no-repeat left top;
}
.box .right-top-corner { 
	background:url(images/right-top-corner.gif) no-repeat right top;
}
.box .left-bot-corner {	
	background:url(images/left-bot-corner.gif) no-repeat left bottom;
	padding:9px 8px 9px 8px;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner {
	padding:24px 14px 26px 15px;
	background:#fbfbfb;
	height:411px;
}
.box p {
	line-height:1.5em;
}

/*========================== HEADER ===========================*/

#header .row-1 {
	height:34px;
	width:100%;
	overflow:hidden;
}
#header .row-1 .fleft {
	padding-top:9px;
}
#header .row-1 .fright a {
	text-decoration:none;
	color:#fff;
}
#header .row-1 .fright {
	padding-top:8px;
}
#header .row-1 .fright a:hover {
	text-decoration:underline;
}
#header .row-2 {
	height:109px;
	width:100%;
	overflow:hidden;
}
#header .row-2 .fleft {
	padding-top: 30px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
#header .row-2 .fright {
	padding-top: 43px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#header .row-2 .fright ul li {
	float:left;
	margin-left:12px;
}
#header .row-3 {
	height:50px;
	position:relative;
}

/*========================= CONTENT ===========================*/

#content {
	position:relative;
	padding:8px 0 0px 0;
}
#content .indent {
	padding:18px 15px 0 23px;
}
#content .indent1 {
	padding-bottom:10px;
}
#content .indent2 {
	padding-bottom:10px;
}

/*========================= FOOTER ============================*/

#footer {
	color:#000;
	text-transform:uppercase;
	font-size:13px;
	line-height:1.2em;
}
#footer .indent {	
	padding-top:30px;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	border-bottom:1px solid #000;
}
#footer ul li {
	float:left;
	padding-right:7px;
	margin-right:7px;
	border-right:1px solid #000;
}
#footer ul li.last {
	padding:0;
	margin:0;
	border:0;
}

/*=============================================================*/

/*---- image slider ------*/

#loopedSlider {
	width:731px; 
	height:395px;
	background:url(images/slider-box-bg.gif) no-repeat left top;
	position:relative;
	margin-bottom:27px;
}
#loopedSlider .container { 
    width:720px; 
	height:395px;
	overflow:hidden;
	position:absolute;
	left:6px;
	top:0; 
}
#loopedSlider .slides { 
	position:absolute; 
	top:7px; 
	left:0;
}
#loopedSlider .slides div { 
	position:absolute; 
	top:0; 
	left:0; 
	width:720px; 
	height:321px;
}
#loopedSlider .slides div span {
	position:absolute;
	left:19px;
	bottom:-45px;
	font-size:24px;
	color:#444444;
	z-index:2;
}
#loopedSlider ul.pagination { 
	position:absolute; 
	right:12px; 
	bottom:25px;
}
#loopedSlider ul.pagination li { 
	float:left;
	margin-left:3px;
}
#loopedSlider ul.pagination li a { 
	width:18px; 
	height:18px; 
	background:url(images/button3.gif) no-repeat left top; 
	display:block;
}
#loopedSlider ul.pagination li a:hover,
#loopedSlider ul.pagination li.active a { 
	background:url(images/button3-act.gif) no-repeat left top;
}

/*--- tabs ---*/

.tab_container {
	overflow: hidden;
	width: 100%;
    float:left;
}
ul.tabs li {
	font-size:1.08em;
	font-weight:bold;
	float:left;
	margin-right:-7px;
	letter-spacing:-1px;
}
ul.tabs li a {
	color:#444;
	text-decoration:none;
	display:block;
	width:109px;
	text-align:center;
	height:35px;
	background:url(images/tab-bg.gif) no-repeat left top;
}
ul.tabs li a span {
	display:block;
	padding-top:9px;
}
ul.tabs li a:hover {
	text-decoration:underline;
}
ul.tabs li.active {
	position:relative;
	z-index:2;
}
ul.tabs li.active a {
	background:url(images/tab-bg-act.gif) no-repeat center bottom;
}
ul.tabs li.active a:hover {
	text-decoration:none;
}

/*========================= SEARCH ============================*/

.highlight { background: #FFFF40; }
.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 80%; font-style: italic; }
.suggestion { font-size: 100%; }
.results { font-size: 100%; }
.category { color: #999999; }
.sorting { text-align: right; }

.result_title { font-size: 100%; }		
.description { font-size: 100%; color: #008000; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #808080;}

.zoom_searchform { font-size: 100%; }
.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
.zoom_match { font-size: 80%; margin-left: 10px;}				
.zoom_categories { font-size: 80%; }
.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
.cat_summary ul { margin: 0px; padding: 0px; display: inline; }
.cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }		
		
input.zoom_button {  }
input.zoom_searchbox {  }		
		
.result_image { float: left; display: block; }
.result_image img { margin: 10px; width: 80px; border: 0px; }

.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
.result_pages { font-size: 100%; }
.result_pagescount { font-size: 100%; }
		
.searchtime { font-size: 80%; }
		
.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
.recommended_heading { float: right; font-weight: bold; }
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
.recommend_title { font-size: 100%; }
.recommend_description { font-size: 100%; color: #008000; }
.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
.recommend_image { float: left; display: block; }
.recommend_image img { margin: 10px; width: 80px; border: 0px; }

/*=========================  ============================*/

