﻿/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:100%;
	color:#666;
}

body{background:#FFFFFF; text-align:center;}
.top-tail{ background:url(images/top-tail.gif) top repeat-x;}
.bot-tail{ background:url(images/bot-tail.gif) bottom repeat-x;}
.top-bg{ background:url(images/body-bg.jpg) top center no-repeat;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8125em;
	line-height:1.615em;
	color:#666;
}
input, select { vertical-align:middle; font-weight:normal;}

a {
	color:#06C;
}
a:hover{text-decoration:none;}
p {padding-top:20px;}
strong{ font-weight:bold; color:#000; display:block;}
cite{ display:block; font-style:normal;}

/* ============================= main layout ====================== */
.imgindent {margin:0 25px 0 0; float:left;}
.imgindent2 {margin:3px 17px 25px 0; float:left;}
.phone{ float:right; padding-right:195px;}
.space1{ margin-left:50px;}
.space2{ margin-left:38px;}
.margin1{ margin-top:20px !important;}
.padding1{ padding-top:13px;}
.padding2{ padding-top:38px;}
.padding3{ padding-top:50px;}
.padding4{ padding-top:25px;}
.padding5{ padding-top:60px;}

/* ============================= header ====================== */
#header .menu{ width:100%; overflow:hidden; height:51px; background:url(images/menu-border.gif) left top no-repeat;}
#header .menu li{ float:left; padding:5px 5px 20px 6px; background:url(images/menu-border.gif) right top no-repeat;}
#header .menu a{ display:inline-block; color:#072145; text-decoration:none; width:129px; text-align:center; padding:9px 0 11px 0;}
#header .menu a:hover, #header .menu .active{ background:url(images/menu-item-bg-act.gif) no-repeat 0 0; font-weight:bold; color:#303030;}
#header .menu a:active{ margin-top:2px;}
#header .logo{ padding-top:40px;}
#header .slogan{
	height:165px;
	padding-top: 165px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#header .language a{ color:#777267; text-decoration:none;}
#header .language a:hover{ text-decoration:underline;}
#header .language{ padding-left:500px; padding-top:30px;color :#777267; text-decoration:none;}
#header .social{ padding-left:10px;padding-top:0px;padding-bottom:5px}
/* ============================= content ====================== */
#content{ padding:37px 0 62px 0;}

.title{ font-size:1px; line-height:1em; padding-bottom:21px;}
.title1{ padding-bottom:12px;}
.list{ margin-top:-7px;}
.list li{ font-size:0.923em; line-height:2.917em; background:url(images/list-unline.gif) bottom repeat-x;}
.list a{ color:#6e6e6e; text-decoration:none;}
.list a:hover{ color:#0b8feb;}
.test h1 {color:#09F;}
.list1{ margin-top:-7px;}
.list1 li{ font-size:0.923em; line-height:2.917em; background:url(images/list-unline.gif) bottom repeat-x;}
.list1 a{ color:#000000; font-weight:bold;}

.link{ background:url(images/link-bg.gif) no-repeat 1px 7px; padding-left:23px; display:inline-block; margin-top:8px;}
.link1{ font-weight:bold; color:#000;}
.text{ font-size:0.923em;}
.unline{ background:url(images/list-unline.gif) bottom repeat-x; padding-bottom:9px; margin-bottom:6px;}

/* ============================= footer ====================== */
#footer{ font-size:0.923em;}
#footer a{ color:#777267; text-decoration:none;}
#footer a:hover{ text-decoration:underline;}
#footer .text{ padding:20px 0 0 0;}

/* ============================= forms ============================= */
#SearchForm{ float:right; background:url(images/search-form-bg.gif) no-repeat 0 0; margin:35px 1px 0 0;}
#SearchForm .input1{ background:none; border:solid 0px; font-family:Arial, Helvetica, sans-serif; font-size:0.923em; color:#303030; vertical-align:top; padding:6px 0 0 9px; width:187px;}
#SearchForm .input2{ vertical-align:top;}

#ContactForm{ padding-top:8px;}
#ContactForm .col-1{ width:318px !important;}
#ContactForm .col-2{ width:313px !important; margin-left:0 !important;}
#ContactForm label{ display:block; height:32px;}
#ContactForm input{ border:solid 0px; background:#dedede; font-family:Arial, Helvetica, sans-serif; font-size:0.923em; color:#303030; padding:6px 0 5px 10px; width:285px;}
#ContactForm textarea{ border:solid 0px; background:#dedede; font-family:Arial, Helvetica, sans-serif; font-size:0.923em; color:#303030; padding:6px 0 5px 10px; width:303px; height:79px; overflow:auto;}
#ContactForm .link{ float:right; margin:12px 6px 0 16px;}

/* ============================= custom tags ============================= */
.tag_highlight {color: #06C; font-weight: lighter; font-size: 17px; padding-bottom: 30px;}

