* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:979px;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#15161d;
}

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;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:979px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
	z-index:2;
	padding:0 0 50px 0;
}

#header {
	height:412px;
}
#content {
	padding:0 0 36px 0;
}


/*----- 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 15px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 15px 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:#15161d; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:103px;
	line-height:1.2em;
	color:#c5a949;
	margin-bottom:-30px;
	text-indent:20px;
}
h2 {
	font-size:26px;
	line-height:28px;
	color:#c5a949;
	font-weight:normal;
	margin:0 0 76px -9px;
}
	h2 span {
		color:#fff;
	}

h2.style1 {
	margin-bottom:42px;
}
h2.style2 {
	margin-bottom:56px;
}
h2.style3 {
	margin-bottom:85px;
}
h2.style4 {
	margin-bottom:105px;
}
h2.style5 {
	margin-bottom:20px;
}

h3 {
	
}
h4 {
	
}
h5 {
	font-size:1em;
}
h6 {
	
}


.txt1 {
}
.txt2 {
}

.extra-link {
	background:url(images/extra-link.gif) no-repeat left top;
	width:162px;
	height:44px;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	text-align:center;
}
	.extra-link a {
		color:#fff;
		font-size:17px;
		line-height:1.2em;
		text-decoration:none;
		font-weight:bold;
		padding:17px 11px 0 11px;
		display:inline-block;
	}
	.extra-link a:hover {
		color:#000;
	}
	

.button { 
	background:url(images/button.gif) no-repeat right top;
	width:117px;
	display:block;
	position:absolute;
	bottom:0;
	margin-left:100%;
	left:-117px;
	font-size:17px;
	line-height:1.2em;
	color:#fff;
	text-decoration:none;
	text-indent:56px;
	padding:20px 0 4px 0;
	font-weight:bold;
}
	.button:hover {
		color:#000;
	}

.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%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	width:100%;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.png) no-repeat left top;
		padding-left:4px;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.png) no-repeat right top;
		padding-right:4px;
	}
	.box .left-top-corner1 {
		background:url(images/left-top-corner1.png) no-repeat left top;
		padding-left:4px;
	}
	.box .right-top-corner1 {
		background:url(images/right-top-corner1.png) no-repeat right top;
		padding-right:4px;
	}
	.box .border-top {
		background:#15161d;
		height:4px;
		overflow:hidden;
		line-height:0;
		font-size:0;
	}
	.box .border-top.alt-top {
		background:#fff;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.png) no-repeat left top;
		padding-left:4px;
	}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.png) no-repeat right top;
		padding-right:4px;
	}
	.box .right-bot-corner1 {
		background:url(images/right-bot-corner1.png) no-repeat right top;
		padding-right:4px;
	}
	.box .border-bot {
		background:url(images/border-bot.gif) no-repeat right top #fff;
		height:4px;
		overflow:hidden;
		line-height:0;
		font-size:0;
	}
	.box .border-bot.alt1 {
		background:#fff;
	}
	
	.box .border-bot1 {
		background:url(images/border-bot1.gif) no-repeat right top #fff;
		height:4px;
		overflow:hidden;
		line-height:0;
		font-size:0;
	}
	.box .inner { 
		padding:11px 28px 63px 32px;
		background:url(images/box-bg.jpg) no-repeat left top #fff;
		position:relative;
	}
		.box .bg-pos1 {
			background-position:-331px top !important;
		}
		.box .bg-pos2 {
			background-position:-659px top !important;
		}
		.box .inner.bg {
			background:#fff;
			padding:25px 28px 25px 32px;
		}


.extra-box {
	background:url(images/1page-img1.png) no-repeat right top;
	padding:154px 70px 33px 0;
	margin-bottom:-33px;
}


.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:82px;
	}


/*===== header =====*/
#header .row-1 {
	height:332px;
}
	#header .row-1 .indent {
		padding:57px 0 0 589px;
	}
#header .row-2 {
	height:40px;
	background:url(images/nav-bg.png) no-repeat left top;
}
	#header .nav {
		padding:12px 0 0 14px;
	}
		#header .nav li {
			float:left;
			padding:0 18px 0 0;
		}
			#header .nav li a {
				float:left;
				color:#fff;
				text-transform:uppercase;
				font-weight:bold;
				text-decoration:none;
				font-size:13px;
			}
			#header .nav li a:hover, #header .nav li a.current {
				color:#f3dd91;
			}

