/* 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: 'Droid Sans', sans-serif;
	font-size:100%; 
	color:#484848;
	min-width:1016px;
	background:url(../images/body-bg.jpg) center top;
}

.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:1016px; 	
	padding:0;
	margin:0 auto;
	font-size:13px;
	line-height:20px;
	background:#FFF;
	box-shadow: 0px 1px 3px #bebdbc;
	-moz-box-shadow: 0px 1px 3px #bebdbc;
	-webkit-box-shadow: 0px 1px 3px #bebdbc;
}
.main-indent { padding-bottom:40px;}
a {color:#1799cf; 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:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:18px;}
.p4 {margin-bottom:19px;}
.p5 {margin-bottom:17px;}

.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:#414141;}
/*.color-3 {color:#72a21d;}  /****  THIS IS THE MENU COLOR.  CHANGE THIS  000099  */
.color-3 {color:#000099;}  /***  THIS IS THE MENU COLOR.  CHANGE THIS  000099 */
.color-4 {color:#484848;}
.color-5 {color:#000;}
.block {display:block;}
.decor {text-decoration:none;}
.decor:hover {text-decoration:underline;}
.decor-1 {text-decoration:none; border-bottom:1px dotted #414141;}
.decor-1:hover {border-bottom:none;}
.text-1 {font-size:14px; line-height:20px; font-weight:700;} 
.text-2 {font-size:14px; line-height:1.285em;}  
/*********************************boxes**********************************/
.margin-bot {margin-bottom:38px;}
.margin-bot1 {margin-bottom:37px;}
.margin-bot2 {margin-bottom:41px;}
.margin-bot3 {margin-bottom:31px;}
.margin-bot4 {margin-bottom:46px;}
.margin-bot5 {margin-bottom:12px;}
.margin-bot6 {margin-bottom:56px;}

.spacing {margin-right:21px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot1 {margin-bottom:21px;}
.indent-bot2 {margin-bottom:22px;}
.indent-bot3 {margin-bottom:23px;}


.img-indent-bot {margin-bottom:25px;}
.img-indent-bot1 {margin-bottom:28px;}
.img-indent-bot2 {margin-bottom:29px;}
.img-indent-bot3 {margin-bottom:26px;}
.img-indent {float:left; margin:0 20px 0px 0;}
.img-indent1 {float:left; margin:0 9px 0px 0;}
.img-indent2 {float:left; margin:0 15px 0px 0;}
.img-indent3 {float:left; margin:0 17px 0px 0;}
.img-indent4 {float:left; margin:0 21px 0px 0;}
.img-indent-r {float:right; margin:0 0px 0px 15px;}	

.padd-bot { padding-bottom:14px;}
.padd-bot1 { padding-bottom:27px;}
.padd-bot2 { padding-bottom:30px;}
.padd-bot3 { padding-bottom:26px;}
.padd-bot4 { padding-bottom:12px;}
.padd-bot5 { padding-bottom:23px;}
.padd-bot6 { padding-bottom:56px;}
.padd-bot7 { padding-bottom:25px;}
.padd-right { padding-right:3px;}
.padd-left { padding-left:25px;}

.mb0 { margin-bottom:0;}
.ml0 { margin-left:0;}
.mt-2 {margin-top:-2px;}
.mt-17 {margin-top:-17px;}
.ml2 { margin-left:2px;}
.ml5 { margin-left:5px;}
.mb5 { margin-bottom:5px;}
.mb6 { margin-bottom:6px;}
.mb10 { margin-bottom:10px;}
.mb11 { margin-bottom:11px;}
.mb13 { margin-bottom:13px;}
.mt5 { margin-top:5px;}
.buttons a:hover {cursor:pointer;}
.mb3 { margin-bottom:3px;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}


h1 {
	padding:12px 0 0 35px; 
	position:relative;
	float:left;
}
h1 a {
	display:block; 
	width:217px; 
	height:71px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
	text-decoration:none;
}
.header-menu {
	float:right;
	padding:28px 39px 0 0;
}
.header-menu li {
	float:right;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:normal;
	text-transform:uppercase;
	padding:0 18px 0 18px;
	background:url(../images/separator.gif) right 20px no-repeat;
}
.header-menu li a {
	color:#000;
	text-decoration:none;
	text-shadow:0px 1px 2px #b2b2b2;
	padding:18px 0 0 0;
	display:inline-block
}
.header-menu li.first a {
	background:url(../images/m-1.png) 9px top no-repeat;
}
.header-menu li.second a {
	background:url(../images/m-2.png) center top no-repeat;
}
.header-menu li.third a {
	background:url(../images/m-3.png) 11px top no-repeat;
}
.header-menu li.first a:hover {
	background-position:9px -74px;
}
.header-menu li.second a:hover {
	background-position:center -74px;
}
.header-menu li.third a:hover {
	background-position:11px -74px;
}
.header-menu li.first { padding-right:0; background:none;}
.menu-container {
	background:url(../images/menu-bg.jpg) center top repeat-x;
	height:108px;
}
#page1 .menu-container {
	margin-bottom:34px;
}
.items { display:none;}
.paggination {
	float:left;
	width:77px;
	margin:0 5px 0 36px;
}
.paggination li {
	width:77px;
	height:63px;
	margin-bottom:8px;
}
.paggination li a {
	display:block;
	width:64px;
	height:63px;
	text-indent:-5000px;
}
.paggination li.first a { background:url(../images/pagg-1.png) left bottom no-repeat;}
.paggination li.second a { background:url(../images/pagg-2.png) left bottom no-repeat;}
.paggination li.third a { background:url(../images/pagg-3.png) left bottom no-repeat;}
.paggination li.four a { background:url(../images/pagg-4.png) left bottom no-repeat;}
.paggination li.five a { background:url(../images/pagg-5.png) left bottom no-repeat;}
.paggination li a:hover, .paggination li.current a { background-position:left top; width:77px; height:63px;}
.paggination li.current a { cursor:default; width:77px; height:63px; background-position:0 0; }
.slider {
	width:524px;
	height:327px;
	overflow:visible !important;
}
.slider-container {
	background:#FFFFFF;
	padding:8px;
	float:left;
	margin-top:2px;
	box-shadow:-1px -1px 2px #ebeae8, -1px 1px 2px #ebeae8, 1px -1px 2px #ebeae8, 1px 1px 2px #ebeae8;
	-moz-box-shadow: -1px -1px 1px #ebeae8, -1px 1px 1px #ebeae8, 1px -1px 1px #ebeae8, 1px 1px 1px #ebeae8;
	-webkit-box-shadow: -1px -1px 3px #ebeae8, -1px 1px 3px #ebeae8, 1px -1px 3px #ebeae8, 1px 1px 3px #ebeae8;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.banner {
	position:absolute;
	width:300px;
	height:340px;
	background:#FFF;
	z-index:9;
	left:543px;
	top:3px;
}
.banner-padd { padding-left:9px; background:#FFF;}
.banner { line-height:22px;}
.banner p { margin-bottom:13px;}
.banner-link {
	font-size:37px;
	color:#2d2d2d;
	line-height:45px;
	font-family: 'Yellowtail', cursive;
	display:inline-block;
	text-decoration:none;
}
.banner-link:hover { color:#72a21d;}
/****************************menu*********************************************/
nav {
	padding:23px 38px 28px 	38px;
}
.menu {
	padding:0;
	float:left;
	background:url(../images/menu-ul.gif) left top repeat-x #202020;
	width:100%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height: 57px;
	margin: 0;
}
.menu > li {
	float:left; 
	position:relative;
	padding:0 0px 0 2px;
	background:url(../images/menu-li.gif) left 2px no-repeat;
}
.menu > li.first > a {
	padding:0px;
	background:none;
	background-color:transparent;
}
.menu > li.first > a > span {
	display:block;
	background:url(../images/left-but.png) left -1000px no-repeat;
	padding-left:5px;
}
.menu > li.first > a.current, .menu > li.first > a:hover, .menu > li.first.sfHover > a  { background-color:transparent !important;}
.menu > li.first > a.current span, .menu > li.first > a:hover span, .menu > li.first.sfHover > a span { background-position:0 0;}
.menu > li.first > a > span span {
	display:block;
	background:url(../images/mid-but.png) 0 -1000px repeat-x;
	padding:20px 27px 20px 16px;
}
.menu > li.first {
	padding-left:0;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
}
.menu > li.sec > a {
	padding-right: 22px;
	padding-left:23px;
	
}
.menu > li.second > a,
.menu > li.third > a,
.menu > li.four > a,
.menu > li.five > a {
	padding: 11px 20px 12px 22px;
}
/*.menu > li.third > a {
	padding-right: 20px;
	padding-left:22px; 
}*/
.menu > li.six > a,
.menu > li.seven > a {
	padding: 20px 20px 3px 22px;
}
.menu > li.eight > a {
	padding-right: 20px;
	padding-left:23px; 
}
.menu > li.nine > a {
	padding-right: 20px;
	padding-left:23px; 
	min-width:63px;
	border-radius:0 5px 5px 0px;
	-moz-border-radius:0 5px 5px 0px;
	-webkit-border-radius:0 5px 5px 0px;
}
.menu > li > a {
	display:block; 
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px;
	line-height:17px;
	padding:20px 20px 20px 22px; 
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	background:url(../images/menu-a.gif) 0 -1000px repeat-x;
}
.menu li.sfHover > a, .menu > li > a:hover, .menu > li > a.current {
	background-position:0 0;
	background-color:#5e8617;
	text-shadow:1px 1px #4a6912;
}
.menu > li.first > a.current, .menu > li.first > a:hover, .menu  li.sfhover  a.first  { background-color:transparent !important;}
.menu ul {
	position:		absolute;
	padding:		0px 0px 8px 0px;
	top:			-999em;
	width:			153px;
	background:		url(../images/bot-part-menu.png) center bottom no-repeat;
}
.menu li:hover {visibility:	inherit; }
.menu li li.first { background:url(../images/top-part-menu.png) center top no-repeat; height:17px; padding:0; margin:0; background-color:transparent;}
.menu li li li.first { background:url(../images/sub-top.png) center top no-repeat; height:9px; padding:0; margin:0; background-color:transparent;}
.menu li li.second > a { padding:7px 0 7px 0;}
.menu li li.last a { padding:7px 0 7px 0; background:url(../images/sub-last.jpg) left top repeat-x;}
.menu li li li.last a {padding:7px 0 7px 0;}
.menu li li {padding:0px 8px 0 8px; background:url(../images/mid-part-menu.png) center top repeat-y;}
.menu li li a {
	display:block;
	font-family: 'Droid Sans', sans-serif;
	padding:		5px 0 5px 0px;
	font-size:		13px;
	line-height:	18px;
	text-transform:	uppercase;
	color:#3a3a3a;
	font-weight:bold;
	background:url(../images/sub-menu-a.gif) left bottom repeat-x #fbfbfb;
	width:137px;
	text-align:center;
}
.menu li li a:hover, .menu li li.sfHover > a {color:#FFFFFF; background:#000000;}
.menu li li a:hover   {background:#000000;}
.menu li:hover ul, .menu li.sfHover ul {
	left:			-26px;
	top:			63px;
	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:			151px;
	top:			3px;
	z-index:		9999;
	padding:		5px 0 7px 0px;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}
/*************************end menu********************************************/
/*********************************content*************************************/
#content {
	width:100%; 
	padding:0;
	position:relative;
	z-index:1;
}

.top-line {
	background:url(../images/top-line.jpg) left top repeat-x;	
}
.bot-line {
	background:url(../images/bot-line.jpg) left bottom repeat-x;	
}
.content-1bg {
	background:url(../images/content-1-bg.jpg);	
}
.container-1 {
	padding:36px 0 44px 0;	
}
.container-2 {
	padding:18px 0 47px 0;	
}
h2 {
	font-size:73px;
	line-height:88px;
	color:#2d2d2d;
	font-weight:normal;
	font-family: 'Yellowtail', cursive;
	margin-bottom:8px;
}
h3 {
	font-size:37px; 
	line-height:44px; 
	margin:0 0 18px -3px; 
	color:#2d2d2d;
	font-family: 'Yellowtail', cursive;
	font-weight:400;
}

h4 {
	font-size:27px; 
	line-height:33px; 
	margin:0 0 12px -3px; 
	color:#2d2d2d;
	font-family: 'Yellowtail', cursive;
	font-weight:400;
}
.img-container {
	float:left;
	padding:8px;
	background:#FFF;
	box-shadow:-1px -1px 2px #ebeae8, -1px 1px 2px #ebeae8, 1px -1px 2px #ebeae8, 1px 1px 2px #ebeae8;
	-moz-box-shadow: -1px -1px 1px #ebeae8, -1px 1px 1px #ebeae8, 1px -1px 1px #ebeae8, 1px 1px 1px #ebeae8;
	-webkit-box-shadow: -1px -1px 3px #ebeae8, -1px 1px 3px #ebeae8, 1px -1px 3px #ebeae8, 1px 1px 3px #ebeae8;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.img-container-r {
	float:right;
	padding:4px;
	background:#FFF;
	box-shadow:-1px -1px 2px #ebeae8, -1px 1px 2px #ebeae8, 1px -1px 2px #ebeae8, 1px 1px 2px #ebeae8;
	-moz-box-shadow: -1px -1px 1px #ebeae8, -1px 1px 1px #ebeae8, 1px -1px 1px #ebeae8, 1px 1px 1px #ebeae8;
	-webkit-box-shadow: -1px -1px 3px #ebeae8, -1px 1px 3px #ebeae8, 1px -1px 3px #ebeae8, 1px 1px 3px #ebeae8;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.img-container-1 {
	padding:14px 8px 8px 8px;
	background:#FFF;
	box-shadow:-1px -1px 2px #ebeae8, -1px 1px 2px #ebeae8, 1px -1px 2px #ebeae8, 1px 1px 2px #ebeae8;
	-moz-box-shadow: -1px -1px 1px #ebeae8, -1px 1px 1px #ebeae8, 1px -1px 1px #ebeae8, 1px 1px 1px #ebeae8;
	-webkit-box-shadow: -1px -1px 3px #ebeae8, -1px 1px 3px #ebeae8, 1px -1px 3px #ebeae8, 1px 1px 3px #ebeae8;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	z-index:-1;
}
.img-container-2 {
	float:left;
	padding:4px;
	background:#FFF;
	box-shadow:-1px -1px 2px #ebeae8, -1px 1px 2px #ebeae8, 1px -1px 2px #ebeae8, 1px 1px 2px #ebeae8;
	-moz-box-shadow: -1px -1px 1px #ebeae8, -1px 1px 1px #ebeae8, 1px -1px 1px #ebeae8, 1px 1px 1px #ebeae8;
	-webkit-box-shadow: -1px -1px 3px #ebeae8, -1px 1px 3px #ebeae8, 1px -1px 3px #ebeae8, 1px 1px 3px #ebeae8;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.box {
	width:100%;
	background:url(../images/box-bg.jpg) left top repeat-x #f5f6f5;
	padding:14px 0 5px 0;
}
.box-1 {
	width:100%;
	background:url(../images/box-bg1.jpg) left top repeat-x #f4f4f4;
}
.small-col1 {
	width:220px;
	float:left;
}
.border-1 {
	background:url(../images/dot-1.png) right top repeat-y;	
}
.border-2 { background:url(../images/border-1.jpg) left bottom repeat-x; }
.border-3 { background:url(../images/line-1.gif) left bottom repeat-x;}
.h1 { height:16px;}
.hov {
	margin-top:6px;	
}
/***** carousel style*****/
.carousel-1 {
	height:240px;
	width:460px;
	overflow:hidden;
	position:relative;
	}
.next,
.prev {display:block; width:31px;	height:31px; text-indent:-5000px; position:absolute; top:-48px;	z-index:55;	}
.next {
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	background-position:0 bottom;
	right:-2px; 
	z-index:55;
	}
	.next:hover {
	background-position:0 top;
	}
.prev {
	background:url(../images/prev.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	right:35px;
	}
	.prev:hover {
	background-position:left top;
	}
#carousel-1 li {width:144px; height:240px; overflow:hidden; position:relative; margin-right:14px;}
.jCarouselLite-1 {width:460px !important;}
.relative {position:relative;}
/***********************************************************************************************************************************************************************************************/
.hov-image {
	position:relative;
	color:#191919;
	text-decoration:none;
	overflow:hidden;
	display:block;
	height:100%;
}
.hov-image span {
	position:absolute;
	width:100%;
	text-align:center;
	padding-top:9px;
	left:0;
	top:200px;
	background:url(../images/opacity-bg1.png);
	height:27px;
}
.top-bg {
	background:url(../images/top-bg.jpg) no-repeat;
	width:24px;
	height:21px;
	display:block;
	position:relative;
	margin-left:25px;
}
.box-indent {
	padding:10px 0 13px 24px;	
}
/*****************************************************************************************************index-1.html***************************************************************************/
#page2 .container-2 {
	padding:35px 0 50px 0;	
}
#page2 .container-1 {
	padding-bottom:46px;	
}
/***** carousel style*****/
.carousel-2 {
	height:220px;
	width:944px;
	overflow:hidden;
	position:relative;
	}
#page2 .next,
#page2 .prev {display:block; width:31px;	height:31px; text-indent:-5000px; position:absolute; top:-58px;	z-index:55;	}
#page2 .next {
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	background-position:0 bottom;
	right:-2px; 
	z-index:55;
	}
	#page2 .next:hover {
	background-position:0 top;
	}
#page2 .prev {
	background:url(../images/prev.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	right:35px;
	}
	#page2 .prev:hover {
	background-position:left top;
	}
#carousel-2 li {width:144px; height:220px; overflow:hidden; position:relative; margin-right:16px;}
.jCarouselLite-2 {width:944px !important;}
.relative {position:relative;}
/***********************************************************************************************************************************************************************************************/
/**************************************************************************************************end index-1.html***************************************************************************/
/*****************************************************************************************************index-2.html***************************************************************************/
#page3 .container-2 {
	padding:35px 0 40px 0;	
}
#page3 .container-1 {
	padding-bottom:30px;	
}
.box-2 {
	width:100%;
	background:url(../images/box-bg2.jpg) left top repeat-x #f3f3f3;
}
.box-indent1 {
	padding:8px 26px 39px 22px;	
}
/***** carousel style*****/
.carousel-3 {
	height:240px;
	width:944px;
	overflow:hidden;
	position:relative;
	}
#page3 .next,
#page3 .prev {display:block; width:31px;	height:31px; text-indent:-5000px; position:absolute; top:-55px;	z-index:55;	}
#page3 .next {
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	background-position:0 bottom;
	right:-2px; 
	z-index:55;
	}
	#page3 .next:hover {
	background-position:0 top;
	}
