/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:url(body-bg0.jpg) no-repeat center top #000;
	background-attachment:fixed; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#808080;
	padding-bottom:60px;
}
html { 
	min-width:1085px;
	height:100%;
}


/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	width:1085px;
	font-size:.689em;
	text-transform:uppercase;
}

	/* Header */
	header {
		height:100px;
		position:relative;
	}
	
	/* Content */
	section#content {
		padding:57px 0 52px 0;
	}
	
	/* Footer */
	footer {
		font-size:1.091em;
		line-height:1.2em;
		color:#fff;
		padding:0 49px;
	}




/* Left & Right alignment */

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



/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	text-transform:uppercase;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.list li {
	list-style-type:decimal;
	list-style-position:inside;
	color:#fff;
	line-height:1.545em;
	padding-bottom:18px;
} 
	.list li span {
		color:#808080;
	}

.list1 {
	padding-bottom:18px;
}	
	.list1 li {
		padding:0 0 8px 15px;
		background:url(http://images.osc4.template-help.com/wt_30394//images/marker.gif) no-repeat left 5px;
	}
		.list1 li a {
			color:#8e8e8e;
		}

.testimonials {
	padding-bottom:8px;
}
	.testimonials li {
		padding-bottom:16px;
	}
		.testimonials li cite {
			font-style:normal;
			line-height:1.545em;
		} 		
		.testimonials li span {
			display:block;
			text-align:right;
		}

.services {
	padding-bottom:2px;
}
	.services li {
		line-height:1.545em;
		color:#939393;
		padding-bottom:18px;
	}
		.services li a {
			color:#939393;
		}

/*----- other -----*/
.img-indent { 
	margin:0 0 26px 0; 
}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:20px;
	line-height:1.545em;
}

dl {
	line-height:1.545em;
	margin-bottom:-20px;
}
	dl dd {
		padding-bottom:20px;
	}
	
.address {
	margin-bottom:-25px;
}
	.address dt {
		margin-bottom:20px;
	}
	.address dd { 
		clear:both;
		padding-bottom:25px;
	}
		.address dd span { 
			float:right;
			padding-right:92px;
		}



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

h1 {
	text-indent:-9999px;
}
	h1 a {
		display:block;
		width:388px;
		height:110px;
		position:absolute;
		right:0px;
		top:32px;
		background:url(logo0000.png) no-repeat left top;
	}
h2 {
	color:#fff;
	font-size:1.091em;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:30px;
}

.link { 
	color:#ff8500; 
	padding-right:8px;
	font-size:1.091em; 
	display:inline-block; 
	background:url(arrow000.gif) no-repeat right 5px; 
	text-decoration:none; 
}
.link:hover { 
	text-decoration:underline;
}


/*==================boxes====================*/
.box {
	background-color:#000;
	width:100%;
}
	.box .inner { 
		padding:36px 32px 40px 36px;
	}
/* box style 1*/
.box.style1 {
	background-color:#1c1c1c;
}
.box.style1,
.box.style1 .list li span {
	color:#8e8e8e;
}
/* box style 2*/
.box.style2 {
	background-color:#262626;
}



/*===== header =====*/
header nav {
	height:50px;
	background:url(nav-tail.gif) repeat-x left top;
	position:absolute;
	right:389px;
	top:70px;
	width:772px;
}
	header nav ul li {
		float:left;
	}
		header nav ul li a {
			font-size:1.273em;
			line-height:1.2em;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
			display:block;
			padding:17px 20px 14px 20px;
		}
		header nav ul li a:hover,
		header nav ul li.current a {
			background-color:#ff8500;
			border-bottom:13px solid #fff;
		}

/*===== content =====*/
#content .inside {
	padding:0 49px;
}

/*===== footer =====*/
footer .inside {
	padding:16px 22px 17px 22px;
	background-color:#000;
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
} 


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

