/* Global properties ======================================================== */
html {width:100%;}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
	min-width:1236px;
	margin: 0px;
}

.main {
	width:960px; 	
	padding:0;
	margin: auto;
	font-size:13px;
	line-height:19px;
}

a {color:#1799cf; text-decoration:none;}
a:hover {}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:19px;}
.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:#666;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.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 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	


/*********************************content*************************************/
#content {
	width:100%; 
	padding: 0px;
	position:relative;
	z-index:1;
	overflow: hidden;
}


#page2 #content {
	padding: 28px 0 59px;
}

#page3 #content {
	padding: 28px 0 21px;
}
#page4 #content,
#page6 #content {
	padding: 28px 0 47px;
}

#page5 #content {
	padding: 28px 0 52px;
}

#page7 #content {
	padding: 28px 0 44px;
}

																									/***** Page 1 *****/

ul.tabs {
	    margin: 0;
	    padding: 0;
	    list-style: none;
    height: 48px; /*--Set height of tabs--*/
    width: 100%;
	}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 45px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/	
	overflow: hidden;
	position: relative;
	text-align:center;
	margin-right:1px;
	border-radius:3px 3px 3px 3px;
     -moz-border-radius:3px 3px 3px 3px;
     -webkit-border-radius:3px 3px 3px 3px;
	 background:url(images/tab-li.gif) repeat-x 0 0 #ececec;
}
ul.tabs li a {
	text-decoration: none;
	color: #737373;
	display: block;
	text-transform:uppercase;
	font-size: 24px;
	outline: none;
	font-family: 'Oswald', sans-serif;
	padding:7px 86px 7px 29px;
	letter-spacing:-1px;	
	background:url(images/tab-li1.png) no-repeat 193px 13px;
}
ul.tabs li:hover,
html ul.tabs li.active {
	background-position: 0 -105px;
	color:#222222;
	background-color:#d8d8d8;
}
ul.tabs a:hover,
html ul.tabs li.active a {
	background-position:193px -52px;
	color:#222222;
}

.tabs-box {
	overflow:hidden;
}
.page1-box1 img,
.page1-img3 img {border:1px solid #d5d2d2;}

.page1-img1 {
	float:left;
	margin-right:15px;
}

.page1-box1 span {
    color: #858585;
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    padding-top: 7px;
}

.page1-box1 {
	padding-top:20px;
}

.inner a {
    color: #8eb02b;
	text-decoration:underline;
}

.inner a:hover {
    color: #8C8C8C;
	text-decoration:none;
}

.button2 {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	color:#fff;
	line-height:1.2em;
	background:#3d3d3d;
	padding:6px 20px 6px 20px;
	text-decoration:none !important;
	display:inline-block;
	letter-spacing:-1px;
	margin-top: -100px;
}

.button2:hover { color:#8EB02B; background:#dadada;}


.inner {
	overflow:hidden;
	margin-bottom: 13px;
}

.list1 a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#222222;
	text-transform:uppercase;
	background:#f9f9f9;	
	letter-spacing: -1px;
    padding-bottom: 5px;
    padding-left: 43px;
    padding-top: 5px;
	display:block;
	background:url(images/marker2.png) no-repeat 29px 11px;
}


.list1 li { 
	border-top:1px solid #fff;
}

.list1 {
	background:#f9f9f9;
	padding-top: 11px;
	border:1px solid #eeeeee;
	padding-bottom: 6px;
}
.list1 a:hover { background-color:#f1f1f1; color:#8eb02b;}

.p6 {
	border-bottom:1px solid #bdbdbd;
	padding-bottom: 32px;
	margin-bottom: 42px;
}

.page1-img2 {
	float:left;
	margin-right:15px;
	margin-top:4px;
}

.page1-box2 a {
	display:inline-block;
	color:#8eb02b;
	font-size:16px;
	margin-bottom: 1px;
}

.page1-box2 a:hover {
	color:#8C8C8C;
}

.page1-box2 {
	overflow:hidden;
	margin-bottom:1px;
}

.p7 {
	margin-top:7px;
}

.page1-box7 {
	position:relative;
	float:left;
	margin-bottom: 6px;
    margin-right: 6px;
}
.page1-box8 {
	position:relative;
	float:left;
	margin-bottom: 6px;
}


.img-hover {
	width:132px;
	height:132px;
	background:url(images/page1-hover.gif) repeat 0 0;
	position:absolute;
	z-index:999;
	left:0px;
	top:0px;
	opacity:0.5;
	display:block;
}

/* Lightbox image */
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:inline-block;
	}
	.lightbox-image img {
		position:relative;
		z-index:2;
		}
	#page5 .lightbox-image img {float:left;}
	.lightbox-image span {
		display:block;
		position:absolute;
		left:132px;
		top:106px;
		width:25px;
		height:25px;
		background:url(images/magnify.png) no-repeat 0 0;
		z-index:1;
		}
		
/* Lightbox image */
.lightbox-image1 {
	position:relative;
	display:inline-block;
	}
	.lightbox-image1 img {
		position:relative;
		z-index:2;
		}
	.lightbox-image1 img {float:left;}
	.lightbox-image1 span {
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:url(images/magnify1.png) no-repeat 50% 50%;
		z-index:1;
		}	
		
.page1-box7 span {z-index:9;}

.page1-box3 {
	overflow:hidden;
	padding-top:26px;
}

.last2 {
	margin-right:0 !important;
}

.p8 {
	margin-bottom:7px;
}

.link1 {	
	background:url(images/rss.png) no-repeat 0 0;
	color: #3D3D3D;
    display: inline-block;
    font-size: 16px;
    margin-left: 19px;
    margin-top: 2px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-top: 5px;
}

.link1:hover {
	color:#8EB02B;
	background-position:0 -69px;
}

.bg-2 {
	background:url(images/bg-2.gif) repeat-x 0 0 #f7f7f7;
	width:100%;
	overflow:hidden;
	padding-top: 34px;
	padding-bottom: 38px;
}

.p9 {
	margin-bottom:63px;	
}

.page1-box4 span {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1c1c28;
	display:block;
	margin-bottom: 2px;
	line-height:19px;
}

.page1-box4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#a0a0a0;
	line-height:21px;
	margin-left: 1px;
}

