/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:960px;
} 

body { 
	background:#e6edf2; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#8f8f8f; 
	min-width:960px;
}

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;
}

.extra-wrapper {
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x;
}

.tail-middle1 {
	background:url(images/tail-middle.gif) repeat-x left top #1a4264;
	border-bottom:2px solid #0e2c45;
}
.tail-middle2 {
	background-color:#fff;
}

.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}

/*=========================== FORMS ===========================*/

#contacts-form .field { 
	height:37px;
}
#contacts-form input {
	width:247px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #303030; 
	border-bottom:1px solid #e1e1e1; 
	border-right:1px solid #e1e1e1;	
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:247px; 
	height:137px; 
	overflow:auto;
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #303030; 
	border-bottom:1px solid #e1e1e1;	
	border-right:1px solid #e1e1e1; 
	padding:2px 0 2px 3px;
	margin-bottom:14px; 
}

/*========================== LISTS ============================*/

.list li {
	padding:0 0 7px 10px;
	background:url(images/marker1.gif) no-repeat left 7px;
}

.news-list {
	padding-bottom:15px;
}
.news-list li {
	background:url(images/line-hor.gif) repeat-x left bottom;
	padding-bottom:14px;
	margin-bottom:14px;
}
.news-list li.last {
	background:none;
	padding:0;
	margin:0;
}
.news-list li p {
	margin:0;
}
.news-list li span {
	color:#cb6107;
	padding:0 0 0 10px;
	background:url(images/marker1.gif) no-repeat left 5px;
}

.list1 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	background:url(images/line-hor.gif) repeat-x left bottom;
	padding-bottom:6px;
	margin-bottom:6px;
}
.list1 li.last {
	background:none;
	padding:0;
	margin:0;
}
.list1 li span {
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:0 0 ;
	width:40px;
	height:40px;
	text-align:center;
	color:#fff;
	font-size:24px;
	line-height:1.6em;
	margin-right:8px;
}
.list1 li a {
	font-weight:bold;
	text-decoration:none;
	position:relative;
	top:3px;
}
.list1 li a:hover {
	text-decoration:underline;
}
.list1 li.style1 span {
	background-image:url(images/marker2.gif);
}
.list1 li.style1 a {
	color:#1a4264;
}
.list1 li.style2 span {
	background-image:url(images/marker3.gif);
}
.list1 li.style2 a {
	color:#cb6107;
}
.list1 li.style3 span {
	background-image:url(images/marker4.gif);
}
.list1 li.style3 a {
	color:#9e9e66;
}
.list1 li.style4 span {
	background-image:url(images/marker5.gif);
}
.list1 li.style4 a {
	color:#8f8f8f;
}
.list1 li.style5 span {
	background-image:url(images/marker6.gif);
}
.list1 li.style5 a {
	color:#ffd36f;
}

.testimonials li {	
	padding-bottom:20px;
}
.testimonials li cite {
	font-style:normal;
	line-height:1.33em;
}
.testimonials li strong {
	display:block;
	text-align:right;
	color:#cb6107;
}

.list2 li {
	padding:0 0 14px 0;
	background:url(images/line-hor.gif) repeat-x left bottom;
	margin-bottom:14px;
}
.list2 li.last {
	background:none;
	margin-bottom:0;
}
.list2 li a {
	display:inline-block;
	background:url(images/marker1.gif) no-repeat left 5px;
	padding-left:10px;
}
.list2 li span a {
	background:none;
	padding:0;
}

.partners {
	margin-top:-23px;
	padding-bottom:10px;
}
.partners li {
	padding-top:23px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.partners li a {
	border:2px solid #cfd8df;
	display:block;
	float:left;
	padding:1px;
}
.partners li a:hover {
	border:2px solid #1a4264;
}

/*========================== OTHER ============================*/

.img-indent {
	margin-bottom:14px;
	width:100%;
	overflow:hidden;
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:20px;
}
.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}
.img-box1 .img-link {
	margin-right:20px;
}
.img-box1 .img-link img {
	margin:0;
}

