/* 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:#333333;
	min-width:1060px;
	background:#FFF;
}

.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:1060px; 	
	padding:0;
	margin:0 auto;
	font-size:13px;
	line-height:18px;
}

a {
	color:#FF3399;
	outline:none;
}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p1 {margin-bottom:12px;}
.p2 {margin-bottom:18px;}
.p3 {margin-bottom:14px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:19px;}

.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:#282828;}
.color-3 {
	color:#333333;
}
.color-4 {color:#343434;}
.block {display:block;}
.decor {text-decoration:none;}
.decor:hover {text-decoration:underline;}
.text-1 {font-size:12px; font-family:Tahoma, Geneva, sans-serif;} 
.text-2 {font-size:14px; line-height:1.285em;}  
/*******************************************************************/
.margin-bot {margin-bottom:35px;}
.margin-bot1 {margin-bottom:36px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:22px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent-bot1 {margin-bottom:26px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 8px 0px 0;}
.img-indent3 {float:left; margin:0 13px 0px 0;}
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.mb8 { margin-bottom:8px;}
.mb6 { margin-bottom:6px;}

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	

/*********************************r*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

h1 {
	padding:83px 0 0 0; 
	position:relative;
	float:right;
}
h1 a {
	display:block;
	width:100px;
	height:30px;
	text-indent:-5000;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.menu-bg {
	background:url(../images/menu-bg.png) center 71px no-repeat;
}
.menu-indent { margin-bottom:45px;}
/*************************************************************************/
nav { float:left; padding:71px 0 0px 0;}
.menu {
	padding:0px 0px 32px 24px;
	float:left;
}
.menu > li {
	float:left; 
	position:relative;
	padding:0 0px 0 0px;
	background:url(../images/marker-1.png) left 28px no-repeat;
}
.menu > li.first {
	background-position:2px 28px;	
}
.menu > li > a {
	display:block; 
	font-size:16px;
	line-height:20px;
	padding:20px 12px 19px 20px; 
	color:#d4d4d4;
	text-transform:uppercase;
	font-family: 'Voltaire', sans-serif;
	background:url(../images/marker-2.png) 28px -1000px no-repeat;
}
.menu li.sfHover > a, .menu > li > a:hover, .menu > li > a.current {
	background-position:28px 0;
}
.menu ul {
	position:		absolute;
	padding:		6px 17px 2px 14px;
	top:			-999em;
	width:			85px;
	background:		url(../images/sub-1.jpg) repeat-x #FFFFFF;
}
.menu ul ul {
	width:			80px;
	background:		#2e2e2e;
	padding:		3px 14px 2px 15px;

}
.menu > li > a .sf-sub-indicator { display:none;} 
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {padding:10px 0 10px 0; background:url(../images/line-1.gif) left bottom repeat-x; position:relative;}
.menu li li.last { background:none;}
.menu li li a {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	padding:		0 0 0 7px;
	font-size:		14px;
	line-height:	18px;
	text-transform:	capitalize;
	color:#2d2d2d;
}
.menu li li li { background:url(../images/line-2.gif) left bottom repeat-x;}
.menu li li a:hover, .menu li li.sfHover > a {color:#c98d7f;}
.menu li li li a:hover, .menu li li li.sfHover > a {color:#616161;}
.menu li li li a {
	color:#fff;
	padding-left:4px;
}
.menu li li.sfHover .sf-sub-indicator {
	display:block;
	text-indent:-5000px;
	background:url(../images/marker-3.png) no-repeat;
	width:8px;
	height:15px;
	position:absolute;
	right:-25px;
	top:10px;
	z-index:99999;
}
.menu li li .sf-sub-indicator {display:none;}
.menu li:hover ul, .menu li.sfHover ul {
	left:			7px;
	top:			59px;
	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:			102px;
	top:			-3px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}
/*********************************************************************/
.slider {
	width:1644px;
	height:404px;
	position:relative;
	left:50%;
	margin-left:-530px;
}
.slider-indent { margin-bottom:44px;}
/***** carousel style*****/
.carousel-1 {
	height:404px;
	width:1580px;
	overflow:hidden;
	position:relative;
	left:55px;
	}
.next2,
.prev2 {display:block; width:53px;	height:53px; text-indent:-5000px; position:absolute; z-index:55; background-position:right top; background-repeat:no-repeat;	}
.next2 {
	background-image:url(../images/next.jpg);
	left:1px; 
	z-index:55;
	top:351px;
	}
	.next2:hover {
	background-position:0 top;
	}
.prev2 {
	background-image:url(../images/prev.jpg);
	left:1px;
	top:297px;
	}
	.prev2:hover {
	background-position:left top;
	}
#carousel-1 li {width:310px; height:404px; overflow:hidden; position:relative; margin-right:10px;}
.jCarouselLite-1 {width:1580px !important;}
.relative {position:relative;}
/*************************************************************************************************************************/
.slide {
	position:relative;
	height:100%;
	width:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	overflow:hidden;

}
.slide a { color:#FFF; text-decoration:none;}
.description {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	background:url(../images/bg-1.png);
	top:-500px;
	overflow:hidden;
}
.desc-padd {
	padding:247px 26px 0 25px;	
}
.desc-padd span {
	background:url(../images/line-4.gif) left bottom repeat-x;
	padding-bottom:13px;
	margin-bottom:24px;
}
h2 {
	color:#FFFFFF;
	font-size:28px;
	line-height:34px;
	font-weight:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	margin-bottom:5px;
}

.header-text {
	font-size:24px;
	line-height:32px;
	color:#454545;
	font-weight:300;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/line-3.gif) left bottom repeat-x;
	padding-bottom:42px;
}
/**********************************************************************/
#content {
	width:100%; 
	padding:0;
	position:relative;
	z-index:1;
}

.container-1 {
	padding:27px 0 62px 0;	
}
.container-2 {
	padding:30px 0 22px 0;	
}

h3 {
	font-size:26px; 
	line-height:1.2em; 
	margin:0 0 22px 0; 
	color:#2f2e2e;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	text-transform:uppercase;
}
h6 {
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#262626;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:12px;
}
h6 a { color:#262626;}
.img-container {
	padding:5px;
	float:left;
	border:1px solid #e2e2e2;
	background:#FFF;
}

.border-1 {
	background:url(../images/line-3.gif) left bottom repeat-x;	
}
.lightbox-image span {
    background: url("../images/magnify.png") no-repeat scroll 50% 0 transparent;
    display: inline-block;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: -120px;
    width: 100%;
    z-index: 2;
}
.lightbox-image { position:relative; height:100%; display:block;}
/************************************************************************************************************************************************************************/
#page2 .container-1 {
	padding:38px 0 26px 0;	
}
/***** carousel style*****/
.carousel-2 {
	height:830px;
	width:950px;
	overflow:hidden;
	position:relative;
	}
.next,
.prev {display:block; width:28px;	height:28px; text-indent:-5000px; position:absolute; top:-55px;	z-index:55;	}
.next {
	background-image:url(../images/next-1.jpg);
	background-repeat:no-repeat;
	background-position:0 top;
	right:0px; 
	z-index:55;
	}
	.next:hover {
	background-position:0 bottom;
	}
.prev {
	background:url(../images/prev-1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	right:29px;
	}
	.prev:hover {
	background-position:left bottom;
	}
#carousel-2 li {
	width:400px;
	height:830px;
	overflow:hidden;
	position:relative;
	margin-right:10px;
}
.jCarouselLite-2 {width:950px !important;}
.relative {position:relative;}
/*************************************************************************************************************************/

#page3 .container-1 {
	padding:38px 0 34px 0;	
}
.padd-left { padding:0 10px 0 10px}
.mt-4 { margin-top:-3px;}
.mb11 { margin-bottom:11px;}
.small-col {
	width:140px;
	float:left;
}
.sc-indent { margin-right:50px;}
.padd-left1 { padding-left:40px;}

/*******************************************************/
				#banners {
	background:#FFF;
	overflow:hidden;
	height:900px;
				}
				#banners  .data {width:950px; height:665px;}
				.paggs {
					position:absolute;
					left:192px;
					top:36px;
				}
				.prev-2 { display:block; width:28px; height:28px; background:url(../images/prev-1.jpg) no-repeat; position:absolute; right:29px; top:-55px; z-index:99; }
				.next-2 { display:block; width:28px; height:28px; background:url(../images/next-1.jpg) no-repeat; position:absolute; right:0px; top:-55px; z-index:99; }
				.next-2:hover, .prev-2:hover { background-position:left bottom;}
 				/************************************end scroller*****************/