.p10 {
	margin-bottom:21px;
}

.page1-box5 {
	background:url(images/page1-bg1.gif) repeat-y 0 0;
	border-radius:10px;
 	-moz-border-radius:10px;
	 -webkit-border-radius:10px;
	line-height: 21px;
	color:#a0a0a0;
	position:relative;
	padding: 20px 5px 5px 29px;
}


.page1-box5 a {
	color:#252522;
	font-size:16px;
	display:inline-block;
	line-height: 19px;
    margin-bottom: 2px;
}
.page1-box5 a:hover { color:#8EB02B;}


.p11 {
	margin-bottom:10px;
}

.page1-box6 {
	position:absolute;
	bottom:-28px;
	background:url(images/page1-bg2.png) no-repeat 0 0;
	width:30px;
	left:86px;
	display:block;
	height:28px;
}

.link2 {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	line-height:1.2em;
	display:inline-block;
	margin-left: 18px;
    margin-top: 8px;
	letter-spacing:-1px;
	color:#2a2a2a;
}

.link2:hover { color:#8EB02B;}

																									/***** Page 3 *****/

.page4-box1 {
	overflow:hidden;
	background:#e7e7e7;
	padding:10px 10px 0;
	margin-top:2px;
}

.page4-img1 {
	  margin-bottom: 17px;
}

.page4-box1 a {
	color:#222222;
	font-family: 'Oswald', sans-serif;
	line-height:1.2em;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin-bottom: 13px;
	display:inline-block;
	font-weight:normal;
}
.page4-box1 a:hover {
	color:#8EB02B;
}

.p21 {
	margin-bottom:10px;
}

.p23 {
	margin-bottom:16px;
}

																									/***** Page 4 *****/

.p16 {
	margin-bottom: 31px;
}

.page3-img1 {
	margin-top:3px;
}

.p17 {
	margin-bottom:27px;
}

.p18 {
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 46px;
    padding-bottom: 50px;
}

.link3 {
	color:#4B4B4B;
}

.link3:hover {
	color:#8EB02B;
}

.list4 a {
	color:#222222;
	font-size:13px;
	letter-spacing: -1px;
	text-transform:uppercase;
}

.list4 a:hover {
	color:#8EB02B;	
}

.list4 li {
	line-height: 19px;
    margin-bottom: 11px;
	background:url(images/marker2.png) no-repeat 0px 6px;
	padding-left: 14px;
}

.list4 {padding-bottom: 10px;}

.p19 {
	margin-bottom:12px;
}

.page5-img1 img {

}

	/***** Page 5 *****/

.text1 {
	color:#8eb02b;
	font-size:16px;
	line-height:19px;
	display:block;
	margin-bottom: 19px;
}

.page5-box1 {
	padding:10px 0 10px 0px;
	background:#f8f8f8;
	overflow:hidden;
}

.p20 {
	margin-bottom: 34px;
}

.page5-img1 {
	padding-left:10px;
}

.page5-box2 {
	overflow:hidden;
	padding-top:7px;
	padding-right:18px;
	padding-left:10px;
	padding-bottom:46px;
}

.p22 {
	margin-bottom: 0px;
	height: 250px;
}

.carousel1 {position:relative; }

.carousel1 li { float:left;}



.next,
.prev{
	display:block;
	width:42px;
	height:60px;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	float:left;
	cursor:pointer;
	z-index:999;
}

.prev {
	background:url(images/prev.png) no-repeat center top;
	left: -57px;
    top: 140px;
}

.next {
	background:url(images/next.png) no-repeat center top;
	right: -57px;
    top: 140px;
}

.next:hover, 
.prev:hover {background-position:0px -98px;}