* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#000 url(../images/background1.jpg) no-repeat 50% 0%; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#909090
}
abody { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#909090
}
/*======= index.html =======*/
#pwrapper .col-1 {width:590px; margin-right:38px; margin-left:15px}
#pwrapper .col-2 {width:290px;}
#pwrapper .col-3 {width:289px}
#pwrapper .colum1 {background:url(images/line.gif) repeat-y 312px 0%}
#pwrapper .colum2 {background:url(images/line.gif) repeat-y 623px 0%; padding:5px 0 10px}
#pwrapper .colum3 {background:url(images/line2.gif) repeat-y 312px 0%}
#pwrapper .colum4 {background:url(images/line2.gif) repeat-y 623px 0%; padding:5px 0 10px}
/*=========================*/
img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .sub_col-1, .sub_col-2 { 
	float:left;

}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:980px;
	margin:0 auto;
	position:relative;
}




/*==== GLOBAL =====*/
#header {
	height:542px;
	width:926px;
	margin:0 auto;
	position:relative
}
#aheader {
	height:182px;
	width:926px;
	margin:0 auto;
	position:relative
}
#main {
	font-size:0.85em;
	line-height:1.6em
}
#pwrapper #content .row-1 .col-1 {width:569px; margin-right:15px;}
#pwrapper #content .row-1 .col-2 {width:257px; margin-right:14px;}
#pwrapper #content .row-1 .col-3 {width:297px;}
#pwrapper #content .row-2 .col-1 {width:297px; margin-right:54px;}
#pwrapper #content .row-2 .col-2 {width:257px;}

/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#fff;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-indent2 { 
	margin:0 0px 0 20px; 
	float:right;
}

.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	font-size:10px;
	line-height:18px;
	text-transform:uppercase;
}
	.img-box img { 
		float:left; 
		margin:0 12px 0 0;
	}
	.img-box span {
		color:#fff;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 {
	margin-bottom:10px	
}
.p2 {
	margin-right:70px	
}
.p3 {
	margin-bottom:20px	
}
.p4 {
	margin-left:10px	
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	padding:29px 0 0 18px;
	font-size:24px;
	line-height:1.2em;
	letter-spacing:-1px
}
h2 {
	font-size:24px;
	color:#fff;
	font-weight:normal;
	margin:22px 0 27px 0;
	text-transform:uppercase;
	letter-spacing:-1px;
	position: relative;
	z-index: 1;

}
h2 span.blue { 
	color:#0071bb;
	position: relative;
	z-index: 1;
}
.blue { 
	color:#0071bb;
}
h3 {
	font-size:24px;
	color:#fff;
	font-weight:normal;
	margin:0 0 23px 0;
	text-transform:uppercase;
	letter-spacing:-1px;
	border-bottom:1px solid #909090;
}
.black {
	color:#151515	
}
h4 {
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin:0 0 4px 0;
}
h6 {
	font-size:17px;
	color:#fff;
	font-weight:normal;
	margin:10px 0 5px 0;
	text-transform:uppercase;
	border-bottom:1px solid #909090;
}
.more {
float:right;
margin-top:8px;
}
.more:hover {
	color:#f03806;	
	cursor:pointer;
}
.more_red {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#f03806
}
.more_red:hover {
	color:#fff;	
}
span.more_red:hover {
	color:#f03806;	
}

.button {
	display:inline-block;
	background:url(../images/button_bg.gif) no-repeat 0% 0%;
	width:77px;
	text-align:center;
	text-decoration:none;
	line-height:22px;
	font-size:10px;
	text-transform:uppercase
}
.button:hover {
	text-decoration:underline	
}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}
.line-horizontal { 
	background-image:url(../images/line-hor.gif); 
	background-repeat:repeat-x;
	width:100%;
}

.title { 
	margin-bottom:0px;
	font-size:10px;
	color:#f03806;
	text-transform:uppercase
}

.address { 
	float:left;
	font-size:14px;
	color:#f03806;
	text-transform:uppercase
}
	.address dt {
		margin-bottom:26px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:12px;
		}
		.address a { 
			color:#f03806;
		}
.address2 { 
	float:left;
	width:225px
}
	.address2 dt {
		margin-bottom:6px;
		color:#fff;
		font-size:10px;
		text-transform:uppercase
	}
	.address2 dd { 
		clear:both;
		text-align:right;
	}
		.address2 dd span { 
			float:left;
		}
		.address2 dd strong { 
			padding-right:45px;
			font-weight:normal
		}
		.address2 a { 
			color:#909090;
		}
