* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
html {
	min-width:980px;
}
body {
	background:url(images/main-bg.jpg) no-repeat center top #110f0f;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:100%;*/

	font-size:1.2em;
	font-weight:normal;
	/*line-height:1.05em;*/
	color:#fff;
}

img {
	border:0;
	vertical-align:top;
	text-align:left;
}

.img-bordered {
	border: 1px solid #a5b4d3;
}
object {
	vertical-align:top;
	outline:none;
}
ul, ol {
	list-style:none;
}

.hr_line {
	background: #ffffff;
	height: 1px;
	width: 100%;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}

.col-1, .col-2, .col-3 {
	float:left;
}

.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}

.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}



/*==== GLOBAL =====*/
#main {
	width:980px;
	margin:0 auto;
	font-size:.69em;
	padding-top:75px;
	position:relative;
}

#header {
	height:92px;
}
#content {
	height:408px;
}


/*----- 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:18px;
}
.p1 {
	margin-bottom:9px;
}
.p2 {
	margin-bottom:18px;
}
.p3 {
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
 color:#fff;
 outline:none;
 text-decoration:none;
 cursor:pointer;
}
a:hover{
 text-decoration:underline;
}
h1 {
	font-size:20px;
	line-height:1.2em;
	color:#320a0a;
	font-weight:normal;
	padding:30px 0 24px 0;
	background:url(images/line2.png) left bottom no-repeat;
	margin-bottom:25px;
}
	h1 b {
		display:block;
		font-size:24px;
		line-height:1.2em;
		color:#fff;
	}
	h1 em {
		display:block;
		font-style:normal;
		font-size:18px;
		line-height:1.2em;
	}
h2 {
	font-size:14px;
	line-height:1.2em;
	border-bottom:1px solid #ffffff;
	padding:0 0 18px 0;
	margin-bottom:15px;
}
h3 {
	font-size:1.1em;
	font-weight:normal;
}

.link1 {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.link1:hover {
	text-decoration:underline;
}



/*==================boxes====================*/
.box {
	background:url(images/box-bg.png) left top repeat-x;
	width:100%;
	height:300px;
}
	.box .inner {
		padding:20px 30px 20px 29px;
	}
	.box .inner1 {
		padding:20px 10px 20px 29px;
	}



	.address dd {
		clear:both;
	}
		.address dd span {
			float:left;
			width:74px;
		}


/*===== header =====*/
#header .fleft {
	padding:17px 0 0 64px;
}
#header .nav {
	float:right;
	font-size:12px;
	padding:20px 26px 0 0;
}
	#header .nav li {
		display:inline;
	}
		#header .nav li a {
			color:#fff;
			font-weight:bold;
			border-left:1px solid #91a0b5;
			padding:0 21px 0 24px;
			text-decoration:none;
		}
		#header .nav li a:hover {
			text-decoration:underline;
		}
		#header .nav li a.first {
			border-left:none;
			padding-left:0;
		}

/*===== content =====*/
#content .inside {
	padding:34px 50px 0 50px;
}
	.phones-preview {
		float:left;
		width:480px;
		position:relative;
		background:url(images) no-repeat right 168px;
	}
		.phones-preview .inner {
			padding:0 0 0 97px;
		}
		.phones-preview .extra-img {
			position:absolute;
			right:0;
			top:19px;
		}

			.phones-preview dl {
				width:201px;
			}
				.phones-preview dl dt {
					font-size:18px;
					line-height:1.2em;
					background:url(images/line1.png) left bottom no-repeat;
					padding:55px 0 17px 3px;
				}
				.phones-preview dl dd {
					line-height:14px;
					padding:13px 40px 0 3px;
				}

			.nav-contol {
				position:absolute;
				top:348px;
				right:110px;
			}
				.nav-contol li {
					display:inline;
					padding-left:6px;
				}


	.welcome-box {
		float:left;
		width:390px;
	}

	.list1 li {
		font-size:12px;
		line-height:1.5em;
	}


	.scroll-box {
		overflow:auto;
		height:235px;
	}
		.scroll-inner {
			height:300px;
			padding:0 20px 0 0;
		}

/*===== footer =====*/
#footer {
	padding:22px 0 0 0;
	text-align:right;
	color:#5587c4;
	text-transform:uppercase;
	font-size:9px;
}
	#footer a {
		color:#5587c4;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#cForm fieldset {
 border:none;
}
 #cForm label {
  display:block;
  height:26px;
 }
  #cForm label input {
   width:212px;
   padding:2px 0 2px 5px;
   color:#280e0e;
  }
  #cForm label select {
 	width: 219px;
 	padding: 2px 0;
  }
  #cForm textarea {
   width:212px;
   height:70px;
   padding:4px 0 4px 5px;
   margin-bottom:4px;
   color:#280e0e;
   overflow:auto;
  }
  #cForm #dSubmit {
  	font-weight: bold;
  	color: #cccccc;
  }
#loadBar, #emailSuccess {
 margin-top: -10px;
 display: none;
}

/*==========================================*/
