@import"reset.css";
@import"grid.css";
@import"forms.css";

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import"ui.totop.css";

body{
	background: #d4e8ed;
	font:13px/18px 'PT Sans', sans-serif;
	color:#111;
	position:relative;
	min-width:1000px;
}
html,body{height:100%;}
p{padding-bottom:18px;}
a{color:#000;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:#3B7BB5;
	font-family: 'PT Sans', sans-serif; 
	margin-bottom:18px;
}
h1{font-size:26px;}
h2{font-size:24px;}
h3{font-size:22px;} 
h4{font-size:20px;}  
h5{font-size:18px;}
h6{font-size:16px;}

/* 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;
}

.head-box1 {
	margin-bottom:15px;
}

.last1 {
	margin-bottom:0 !important;
}

.last2 {
	padding-bottom:0 !important;
}

.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;}
.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;
}

.bg {
	background:url(../images/bg1.gif) repeat-x center 0 #C6BFAA;
	margin:0 auto;
	width:1000px;
}

.logo {
	display:block; 
	width:285px; 
	height:75px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

header h1 {
    float: left;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 20px 0 15px;
}

.soc-links a {
	display:block;
	width:30px;
	height:32px;
}

.soc-links a:hover {
	background-position:0 -46px;
}

.soc-links li {
	display:block;
	float:left;
	margin-left:2px;
}

.soc-links {
    float: right;
    margin-bottom: 20px;
    margin-right: 10px;
    overflow: hidden;
    padding-top: 15px;
}

.soc-link1 {
	background:url(../images/soc-link1.png) no-repeat 0 0;
}

.soc-link2 {
	background:url(../images/soc-link2.png) no-repeat 0 0;
}
.soc-link3 {
	background:url(../images/soc-link3.png) no-repeat 0 0;
}
.soc-link4 {
	background:url(../images/soc-link4.png) no-repeat 0 0;
}

.soc-link5 {
	background:url(../images/soc-link5.png) no-repeat 0 0;
}

/*** MENU ***/

nav {
    background: url("../layout/menu-bg.png") no-repeat scroll left top #2C6CA6;
    color: #FFFFFF;
    float: left;
    height: 37px;
    line-height: 30px;
    padding: 0 5px;
    width: 990px;
    z-index: 1000;
}

.sf-menu, .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sf-menu {
    line-height: 1;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 180px;
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 37px;
    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: 181px;
    top: -1px;
}
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: 181px;
    top: 0;
}
.sf-menu {
    float: left;
    width: 860px;
}
.sf-menu a {
    font-size: 16px;
    padding: 11px 25px;
    text-decoration: none;
}
.sf-menu a, .sf-menu a:visited {
    color: #FFFFFF;
}
.sf-menu li {
    background: none repeat scroll 0 0 transparent;
}
.sf-menu li li {
    background: none repeat scroll 0 0 #C2B79F;
    border-color: #CAC4B7 #A9A18E #A49D8A #BEB7A6;
    border-style: solid;
    border-width: 1px;
}

.sf-menu li li a {
    font-size: 14px;
}

.sf-menu li li li {
    background: none repeat scroll 0 0 #C2B79F;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: url("../layout/menu-hover.png") repeat-x scroll left top #A19A86;
    outline: 0 none;
}
.sf-menu a.sf-with-ul {
    min-width: 1px;
    padding-right: 2.25em;
}
.sf-sub-indicator {
    background: url("../images/arrows-ffffff.png") no-repeat scroll -10px -100px transparent;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 0.75em;
    text-indent: -999em;
    top: 1.05em;
    width: 10px;
}
a > .sf-sub-indicator {
    background-position: 0 -100px;
    top: 0.8em;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-shadow ul {
    background: url("../images/shadow-trans.png") no-repeat scroll right bottom transparent;
    padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
    background: none repeat scroll 0 0 transparent;
}
* html .sf-shadow ul {
    background: none repeat scroll 0 0 transparent;
}


/********************** Content ************************/

#content {
	width:100%; 
	padding:30px 0 31px;
	position:relative;
	z-index:1;
}