/*********************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************/
#page4 .container-1 {
	padding:38px 0 57px 0;	
}
#page4 .container-2 {
	padding:30px 0 35px 0;	
}
/*********************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************/
#page5 .container-1 {
	padding:38px 0 40px 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;
				min-height:43px;
			}
			#contact-form label.message { height:193px;}
			#contact-form span.border { display:inline-block; border:1px solid #dedfe0;}
			#contact-form input {
				width:235px;
				padding:6px 5px 7px 8px;
				margin:0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:17px;
				color:#9d9d9d; 
				background:#fff;
				border:1px solid #e2e2e2;
				outline:none;
				height:18px;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:178px;
				max-height:178px;
				margin:0;
				width:235px;
				max-width:235px;
				padding:6px 5px 7px 8px;
				margin:0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:17px;
				color:#9d9d9d; 
				background:#fff;
				border:1px solid #e2e2e2;
				overflow:auto;
				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:12px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		#page5 .buttons-2 { padding:23px 20px 0 0; text-align:right;}
		.buttons-2 a { margin-left:1px; float:right;}

/*********************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************/
#page6 .container-1 {
	padding:38px 0 39px 0;	
}
/*********************************************************************************************************************************************************************/
/***** Contact form *****/
#contact-form-main {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form-main fieldset {
		border:none;
		padding:0;
		}			
			#contact-form-main label {
				display:block;
				min-height:39px;
			}
			#contact-form-main label.message { height:102px;}
			#contact-form-main span.border { display:inline-block; border:1px solid #dedfe0;}
			#contact-form-main input {
				width:286px;
				padding:5px 5px 7px 10px;
				margin:0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:17px;
				color:#848484; 
				background:#fff;
				border:1px solid #c1c1c1;
				outline:none;
				height:18px;
			}
			#contact-form-main .area .error { float:none;}
			#contact-form-main textarea {
				height:84px;
				max-height:84px;
				margin:0;
				width:282px;
				max-width:282px;
				padding:6px 10px 10px 9px;
				margin:0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:17px;
				color:#848484; 
				background:#fff;
				border:1px solid #c1c1c1;
				overflow:auto;
				outline:none;
			}
			#contact-form-main a {cursor:pointer;}
				#contact-form-main .success {display:none; margin-bottom:20px; color:#282828;}
				#contact-form-main .error,
				#contact-form-main .empty {
					color:#f00;
					font-size:12px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		.buttons-2 { padding:11px 8px 0 0; text-align:right;}
		.buttons-2 a { margin-left:1px; float:right;}