#page3 .prev {
	background:url(../images/prev.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	right:35px;
	}
	#page3 .prev:hover {
	background-position:left top;
	}
#carousel-3 li {width:223px; height:240px; overflow:hidden; position:relative; margin-right:17px;}
.jCarouselLite-3 {width:944px !important;}
.relative {position:relative;}
/***********************************************************************************************************************************************************************************************/
/**************************************************************************************************end index-2.html***************************************************************************/
/*****************************************************************************************************index-3.html***************************************************************************/
#page4 .container-2 {
	padding:35px 0 50px 0;	
}
#page4 .container-1 {
	padding-bottom:45px;	
}
.marker {
	width:33px;
	float:left;
	text-align:center;
	font-size:15px;
	font-weight:700;
	color:#FFF;
	background:#6d7175;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	padding:6px 0 0 0;
	height:27px;
	overflow:hidden;
	margin-right:14px;
}
/**************************************************************************************************end index-3.html***************************************************************************/
/*****************************************************************************************************index-4.html***************************************************************************/
#page5 .container-2 {
	padding:35px 0 41px 0;	
}
#page5 .container-1 {
	padding-bottom:51px;	
}
.spec {
	position:relative;
	overflow:hidden;
}
.spec a {
	text-decoration:none;
	color:#414141;
	display:block;
	height:100%;
}
.spec div.abs {
	position:absolute;
	width:283px;
	height:62px;
	background:url(../images/span-bg.jpg) repeat-x;
	left:10px;
	top:240px;
}	
.inside {
	padding:13px 0 0 12px;	
}
/***** carousel style*****/
.carousel-4 {
	height:312px;
	width:944px;
	overflow:hidden;
	position:relative;
	}
