﻿* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:#616D7E; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#748088;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
	color:white;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}



/*==== GLOBAL =====*/
#main {
	width:100%; 
	margin:0 auto;
	font-size:.9375em;
}
#content {
	padding:0px 0px 0px 200px;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:40px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:-1px;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}
	h1 a:hover {
		text-decoration:none;
	}
h2 {
	font-size:28px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:24px;
}
h3 {
	font-size:1em;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
}
h4 {
	font-size:1em;
	color:#fff;
	font-weight:normal;
	padding-top:3px;
}

h5 {
	font-size:20px;
}

.link1 { 
	color:#009eff;
	font-size:15px;
}
	

.button1 { 
	float:left;
	background:url(images/button1.png) no-repeat 0 0;
	font-size:13px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:49px;
	width:112px;
	text-transform:uppercase;
	margin-right:6px;
}

.button2 { 
	float:left;
	background:url(images/button2.png) no-repeat 0 0;
	font-size:13px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:49px;
	width:112px;
	text-transform:uppercase;
}



.button3 { 
	float:left;
	background:url(images/button3.png) no-repeat 0 0;
	font-size:13px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:34px;
	width:102px;
	text-transform:uppercase;
	margin-right:6px;
}

.button4 { 
	float:left;
	background:url(images/button4.png) no-repeat 0 0;
	font-size:13px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:34px;
	width:102px;
	text-transform:uppercase;
}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:35px 0 35px 0;
}
.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}



.address { 
	float:left;
	margin-right:29px;
}
.address.last {
	margin-right:0;
}
	.address dt {
		margin-bottom:20px;
		color:#fff;
	}
	.address dd { 
		clear:both;
	}
	.address dd span { 
		float:left;
		width:75px;
	}
/*id selectors*/

#black {
	background:black;
}
#term {
	margins:0px 100px 0px 300px;
	padding:0px 300px 0px 0px;
	
}
#indent1 {
	padding:50px;
}
#indent2 {
	padding:0px 0px 0px 100px;
}
#indent3 {
	padding:150px;
}

/*===== header =====*/
#header .row-1 {
	height:142px;
	padding:0 0 0 0;
	margins:0 0 0 0;
	background:black;
}
#header .row-2 {
	height:380px;
	overflow:hidden;
	padding: 0 0 0 0;
	margins:0 0 0 0;
	background:black;
}
#header.small .row-2 {
	height:200px;
	padding:0 0 0 0;
	margins:0 0 0 0;
	background:black;

}

/*===== content =====*/
#content .inside {
	padding:35px 0 0 0;
}
#content .inside-alt {
	padding:13px 0 0 0;
}
#content .indent {
	padding:22px 0 25px 0;
}
	
	.list1 li {
		background:url(images/arrow1.gif) no-repeat 0 3px;
		padding:0 0 10px 30px;
	}
	
	.list2 li {
		padding-bottom:10px;
	}
	
	.img-list li {
		width:100%;
		overflow:hidden;
		padding-bottom:14px;
	}
		.img-list li img {
			float:left;
			margin-right:14px;
		}
	
	
	.testimonials li {
		color:#fff;
		text-align:right;
		padding-bottom:20px;
	}
		.testimonials li div {
			text-align:left;
			color:#748088;
		}

/*===== footer =====*/
#footer {
	border-top:1px solid #232c32;
	padding:20px 0 83px 30px;
}
	#footer a {
		color:white;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
		color:#fff;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:48px;
	}
	#contacts-form input {
		width:240px;
		background:#232c32;
		border:1px solid #525252;
		padding:1px 0 1px 5px;
		color:#fff;
	}
	#contacts-form textarea {
		width:285px;
		background:#232c32;
		border:1px solid #525252;
		overflow:auto;
		height:114px;
		padding:1px 0 1px 5px;
		margin-bottom:14px;
		color:#fff;
	}

	#contacts-form .col-1 {
		width:300px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:295px !important;
		margin:0 !important;
	}
	#contacts-form .button {
		float:right;
		margin-left:20px;
	}

/*==========================================*/