.p15 {
	padding:21px 0 31px !important;
}

																									/***** Page 1 *****/



.page1-box1 {
    background: url("../images/bg2.gif") repeat scroll center 0 transparent;
    overflow: hidden;
    padding: 22px 20px 6px 27px;
}

.text1 {
	color:#2b2b2b;
	font-size:27px;
	line-height:27px;
	display:block;
	margin-bottom:1px;
	text-transform:uppercase;	
}

.inner1 {
	float:left;
	width:600px;
}

.button1 {
	background:url(../images/button1.gif) repeat-x 0 0 #dbdbdb;
	display:inline-block;
	text-transform:uppercase;
	color:#808080;
	font-size:13px;
	line-height:16px;
	text-shadow:1px 1px 0 #fff;
	font-weight:bold;
	font-family: 'PT Sans', sans-serif;
	padding:13px 29px;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.09);
}

.button1:hover {
	background:#303030;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 0 #0e0e0e;
}

.p6 {margin-top:2px}

.p7 {
	margin-bottom:48px;
}

#link1 {
    background: url("../images/marker1.png") no-repeat scroll right 7px transparent;
    color: #2B2B2B;
    display: inline-block;
    font-family: 'PT Sans',sans-serif;
    font-size: 13px;
    line-height: 16px;
	transition: all 0.4s ease 0s;
    padding-right: 16px;
}

#link1:hover {
	color:#9f9f9f;
	text-decoration:none;
}

.page1-box2 {
	overflow:hidden;
	padding-right:43px;
}

.p8 {
	padding-bottom:26px;
}

.dl2 dt {width:200px;}

.dl2 span {float:left; width:82px;}

.dl2 dd { line-height:18px;}

.text2 {
	display:block;
	color:#2b2b2b;
	font-size:20px;
}

.p9{
	margin-bottom:55px;
}

.p10 {
	padding:15px 29px 16px 20px;
	margin-bottom:20px;
}


.text3 {
    color: #2B2B2B;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 22px;
    padding-right: 12px;
}

.page1-img1 {margin-bottom:20px;}


img.color {
    left: 0;
    position: absolute;
    top: 0;
}
img.grey {
    left: 0;
    position: relative;
    top: 0;
    z-index: 10;
}

.link-bot {
	position:relative;
	display:inline-block;
	
}


.link2 {
    display: inline-block;
    line-height: 26px;
	transition: all 0.4s ease 0s;
    margin-left: 9px;
	color:#929292;
}

.link2:hover {
	color:#000;
	text-decoration:none;
}

.page1-box3 {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 18px;
    padding-bottom: 9px;
}


																									/***** Page 2 *****/


.page2-img2 {
    float: left;
    margin-right: 20px;
    padding-top: 6px;
}

.p16 {
	padding-bottom:6px;
}

.page2-box1 p {
	padding-bottom:0;
}

.link3 {
	color:#020202;
	transition: all 0.4s ease 0s;
}

.link3:hover {
	color:#9f9f9f;
	text-decoration:none;
}

.page2-img3 {
    float: left;
    margin-right: 20px;
    padding-top: 6px;
}

.page2-box1 {
	overflow:hidden;
	margin-bottom:14px;
}

.text5 {
	display:block;
	color:#929292;
	margin-bottom:7px;
	font-size:13px;
	font-weight:bold;
}

.time1 {
	display:block;
	color:#2b2b2b;
	font-size:12px;
}

.p17 {
	margin-bottom:44px;
}

.p18 {
	margin-bottom:56px;
}

.p19 {
	padding:0 0 47px !important;
}


.p20 {
    padding: 15px 29px 16px 20px;
}

.page2-img4 {
	float:left;
	margin-right:20px;
	padding-top:6px;
}

.p21 {
	margin-bottom:42px;
}
																									/***** Page 3 *****/

.list1 a {
	color:#929292;
	transition: all 0.4s ease 0s;
	font-size:13px;
}

.list1 a:hover {
	color:#000;
	text-decoration:none;
}