#page5 .next,
#page5 .prev {display:block; width:31px;	height:31px; text-indent:-5000px; position:absolute; top:-58px;	z-index:55;	}
#page5 .next {
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	background-position:0 bottom;
	right:-2px; 
	z-index:55;
	}
	#page5 .next:hover {
	background-position:0 top;
	}
#page5 .prev {
	background:url(../images/prev.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	right:35px;
	}
	#page5 .prev:hover {
	background-position:left top;
	}
#carousel-4 li {width:303px; height:312px; overflow:hidden; position:relative; margin-right:17px;}
.jCarouselLite-4 {width:944px !important;}
.relative {position:relative;}
/***********************************************************************************************************************************************************************************************/
/*****************************************************************************************************index-5.html***************************************************************************/
#page6 .container-2 {
	padding:35px 0 19px 0;	
}
#page6 .container-1 {
	padding-bottom:51px;	
}

/***** carousel style*****/
.carousel-5 {
	height:230px;
	width:944px;
	overflow:hidden;
	position:relative;
	}
#page6 .next,
#page6 .prev {display:block; width:31px; height:31px; text-indent:-5000px; position:absolute; top:-55px; z-index:55;	}
#page6 .next {
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	background-position:0 bottom;
	right:-2px; 
	z-index:55;
	}
	#page6 .next:hover {
	background-position:0 top;
	}
