@charset "UTF-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html{background:url(images/bg_grey.jpg) repeat;}

body{
	background:url(images/bg_main.png) repeat-x;
	width:100%;
	min-width:980px;
	margin:0;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
	min-height:100%;    /* Repeat background all the way even if content is short */
	position: absolute;    /* Repeat background all the way even if content is short */
}

p{
	margin:0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

table{
	border-spacing:0px;
	border-collapse:collapse;
}

a{text-decoration:none;}

a, a:active, img:active{outline:0;}

img{border:0; outline:0;}

ul{margin:0; padding:0;}

b{font-weight:bold;}

i{font-style:italic;}

u{text-decoration:underline;}

small{font-size:85%;}

h1{font-size:48px;}

h2{font-size:26px;}

h3{font-size:24px;}

h4{font-size:20px;}

h5{font-size:18px;}

h6{font-size:16px;}

h1, h2, h3, h4, h5, h6{font-weight:700;}

input:focus{
	outline:none;
}

input[type="text"]{
	background:#fff;
	padding:1px 2px;
	margin:3px 0;
	border:0;
	width:247px;
}

select{
	margin:3px 0;
	padding:1px 2px;
	border:0;
	outline:0;
	width:251px;
}

textarea{
	width:350px;
	height:130px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	margin:3px 0;
	outline:none;
	border:0;
	resize:none;
}

#wrapper{
	width:960px;
	height:100%;
	margin:0 auto;
	overflow:hidden;
}

.topbar{overflow:hidden; margin:0 0 2px;}

.logo{
	display:block;
	margin:13px 0 12px;
}

.tagline{
	width:243px;
	background:url(images/bg_tagline.jpg) no-repeat left top;
	font-size:22px;
	font-weight:800;
	color:#f23f1c;
	text-align:left;
	padding:20px 0 10px 52px;
	max-height:56px;
	line-height:23px;
}

.tagline span{font-size:16px;}

.topbar h6{color:#ff4f2c; margin:7px 0; font-weight:800; letter-spacing:4px;}

.nav li{
	background:url(images/nav_div.png) no-repeat right top;
	overflow:hidden;
	padding:0 5px 0 0;
	width:122px;
	float:left;
	margin:0 0 0 -12px;
}

.nav li a{
	background:url(images/bg_nav.png) no-repeat 0 0;
	width:98px;
	height:16px;
	display:block;
	float:left;
	color:#fff;
	padding:7px 12px 7px 12px;
	font-size:14px;
	font-weight:700;
	text-align:center;
}

.nav li a:hover, .nav li a.active{
	background-position:0 -50px;
}

#banner{
	background:url(images/bg_banner.jpg) no-repeat;
	position:relative;
}

.showcase-button-wrapper{
	float:left;
	position:absolute;
	left:25px;
	bottom:95px;
}

.showcase-button-wrapper span{
	text-indent:-9999px;
	background:url(images/banner_nav.png) no-repeat;
	width:10px;
	height:10px;
	display:block;
	float:left;
	cursor:pointer;
	margin-right:18px;
}

.showcase-button-wrapper span.active{
	background-position:-28px 0;
}

.showcase-caption .light{font-weight:300; font-size:44px;}

.showcase-caption .xbold{font-weight:800; font-size:32px;}