.no_bg {
	background:none !important	
}
/* ==== header ====*/ 

.logo {
	position:absolute;
	margin:10px 0 0 15px;
}
.menu {
	position:absolute;
	margin:102px 0 0 345px;
}
.menu ul li {
	float:left;	
}
.menu ul li a {
	display:inline-block;
	float:left;
	font-size:14px;
	text-transform:uppercase;
	color:#9b9b9b;
	height:32px;
	line-height:1.2em;
	text-decoration:none;
	cursor:pointer
}
.menu ul li a span {
	display:inline-block;
	height:32px;
}
.menu ul li a span span {
	padding:7px 12px 0 12px;
	display:inline-block;
	height:25px;
}
.menu ul li a:hover, .menu ul li a.active  {
	color:#fff;
	background:url(../images/menubg3.gif) repeat-x 100% 0%
}
.menu ul li a:hover span, .menu ul li a.active span  {
	color:#fff;
	background:url(../images/menubg1.gif) no-repeat 0% 0%
}
.menu ul li a:hover span span, .menu ul li a.active span span  {
	color:#fff;
	background:url(../images/menubg2.gif) no-repeat 100% 0%
}
.top_menu {
	position:absolute;
	right:15px;
	top:13px
}
.top_menu a{
	text-transform:uppercase;
	font-size:0.83em;
	font-weight:bold;
	text-decoration:none;
	color:#808080
}
.top_menu a img{
	margin:2px 0 0 3px
}

.top_menu a:hover {
	color:#e83d00
}
.top_menu span {
	margin:0 13px;
	color:#6a6262;
	font-size:0.83em;
	font-weight:bold;
}
.txt_area {
	width:384px;
	float:left;
	
}
/*===== content =====*/

.row {
	width:936px;
	margin:0 auto;
}
.row2 {
	background:#fff;
	padding:35px 0;
	margin-top:40px
}







/*===== footer =====*/
#footer {
	height:75px;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}
	#foot {
		width:926px;
		margin:0 auto
	}
	.copy {
		position:absolute;
		margin:33px 0 0 0
		}
		.copy a {
			color:#f03806;
			text-decoration:none
			}
			.copy a:hover {
			text-decoration:underline
			}
.inl {
	display:inline
	}
/*----- forms -----*/
.inp_form {
	float:left;
}
.inp_form div.fleft_side{
	float:left;
	display:inline
}
.inp_form  input{
	display:block;
	width:260px;
	padding:2px 5px 3px ;
	color:#444;
	border:1px solid #787473;
	background:#fff
}
.inp_form  .height_inp{
	width:311px;
	margin-right:0;
	height:37px

}
.inp_form textarea {
	width:270px;
	height:123px;
	color:#444;
	padding:5px;
	border:1px solid #787473;
	float:left;
	background:#fff;
	overflow:auto
}
/*==========================================*/
.carousel {
	position:absolute;
	height:308px;
	top:170px
}
.jScrollPaneContainer {
	z-index: 1;
	overflow: hidden;
	position: relative
}
.jScrollPaneTrack {
	background: url(../images/slider-bg.gif) no-repeat 0% 0%;
	left: 0px;
	width: 100%;
	cursor: pointer;
	top: 289px;
	position: absolute
}
.jScrollIntervalTrack {
	position: absolute;
	display:none
}
.jScrollPaneDrag {
	background: url(../images/handle.gif) no-repeat 0% 0%;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	margin:3px 5px
}
.jScrollPaneDragLeft {
	left: 0px;
	overflow: hidden;
	bottom: 0px;
	position: absolute
}
.jScrollPaneDragRight {
	right: 0px;
	overflow: hidden;
	bottom: 0px;
	position: absolute
}