#page6 .prev {
	background:url(../images/prev.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	right:35px;
	}
	#page6 .prev:hover {
	background-position:left top;
	}
#carousel-5 li {width:223px; height:230px; overflow:hidden; position:relative; margin-right:17px;}
.jCarouselLite-5 {width:944px !important;}
.relative {position:relative;}
/***********************************************************************************************************************************************************************************************/
#newsletter { padding:0px 0 0 0;}
#newsletter label {
	height:49px;
	display:inline-block;
	
}
#newsletter input {
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	border-bottom:none;
	border-right:none;
	background:#f9f9f9;
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	color:#484848;
	margin:0;
	outline:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:6px 14px 8px 7px;
	width:246px;
	line-height:17px;
	height:18px;
}
#newsletter span {
	display:inline-block;
	border:1px solid;
	border-color:#c0c0c0 #ebebeb #ebebeb #c0c0c0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.bullet {
	background:url(../images/marker-3.jpg) right 1px no-repeat;	
	padding:0px 35px 5px 0;
	display:inline-block;
}
/**************************************************************************************************end index-5.html***************************************************************************/
/*****************************************************************************************************index-6.html***************************************************************************/
#page7 .container-2 {
	padding:35px 0 4px 0;	
}
#page7 .container-1 {
	padding-bottom:51px;	
}