.list1 li {
    background: url("../images/marker1.png") no-repeat scroll 1px 6px transparent;
    display: block;
    line-height: 16px;
    padding-bottom: 8px;
    padding-left: 20px;
}

.text6 {color:#000;}

.page3-img1 { padding-top:6px;}

.p23 {
	margin-bottom:24px;
}
.p24 {
	margin-bottom:47px;
}

.p25 {
	padding-bottom:13px;
}

.p26 {
	margin-bottom:12px;
}

.last3 {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	border:0 !important;
}

.p27 {
	margin-top: 6px;
}

																									/***** Page 4 *****/

.link4 {
	color:#929292;
	display:inline-block;
	margin-bottom:4px;
	font-size:16px;
	transition: all 0.4s ease 0s;
}

.link4:hover {
	color:#000;
	text-decoration:none;
}

.link5 {
	color:#000;
	transition: all 0.4s ease 0s;
}

.link5:hover {
	color:#9f9f9f;
	text-decoration:none;
}

.p28 {
	color:#000;
}

.inner2 {
	margin-bottom:10px;
}

.page5-img1 {
	padding-top:6px;
}

.page5-box1 {
	overflow:hidden;
	margin-bottom:36px;
}



#search1 input {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #D4D4D4;
    color: #000000;
    display: inline-block;
    font-family: 'PT Sans',sans-serif;
    font-size: 12px;
	height:15px;
	line-height:15px;
    margin: 0 0 25px;
    outline: medium none;
    padding: 14px 10px 13px;
    width: 200px;
}

#search1 {
    padding-top: 5px;
    position: relative;
	margin-bottom:41px;
}
																									/***** Page 5 *****/


.page6-img1 {
	margin-bottom:26px;
}

.dl1 dt {width:200px;}

.dl1 span {float:left; width:82px;}

.dl1 dd { line-height:18px;}

.dl1 dd a {color:#000; text-decoration:underline;}

.dl1 dd a:hover {color:#9f9f9f; text-decoration:none;}
	
/******************** Footer ******************/
footer {
	width:100%; 
	padding:26px 0 20px;
	background:url(../images/bg2.gif) repeat center 0;
}

.p22 {
	padding:45px 0 20px !important;
}


.button2 {
    background: url("../images/button2.gif") repeat-x scroll 0 0 #E2E2E2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.09);
    color: #464646;
    display: inline-block;
    font-size: 13px;
	float:left;
	margin-bottom:8px;
    line-height: 16px;
    padding: 2px 9px 4px;
	margin-right:6px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.p14 {
	margin-bottom:59px;
}

.foot-page1 {
	color:#464646;
}

.foot-line {
	width:100%;
	height:9px;
	background:url(../images/bg1.gif) repeat-x center 0;
}

.foot-page1 a {
	color:#464646;
	transition: all 0.4s ease 0s;
}
.foot-page1 a:hover {
	color:#9f9f9f;
	text-decoration:none;
	transition: all 0.4s ease 0s;
}
.p13 {
    font-weight: normal;
    margin-bottom: 27px;
}

.button2:hover {
	background:#303030;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 0 #0e0e0e;
}

.p12 {
	margin-bottom:29px;
	font-weight:normal;
}

.text4 {
	display:block;
	color:#464646;
}



.dl2 {
	margin-bottom:26px;
}


.banner1 {
    display: inline-block;
    margin-left: 38px;
    margin-top: 21px;
}

.banner2 {
    margin-left: 38px;
    margin-top: 11px;
	display:inline-block;
}

.banner3 {
    margin-left: 21px;
    margin-top: 29px;
	display:inline-block;
}

.banner4 {
    margin-left: 65px;
	display:inline-block;
    margin-top: 7px;
}

.link-bot {
	position:relative;
	display:inline-block;
	margin-bottom:10px;
}

.lang {
	float:right;
	margin-right: 100px;
}
.lang li{
	float:left;
	margin-left: 15px;
}
.lang  li:hover{
	opacity:.6;
}