ul.blocks {
	display: block;
	padding: 0px;
	width: 4700px;
	height: 308px;
	overflow:hidden
}
ul.blocks li {
	display: block;
	float: left;
	margin: 0px !important;
	width: 920px;
	height: 308px;
	overflow:hidden;
	padding:0 5px 0 15px !important;
}
.holder {
	display: block;
}
.scroll-pane {
	padding-right:0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	width: 926px;
	padding-top: 0px
}
#pane5 {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	width: 920px;
	padding-top: 0px;
	height: 308px
}
.block_ind {
	float:left;
	width:91px;
}
.left95 {
	margin-left:95px	
}
.white {
	color:#fff !important	
}
.grey {
	color:#909090	
}
.pt10 {
	font-size:10px;
	text-transform:uppercase
}
.list {
	margin-bottom:17px;
	position:relative;
}
.list li {
	background:url(../images/mark.png) no-repeat 0% 6px ;
	padding:0 0 0 18px;
	float:none !important;
	display:block !important;
	width:auto !important;
	height: auto !important;
}
.list li a {
	font-size:10px;
	text-transform:uppercase;
	color:#f03806;
	text-decoration:none
}
.list li a:hover {
	text-decoration:underline	
}
.list2 {
	margin-bottom:17px;
	position:relative;
}
.list2 li {
	background:url(../images/mark2.png) no-repeat 0% 6px ;
	padding:0 0 0 18px;
	float:none !important;
	display:block !important;
	width:auto !important;
	height: auto !important;
}
.list2 li a {
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none
}
.list2 li a:hover {
	text-decoration:underline	
}
.width165 {
	width:165px	
}
.list1 li {
	background:url(../images/dash3.gif) left bottom repeat-x;
	padding:0 0 5px 10px;
	margin-bottom:5px;
}
.list1 li.last {
	background:none;
	padding-bottom:14px;
}
	.list1 li a {
		background:url(../images/bull-1.gif) no-repeat left 6px;
		padding:0 0 0 13px;
		text-decoration:none;
		color:#909090;
		font-size:1.1em;
	}
	.list1 li a:hover {
		color:#000;
	}

.list2 {
	padding-bottom:14px;
}
	.list2 li {
		background:url(../images/bull-1.gif) no-repeat left 8px;
		padding:0 0 6px 13px;
		font-size:1.1em;
	}
/*===== content =====*/
#content .indent {
	padding:20px 18px 24px 18px;
}
/*===== extra-content =====*/
#extra-content {
	
	}

#extra-content .indent {
	padding:20px 18px 24px 12px;
	color:#909090;
}
	#extra-content .indent .indent {
		padding:20px 0 60px 0;
	}
#extra-content .col-1 {
	width:604px;
	margin-right:29px;
}
#extra-content .col-2 {
	width:257px;
}
#extra-content h4 {
	color:#fff;
}
#extra-content .line-ver {
	background-position:604px top;
}
#extra-content dl {
	float:left;
	width:127px;
	font-size:1.1em;
	margin-right:22px;
}
#extra-content dl.last {
	margin-right:0;
}
	#extra-content dl dt {
		font-size:1.2em;
		color:#fff;
		background:url(../images/dash1.gif) left bottom repeat-x;
		padding:0 0 16px 9px;
		margin-bottom:15px;
	}
	#extra-content dl dd {
		background:url(../images/dash2.gif) left bottom repeat-x;
		padding:0 0 5px 0;
		margin-bottom:5px;
	}
	#extra-content dl dd a {
		text-decoration:none;
		color:#909090;
		background:url(../images/bull-1.gif) no-repeat 10px 6px;
		padding:0 0 0 21px;
	}
	#extra-content dl dd a:hover {
		color:#fff;
	}
/*----- forms -----*/
#newsletter-form fieldset {
	border:none;
}
#newsletter-form input.text {
	width:200px;	
	border:none;
	background:#424242;
	padding:7px 0 7px 5px;
	margin-right:5px;
	color:#fff;
}
#newsletter-form input.submit {
	background:url(../images/submit.gif) no-repeat left top;
	width:30px;
	height:30px;
	border:none;
	cursor:pointer;
}
#newsletter-form p {
	font-size:12px;
	margin-bottom:10px;
}
#newsletter-form a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	font-size:12px;
}
#newsletter-form a:hover {
	border-bottom:none;
	background:#fff;
	color:#2f2f2f;
}
.thumbs {
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#FFF;
text-color:#0071BB;
border:1px solid #CCC;
margin:10px 10px;
padding:2px;
}

.selectthumb{
	margin-left:6px;
	color:#FFF;
	width:124px;
	text-align:center;
	margin-bottom: 8px;
	margin-top:-10px;
}
.selectthumbr{
	position:absolute;
	margin-left:143px;
	margin-top:-27px;
	color:#FFF;
	width:124px;
	text-align:center;	
	margin-bottom: 8px;
}
#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 371px;
	background:#424242;
	font-color:fff;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #BE7DDE;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}

.offerstxt {
	font-family: Arial, Helvetica;
	font-size:11px; 
	font-weight:lighter;
	color:#FFF;
	line-height:1em;
	text-align:justify;
}