p { 
	line-height:1.33em;
	margin-bottom:12px;
}

.address span,
.address a {
	float:right;
}

dl {
	line-height:1.33em;
	margin-bottom:-15px;
}
dl dt {
	font-weight:bold;
	padding-bottom:10px;
}
dl dd {
	margin-bottom:15px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#5a88af; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	color:#e1e1b4;
	font-size:35px;
	line-height:1.2em;
}
h3 {
	font-size:26px;
	line-height:1.2em;
	color:#1a4264;
	margin-bottom:15px;
}
h3 b {
	font-size:34px;
}
h4 {
	font-size:26px;
	color:#1a4264;
	line-height:1.2em;
	margin-bottom:15px;
}
h4 a {
	position:relative;
	top:8px;
}
h5 {
	font-size:1em;
	color:#cb6107;
	text-transform:uppercase;
	margin-bottom:8px;
}
h6 {
	font-size:1em;
	line-height:1.33em;
	margin-bottom:10px;
}

p.txt1 {
	line-height:1.5em;
	margin-bottom:12px;
}
p.txt1 b {
	color:#cb6107;
}
p.txt1 strong {
	color:#8f8f8f;
}

.img-link {
	border:2px solid #cfd8df;
	display:block;
	float:left;
	padding:1px;
}
.img-link:hover {
	border:2px solid #1a4264;
}

.link {
	background:url(images/marker1.gif) no-repeat left 6px;
	padding-left:11px;
	color:#1a4264;
	font-weight:bold;
}

/*========================== HEADER ===========================*/

#header .row-1 {
	width:100%;
	overflow:hidden;
	height:46px;
}
#header .row-1 .fleft {
	padding:0 0 0 2px;
}
#header .row-1 .fleft ul li {
	float:left;
	font-size:12px;
	line-height:1.2em;
	text-transform:uppercase;
	border-right:1px solid #8b4019;
}
#header .row-1 .fleft ul li.last {
	border:0;
}
#header .row-1 .fleft ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:16px 40px 16px 40px;
}
#header .row-1 .fleft ul li a:hover,
#header .row-1 .fleft ul li a.active {
	background-color:#8c4119;
}
#header .row-1 .fright {
	padding:13px 11px 0 0;
}
#header .row-1 .fright ul li {
	float:left;
	padding-left:7px;
}
#header .row-2 {
	height:435px;
	position:relative;
	overflow:hidden;
}
#header .row-2 .logo {
	position:absolute;
	left:1px;
	top:31px;
}
#header .row-2 .slogan {
	position:absolute;
	left:0;
	top:140px;
	width:594px;
}
#header .row-2 .slogan b {
	font-size:18px;
	line-height:1.2em;
	color:#ffd36f;
	display:block;
	padding:14px 0 20px 0;
}
#header .row-2 .slogan b span {
	text-transform:uppercase;
}
#header .row-2 .slogan ul li {
	float:left;
	padding-right:1px;
	position:relative;
}
#header .row-2 .slogan ul li a {
	display:block;
	float:left;
	background:url(images/marker.png) no-repeat left top;
	width:96px;
	height:98px;
	color:#8c4119;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	line-height:1.2em;
}
#header .row-2 .slogan ul li a img {
	margin:14px 0 0 -4px;
}
#header .row-2 .slogan ul li a span {
	display:block;
	padding:27px 2px 0 0;
}
#header .row-2 .slogan ul li a:hover {
	color:#1a4264;
}
#header .row-2 .banner {
	width:184px;
	height:158px;
	background:url(images/banner-bg.png) no-repeat left top;
	position:absolute;
	right:228px;
	top:227px;
	font-size:20px;
	line-height:1em;
	text-transform:uppercase;
	color:#0d2b44;
}
#header .row-2 .banner span {
	display:block;
	padding:34px 0 0 23px;
}
#header .row-2 .banner a {
	color:#9c2206;
	font-size:14px;
	text-decoration:none;
	text-transform:none;
	border-bottom:2px solid #9c2206;
}
#header .row-2 .banner a:hover {
	border:0;
}