#contacts-form .rowElem { 
	height:45px;
}
#contacts-form label {
	color:#939393;
	display:block;
}
#contacts-form input {
	width:256px; 
	padding:3px 0 3px 3px; 
	background:#1c1c1c;
	color:#939393; 
	border:1px solid #191919; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:256px; 
	height:199px; 
	overflow:auto;
	background:#1c1c1c;
	color:#939393; 
	border:1px solid #191919; 
	padding:3px 0 3px 3px;
	margin-bottom:28px; 
}

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

/*====== BANNER ======*/
#banner {
	padding:69px 0 10px 0;
}    
	#banner h2 {
		font-size:3.818em;
		line-height:1.2em;
		color:#fff;
		font-style:italic;
		font-weight:bold;
		padding:0 0 0 194px;
		margin:0;
	}
		#banner p {
			width:841px;
			height:74px;
			overflow:hidden;
			background-color:#000;
			color:#fff;
			font-weight:normal;
			float:right;
			font-size:1.091em;
			line-height:1.417em;
			text-align:right;
			margin:1;
		}
			#banner span {
				display:block;
				padding:13px 54px 0 19px;
			}
			#banner a {
				float:right;
				width:39px;
				height:79px;
				background:url(button00.gif) no-repeat left top;
			}

/*====== SLIDER ======*/			
/*
 * Required 
*/
.container {height:398px; width:987px; left:49px; overflow:hidden; position:relative;}
.slides {position:absolute; top:0; left:0;}
.slides div {position:absolute; top:0; left:0; width:987px; height:199px; display:none;}
.slides div strong { display:block; width:329px; height:199px; float:left; position:relative; text-decoration:none; cursor:pointer; font-weight:normal; font-size:1.091em; line-height:1.417em;}
.slides div strong span { display:block; color:#fff; position:absolute; left:0; top:0; width:265px; height:161px; background:#000; padding:38px 28px 0 36px;}
.slides div strong span a { color:#e22b2b; padding-right:8px; display:inline-block; background:url(arrow000.gif) no-repeat right 13px; text-decoration:none; line-height:2.6em;}
.slides div strong span a:hover { text-decoration:underline;}
/*
 * Optional
*/
#loopedSlider { width:1085px; position:relative; clear:both; }
#loopedSlider .previous,
#loopedSlider .next {
	width:49px;
	height:98px;
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(prev-nex.png);
	position:absolute;
	top:51px;
}
#loopedSlider .next {
	right:0;
	top:251px;
	background-position:-49px -98px;
}
#loopedSlider .previous:hover {
	background-position:0 -98px;
}
#loopedSlider .next:hover {
	background-position:-49px 0;
}

/*--- FADED SLIDER ---*/
#faded { width:987px; height:721px; position:relative;}
#faded ul { list-style:none; padding:0; margin:0;}
ul.pagination { list-style:none; padding:0; margin:0; position:absolute; left:0; top:0;}
ul.pagination li { float:left; width:329px; }


/*====== CUSTOM HORIZONTAL SCROLL ======*/
.jScrollPaneContainer {
	z-index: 1;
	overflow: hidden;
	position:absolute;
	left:0;
	bottom:0 !important;
	bottom:-1px;
}
.jScrollPaneTrack {
	background: #000;
	left: 0px;
	width: 100%;
	cursor: pointer;
	bottom:0;
	height:13px !important;
	position: absolute;
}
.jScrollIntervalTrack {
	position: absolute;
	display:none;
}
.jScrollPaneDrag {
	background:#e22b2b;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	width:71px !important;
	height:13px !important;
}
.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: 1974px;
	height: 212px;
	overflow:hidden;
}
ul.blocks li {
	display: block;
	float: left;
	margin: 0px !important;
	overflow:hidden;
	padding:0 !important;
}
.holder {
	display: block;
	
}
.scroll-pane {
	padding-right:0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	width: 987px;
	padding-top: 0px
}
#pane5 {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	width: 987px;
	padding-top: 0px;
	height:212px
}

