@import"reset.css";@import"grid.css";@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);@import url(http://fonts.googleapis.com/css?family=Changa+One);
body{
	background:#fff;
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	position:relative;
	min-width:980px;
}
html,body{height:100%;}
p{padding-bottom:18px;}
a{color:#2b2b2b;outline:none;cursor:pointer;text-decoration:none;}
a:hover{text-decoration:underline}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#2b2b2b;font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-weight:normal; margin-bottom:17px;}
h1{font-size:40px;}
h2{font-size:35px;}
h3{font-size:18px; text-transform:uppercase;} 
h4{font-size:27px;}  
h5{font-size:25px;}
h6{font-size:22px;}
/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{color:#ff2100;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	position:relative;
}

.wrapper {width:100%; overflow:hidden;}
 
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

/*********************************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 !important;}
.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;
}



.logo {
	display:block; 
	width:250px; 
	height:110px;
	position:relative;
	z-index:999;
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
}


.cont-list li {
    color: #2B2B2B;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
	text-shadow:1px 1px 0 #f1eeeb;
    padding-bottom: 1px;
    text-transform: uppercase;
}

header h1 {
	padding:0 0 0 5px;
	margin:0;
	font-size:0;
	float:left;
	line-height:0;
}


.head-box2 {
    color: #2B2B2B;
    display: block;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
	position:relative;
	z-index:999;
    padding-top: 20px;
    text-shadow: 1px 1px 0 #F1EEEB;
    text-transform: uppercase;
    width: 250px;
	margin-left: 150px;
}
.head-box2 span {
	display:block;
	line-height: 20px;	
	font-size: 10x;
	letter-spacing:2px;
	margin-bottom:1px;
}

.head-box2 a {
	display:inline-block;
	line-height: 17px;
	font-size: 14px;
	color:#2B2B2B;
}

.head-box2 a:hover {
	color:#a9a9a9;
	text-decoration:none;
}


.head-box1 {
    float: left;
    margin-left: 50px;
    overflow: hidden;
    padding-top: 31px;
    width: 200px;
	position:relative;
	z-index:999;
}

.menu-box {
	padding-top:390px;
}

nav {
	float:right;
	margin-right:5px;
	position:relative;
	z-index:9999;
	background:url(../images/menu-bg.png) repeat 0 0;
}


/*** MENU ***/


.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu li {
	float:			left;
	position:		relative;
}

.sf-menu a {
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    line-height: 15px;
    padding: 25px 45px 28px;
    position: relative;
	font-weight:bold;
    text-shadow: 1px 1px 0 #888888;
    text-transform: uppercase;
}

.p60 a {
	padding:25px 30px 28px;
}


.sf-menu a:hover,
.sf-menu a.active,
.sf-menu li.sfHover > a {
	background:#2b2b2b;
	text-shadow:none;
	text-decoration:none;
}

.sf-menu ul a:hover,
.sf-menu ul li.sfHover > a {
	color:#a9a9a9;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	background:#2b2b2b;
	padding:20px 10px;
	width:			131px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	margin-bottom:10px;
}
.sf-menu ul a {
	display:inline-block;
	padding:0;
	font-size:16px;
	text-shadow:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;	
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			68px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/********************** Content ************************/

#content {
	width:100%; 
	padding:29px 0 11px;
	position:relative;
}


.border1 {
    margin-bottom: 10px;
    padding-bottom: 19px;
}

.padd {
	padding:0 0 11px !important;
}

																									/***** Page 1 *****/

.p6 {
	line-height:22px;
}

.orang {
	color:#e39b1d !important;
}

.page1-box1 span {
	display:block;
	color:#2b2b2b;
	margin-bottom:-2px;
	font-size:16px;
	line-height:20px;
	font-family: 'Changa One', cursive;
}

.color4 {
	color:#2b2b2b;
}


.page1-box1 {
	position:relative;	
	background:#fff;
	margin-bottom:16px;
	z-index:9999;	
	padding-bottom:20px;
	border-bottom:1px solid #e3e3e3;
}


.top {
    padding-top: 40px;   
	margin-top:-68px; 
}

.last1 {
	border-bottom:1px solid #e3e3e3;
	margin:0;
	padding:0;
	padding-bottom:20px;

}

.partnerv {
	border-bottom:1px solid #e3e3e3;
	margin:0;
	padding:0;
	padding-bottom:20px;

}

.partnervend {
	border-bottom:0;
	margin:0;
	padding:0;
	padding-bottom:20px;

}

.link1 {
	text-decoration:underline;
	float:right;
	font-family: 'Open Sans', sans-serif;

	font-weight:bold;
	font-size:11px;
	line-height:14px;
	color:#2b2b2b;
	letter-spacing:1px;
}

.link1:hover {
	text-decoration:none;
}

.p7 {
    padding-bottom: 9px;
}

.green {
	color:#828016;
}

.red {
	color:#c23a52;
}


.text1 {
    color: #A9A9A9;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 29px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.page1-box2 {
	overflow:hidden;
	padding-top:42px;
}

.p8 {
	margin-bottom:7px;
}


.color2 {
    color: #2B2B2B;
    padding-right: 35px;
	padding-bottom: 26px;
}

.list1 a {	
	color:#b7b7b7;
	display:inline-block;
	margin-left:2px;
}

.list1 li {
	display:block;
	line-height:15px;
	padding-bottom:7px;
	color:#202020;
	text-transform:uppercase;	
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:bold;
}

.list1 {
	margin-bottom:28px;
}

.page1-img2 {
	margin-bottom:16px;
}



.p9 {
	line-height:25px;
}

.text2 {
	display:block;
	color:#2b2b2b;
	font-size:12px;
	line-height:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}


.page1-box3 {
    overflow: hidden;
    padding-top: 32px;
    position: relative;
    z-index: 99999;
}




.page1-box4 {
    float: left;
    margin-left: 5px;
    margin-right: 36px;
    overflow: hidden;
    padding-top: 26px;
    width: 200px;
}

.last2 {
    margin: 0 0 0 3px;
    width: 194px;
}
.text3 {
	display:block;
	color:#a9a9a9;
	font-size:24px;
	margin-bottom:7px;
	font-family: 'Changa One', cursive;
	line-height:29px;
}

.link2 {
	color:#2b2b2b;
	font-size:12px;
	margin-bottom:7px;
	line-height:16px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	display:inline-block;
}

.link2:hover {
	color:#a9a9a9;
	text-decoration:none;
}

.carousel { width: 680px !important;position:relative; height: 228px !important;}


.car-wrapper {
	position:relative;
	
}

	.carousel li {
    float: left;
    overflow: visible !important;
	width:241px;
	height:191px;
}

.next1,
.prev1{
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	float:left;
	cursor:pointer;
	z-index:5;
}

.prev1 {
	background:url(../images/prev1.gif) no-repeat center top;
	bottom: 0;
    right: 35px;
}




.next1 {
	background:url(../images/next1.gif) no-repeat center top;
	bottom: 0;
    right: 5px;
}
.next1:hover, 
.prev1:hover {background-position:0px -118px;}



																									/***** Page 2 *****/


.page2-img1 {
    float: left;
    margin-right: 20px;
    margin-top: 3px;
}

.color3 {
	color:#2b2b2b;
	padding-right:40px;
}

.link4 {
	color:#2b2b2b;
	font-weight:normal;
}

.link4:hover {
	color:#a9a9a9;
	text-decoration:none;
}

.page2-box2 {
	overflow:hidden;
	color:#e39b1d;
	margin-bottom:35px;
	font-weight:bold;
}

.page2-box1 {
	overflow:hidden;
	margin-bottom:17px;
}

.p10 {
	padding-bottom:11px;
}

.p11 {
	margin-bottom:10px;
}

.p13 {
	margin-bottom:5px;
}

.page2-box3 p {padding-bottom:16px;}


.text4 {
    background: url("../images/marker2.png") no-repeat scroll 20px 16px transparent;
    border: 1px solid #E3E3E3;
    color: #B2B2B2;
    font-size: 13px;
	margin-bottom:20px;
    line-height: 18px;
    padding: 12px 10px 12px 38px;
}
.p12 {margin-bottom:21px;}

.text4 p {
	padding-bottom:14px;
	font-style:italic;
}

.last3 {
	margin-bottom:48px;
}
																									/***** Page 3 *****/

.page3-img1 {
	margin-bottom:16px;
}

.page3-box1 {overflow:hidden;
margin-bottom:13px;
}

.page3-box1 p {
	color:#2b2b2b;
	padding-top:6px;
}


.list3 li {
    background: url("../images/divider1.gif") repeat-x scroll 0 bottom transparent;
    color: #2B2B2B;
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.list3 a {
	color:#2b2b2b;
}


.list3 a:hover{
	color:#B6B6B6;
	text-decoration:none;
}
.list3 {
	margin-bottom:37px;
}

.last4 {
	background:none !important;
}


.list3 span {
	float:right;
	text-align:right;
	width:50px;
	display:inline-block;
}

.p14 {
	margin-bottom:16px;
}

																									/***** Page 4 *****/

.page5-img1 {
	margin-bottom:14px;
}

.p15 {
	margin-bottom:13px;
}

.p16 {
	margin-bottom:27px;
}

																									/***** Page 5 *****/



.page7-box1 span {
    color: #2B2B2B;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 14px;
    padding-top: 3px;
    text-transform: uppercase;
}

.page7-box1 a {
	color:#2b2b2b;
	text-decoration:underline;
}

.page7-box1 a:hover {
	text-decoration:none;
}
.border3 {
	margin-bottom:30px;
}


																									
	
																								
.dl1 dt {width:150px;margin-bottom: 18px;}

.dl1 span {float:left; width:88px;}

.dl1 dd { line-height:18px;}

.dl1 dd a {color:#171717;}

.dl1 dd a:hover {color:#9ea198; text-decoration:underline;}
	
/******************** Footer ******************/
footer {
	width:100%; 
	padding:0 0 30px;
}


footer .main {
    border-top: 1px solid #E3E3E3;
    padding-top: 27px;
}
	

.link3 {
	color:#b6b6b6;
}

.list2 a {
	color:#000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}

.list2 {
	padding-top:4px;
}

.list2 li {
    background: url("../images/marker1.png") no-repeat scroll 0 4px transparent;
    display: block;
    line-height: 16px;
    padding-bottom: 6px;
    padding-left: 31px;
	color:#000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}


.foot-page1 {
    color: #B6B6B6;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
	text-transform:uppercase;
    line-height: 15px;
}


.foot-page1 span {
    display: inline-block;
    padding-left: 5px;
    padding-top: 7px;
}

.foot-logo {
	display:inline-block;
	background:url(../images/foot-logo.png) no-repeat 0 0;
	width:77px;
	height:20px;
}