/* 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 ======================================================== */
html {width:100%;}

body { 	 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#3f3f3f;
	min-width:980px;
	background:url(../images/body-tail.gif) center top repeat #dad7ce;
}

.bg {width:100%; background:#fff;}
	.bg .padding {padding:42px 0 55px;}
	#page3 .bg .padding {padding:42px 0 32px;}

.main {
	width:980px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.4615em;
}

a {color:#fe6808; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left; background:#fff;}
.col-1 {width:365px; margin-right:10px;}
.col-2 {width:605px;}

	.col-2 .column-1, .col-2 .column-2 {float:left; width:230px; background:none; margin:0; padding:0;}
	.col-2 .column-1 {margin-right:50px;}
	
.column-1, .column-2, 
.column-3, .column-4 {
	float:left; 
	width:195px; 
	padding-right:55px; 
	margin-right:20px;
	background:url(../images/pic-7.png) right center no-repeat;
}
.column-4 {width:140px; margin:0; padding:0; background:none;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p0 {padding:0;}
.m0 {margin:0;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#232323;}

.border {border:2px solid #fff;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:47px 40px 60px 45px;}
	#page4 .indent {padding:47px 40px 45px 45px;}
	#page6 .indent {padding:47px 40px 75px 45px;}
.indent2 {padding:43px 40px 39px 40px;}
.indent-left {padding-left:32px;}
.indent-left2 {padding-left:20px;}
.indent-left3 {padding-left:35px;}
.indent-top {margin-top:10px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 5px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link, .link-1,
.button, .button2,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	background:url(../images/aside-tail.gif) center top repeat-x;
	padding-bottom:13px;
	position:relative; 
	z-index:2;
}
	#page1 header {padding:0;}
.row-top {
	width:100%;
	background:url(../images/row-top-tail.gif) center top repeat;
	position:relative;
	z-index:2;
}
.row-bot {
	width:100%;
	padding:14px 0 13px;
	background:url(../images/row-bot-tail.gif) center top repeat-x;
	position:relative;
	z-index:1;
}
.menu-row {
	width:100%;
	background:url(../images/menu-row-tail.gif) center top repeat-y;
}
	.menu-row-bg {
		width:100%;
		padding:63px 0 21px 0;
		background:url(../images/menu-row-bg.jpg) center top no-repeat;
	}


h1 {
	padding:19px 0 0 1px; 
	position:relative;
	float:left;
}
	h1 a {
		display:block; 
		width:276px; 
		height:56px; 
		text-indent:-5000px; 
		background:url(../images/logo.png) 0 0 no-repeat;
	}
	
/***** menu *****/
.menu-shadow {
	padding:0 0 8px 0;
	margin-top:14px;
	float:right;
	background:url(../images/menu-shadow.png) center bottom no-repeat;
}
.menu {
	padding:0 25px 0 19px; 
	background:#fff;
	float:left;
}
	.menu li {
		float:left; 
		position:relative;
		background:url(../images/menu-spacer.gif) right 24px no-repeat;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	.menu li.last-item {background:none;}
		.menu li a {
			font-family: 'PT Sans Narrow', sans-serif;
			display:inline-block; 
			font-size:18px; 
			line-height:2em; 
			font-weight:700;
			padding:18px 16px 15px 16px; 
			color:#1f1f1f; 
			text-transform:uppercase;
			position:relative;
			cursor:pointer;
		}
	.menu > li:first-child > a {padding:18px 19px 15px 18px;}
		.menu li a strong {
			display:none;
			width:100%;
			height:14px;
			background:#252525;
			position:absolute;
			left:0;
			top:-14px;
		}
		.menu li a em {
			display:inline-block;
			font-style:normal;
			background:url(../images/menu-marker.png) center 32px no-repeat;
		}
		.menu li a.active em {background-position:center 27px;}
		.menu > li > a:hover,
		.menu > li.sfHover > a {color:#ff6d1e;}
		.menu li a.active {color:#fff; background:#252525;}
		.menu li a.active strong {display:block;}

.menu ul {
	position:		absolute;
	padding:		13px 5px 15px 21px;
	top:			-999em;
	width:			142px;
	background:		#252525;
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
}
	.menu ul ul {
		padding:		0;
		background:		none;
		width:155px;
	}
	.menu ul li {width:	100%;}
	.menu li:hover {visibility:	inherit; }
	.menu li li {padding:8px 0; background:none;}
		.menu li li a {
			font-family: 'PT Sans', sans-serif;
			padding:		0 0 0 10px;
			font-size:		16px;
			line-height:	1.2em;
			color:			#fff;
			font-weight:	normal;
			background: 	url(../images/marker.gif) 0px 7px no-repeat;
			text-transform:	none;
		}
		.menu li li > a:hover, 
		.menu li li.sfHover > a {color:#ff781e;}

	.menu li li li { 
		margin-bottom:1px; 
		padding:0;
		background:#202020;
	}
	.menu li li li:hover {background:#fcfcfc;}
		.menu li li li a {
			display:block;
			padding:0 0 0 18px; 
			line-height:35px;
			background: url(../images/marker-2.png) 9px 17px no-repeat; 		
			overflow:hidden;
		}
		.menu li li li a:hover {
			color:#000;
			background-position:9px -20px;
		}
		
.menu li:hover ul, .menu li.sfHover ul {
	left:			-35px;
	top:			69px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			148px;
	top:			0px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:1px 0;
	background:url(../images/content-tail.gif) center top repeat;
	position:relative;
	z-index:1;
}

.spacer-1 {
	width:100%; 
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}

h3 {
	font-size:30px; 
	line-height:82px;
	padding-left:42px;
	color:#252525;
	font-weight:normal;
	background:url(../images/h3-bg-tail.gif) 0 0 repeat;
}
h4 {
	font-size:24px; 
	line-height:1.2em; 
	margin:0 0 15px 0; 
	color:#252525;
	font-weight:normal;
}
h5 {
	font-size:20px; 
	line-height:1.2em; 
	margin:0 0 13px 0; 
	padding-left:38px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	position:relative;
}
	h5 span {
		display:block;
		margin-bottom:-6px;
	}
	h5.itm-1 {background:url(../images/pic-1.png) 1px 13px no-repeat;}
	h5.itm-2 {background:url(../images/pic-2.png) 1px 13px no-repeat;}
	h5.itm-3 {background:url(../images/pic-3.png) 1px 13px no-repeat;}
	h5.itm-4 {background:url(../images/pic-4.png) 1px 13px no-repeat;}
	h5.itm-5 {background:url(../images/pic-5.png) 1px 13px no-repeat;}
	h5.itm-6 {background:url(../images/pic-6.png) 1px 13px no-repeat;}

.border-bot {
	width:100%; 
	padding-bottom:32px; 
	background:url(../images/border-bot.gif) 0 bottom repeat-x;
}
.border-bot2 {
	width:100%; 
	padding-bottom:15px; 
	background:url(../images/border-bot2.gif) 0 bottom repeat-x;
}
.border-bot3 {
	width:100%; 
	padding-bottom:18px; 
	background:url(../images/border-bot3.gif) 0 bottom repeat-x;
}

.box {
	display:block;
	width:325px;
	height:372px;
	position:relative;
	z-index:9;
	overflow:hidden;
	float:left;
}
	.box.first {background:url(../images/box-first-bg.jpg) 0 0 no-repeat; margin-right:2px;}
	.box.second {background:url(../images/box-second-bg.jpg) 0 0 no-repeat; width:326px; margin-right:2px;}
	.box.third {background:url(../images/box-third-bg.jpg) 0 0 no-repeat;}
	.box strong {
		display:block;
		font-size:39px;
		line-height:2em;
	}
	.box .caption {
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
		font-size:16px;
		line-height:24px;
		width:100%;
		height:100%;
		position:absolute;
		overflow:hidden;
		top:0px;
		left:0px;
		z-index:99;
	}
	.box .caption-inner {
		position:relative;
		top:250px;
		padding:0 40px 0 38px;
	}
	.box p {position:relative;}
	.box .text-info {
		display:none;
		top:-200px;
		margin:0;
		height:0;
		padding:0;
	}
	.box .marker {
		display:block;
		width:26px;
		height:18px;
		text-indent:-5000px;
		position:relative;
		z-index:99;
		overflow:hidden;
	}
	.box.first .marker:hover,
	.box.second .marker:hover,
	.box.third .marker:hover {background-position:left bottom;}
	.box.first .marker {background:url(../images/marker_1.png) left top no-repeat;}
	.box.second .marker {background:url(../images/marker_2.png) left top no-repeat;}
	.box.third .marker {background:url(../images/marker_3.png) left top no-repeat;}

.button {
	display:inline-block; 
	font-size:14px;
	line-height:35px;
	min-width:70px;
	padding:0 5px;
	text-align:center;
	text-transform:uppercase;
	color:#fff; 
	background:url(../images/button-tail.png) left top repeat-x #272c2e;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.button:hover {background-position:left bottom; background-color:#f25d16}

.button2 {
	display:inline-block;
	padding-left:3px;
	background:url(../images/button2-left.png) left top no-repeat;
	cursor:pointer;
}
	.button2 span {
		display:inline-block;
		padding-right:3px;
		background:url(../images/button2-right.png) right top no-repeat;
	}
	.button2 strong {
		display:inline-block;
		padding:0 20px;
		font-size:14px;
		line-height:35px;
		text-transform:uppercase;
		color:#fff;
		font-weight:normal;
		background:url(../images/button2-tail.gif) 0 0 repeat-x;
	}
.button2:hover strong {color:#f65716;}

.list-1 li {
	line-height:30px; 
	padding-left:15px; 
	background:url(../images/marker-5.gif) 0 11px no-repeat;
}
	.list-1 li a {color:#f65c16;}
	.list-1 li a:hover {text-decoration:underline;}

.list-2 {
	padding:9px 0;
	background:url(../images/list2-bg.jpg) 0 0 repeat;
}
	#page5 .list-2 {background-image:url(../images/list2-bg2.jpg);}
.list-2 li {
	font-size:16px; 
	line-height:36px;
	padding:0 10px;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
}
	.list-2 li a {
		display:block; 
		color:#fff; 
		padding-left:8px; 
		background:url(../images/list2-tail.png) left top repeat-x;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
		.list-2 li a:hover {background-position:left bottom; background-color:#f25d16}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px; 
	line-height:23px;
	padding-right:30px; 
	background:url(../images/marker-3.png) right 0px no-repeat;
}
.link-1:hover {text-decoration:underline;} 

.text-1 {line-height:24px;} 
.text-2 {
	display:inline-block;
	font-size:16px; 
	line-height:28px;
	text-transform:uppercase;
	color:#3e3d3d;
	padding-top:38px;
}  

.tdate-1 {
	display:block;
	padding-left:24px;
	background:url(../images/marker-4.gif) 0 1px no-repeat;
	position:relative;
	overflow:hidden;
}
	.tdate-1 a {color:#ff2401;}
	
.numb {
	display:inline-block;
	font-size:48px;
	line-height:66px;
	color:#fff;
	padding:0 20px;
	border-radius:35px;
	text-transform:uppercase;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	float:left;
	margin:5px 8px 0 0;
}
	.numb.first {background:#edca46;}
	.numb.second {background:#a6c269;}
	.numb.third {background:#94c89e;}
	.numb.fourth {background:#f46a1b;}
	#page3 .numb {margin:5px 10px 5px 0;}

dl span {float:left; width:70px;}

/****** Contact form ******/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}			
			#contact-form label {
				display:block;
				padding-bottom:10px;
			}
			#contact-form input {
				width:258px;
				padding:7px 10px;
				margin:0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:1.23em;
				color:#3f3f3f; 
				border:1px solid #d9d9d9;
				background:none;
				border-radius:4px;
				-moz-border-radius:4px;
				-webkit-border-radius:4px;
				outline:none;
			}
			#contact-form textarea {
				height:150px;
				width:258px;
				padding:8px 10px;
				margin:0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:1.23em;
				color:#3f3f3f; 
				border:1px solid #d9d9d9;
				background:none;
				overflow:auto;
				border-radius:4px;
				-moz-border-radius:4px;
				-webkit-border-radius:4px;
				outline:none;
			}
				#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:11px;
					line-height:1.23em;
					display:none;
					overflow:hidden;
				}
		.buttons-wrapper { padding-top:8px;}
		.buttons-wrapper a { margin-right:20px;}
		
/*********************************content*************************************/
aside {
	width:100%;
	padding:62px 0 75px;
	background:url(../images/aside-tail.gif) center top repeat;
}
	#page5 aside {padding:45px 0 75px;}

/***** carousel *****/
.carousel {
	width:100%; 
	height:310px; 
	overflow:hidden; 
	position:relative;
}
.carousel-control {
	position:absolute; 
	top:15px; 
	right:0; 
	z-index:99;
}
.carousel ._next,
.carousel ._prev {
	display:block; 
	width:13px; 
	height:7px; 
	text-indent:-5000px; 
	background:url(../images/carousel-control.png) right top no-repeat;
	float:left;
}
.carousel ._prev {
	margin-right:4px;
	background-position:left top;
}
.carousel ._next:hover {background-position:right bottom;}
.carousel ._prev:hover {background-position:left bottom;}
.carousel-list li {
	margin:0 0 0 34px; 
	width:150px;
	height:198px;
	position:relative;
}
	.carousel-list li .button {min-width:135px;}
	.carousel-list li .button:hover {background:#000;}
	
.jCarouselLite {
	padding:25px 0 0 0;
	width:100% !important;
	height:224px;
	background:url(../images/carousel-bg.jpg) 0 0 no-repeat;
}

.quote-bot {
	width:100%;
	height:25px;
	background:url(../images/quote-bot.png) 22px 0 no-repeat;
	margin-top:-1px;
	position:relative;
	z-index:2;
}
.quote-block {
	border:1px solid #e5e5e5;
	background:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position:relative;
	z-index:1;
}
	.quote-block .padding {padding:15px 20px 18px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:50px 0 35px;
	text-align:center;
	color:#757575;
	background:url(../images/footer-tail.gif) center top repeat-x;
}
.footer-text {
	display:block;
	font-size:14px;
	line-height:26px;
	padding-left:20px;
	margin-bottom:16px;
}
	.footer-text strong {color:#1f1f1f;}
	.footer-text a {color:#757575;}

.list-services {
	width:151px;
	margin:0 auto;
}
	.list-services li {
		float:left; 
		padding:0 0 0 5px;
	}
	.list-services li:first-child {padding:0;}
		.list-services li a {
			display:block;
			width:33px;
			height:33px;
			background:url(../images/social-icons.png) 0 0 no-repeat;
		}
		.list-services li a.item-2 {background-position:-38px 0;}
		.list-services li a.item-3 {background-position:-79px 0;}
		.list-services li a.item-4 {background-position:-118px 0;}
		
#easyTooltip{
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 12px;
	border:1px solid #fff;
	background:#666;
	color:#fff;
	font-size:12px;
	position:relative;
	z-index:9;
}