.showcase-caption hr{width:247px; height:0; border:0; border-top:1px solid #fff; float:left;}

.showcase-caption li{
	margin:0 0 8px;
}

.rounded_right_cont{
	background:url(images/bg_side.png) no-repeat;
	padding:0 0 0 16px;
	margin:0 45px 0 0;
}

.rounded_right{
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomright:20px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	width:249px;
	height:243px;
	color:#fff;
	padding:10px;
}

.rounded_right.blue{background-color:#045265;}

.rounded_right.red{background-color:#681407;}

.rounded_right.grey{background-color:#3f3d3d;}

.rounded_right h2{
	font-size:27px;
	text-shadow: -1px -1px 2px rgba(0, 0, 0, 1);
	margin:0 0 15px;
}

.rounded_right_cont.last{margin-right:0;}

.home_bott{
	overflow:hidden;
}

.home_bott .rounded_right{
	font-size:14px;
	line-height:22px;
}

.home_bott .rounded_right ul li{
	background:url(images/bul01.png) no-repeat;
	min-height:15px;
	padding:0 0 5px 25px;
	float:left;
	clear:left;
	overflow:hidden;
	margin:0 0 5px;
	line-height:17px
}

.home_bott .rounded_right.grey{
	line-height:17px;
}

.orange_btn{
	background:url(images/bg_btn.png) no-repeat 107px 5px #ce0d01;
	border:1px solid #c5c5c5;
	height:23px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	padding:2px 20px 2px 10px;
}

.orange_btn:active{
	background-color:#e91104;
}

/* subpage */

body.sub{
	background:url(images/bg_sub.png) repeat-x;
}

.banner{
	height:210px;
	position:relative;
}

.banner h1{
	color:#fff;
	position:absolute;
	right:0;
	bottom:50px;
	font-weight:800;
}

.content_box{
	margin:35px 0 0;
	overflow:hidden;
}

.sub .rounded_right_cont{
	margin-right:0;
}

.sub .rounded_right{
	height:auto;
}

.sub .rounded_right.grey{
	padding:25px;
	width:558px;
	overflow:hidden;
}

.sub .rounded_right.red a.redtext{
	color:#ff0909;
}

#gallery a {
	display:block;
	float:left;
	margin:0 4px 4px 0;
}

.sidenav{
	margin-left:30px;
}

.sidenav ul{
	font-size:16px;
	line-height:18px;
	margin:15px 0 0 18px;
}

.sidenav ul li{margin:0 0 8px; overflow:hidden;}

.sidenav ul li a{
	background:url(images/bul02b.png) no-repeat 0 3px;
	padding:0 0 0 20px;
	color:#fff;
	display:block;
	float:left;
	line-height:19px;
}

.sidenav ul li a.active{
	font-weight:700;
	background:url(images/bul02.png) no-repeat 0 4px;
}

.main_content .rounded_right{
	width:608px;
}

.main_content .rounded_right h2{font-size:26px; text-shadow:none;}

/*---- Clients ----*/
.rounded_right_cont.full{
	margin:0 0 0 20px;
}

.rounded_right_cont.full .rounded_right{
	width:855px;
	padding:25px;
	line-height:19px;
}

.rounded_right_cont.full .rounded_right.red h3{color:#ff0909; line-height:24px;}

.rounded_right_cont.full .rounded_right.red small{font-size:13px; font-weight:normal; line-height:14px;}

.rounded_right_cont.full a{
	color:#fff;
}

.clients_tbl{
	width:100%;
}

.clients_tbl td{
	padding:0 30px 0 0;
	vertical-align:top;
}

.clients_tbl td p{
	font-size: 14px;
	line-height: 20px;
}

.clients_tbl ul{list-style:disc; margin:0 0 20px 20px; font-size:14px; line-height:16px;}

.clients_tbl ul li{margin:0 0 5px;}

.clients_tbl hr{border:0; border-bottom:1px solid #992b1a; height:0; width:100%; margin:15px 0;}

/*---- Services ----*/

.services_tbl{
	width:100%;
	font-size:13px;
	color:#fff;
	line-height:16px;
}

.services_tbl h5{color:#fff; margin:10px 0; line-height:21px; height:40px;}

/*---- About ----*/

.sub .rounded_right h2{
	text-shadow:none;
	font-size:26px;
	margin:0 0 20px;
}

.content_text{
	width:570px;
	font-size:14px;
	line-height:22px;
	color:#fff;
}

.whiteborder{
	border:5px solid #fff;
}

.side img{
	margin:0 0 20px;
}

.sidenav p{
	margin:20px 10px 0 15px;
	font-size:14px;
	line-height:20px;
}

/*---- Contact ----*/
.contact_tbl{
	font-size:14px;
	line-height:20px;
}

.contact_tbl td{
	vertical-align:middle;
}

.red_btn{
	background:#ff0909;
	font-size:14px;
	font-weight:700;
	color:#fff;
	border:none;
	margin:5px 0;
	padding:3px 10px;
}

.red_btn:active{background:#c40000;}

.footer{
	border-top:1px solid #fff;
	color:#fff;
	font-size:12px;
	margin:50px 0;
	padding:10px 0;
	text-align:center;
}

.footer a{color:#c4c4c4;}



body .left{float:left;}

body .right{float:right;}

body .nofloat{float:none;}

body .textleft{text-align:left;}

body .textright{text-align:right;}

body .textcenter{text-align:center;}

body .textjustify{text-align:justify;}

body .noborder{
	border:0;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
}

body .nomargin{
	margin:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
}

body .marginauto{margin:0 auto;}

body .nopadding{
	padding:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
}

body .border-box{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

body .show{display:block;}

body .aligntop{vertical-align:top;}

body .alignmiddle{vertical-align:middle;}

body .clearright{clear:right;}

body .clearleft{clear:left;}

body .clearboth{clear:both;}

