* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:962px;
}

body { 
	background:url(images/tail-top.gif) left top repeat-x #14191e;
	font-family:Arial, Helvetica, sans-serif; font-size:100%; 
	line-height:1.0625em;
	color:#c7c7c8;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}

ul { list-style:none;}

.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:962px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:152px;
}
#content {
	min-height:175px;
	height:auto !important;
	height:251px;
	overflow:hidden;
	width:962px;
}
#footer {
	padding:40px 0 42px 0;
	font-size:.85em;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/main-bg.jpg) no-repeat center top ;
}
.left-bg {
	background:url(images/left-bg.gif) no-repeat right top;
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:254px;
	
}

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

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

#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:27px;
	} 
		#contacts-form label input { 
			width:195px;
			padding:2px 0 2px 3px;
			color:#f3f3f3;
			background:#404a54;
			border:1px solid #53595e;
			border-left:1px solid #282e34;
			border-top:1px solid #282e34;
			font-size:.91em;
		}
		#contacts-form textarea {
			width:190px;
			height:68px;
			padding:2px 0 2px 3px;
			margin-bottom:25px;
			color:#f3f3f3;
			background:#404a54;
			border:1px solid #53595e;
			border-left:1px solid #282e34;
			border-top:1px solid #282e34;
			overflow:auto;
			font-size:.91em;
		}
		#contacts-form .col-1 { 
			width:215px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:194px !important;
		}


/*----- 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:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

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

h1 {
	
}
h2 {
	color:#fff;
	font-size:34px;
	line-height:1.2em;
	margin-bottom:15px;
}
h3 {
	color:#fff;
	font-size:24px;
	line-height:1.2em;
	margin-bottom:10px;
}

.link1 { 
	background:url(images/arrow2.gif) no-repeat left 4px;
	padding:0 0 0 13px;
}
	

.button { 
	float:left;
	background:url(images/arrow2.gif) no-repeat 15px 8px #252d35;
	padding:1px 14px 7px 28px;
	color:#fff;
}

.button1 { 
	float:left;
	background:url(images/arrow2.gif) no-repeat 15px 8px #000;
	padding:1px 14px 7px 28px;
	color:#fff;
}

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

.txt1 { 
	line-height:19px;
}


/*==================boxes====================*/
.box {
	background:#252d35;
	color:#cacbcd;
	width:100%;
}
	.box .inner { 
		padding:32px 37px 40px 40px;
	}

.box1 {
	background:#15191e;
	width:100%;
}
	.box1 .inner { 
		padding: 32px 1px 40px 40px;
	}

.address {
	line-height:19px;
	margin-bottom:20px;
}

	.address dt {
		margin-bottom:16px;
		font-weight:bold;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:85px;
		}
		.address dd a {
			color:#c7c7c8;
		}


/*===== header =====*/
#header .logo {
	float:left;
	padding:38px 0 0 33px;
}

#navMenu {
	float:right;
	font-size:.85em;
	text-transform:uppercase;
	padding:70px 25px 0 0;
}

	#navMenu li {
		float:left;
		width:90px;
		height:48px;
		line-height:48px;
		text-align:center;
		color:#fff;
		position:relative;
	}
	
	#navMenu li.selected {
		background:url(images/nav-act.jpg) no-repeat center center !important;
	}
	
	#navMenu li a {
		z-index:20;		/* z-index must be higher than .hover class */
		display:block;	/* display as block and set the height according to the height of the menu to make the whole LI clickable	*/
		height:48px;
		position:relative;
		color:#fff;
		text-align:center;
		text-decoration:none;
		background:url(images/divider.gif) no-repeat right center;
	}
	#navMenu li a.last {
		background:none;
	}

 	#navMenu li .hover {
		background:url(images/nav-act.jpg) no-repeat center center;		/* mouseover image	*/
		position:absolute;	/* must be postion absolute 	*/
		width:90px;	/*	width, height, left and top to fill the whole LI item	*/
		height:48px;
		left:0; 
		top:0;	
		z-index:0;		/* display under the Anchor tag	*/
		display:none;	/* hide it by default	*/
	}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:962px;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 192px;
	height: 251px;

	/*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) */
}
.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: 10px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */
}

.kwicks li a {
	color:#000;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding:515px 0 0 20px;
}

#kwick_5 { 
	background:url(images/kwick5.jpg) no-repeat left top;
}
#kwick_1 { 
	background:url(images/kwick1.jpg) no-repeat left top;
}
#kwick_2 {
	background:url(images/kwick2.jpg) no-repeat left top;
}
#kwick_3 {
	background:url(images/kwick3.jpg) no-repeat left top;
}
#kwick_4 { 
	background:url(images/kwick4.jpg) no-repeat left top;
	margin-right:0 !important;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}


/*===== content =====*/
#content {
	
}
#content .article {
	padding-bottom:1px;
}

.gallery {
	width:100%;
	overflow:hidden;
}
	.gallery li {
		float:left;
		margin-right:1px;
		padding-bottom:1px;
	}

.slide { 
	width:100%;
	overflow:hidden;
	position:relative;
}
	.slide li {
		float:left;
	}
	.slide li.back {
		background:url(images/back-bg.png) no-repeat left top;
		float:none;
		width:155px;
		height:22px;
		position:absolute;
		right:41px;
		top:1px;
	}
		.slide li.back a {
			color:#fffee6;
			text-transform:uppercase;
			font-size:.85em;
			padding:0 0 0 32px;
			text-decoration:none;
		}
		.slide li.back a:hover {
			text-decoration:underline;
		}

.list1 li {
	background:url(images/arrow1.gif) no-repeat left 5px;
	padding:0 0 13px 17px;
}
	.list1 li a {
		color:#c7c7c8;
	}
.videos dt {
	font-weight:bold;
	color:#cacbcd;
	padding-bottom:1px;
}
.videos dd {
	padding-bottom:1px;
}

/*===== footer =====*/
#footer {
	text-transform:uppercase;
	color:#41566b;
}

	#footer a {
		color:#9f9f9f;
		text-transform:none;
	}

/*==========================================*/
