* {
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#636363;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
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;
}

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

.wrapper { 
	width:100%;
	overflow:hidden;
}




/*==== GLOBAL =====*/
#main {
	width:980px;
	margin:0 auto;
	font-size:0.875em;
	position:relative;
	z-index:2;
	height:auto !important;
	height:100%;
	min-height:100%;
}
.container { 
	width:980px; 
	margin:0 auto;
	font-size:.75em;
}

#header {
	height:167px;
}
#content {
	padding-bottom:71px;
}
#gallery {
	height:396px;
	margin-bottom:20px;
	background:url(images/kwicks-bg.png);
	padding:15px;
	overflow:hidden;
}
#footer {
	background:#181818;
	height:31px;
	position:relative;
	z-index:3;
	margin-top:-31px;
}


/*----- 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 25px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:25px;
}
	.img-box img { 
		float:left; 
		margin:0 25px 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;
}


h2 {
	font-size:30px;
	line-height:1.4em;
	color:#fff;
	font-weight:normal;
	margin-bottom:24px;
}
h3 {
	font-size:1em;
	font-weight:normal;
	color:#fff;
	margin-bottom:20px;
}
h4 {
	font-size:1em;
	font-weight:normal;
	color:#fff;
}
	

.button { 
	float:left;
	background:#fff;
	padding:4px 12px 4px 12px;
	color:#000;
	text-decoration:none;
	font-size:13px;
}
.button:hover {
	padding:3px 11px 3px 11px;
	border:1px solid #000;
	text-decoration:underline;
}
.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:url(images/box-bg.png);
	width:100%;
}
	.box .inner { 
		padding:34px 20px 40px 20px;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:20px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:5px;
		}
		.address dd a {
			font-size:11px;
		}


/*===== header =====*/
#header .logo {
	float:left;
	color:#fff;
	width:450px;
}
	#header .logo h1 {
	font-size:142px;
	line-height:1em;
	color:#fff;
	font-family:"Arial Black", Gadget, sans-serif;
	position:relative;
	top:-10px;
	}
		#header .logo h1 a {
			text-decoration:none;
			color:#fff;
		}
		#header .logo h1 a:hover {
			text-decoration:none;
		}
	#header .logo span {
		position:relative;
		text-transform:uppercase;
		font-size:10px;
		float:right;
		margin-top:-34px;
		padding-right:7px;
	}
#header .nav {
	float:right;
}
	#header .nav li {
		float:left;
		padding-left:1px;
	}
		#header .nav li a {
			float:left;
			width:98px;
			font-size:10px;
			text-transform:uppercase;
			text-decoration:none;
			text-align:center;
			color:#fff;
			padding:93px 0 10px 0;
		}
		#header .nav li a:hover {
			background:#fff !important;
			color:#000;
		}
	
	#header .nav li.item1 a {
		background:#006dbd;
	}
	#header .nav li.item2 a {
		background:#3873be;
	}
	#header .nav li.item3 a {
		background:#4a75c0;
	}
	#header .nav li.item4 a {
		background:#6184c8;
	}
	#header .nav li.item5 a {
		background:#7293d5;
	}

/*===== content =====*/
#content {
	
}
	#content .main-message {
		font-size:66px;
		line-height:60px;
		color:#fff;
		font-weight:bold;
		padding:78px 0 0 530px;
	}
	
	
	
	/*--- kwicks ---*/
	.kwicks-box {
		border:1px solid #323232;
		padding:12px;
	}
	
	.kwicks {
		/* recommended styles for kwicks ul container */
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0;
		overflow:hidden;
		width:950px;
		height:396px;
		background:#000;
	}
	.kwicks li{
		/* these are required, but the values are up to you (must be pixel) */
		width: 158px;
		height: 396px;
		/*do not change these */
		display: block;
		overflow: hidden;
		padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
	}
	.kwicks li.active {
		opacity:1;
		filter: alpha(opacity=100);
	}
	.kwicks.horizontal li {
		/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
		margin-right: 0; /*Set to same as spacing option. */	
		float: left;
	}	
	
	
	.list1 li {
		background:url(images/arrow1.gif) no-repeat 0 0;
		padding:0 0 12px 34px;
		font-size:12px;
	}
	
	.testimonials li {
		text-align:right;
		color:#fff;
		padding-bottom:20px;
	}
		.testimonials li blockquote {
			text-align:left;
			color:#636363;
		}

/*===== footer =====*/
#footer {
	color:#989898;
}
	#footer a {
		color:#989898;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}

#footer .indent {
	padding:5px 0 0 0;
}
	
	#footer a.rss {
		background:url(images/facebook.gif) no-repeat 100% 0;
		padding:0 23px 0 0;
	}
	#footer a.rss:hover {
		color:#fff;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:39px;
		overflow:hidden;
	}
		#contacts-form input {
			width:270px;
			padding:2px 5px 2px 5px;
			border:1px solid #2d2d2d;
			background:url(images/form-bg.png);
			color:#636363;
		}
		#contacts-form textarea {
			width:270px;
			padding:2px 5px 2px 5px;
			border:1px solid #2d2d2d;
			background:url(images/form-bg.png);
			color:#636363;
			height:200px;
			margin-bottom:22px;
			overflow:auto;
		}
		#contacts-form .button {
			float:right;
			margin-left:25px;
		}

/*==========================================*/
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
