@import"reset.css";@import"grid.css";@import"forms.css";@import"prettyPhoto.css";@import"ui.totop.css";
@import url(https://fonts.googleapis.com/css?family=Anton);@import url(https://fonts.googleapis.com/css?family=Oswald);
body{
	background: url(../images/main-bg.jpg) repeat 0 0;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	position:relative;
	min-width:1006px;
}
html,body{height:100%;}
p{padding-bottom:18px;}
a{color:#fd4509;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:#979797;font-family: 'Anton', sans-serif; text-transform:uppercase;font-weight:normal;margin-bottom: 11px; }
h1{font-size:40px;}
h2{font-size:36px;}
h3{font-size:30px;} 
h4{font-size:27px;}  
h5{font-size:25px;}
h6{font-size:22px;}
.h4 {
	color:#fff;
}
/* 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;
	position:relative;
	margin:0 auto;
}

.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;
}



.logo {
	display:block; 
	width:328px; 
	position:absolute;
	left:-35px;
	top:54px;
	height:131px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}

/* LightBox */
.lightbox-image {position:relative;overflow:hidden;display:inline-block;z-index:99;}
.lightbox-image img {position:relative;z-index:2;background:#f1f1f1;}
.lightbox-image span {display:block;position:absolute;left:0;top:0;width:100%;height:100%;background: url(../images/magnifying-glass.png) no-repeat 50% 50%;z-index:1;}

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

header h1 {
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
}

.soc-links {
	float:right;
	margin-right:10px;
	padding-top:71px;
}

.soc-links li {
	display:block;
	float:left;
	padding-left:7px;
}

.soc-links a {
	display:block;
	width:44px;
	height:44px;
}

.soc-links a:hover {
	background-position:0 -87px;
}

.soc-link1 {
	background:url(../images/soc-link1.png) no-repeat 0 0;
}

.soc-link2 {
	background:url(../images/soc-link2.png) no-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;
	margin-left:30px;
	position:		relative;
}

nav {
    float: right;
    margin-right: 16px;
	margin-bottom:35px;
    padding-top: 43px;
}

.sf-menu a {
	display:		block;
	position:		relative;
	font-family: 'Anton', sans-serif;
	font-size:26px;
	text-transform:uppercase;
	color:#fff;
	line-height:32px;
}

.sf-menu a:hover,
.sf-menu a.active,
.sf-menu li.sfHover > a {
	color:#000;
	text-decoration:none;
}

.sf-menu ul a:hover,
.sf-menu ul a.active,
.sf-menu ul li.sfHover > a {
	color:#fd4509;
	text-decoration:none;
}

.last1 {
	background:url(../images/last1-bg.png) no-repeat 0 bottom !important;
	padding-bottom:35px !important;
}


.sf-menu ul {
    background: url("../images/menu2-bg.png") no-repeat scroll 0 0 transparent;    
    position: absolute;
    top: -999em;
    width: 175px;
}

.first1 {
	margin-top: 27px !important;
}
	
.sf-menu ul li {
	width:			88%;
	padding-bottom:6px;
	margin:0;
	background:#fff;
	padding-left: 18px;    
}
.sf-menu ul a {
	color:#0c0200;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	display:inline-block;
	line-height:18px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 3px;
    top: 40px; /* 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:0;
	position:relative;
	z-index:1;
}

																									/***** Page 1 *****/

.page1-box1 {
    background:url(../images/top1.png) no-repeat 0 0;
    overflow: hidden;
    padding: 19px 17px 12px 20px;
	position:relative;
}

.bottom-bot {
	position:absolute;
	display:block;
	background:url(../images/bottom1.png) no-repeat 0 0;
	width:100%;
	height:400px;
	left:0;
	bottom:0;
	z-index:-1;
}

.middle-bot {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    display: block;
    height: 80%;
    left: 0;
    margin-top: 41px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bot2 .bottom-bot {
	background:url(../images/bottom2.png) no-repeat 0 0 !important;
}

.bot3 .middle-bot {
    height: 75%;
}

.bot2 {background:url(../images/top2.png) no-repeat 0 0 !important;}

.bot3 .bottom-bot {
	background:url(../images/bottom3.png) no-repeat 0 0 !important;
}

.bot3 {background:url(../images/top3.png) no-repeat 0 0 !important;}

.bot4 .bottom-bot2 {
	background:url(../images/bottom4.png) no-repeat 0 0 !important;
}

.bot4 {background:url(../images/top4.png) no-repeat 0 0 !important;}

.bot5 .bottom-bot {
	background:url(../images/bottom5.png) no-repeat 0 0 !important;
}

.bot5 {background:url(../images/top5.png) no-repeat 0 0 !important;}

.bot6 .bottom-bot3 {
	background:url(../images/bottom6.png) no-repeat 0 0 !important;
}

.bot6 {background:url(../images/top6.png) no-repeat 0 0 !important;}
.bot7 .bottom-bot4 {
	background:url(../images/bottom7.png) no-repeat 0 0 !important;
}

.bot7 {background:url(../images/top7.png) no-repeat 0 0 !important; position:relative;}

.bot8 .bottom-bot5 {
	background:url(../images/bottom8.png) no-repeat 0 0 !important;
}

.bot8 {background:url(../images/top8.png) no-repeat 0 0 !important;}

.bot9 .bottom-bot6 {
	background:url(../images/bottom9.png) no-repeat 0 0 !important;
}

.bot9 {background:url(../images/top9.png) no-repeat 0 0 !important;}

.bot10 .bottom-bot7 {
	background:url(../images/bottom10.png) no-repeat 0 0 !important;
}

.bot10 {background:url(../images/top10.png) no-repeat 0 0 !important; position:relative;}

.bot11 .bottom-bot8 {
	background:url(../images/bottom11.png) no-repeat 0 0 !important;
}

.bot11 {background:url(../images/top11.png) no-repeat 0 0 !important; position:relative;}
.bot12 .bottom-bot {
	background:url(../images/bottom12.png) no-repeat 0 0 !important;
}

.bot12 {background:url(../images/top12.png) no-repeat 0 0 !important; position:relative;}

.bot13 .bottom-bot9 {
	background:url(../images/bottom13.png) no-repeat 0 0 !important;
}

.bot13 {background:url(../images/top13.png) no-repeat 0 0 !important; position:relative;}

.bot14 .bottom-bot10 {
	background:url(../images/bottom14.png) no-repeat 0 0 !important;
}

.bot14 {background:url(../images/top14.png) no-repeat 0 0 !important; position:relative;}

.bot15 .bottom-bot10 {
	background:url(../images/bottom15.png) no-repeat 0 0 !important;
}

.bot15 {background:url(../images/top15.png) no-repeat 0 0 !important; position:relative;}
.bot16 .bottom-bot {
	background:url(../images/bottom16.png) no-repeat 0 0 !important;
}

.bot16 {background:url(../images/top16.png) no-repeat 0 0 !important; position:relative;}


.middle-bot1 {
    background:#040404;
    bottom: 0;
    display: block;
    height: 71%;
    left: 0;
    margin-top: 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.middle-bot3 {
    background:#fff;
    bottom: 0;
    display: block;
    height: 76%;
    left: 0;
    margin-top: 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.middle-bot4 {
    background:#fff;
    bottom: 0;
    display: block;
    height: 71%;
    left: 0;
    margin-top: 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bottom-bot2 {
	position:absolute;
	display:block;
	width:100%;
	height:277px;
	left:0;
	bottom:0;
	z-index:-1;
}

.bottom-bot3 {
	position:absolute;
	display:block;
	width:100%;
	height:224px;
	left:0;
	bottom:0;
	z-index:-1;
}

.bottom-bot4 {
	position:absolute;
	display:block;
	width:100%;
	height:241px;
	left:0;
	bottom:0;
	z-index:-1;
}

.bottom-bot5 {
	position:absolute;
	display:block;
	width:100%;
	height:235px;
	left:0;
	bottom:0;
	z-index:-1;
}

.bottom-bot6 {
	position:absolute;
	display:block;
	width:100%;
	height:228px;
	left:0;
	bottom:0;
	z-index:-1;
}

.bottom-bot7 {
	position:absolute;
	display:block;
	width:100%;
	height:217px;
	left:0;
	bottom:0;
	z-index:-1;
}

.bottom-bot8 {
	position:absolute;
	display:block;
	width:100%;
	height:204px;
	left:0;
	bottom:0;
	z-index:-1;
}
.bottom-bot9 {
	position:absolute;
	display:block;
	width:100%;
	height:194px;
	left:0;
	bottom:0;
	z-index:-1;
}

.bottom-bot10 {
	position:absolute;
	display:block;
	width:100%;
	height:271px;
	left:0;
	bottom:0;
	z-index:-1;
}





.page1-box2:after {
    background: url("../images/border-left2.png") repeat-y scroll 0 0 transparent;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 3px;
    width: 3px;
}
.page1-box2:before {
    background: url("../images/border-right2.png") repeat-y scroll 0 0 transparent;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 3px;
    width: 3px;
}

.border-bot2 {
    background: url("../images/border-bottom2.png") repeat-x scroll 0 0 transparent;
    bottom: -3px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.page1-box3:after {
    background: url("../images/border-left3.png") repeat-y scroll 0 0 transparent;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 3px;
    width: 3px;
}
.page1-box3:before {
    background: url("../images/border-right3.png") repeat-y scroll 0 0 transparent;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 3px;
    width: 3px;
}

.border-bot3 {
    background: url("../images/border-bottom3.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.p28:hover {
	color:#fd4509 !important;
}

.page1-box2 {
    overflow: hidden;
	padding:23px 20px 21px;
	background: url(../images/border-top2.png) repeat-x 0 0 ;
}

.page1-img1 {
	margin-bottom:13px;
}

.text5 {
	display:block;
	text-transform:uppercase;
	color:#fd4509;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	line-height:24px;
	margin-bottom:11px;
}

.button2 {
    background: url("../images/button2.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Anton',sans-serif;
    font-size: 24px;
    line-height: 29px;
    padding: 0 36px 16px 6px;
    text-transform: uppercase;
}

.button2:hover {
	color:#fd4509;
	text-decoration:none;
}

.p6 {
	padding-bottom:15px;
}

.tweet {
    background: none repeat scroll 0 0 #000000;
    padding: 16px 20px 0px;
	position:relative;
	min-height:116px;
	margin-bottom: 60px;
}

.p8 {
	margin-bottom:13px;
}

.tweet_list li {
	color:#7f7f7f;
	font-size:12px;
	line-height:20px;
	position:relative;
}

.tweet_text a {
	color:#fd4509;
	text-decoration:none;
}

.tweet_text a:hover {
	color:#fff;
}

.tweet_time a {
    bottom: -113px;
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    left: 35px;
    position: absolute;
}

.p29 {
	margin-bottom:37px;
}

.tweet_time a:hover {
	color:#000;
	text-decoration:none;
}

.tweet-bot {
	position:relative;
}

.page1-img3 {
	position:absolute;
	bottom:-40px;
	left:-5px;
}


.link1 {
    background: url("../images/marker1.png") no-repeat scroll right 7px transparent;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Anton',sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding-right: 13px;
    text-transform: uppercase;
}

.link1:hover {
	color:#000;
	text-decoration:none;
}

.color2 {
	color:#000;
}

.page1-box3 {
    overflow: hidden;
	background: url("../images/border-top3.png") repeat-x scroll 0 0 transparent;
	position:relative;
	padding:23px 20px 24px;
}

.img-bot {
	background:#fff;
	padding:3px;
	float:left;
}

.page2-img4 {
	padding-top:3px;
}

.page1-img4 span {
	background:none !important;
}

.page1-img4 {
	margin-right:20px;
	margin-bottom:20px;
}

.last2 {
	margin-right:0 !important;
}

.p9 {
	margin-bottom:26px;
}

.page1-box4 {
    overflow: hidden;
	padding:23px 28px 21px 17px;
	background:#000;
	position:relative;
}

.text6 {
	color:#fff;
}

.date {
    background: none repeat scroll 0 0 #FD4509;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: 'Anton',sans-serif;
    font-size: 17px;
    line-height: 21px;
    margin-left: 2px;
    margin-right: 14px;
    margin-top: 5px;
    padding: 1px 11px 3px 5px;
}

.link2 {
	font-weight:bold;
}
.link2:hover {
	color:#fff;
	text-decoration:none;
}

.inner2 {
    background: url("../images/divider1.gif") no-repeat scroll 0 bottom transparent;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 17px;
}

.last3 {
	background:none;
	margin-bottom:1px;
}
																									/***** Page 2 *****/

.page2-box1 {
	overflow:hidden;
	background:#fff;
	position:relative;
	padding: 19px 17px 12px 20px;
}

.page2-img1 {
	float:left;
	margin-right:20px;
}

.p10 {
	margin-top:0;
	margin-bottom:10px;
}

.link3 {
	color:#000;
	font-weight:bold;
}

.link3:hover {
	color:#fd4509;
	text-decoration:none;
}

.inner3 {
    background: url("../images/divider2.gif") no-repeat scroll 0 bottom transparent;
    margin-bottom: 19px;
    overflow: hidden;
    padding-bottom: 11px;
}

.page2-box2 {
	overflow:hidden;
	background:#fff;
	position:relative;
	margin-bottom:40px;	
	padding: 19px 17px 12px 20px;
}

.page2-img2 {
	margin-bottom:15px;
}

.rss-bot {
    background: url("../images/rss.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 28px;
    margin-left: 12px;
    margin-top: 10px;
    width: 28px;
}

.rss-bot:hover {
	background-position:-1px -104px;
}

.page2-box3 {
	overflow:hidden;
	position:relative;
	background:#fff;
	padding: 19px 17px 84px 20px;
}

.list1 a {
	color:#fd4509;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
}

.list1 a:hover {
	color:#000;
	text-decoration:none;
}

.list1 li {
	display:block;
	line-height:18px;
	background:url(../images/marker2.png) no-repeat 0 6px;
	padding-left:16px;
	padding-bottom:16px;
}

.p11 {
	margin-bottom:8px;
}

.last4 {
	background:none !important;
	margin-bottom:0px;
	padding-bottom:10px;
}

#form2 .jqTransformRadio {
    background: url("../images/marker3.png") no-repeat scroll 0 -24px transparent;
    display: inline-block;
    height: 13px;
    margin-left: 1px;
    width: 13px;
}

#form2 .jqTransformHidden {
    display: none;
}

#form2 .jqTransformRadioWrapper {
    display: inline-block;
    margin-top: 5px;
}


.input2 {
    background: url("../images/input-bg.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	height:15px;
	line-height:15px;
    outline: medium none;
    padding: 11px 14px;
    width: 232px;
}

.input3 {
    background: url("../images/input-bg.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin-left: 10px;
    outline: medium none;
    padding: 11px 14px;
    width: 52px;
}
.text15 {
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Anton', sans-serif;
	font-size:18px;
	line-height:22px;
	margin-bottom:6px;
}

.text14 {
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Anton',sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 2px;
    margin-left: 8px;
    text-transform: uppercase;
}

.text13 {
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Anton',sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-right: 6px;
    margin-top: 9px;
    text-transform: uppercase;
}

.page2-img3 {
	float:left;
}

.inner7 {
	margin-bottom:15px;
}

#form2 .jqTransformRadio:hover, #form2 .jqTransformChecked {
    background-position: 0 0;	
}

.p12 {margin-bottom:9px;}

.inner5 {
	margin-bottom:5px;
}

.inner4 {
	margin-bottom:21px;
}

.text7 {
	display:block;
	text-transform:uppercase;
	color:#000;
	font-size:15px;
	line-height:18px;
	margin-bottom:14px;
	font-family: 'Oswald', sans-serif;
}

.inner8 {
	overflow:hidden;
	color:#fff;
	margin-bottom:18px;
	background:url(../images/divider3.gif) no-repeat 0 bottom;
}

.p13 {
	padding-bottom:16px;
}

.last5 {
	background:none !important;
	margin-bottom:9px;
}

.p14 {
    line-height: 33px;
    margin-bottom: 13px;
}
																									/***** Page 3 *****/

.page3-box1 {
	overflow:hidden;
	background:#fff;
	position:relative;
	padding: 26px 17px 52px 20px;
}

.page3-box2 {
	overflow:hidden;
	background:#fff;
	position:relative;
	padding: 19px 17px 12px 20px;
}

.list2 {
	color:#000;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	line-height:24px;
	margin-left:15px;
}

.list2 a:hover {
	color:#000;
	text-decoration:none;
}

.list2 a {
    display: block;
    line-height: 24px;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.page3-img1 {
    float: left;
    margin-bottom: 13px;
    margin-right: 20px;
}

.p15 {
	margin-top:-6px;
}

.page3-box3 {
	overflow:hidden;
	background:#fff;
	padding: 26px 8px 10px 20px;
}

.page3-box4 {
	overflow:hidden;
	background:#fff;
	padding: 19px 8px 12px 20px;
}

.p16 {
    line-height: 33px;
    margin-bottom: 12px;
}

.page3-img2 {
	margin-right:17px;
	margin-bottom:20px;
}




																									/***** Page 4 *****/

.page4-box1 {
	overflow:hidden;
	background:#fff;
	padding:19px 19px 12px 20px;
}

.page4-box2 {
	overflow:hidden;
	background:#fff;
	padding:19px 19px 12px 20px;
}


.page4-img1 {
	background:#dedede;
	padding:3px;
}

.tabs li {
	display:block;
	float:left;
	margin-right:6px;
}

.p21 {margin-bottom:6px;}

.p17 {
	margin-bottom:5px;
}

.page4-img2 {
	background:#d9d9d9;
	padding:4px;
}
#tabs1 {
    margin-bottom: 32px;
    padding-top: 4px;
}

.tabs {
    padding-left: 28px;
    padding-top: 32px;
}

#page4 .lightbox-video span {
    background: url("../images/marker11.png") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#comment-form input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    color: #7F7F7F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    outline: medium none;
    padding: 6px 8px;
	margin-bottom:13px;
    width: 451px;
}

.tabs .current img,
.tabs a:hover img {
	opacity:0.5;
}

.comment-block1 {
	background:url(../images/bottom.gif) repeat-x 0 0 #f7f7f7;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	padding:21px 21px 21px 0px;
}

.p19 {
	padding:17px 21px 25px 0 !important;
}
	

.comment-block1:before {
	position:absolute;
	height:100%;
	width:1px;
	background:url(../images/left.gif) repeat-y 0 0;
	content:'   ';
	display:block;
	top:0;
	left:0;
}

.comment-block1:after {
	position:absolute;
	height:100%;
	width:1px;
	background:url(../images/left.gif) repeat-y 0 0;
	content:'   ';
	display:block;
	top:0;
	right:0;
}

.page4-img3 {
    float: left;
    margin-left: 21px;
    margin-right: 10px;
}

.page4-img4 {
    float: left;
    margin-left: 21px;
    margin-right: 19px;
    margin-top: 4px;
}

.border-bot{
	background:url(../images/bottom.gif) repeat-x 0 0;
	height:1px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.p18 {padding:2px 24px 4px !important;}


																									/***** Page 5 *****/


.link4 {
    background: url("../images/marker7.gif") no-repeat scroll right 6px transparent;
    color: #FD4509;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin-right: 5px;
    padding-left: 1px;
    padding-right: 8px;
}

.text16 {
	display:inline-block;
	color:#000;
	margin-top:-1px;
	padding-left:1px;
}

.link4:hover {
	color:#000;
	text-decoration:none;
}

.p19 p {
	padding-bottom:12px;
}

.page4-img6 {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.page4-img5 {margin-bottom:40px;}
			
																									
	.page5-box1 {
	overflow:hidden;
	background:#fff;
	padding:19px 19px 64px 20px;
}

.page6-box1 p {
    padding-bottom: 16px;
}

.page5-box2 {
	overflow:hidden;
	background:#fff;
	padding:19px 19px 12px 20px;
}

.page8-box1 {
	overflow:hidden;
	background:#fff;
	padding:19px 19px 12px 20px;
}

.page6-box1 {
	overflow:hidden;
	background:#fff;
	padding:19px 19px 73px 20px;
}

.page6-box1 a {
	color:#fd4509;
	font-weight:bold;
}

.page6-box1 a:hover {
	color:#000;
	text-decoration:none;
}

.page5-img1 {
	float:left;
	margin-right:20px;
}

.p20 {
	margin-top:-5px;
}

.dl1 {
	margin-bottom:18px;
}

.dl1 dt {width:150px;}

.dl1 span {float:left; width:79px;}

.dl1 dd { line-height:18px;}

.dl1 dd a {color:#fd4509; font-weight:bold;}

.dl1 dd a:hover {color:#000; text-decoration:none;}

.soc-links2 a {
	display:block;
	width:26px;
	height:26px;
}

.page8-box1 {
	overflow:hidden;
	padding-bottom:30px;
}

.soc-links2 a:hover {
	background-position:0 -65px;
}

.soc-links2 li {
	float:left;
	display:block;
	margin-right:4px;
}

.soc-links2 {
	padding-top:7px;
}

.soc-link11 {
	background:url(../images/soc-link11.png) no-repeat 0 0;
}

.soc-link12 {
	background:url(../images/soc-link12.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;
}
	
/******************** Footer ******************/
footer {
	width:100%; 
	padding:35px 0 30px;
}

.button3 {
    background: url("../images/button3.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 17px;
    line-height: 21px;
	font-family: 'Anton', sans-serif;
    margin-left: 17px;
    margin-top: -2px;
    padding: 2px 9px 4px 6px;
    text-transform: uppercase;
}

.button3:hover {
	color:#fd4509;
	background-position:right 0;
	text-decoration:none;
}

.foot-page1 {
	overflow:hidden;
	float:left;
	color:#fff;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	font-size:17px;
	line-height:21px;
	margin-left:10px;
}

.foot {
	float:right;
	color:#fff;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	font-size:17px;
	margin-right:10px;
	line-height:21px;
}

#page5 footer,
#page404 footer {
    padding: 35px 0 80px;
}