/*********************************************************************************************************************************************************************/

.button {
	display:inline-block; 
	padding:5px 25px 7px 23px;
	color:#fff; 
	background:#5b5b5b;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	line-height:16px;
}
	
	.button:hover {background:#969696;}

.list-1 { margin-top:-3px; padding-right:15px;}

.list-1 li {
	text-transform:uppercase;
}
	.list-1 li a {
		line-height:43px;
		font-size:24px;
		display:block;
		color:#353535;
		font-family: 'Open Sans Condensed', sans-serif;
		background:url(../images/marker-4.png) 10px -1200px no-repeat;
		padding:1px 0 0px 48px;
	}
		.list-1 li a:hover {
			color:#fff;
			background-position:10px 12px;
			background-color:#282828;
		}

.list-2 li {
	padding:13px 0 14px 0;
	background:url(../images/line-5.gif) left bottom repeat-x;
}
	.list-2 li.first {
		padding:7px 0 14px 0;
	}
	.list-2 li span { display:block; margin-bottom:12px;}
	.list-2 li a {
		display:inline-block; 
		color:#262626;
		font-size:16px;
		line-height:20px;
		font-family:Arial, Helvetica, sans-serif;
	}
		.list-2 li a:hover {text-decoration:underline;}
	.list-2 .last {background:none; padding-bottom:0;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px; 
	padding-right:8px; 
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
.link-1:hover {color:#fff;} 

			.list-3 li {
				font-size:13px;
				line-height:18px;
				padding:6px 0 6px 12px;
				background:url(../images/marker-5.png) 0 12px no-repeat;
			}	
			.list-3 li a {
				color:#343434;
				display:inline-block;
				text-decoration:none;
			}
			.list-3 li a:hover {
				text-decoration:underline;	
			}
			


		
/****************************************************/
footer {
	width:100%; 
	padding:25px 0 30px;
	background:url(../images/line-3.gif) left top repeat-x;
}
.footer-links {
	font-size:20px;
	line-height:24px;
	color:#7b7b7b;
	display:block;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
.footer-links a {
	color:#111111;
	text-decoration:none;
}
.footer-links a:hover {color:#7b7b7b;}
.list-services {
	margin:-5px 5px 0 0px;
	float:right;
}

	.list-services li {
		float:left; 
		padding:0px 0px 0 7px;
		line-height:20px;
	}
	

	.list-services li a {
		display:block;
		width:24px;
		height:23px;
	}
	.list-services li a.first {
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
		
	}
	.list-services li a.second {
		background:url(../images/flickr.png) left top no-repeat;
	}
	.list-services li a.third {
		background:url(../images/skype.png) left top no-repeat;
	}
	.list-services li a.four {
		background:url(../images/twitter.png) left top no-repeat;
	}
	.list-services li a.five {
		background:url(../images/ember.png) left top no-repeat;
	}
.list-services li a:hover { background-position:left bottom;}
	#easyTooltip{
	padding:5px 10px;
	border:1px solid #fff;
	background:#151517;
	color:#ffffff;
	font-size:11px;
	text-transform:none;
	position:relative;
	z-index:99;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	right:50%;
	bottom:65px;
	overflow:hidden;
	width:61px;
	height:43px;
	border:1px solid #c9c9c9;
	text-align:center;
	z-index:20;
	background:#fff;
	color:#282828;
	text-transform:uppercase;
	font-size:24px;
	line-height:41px;
	font-family: 'Open Sans Condensed', sans-serif;
}
#toTop:hover { background:#5b5b5b; color:#FFF;}

#toTop:active, #toTop:focus {
	outline:none;
}