/*========================= CONTENT ===========================*/

/*--- banner list begin ---*/
#content .row-1 ul {
	margin:0 0 -2px 0;
	position:relative;
	width:100%;
	overflow:hidden;
}
#content .row-1 ul li {
	background:url(images/divider.gif) no-repeat right top;
	padding-right:1px;
	float:left;
}
#content .row-1 ul li.last {
	background:none;
	padding-right:0;
}
#content .row-1 ul li a {
	display:block;
	text-decoration:none;
	width:191px;
	float:left;
	min-height:181px;
	height:auto!important;
	height:181px;
}
#content .row-1 ul li a span {
	display:block;
	padding:0 10px 20px 25px;
}
#content .row-1 ul li a b {
	color:#fff;
	display:block;
	padding:15px 0 3px 0;
}
#content .row-1 ul li a strong {
	color:#84acce;
	font-size:1.58em;
	line-height:1.2em;
	display:block;
	padding-bottom:10px;
}
#content .row-1 ul li a em {
	color:#ffd36f;
	font-style:normal;
}
#content .row-1 ul li a i {
	color:#fff;
	display:block;
	font-weight:bold;
	font-style:normal;
	text-align:right;
	text-decoration:underline;
	padding-top:5px;
}
#content .row-1 ul li a:hover {
	background-color:#fff;
	border-left:1px solid #f1f3f5;
	border-right:1px solid #f1f3f5;
	width:189px;
}
#content .row-1 ul li a:hover span {
	padding-left:24px;
	padding-right:11px;
}
#content .row-1 ul li a:hover b {
	color:#cb6107;
}
#content .row-1 ul li a:hover strong {
	color:#1a4263;
}
#content .row-1 ul li a:hover em {
	color:#1a4263;
}
#content .row-1 ul li a:hover i {
	color:#1a4263;
}
/*--- banner list end ---*/
#content .row-2 {
	padding:36px 0 40px 0;
}
#content .indent {
	padding-bottom:15px;
}

/*========================= FOOTER ============================*/

#footer .col-1 {
	color:#5a88af;
	font-size:1.17em;
	width:302px;
}
#footer .col-1 strong {
	font-size:16px;
}
#footer .col-1 a {
	text-decoration:none;
}
#footer .col-1 a:hover {
	text-decoration:underline;
}
#footer .col-2 {
	width:300px;
}
#footer .col-2 a {
	text-decoration:none;
}
#footer .col-2 a:hover {
	text-decoration:underline;
}
#footer .col-2 span {
	display:block;
	margin-top:3px;
}
#footer .col-2 span a {
	padding:0 0 2px 21px;
	background:url(images/skype.gif) no-repeat left top;
}
#footer .col-3 {
	width:357px;
}
#footer .col-3 strong {
	width:177px;
	float:left;
}
#footer .col-3 strong span {
	font-size:18px;
	line-height:1.2em;
	color:#cb6107;
	margin-top:-7px;
	display:inline-block;
	position:relative;
	top:1px;
}
#footer .col-3 em {
	font-size:18px;
	float:left;
	width:180px;
	font-style:normal;
	line-height:1.2em;
	display:block;
	margin-top:-2px;
}
#footer .col-3 em b {
	font-size:28px;
	line-height:1.2em;
	color:#cb6107;
}
#footer .col-3 em span {
	text-transform:uppercase;
} 
#footer .col-3 em a {
	color:#cb6107;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:2px solid #dfcab7;
	text-decoration:none;
	position:relative;
	top:1px;
}
#footer .col-3 em a:hover {
	border-bottom:0;
}

/*=============================================================*/