#search { padding:0px 0 0 0;}
#search label {
	height:49px;
	display:inline-block;
	
}
#search input {
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	border-bottom:none;
	border-right:none;
	background:#f9f9f9;
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	color:#484848;
	margin:0;
	outline:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:6px 14px 8px 7px;
	width:246px;
	line-height:17px;
	height:18px;
}
#search span {
	display:inline-block;
	border:1px solid;
	border-color:#c0c0c0 #ebebeb #ebebeb #c0c0c0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#page7 .box-indent {
	padding: 15px 20px 19px 22px;	
}
/**************************************************************************************************end index-6.html***************************************************************************/
/*****************************************************************************************************index-7.html***************************************************************************/
#page8 .container-2 {
	padding:35px 0 45px 0;	
}
#page8 .container-1 {
	padding-bottom:45px;	
}

/***** carousel style*****/
.carousel-6 {
	height:66px;
	width:940px;
	overflow:hidden;
	position:relative;
	}
#page8 .next,
#page8 .prev {display:block; width:31px; height:31px; text-indent:-5000px; position:absolute; top:-54px; z-index:55;	}
#page8 .next {
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	background-position:0 bottom;
	right:-2px; 
	z-index:55;
	}
	#page8 .next:hover {
	background-position:0 top;
	}