/*===== content =====*/
#content {
	
}
	
	.slide-box {
		height:320px;
		margin-bottom:18px;
		background:url(images/slider-bg.png) no-repeat left top;
	}

	.banners {
		width:100%;
		overflow:hidden;
		margin-bottom:34px;
	}
		.banners li {
			float:left;
			padding-right:11px;
		}
		.banners li.last {
			padding-right:0;
		}
	
	
	
.anythingSlider                         { width: 979px; height: 320px; position: relative; }
.anythingSlider .wrapper                { width: 979px; overflow: auto; height: 320px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 320px; width: 979px; }
.anythingSlider ul li.slide1            { background:url(images/slide-img1.png) no-repeat 443px 8px;}
.anythingSlider ul li.slide2            { background:url(images/slide-img2.png) no-repeat 428px 8px;}
.anythingSlider ul li.slide3            { background:url(images/slide-img3.png) no-repeat 428px 3px;}
.anythingSlider ul li .inner { padding:20px 0 0 80px;}
.anythingSlider ul li .inner p { font-size:15px; line-height:23px; color:#15161d; text-align:right; padding-right:44px; width:340px;}
.anythingSlider ul li .inner p span { font-size:23px;}
.anythingSlider ul li .inner .alignright { width:370px;}
.anythingSlider ul li .inner a { font-size:43px; line-height:1em; color:#15161d; text-decoration:none;}
.anythingSlider ul li .inner a:hover { color:#c5a949; text-decoration:none;}
.anythingSlider .arrow                  { display: block; height: 31px; width:21px; text-indent: -9999px; position: absolute; top: 251px; cursor: pointer; }
.anythingSlider .forward                { right: 6px; background:url(images/next.png) no-repeat left top;}
.anythingSlider .back                   { left: 8px; background:url(images/prev.png) no-repeat left top;}

#start-stop                             { display:none;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }




.list1 {
	margin-bottom:-8px;
}
	.list1 li {
		padding:0 0 9px 0;
	}
	.list1 li.last {
		padding-bottom:0;
	}
		.list1 li a {
			color:#15161d;
			text-decoration:none;
		}
		.list1 li a:hover {
			text-decoration:underline;
		}


.testimonials li {
	text-align:right;
	padding-bottom:14px;
}
	.testimonials li blockquote {
		text-align:left;
	}


.blogs {
	width:100%;
}
	.blogs td {
		border:1px dotted #c4c8cc;
	}
	
		.blogs thead td {
			padding:3px 10px 3px 15px;
		}
		.blogs tbody td {
			padding:12px 10px 12px 15px;
		}
			.blogs tbody td a {
				color:#5ab9d4;
				text-decoration:none;
			}
			.blogs tbody td a:hover {
				text-decoration:underline;
			}
			



/*===== footer =====*/
	.footer-box {
		background:url(images/footer-box.png) no-repeat left top;
		height:40px;
	}
		.footer-box .inner {
			padding:11px 10px 0 20px;
		}
		
			#footer .nav {
				float:left;
			}
				#footer .nav li {
					display:inline;
					padding:0 16px 0 0;
				}
					#footer .nav li a {
						color:#15161d;
						text-transform:uppercase;
						text-decoration:none;
					}
					#footer .nav li a:hover {
						text-decoration:underline;
					}
			
			#footer .social-services {
				float:right;
			}
				#footer .social-services li {
					float:left;
					padding-left:3px;
				}
		
		#footer .indent {
			color:#fff;
			font-weight:bold;
			text-transform:uppercase;
			text-align:right;
			padding:28px 0 0 0;
		}
			#footer .indent a {
				color:#fff;
				text-decoration:none;
			}
			#footer .indent a:hover {
				text-decoration:underline;
			}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:26px;
		overflow:hidden;
	}
		#contacts-form input {
			width:245px;
			padding:2px 5px 2px 5px;
			border:1px solid #b8c3d3;
			background:none;
			color:#15161d;
		}
		#contacts-form textarea {
			width:245px;
			padding:2px 5px 2px 5px;
			border:1px solid #b8c3d3;
			background:none;
			color:#15161d;
			height:150px;
			overflow:auto;
		}

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

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