#page8 .prev {
	background:url(../images/prev.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	right:35px;
	}
	#page8 .prev:hover {
	background-position:left top;
	}
#carousel-6 li {width:150px; height:66px; overflow:hidden; position:relative; margin-right:7px;}
.jCarouselLite-6 {width:940px !important;}
.relative {position:relative;}
/***********************************************************************************************************************************************************************************************/
/**************************************************************************************************end index-7.html***************************************************************************/
/******************************************************************************************************index-8.html******************************************************************************/
#page9 .container-2 {
    padding: 35px 0 57px;
}
dl span {float:left; width:80px;}
/***** Contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form strong {
		display:inline-block;
		font-weight:normal;
		border:1px solid;
		border-color:#c0c0c0 #ebebeb #ebebeb #c0c0c0;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		background:#f9f9f9;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}			
			#contact-form label {
				display:block;
				min-height:43px;
			}
			#contact-form label.message { height:184px;}
			#contact-form span.border { display:inline-block; border:1px solid #dedfe0;}
			#contact-form input {
				border-left:1px solid #e6e6e6;
				border-top:1px solid #e6e6e6;
				border-bottom:none;
				border-right:none;
				background:#f9f9f9;
				font-family: 'Droid Sans', sans-serif;
				font-size:13px;
				color:#484848;
				margin:0;
				outline:none;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				padding:6px 14px 8px 7px;
				width:197px;
				line-height:17px;
				height:18px;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:165px;
				max-height:178px;
				margin:0;
				width:336px;
				max-width:336px;
				padding:7px 5px 9px 8px;
				border-left:1px solid #e6e6e6;
				border-top:1px solid #e6e6e6;
				border-bottom:none;
				border-right:none;
				background:#f9f9f9;
				font-family: 'Droid Sans', sans-serif;
				font-size:13px;
				color:#484848;
				outline:none;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				overflow:auto;
				float:left;
			}
			#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .success strong { background:none; border:none;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:12px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		.buttons-2 { padding:20px 0 0 0;}
		.buttons-2 a { padding-left:13px; padding-right:13px;}
		.buttons-2 a { margin-right:12px;}
/**************************************************************************************************end index-8.html******************************************************************************/
#page10 .container-2 {
    padding: 35px 0 9px;
}
.button {
	display:inline-block; 
	padding:5px 10px 7px 9px;
	color:#fff;
	background:url(../images/button.jpg) left top repeat-x #373737;
	font-family: 'Droid Sans', sans-serif;
	font-weight:bold;
	border:1px solid #202020;
	font-size:14px;
	line-height:18px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
	
	.button:hover {color:#fff; background:#72a21d; border-color:#72a21d;}

.list-1 li {
	line-height:19px;
	font-size:13px;
	padding:6px 0 5px 25px; 
	background:url(../images/marker-2.png) 0 8px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#484848;
	}
		.list-1 li a:hover {
			color:#72a21d;
		}

.list-2 li {
	font-size:14px; 
	line-height:24px; 
	padding:0px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
	.list-2 li a {
		display:block; 
		color:#1799cf; 
		padding-left:12px; 
		background:url(../images/marker-1.gif) 0 10px no-repeat;
	}
		.list-2 li a:hover {color:#fff;}
	.list-2 .last-item {background:none;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:27px;
	color:#393939;
	line-height:33px;
	font-weight:400;
	font-family: 'Yellowtail', cursive;
	text-decoration:none;
}
.link-1:hover {color:#72a21d;} 

/****************************footer************************/
footer {
	width:100%; 
	padding:0px;
	background:url(../images/footer-bg.jpg);
}
.footer-indent {
	padding:38px 0 46px 0;
	background:url(../images/footer-main-g.jpg) no-repeat;
}
.footer-logo {
	background:url(../images/footer-logo.png) no-repeat;
	width:81px;
	height:38px;
	display:block;
	text-indent:-5000px;
	float:left;
	margin:13px 0 0 31px;
}
.soc-links {
	float:right;
	width:170px;
	color:#040404;
	text-transform:uppercase;
	margin-right:20px;
}
.footer-links {
	color:#000000;
	font-weight:bold;
	margin:19px 0 0 5px;
}
.footer-links a { color:#000; text-decoration:none;}
.footer-links a:hover { color:#ccc;}
.height-1 { height:45px;}


.list-services {
	margin-top:14px;
}

	.list-services li {
		float:left; 
		padding:0px 8px 0 0px;
		line-height:20px;
	}
	

	.list-services li a {
		display:block;
		width:22px;
		height:22px;
	}
	.list-services li a.first {
		background:url(../images/rss.png) no-repeat;
		
	}
	.list-services li a.second {
		background:url(../images/linkedin.png) left top no-repeat;
	}
	.list-services li a.third {
		background:url(../images/twitter.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;
	font-weight:bold;
}


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	right:50%;
	bottom:138px;
	overflow:hidden;
	width:27px;
	height:20px;
	border:none;
	z-index:20;
	background:url(../images/marker-1.png) center top no-repeat;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	color:#414141;
	padding:4px 0 0 0;
	cursor:pointer;
	overflow:hidden;
	font-weight:700;
}
#toTop:hover { color:#72a21d;}
#toTop:active, #toTop:focus {
	outline:none;
}