/* CSS DOCUMENT */
@charset "utf-8";
/* IMPORT CSS RESET FILE */
@import url("reset.css");
/* IMPORT CSS 960 GRID SYSTEM */
@import url("960.css");
/* IMPORT FONTS */
@import url("fonts.css");
/* IMPORT PRETTY PHOTO */
@import url("pretty-photo.css");
/* IMPORT MENU SYSTEM */
@import url("jquery-slide-menu-blue.css");
/* IMPORT BANNER SYSTEMS */
@import url("jquery-banner-slider.css");
@import url("jquery-nivo-slider.css");
/* IMPORT RATING SYSTEM */
@import url("jquery-rating.css");

/* BASIC TAGS */
body{
	background:#000000;
	color: #FFFFFF;
	font-family:"ColaborateLight", Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: auto;
	min-width:1070px;
}
pre,
code {
  	font-family:Verdana, Geneva, sans-serif;
}
hr {
	border-top: 1px solid #0E3758;
	clear: both;
	height: 1px;
	margin: 30px 0px;
}
ol {
  	list-style: decimal;
}
ul {
  	list-style: inside;
}
li {
  	margin-left: 20px;
}
p,
dl,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
.float_left{
 	float:left;
}
.float_right{
 	float:right;
}
.clear{
	clear:both;
}
.zero_margin{
	margin:0px;
}
.zero_margin_top{
	margin-top:0px;
}
.zero_margin_right{
	margin-right:0px;
}
.zero_margin_bottom{
	margin-bottom:0px;
}
.zero_margin_left{
	margin-left:0px;
}
.zero_padding{
	padding:0px;
}
.zero_padding_top{
	padding-top:0px;
}
.zero_padding_right{
	padding-right:0px;
}
.zero_padding_bottom{
	padding-bottom:0px;
}
.zero_padding_left{
	padding-left:0px;
}
.padding_top_5{
	padding-top:5px;
}
.padding_right_5{
	padding-right:5px;
}
.padding_bottom_5{
	padding-bottom:5px;
}
.padding_left_5{
	padding-left:5px;
}
.padding_top_10{
	padding-top:10px;
}
.padding_right_10{
	padding-right:10px;
}
.padding_bottom_10{
	padding-bottom:10px;
}
.padding_left_10{
	padding-left:10px;
}
.margin_top_5{
	margin-top:5px;
}
.margin_right_5{
	margin-right:5px;
}
.margin_bottom_5{
	margin-bottom:5px;
}
.margin_left_5{
	margin-left:5px;
}
.margin_top_10{
	margin-top:10px;
}
.margin_right_10{
	margin-right:10px;
}
.margin_bottom_10{
	margin-bottom:10px;
}
.margin_left_10{
	margin-left:10px;
}

/* HEADER */
#header{
	background:url(../images/layout/header-bg.png) top center repeat-x;
}
#header .overlay{
	background:url(../images/layout/header-tire.png) top center no-repeat;
}
#header .header_content{
	width:960px;
	margin: 0px auto;
	padding: 0px 0px;
}
#header .header_content .top_nav{
	height:80px;
}
#header .header_content .top_nav ul{
	float:right;
	padding:32px 40px 32px 0px;
	margin:0px;
}
#header .header_content .top_nav ul li{
	float:left;
	list-style:none;
	border-right:1px solid #47678C;
	padding:0px 12px 0px 0px;
	margin:0px 12px 0px 0px;
	/*text-transform:uppercase;*/
}
#header .header_content .top_nav ul li.last{
	margin-right:0px;
	padding-right:0px;
	border-right:none;
}
#header .header_content .top_nav ul li a{
	text-decoration:none;
	color:white;
}
#header .header_content .top_nav ul li a:hover{
	text-decoration:underline;
	color:white;
}
#header .header_content .logo{
	padding:10px 20px;
	float:left;
	
	/* BLUE */
	background: #E93435; /* Old browsers */
	background: -moz-linear-gradient(top,  #29437c 0%, #182644 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29437c), color-stop(100%,#182644)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #29437c 0%,#182644 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #29437c 0%,#182644 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #29437c 0%,#182644 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #29437c 0%,#182644 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29437c', endColorstr='#182644',GradientType=0 ); /* IE6-9 */
	
	/* RED
	background: #E93435; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #E93435 0%, #771617 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E93435), color-stop(100%,#771617)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #E93435 0%,#771617 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #E93435 0%,#771617 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #E93435 0%,#771617 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #E93435 0%,#771617 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E93435', endColorstr='#771617',GradientType=0 ); /* IE6-9 */
	
	border-bottom:2px solid #29437c;
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000; 
}
.banner_holder{
	background:url(../images/layout/banner-bg.png) bottom center no-repeat #000000;
	padding:20px 0px;
}
/* FOOTER */
#footer{
	background: url(../images/layout/footer-bg.png) top center repeat-x #010508;
	border-top:2px solid #000000;
	-moz-box-shadow:0px -1px 0px #022948;
  	-webkit-box-shadow:0px -1px 0px #022948;
	box-shadow:0px -1px 0px #022948;	
	font-size:14px;
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	font-family:"ColaborateLight", Verdana, Geneva, sans-serif;
}
#footer h1{
	color:#FFFFFF;
	font-size:24px;
	font-family:"ColaborateBold", Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
}
#footer h4{
	color:#D60007;
	font-size:18px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
#footer ul{
	list-style:none;
	margin:0px 0px 10px 0px;
	text-align:left;
}
#footer ul li{
	margin:4px 0px 6px 0px;
	color:#FFFFFF;
}
#footer ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#footer ul li a:hover{
	color:#D60007;
}
#footer .footer_contact ul{
	list-style:none;
	margin:0px 0px 10px 0px;
	text-align:left;
	float:left;
}
#footer .footer_contact ul li{
	margin:4px 0px 6px 0px;
	color:#FFFFFF;
}
#footer .footer_contact ul li a{
	color:#D60007;
	text-decoration:underline;
	font-weight:normal;
}
#footer .footer_contact ul li a:hover{
	color:#D60007;
	text-decoration:none;
}
#footer .mediasuite{
	margin-top:3px;
	float:right;
}
#footer ul.sitemap li{
	float:left;
	width:95px;
}
#footer .bottom_bar{
	background: url(../images/layout/bottom-bar-bg.png) repeat-x;
	border-bottom:1px solid #343434;
	margin:20px 0px 0px 0px;
	height:60px;
}
#footer .bottom_bar .bottom_bar_inner{
	background: url(../images/layout/bottom-bar-inner.png) top center no-repeat;
}
#footer .bottom_bar .footer_car{
	margin-top:-170px;
}

/* MAIN CONTENT */ 
.main_container{
	/*border-top:1px solid #550101;*/
	background:url(../images/layout/blue-bg.png) top center no-repeat;
	min-height:450px;
	padding-bottom:30px;
}
.main_content{
	color:#FFFFFF;
	margin:20px 0px 0px 0px;
	padding:0px;
	font-family:'ColaborateLight', Verdana, Geneva, sans-serif;
}
.main_content h1{
	font-size: 26px;
	margin:0px 0px 0px 0px;
  	font-weight:normal;
	color:#2CA2D4;
}
.main_content h1.red{
	color:#D60007;
}
.main_content h2{
	font-size: 22px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	color:#D60007;
}
.main_content h3{
	font-size: 18px;
  	margin:0px 0px 0px 0px;
  	font-weight:normal;
	color:#2CA2D4;
}
.main_content h4 {
	font-size: 16px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	color:#D60007;
}
.main_content h5 {
	font-size: 15px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	color:#2CA2D4;
}
.main_content h6 {
	font-size: 14px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	color:#D60007;
}
.main_content p{
	font-size:16px;
	line-height:22px;
	margin:10px 0px;
}
.main_content a{
	color:#D60007;
	text-decoration:underline;
}
.main_content a:hover{
	color:#D60007;
  	text-decoration:none;
}
.main_content ul{
	list-style: none;
  	font-size: 16px;
	margin:0px 0px 20px 0px;
}
.main_content ul li{
	color:#FFF;
	letter-spacing: normal;
	background:url(../images/bullets/grey.png) no-repeat;
	padding:5px 0px 2px 35px;
	margin:5px 0px;
}
.main_content ol{
  	font-size: 16px;
	padding-left:25px;
	margin:0px 0px 20px 5px;
}
.main_content ol li{
	color:#000000;
	letter-spacing: normal;
	padding:8px 0px 2px 0px;
	margin:5px 0px;
}
.main_content .post_date{
	float:right;
	padding:10px 10px 0px 0px;
}

/* EDITABLE CONTENT */
.editable_content{
}

/* SIDEBAR */
.sidebar{
	margin:20px 0px 0px 0px;
}

/* WIDGETS */
.widget{
	font-family:"ColaborateLight", Verdana, Geneva, sans-serif;
	margin:0px 0px 20px 0px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	/*-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000;*/
}
.widget .title{ 
	color:#D60007;
	font-size:18px;
	padding:2px 10px;
	border-left:2px solid #FFFFFF;
	/*-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	border-top-right-radius: 5px;*/
}
.widget .content{
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #0B3451;
}
.widget .content p{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.widget .content ul{
	list-style:none;
	font-size:30px;
	margin:0px 0px 5px 0px;
}
.widget .content ul li{
	color:#2CA2D4;
	font-size:14px;
	margin:0px 0px 0px 0px;
}
.widget .content ul li a{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	background:url(../images/bullets/plus-red.png) no-repeat left center;
	padding:6px 0px 6px 25px;
	margin:3px 0px;
	display:block;
}
.widget .content ul li a:hover, .widget .content ul li.active a{
	color:#FFFFFF;
	background:url(../images/bullets/plus-red.png) no-repeat left center #0B3451;
	text-decoration:none;
}
.widget .content ul.files li a{
	background:url(../images/bullets/arrow-red.png) no-repeat left center;
}
.widget .content ul.files li a:hover{
	color:#FFFFFF;
	background:url(../images/bullets/arrow-red.png) no-repeat left center #0B3451;
}
.widget .content ul.links li a{
	background:url(../images/bullets/link-red.png) no-repeat left center;
}
.widget .content ul.links li a:hover{
	color:#FFFFFF;
	background:url(../images/bullets/link-red.png) no-repeat left center #0B3451;
}
.widget .top_padding{
	padding-top:10px;
}
.widget ul.reviews{
	overflow:visible;
	position:relative;
	background: none;
	display:block;
	margin:12px 0px 0px 0px;
}
.widget ul.reviews li{
	background:none;
	margin:0px 0px 0px 0px;
	border-bottom:none;
	-moz-box-shadow:none;
  	-webkit-box-shadow:none;
	box-shadow:none;
}
.widget ul.reviews li p{
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing: normal;
	text-transform: none;
	padding:0px 0px 0px 0px;
	margin:6px 0px 0px 0px;
}
.widget ul.reviews li p img{
	padding:0;
	margin-right:5px;
}
.widget ul.reviews li p span{
	font-size:16px;
	line-height:22px;
	float:right;
	padding:8px 0px 2px 0p;
	color:#2CA2D4;
}
.widget ul.news{
}
.widget ul.news li{
}
.widget ul.news li a{
	background:none;
	font-size:18px;
	padding:15px 0px 2px 0px;
}
.widget ul.news li span{
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.widget ul.news li p{
	font-size:12px;
	color:#000000;
	padding:5px 0px 15px 0px;
	line-height: 20px;
}
.widget .content .promote_quote{
	padding:20px 0px 0px 0px;
}
.widget .map_holder{
	padding:10px;
}
.map_holder iframe{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* CONTACT INFORMATION */
.contact_info{
	font-family:'ColaborateLight', Verdana, Geneva, sans-serif;
	margin:0px 0px 0px 0px;
}
.contact_info h4{
	font-size:20px;
	padding:8px 0px 3px 0px;
	color:#2CA2D4;
}
.contact_info h6{
	color:#2CA2D4;
}
.contact_info ul{
	margin:5px 0px 0px 0px;
	width:270px;
	float:left;
}
.contact_info ul li{
	margin:0px 0px 5px 0px;
	list-style:none;
	font-size:14px;
	line-height:18px;
}
.contact_info ul li a{
	color:#2CA2D4;
	text-decoration:underline;
}
.contact_info ul li a:hover{
	color:#D60007;
	text-decoration:none;
}
.contact_info pre{
	font-family:'ColaborateLight', Verdana, Geneva, sans-serif;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 99%;
}

/* SOCIAL MEDIA */
.social_media ul{
	float:left;
}
.social_media ul li{
	display:inline-block;
	padding:3px 5px 0px 0px;
	float:left;
}

/* PAYMENT METHODS */
.payment_methods{
}
.payment_methods h6{
	font-size: 14px;
	color:#2CA2D4;
	margin:0px 0px 5px 0px;
}
.payment_methods ul li{
	list-style:none;
	display: inline;
	margin:0px;
	padding:0px 0px 4px 0px;
}

/* REVIEWS */
#reviews .box{
	font-size:14px;
	color:#FFFFFF;
	background:url(../images/layout/quote-large-blue.png) no-repeat center left;
	border-top:1px solid #0B3451;
	padding:16px 0px 0px 0px;
	margin:10px 0px 10px 0px;
}
#reviews .box pre{
	font-family:'ColaborateLight', Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 99%;
	margin:0px 0px 10px 0px;
}
#reviews .box .quote{
	font-size:20px;
	color:#2CA2D4;
}
#reviews .name{
	color:#2CA2D4;
	font-size:18px;
	line-height:18px;
	padding:5px 10px 2px 0px;
	margin:0px 0px 10px 0px;
}
.reviews_large{
	background:url(../images/layout/quote-large-blue.png) no-repeat center left;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
}
.reviews_large .title{
	font-size:22px;
	color:#2CA2D4;
}
.reviews_large ul.reviews{
	overflow:visible;
	position:relative;
	background: none;
	display:block;
	margin:0px 0px 0px 0px;
}
.reviews_large ul.reviews li{
	background: none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.reviews_large ul.reviews li p{
	font-size:14px;
	line-height:24px;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing:normal;
	text-transform:none;
	padding:0px 0px 0px 0px;
	margin:6px 0px 0px 0px;
}
.reviews_large ul.reviews li p .quote{
	font-size:18px;
	color:#2CA2D4;
}
.reviews_large ul.reviews li div.name{
	color:#2CA2D4;
	font-size:20px;
	line-height:24px;
	margin-top:5px;
}
.reviews_portfolio{
	border-top:none;
	border-bottom:none;
}

/* TOGGLER */
h4.toggle,h4.toggle.active.open{
	background:url(../images/layout/toggle.png) no-repeat 0 5px transparent;
	padding:1px 0px 0px 25px;
	margin:12px 0px 9px 0px;
	cursor:pointer;
}
h4.toggle.active,h4.toggle.open{
	background-position:0px -45px;
}
div.toggler{
	color: #333333;
	font-size: 12px;
	background-color: #E9E9E9;
	border: 1px solid #BEBEBE;
	margin: 1px 0px 10px 0px;
	padding:10px 15px 10px 15px;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.toggler p{
	margin:0px;
	padding:0px;
}

/* ERROR 404 */
h2.e404{
	font-size:190px;
	line-height:120px;
	margin:30px 30px 60px 40px;
	font-family:Arial, Helvetica, sans-serif;
}
h4.e404{
	font-size:22px;
	color:#FFFFFF;
	padding:30px 0px 0px 0px;
}
h6.e404{
	font-size:14px;
	color:#FFFFFF;
	margin:12px 0px 16px 0px;
}

/* PHOTO GALLERY */
#gallery_content{
	background:#E9E9E9;
	border:1px solid #BEBEBE;
	margin: 0px 0px 20px 0px;
	padding: 6px 0px 6px 1px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
#gallery_content ul{
	margin:0px; 
	padding:0px;
}
#gallery_content ul li{ 
	display: inline; 
	margin:0px;
}
#gallery_content .thumbnails{
	border:#FFFFFF solid 4px; 
	margin: 6px 0px 0px 6px;
}
#gallery_content .gallery_holder{
	width:296px;
	float:left;
	border-bottom:1px solid #BEBEBE;
	margin:6px 0px 6px 12px;
	padding:0px 0px 10px 0px;
}
#gallery_content .gallery_holder a{
	text-decoration:none;
}
#gallery_content .gallery_holder a .title{
	font-size:18px;
	text-align:left;
	margin:5px 0px;
	color:#2CA2D4;
	text-decoration:none;
}
#gallery_content .gallery_holder a:hover .title{
	color:#D60007;
}
#gallery_content .gallery_holder a .description{
	color:#000000;
	height:64px;
}
#gallery_content .gallery_holder img{
	background:#FFFFFF;
	border:1px solid #BEBEBE;
	margin: 0px;
	padding:5px;
	/*-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
#gallery_content2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
#gallery_content2 ul{
	margin:0px; 
	padding:0px;
}
#gallery_content2 ul li{
	background:none;
	float:left;
	list-style:none;
	margin: 5px 10px 5px 0px;
	padding:0px;
}
#gallery_content2 ul li.last{
	margin-right:0px;
}
#gallery_content2 .thumbnails{ 
	background:#FFFFFF;
	padding:4px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/* BOX LIST */ 
.box_list{
}
.box_list h3{
	margin:0px 0px 5px 0px;
}
.box_list .box{
	float:left;
	margin:10px 20px 10px 0px;
	/*border-bottom:1px solid #5B0000;*/
}
.box_list .featured{
	background:#D2DEE4;
	border:1px solid #8EADBC;
}
.box_list .full{
	float:left;
	width:588px;
}
.box_list .half{
	float:left;
	width:460px;
}
.box_list .last{
	margin:10px 0px 10px 0px;
}
.box_list .box .title{
	font-size:20px;
	color:#2CA2D4;
	margin:5px 0px 5px 0px;
}
.box_list .no_image .title{
	margin:0px 0px 5px 0px;
}
.box_list .box .title a{
	color:#2CA2D4;
	text-decoration:none;
}
.box_list .box .title a:hover{
	color:#D60007;
	text-decoration:none;
}
.box_list .box p{
	font-size:14px;
	padding:0px;
	margin:0px 0px 5px 0px;
}
.box_list .box ul{
	margin:0px 0px 0px 0px;
}
.box_list .box ul li{
	display:inline;
	background:none;
	font-size:12px;
	margin:0px 6px 0px 0px;
	padding:0px 10px 0px 0px;
	border-right:1px solid #000000;
}
.box_list .box ul li.last{
	border-right:none;
}
.box_list .box .date{
	float:right;
	font-weight:normal;
	font-size:12px;
	color:#262626;
	padding:8px 0px 0px 0px;
}
.box_list .box .image_left{
	background:#FFFFFF;
	padding:4px;
	margin:5px 15px 0px 0px;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box_list .box .image_right{
	background:#FFFFFF;
	padding:4px;
	margin:5px 0px 0px 15px;
	float:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Grid LIST */ 
.grid_list{
	margin:0px 0px 20px 0px;
}
.grid_list .grid_item_3{
	width:300px;
	float:left;
	margin:10px 20px 10px 0px;
}
.grid_list .grid_item_4{
	width:220px;
	float:left;
	margin:0px 20px 20px 0px;
}
.grid_list .last{
	margin-right:0px;
}
.grid_list .title{
	font-size:20px;
	color:#2CA2D4;
	margin:5px 0px 5px 0px;
}
.grid_list .title a{
	color:#2CA2D4;
	text-decoration:none;
}
.grid_list .title a:hover{
	color:#D60007;
	text-decoration:none;
}
.grid_list p{
	font-size:14px;
	padding:0px;
	margin:5px 0px 5px 0px;
}
.grid_list img{
	background:#FFFFFF;
	padding:4px;
	margin:0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* FORMS */
.form_holder{
	padding:12px 0px;
}
.form_holder input{
	width:94%;
	height:18px;
	padding:8px 10px 8px;
	margin:1px 0 10px;
	background-color:#f1f1f2;
	border:1px solid #888888;
	border-radius:4px;
	box-shadow:inset 0 1px 3px #BAC1C5;
	color:#333333;
	text-shadow:1px 1px #ffffff;
	outline: none;
}
.email_list_form{
	padding:4px 0px 0px 0px;
}
.email_list_form input{
	width:92%;
}
.form_holder input.checkbox{
	float:left;
	width:auto;
	height: auto;
	margin:8px 0px;
	padding:0px 0px 0px 0px;
	background:none;
	border:none;
	border-radius:0px;
	box-shadow:none;
	color:#333333;
	text-shadow:none;
	outline: none;
}
.ie_width input{
	width: auto;
	height:18px;
	padding:7px 10px 7px;
	margin:1px 0 10px;
	background-color:#f1f1f2;
	border:1px solid #888888;
	border-radius:4px;
	box-shadow:inset 0 1px 3px #BAC1C5;
	color:#333333;
	text-shadow:1px 1px #ffffff;
	outline: none;
}
.form_holder textarea{
	width:94%;
	padding:8px 10px 6px;
	margin:1px 0 10px;
	font-size:12px;
	background-color:#f1f1f2;
	border:1px solid #888888;
	border-radius:4px;
	box-shadow:inset 0 1px 3px #BAC1C5;
	color:#333333;
	text-shadow:1px 1px #ffffff;
	outline: none;
}
.form_holder select{
	width:97%;
	height:36px;
	padding:8px 10px 8px;
	margin:1px 0 10px;
	background-color:#f1f1f2;
	border:1px solid #888888;
	border-radius:4px;
	box-shadow:inset 0 1px 3px #BAC1C5;
	color:#333333;
	text-shadow:none;
	outline: none;
}
.form_holder select option{
	padding:10px 0px 10px 10px;
}
.form_holder input:hover,.form_holder textarea:hover{
	background-color:#efefef;
	box-shadow:inset 0 2px 2px #BAC1C5;
	color:#333333;
	outline: none;
}
.form_holder input:focus,.form_holder textarea:focus{
	background-color:#eaeaea;
	box-shadow:inset 0 2px 4px #b9b9b9;
	color:#333333;
	outline: none;
}
.form_holder label{
	font-size:12px;
	color:#FFFFFF;
}
.form_holder .message{
	font-size:12px;
	margin:0px 0px 10px 0px;
}
.form_holder .check_label{
	float:left;
	margin:7px 0px 0px 0px;
	padding:0px 0px 0px 5px;
}
.form_holder .require{
	color:#2CA2D4;
}
.form_holder .form_error{
	font-size:11px;
	color:#CA0000;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

/* SUPERBUTTON */
a.superbutton, input.superbutton{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	padding:0px 13px 2px 13px;
	margin:0px 0px 6px 0px;
	height:28px;
	width:auto;
	font-size:13px;
	line-height:28px;
	display:inline;
	float:left;
	text-decoration:none;
	text-shadow:1px 1px #000000;
	box-shadow:none;
	border:1px solid #370100;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	background-color: #4E0200;
	background-image: -ms-linear-gradient(top, #4E0200 0%, #AC1714 100%); 
	background-image: -moz-linear-gradient(top, #4E0200 0%, #AC1714 100%);
	background-image: -o-linear-gradient(top, #4E0200 0%, #AC1714 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4E0200), color-stop(1, #AC1714));
	background-image: -webkit-linear-gradient(top, #4E0200 0%, #AC1714 100%);
	background-image: linear-gradient(to bottom, #4E0200 0%, #AC1714 100%);
}
input.superbutton{	
	padding:3px 13px 7px 13px;
	height:32px;
}
a.superbutton:hover,a.superbutton.selected,input.superbutton:hover,input.superbutton.selected{
	color:#FFFFFF;
	box-shadow:none;
	background-color: #AC1714;
	background-image: -ms-linear-gradient(top, #AC1714 0%, #4E0200 100%); 
	background-image: -moz-linear-gradient(top, #AC1714 0%, #4E0200 100%);
	background-image: -o-linear-gradient(top, #AC1714 0%, #4E0200 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AC1714), color-stop(1, #4E0200));
	background-image: -webkit-linear-gradient(top, #AC1714 0%, #4E0200 100%);
	background-image: linear-gradient(to bottom, #AC1714 0%, #4E0200 100%);
}
.text_button_left{
	margin:10px 0px 5px 0px;
}
.text_button_right{
	margin:10px 0px 5px 0px;
	float:right;
}

/* REPLACE INPUT FILE UPLOAD */ 
.fakeContainer {
    position: relative;
    overflow: hidden;
    width: 602px;
    height: 36px;
}
.file {
    position: absolute;
    z-index: 3;
    cursor: default;
    border: 2px solid #ABADB3;
    margin: 0px;
    padding: 0px;
}
.text {
    position: absolute;
    top: 0px;
    cursor: default;
    z-index: 1;
    padding: 0 1px;
    margin: 0px;
}
.animator {
    position: absolute;
    z-index: 2;
    cursor: default;
    margin: 0px;
}
.button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: default;
    z-index: 1;
    margin: 0px;
}
.fakeContainer .button{
    width: 150px;
	height:35px;
	color:#FFFFFF;
	font-size:13px;
	padding:4px 0px 6px 0px;
	text-shadow:1px 1px #000000;
	box-shadow:none;
	border:1px solid #370100;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	background-color: #4E0200;
	background-image: -ms-linear-gradient(top, #4E0200 0%, #AC1714 100%); 
	background-image: -moz-linear-gradient(top, #4E0200 0%, #AC1714 100%);
	background-image: -o-linear-gradient(top, #4E0200 0%, #AC1714 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4E0200), color-stop(1, #AC1714));
	background-image: -webkit-linear-gradient(top, #4E0200 0%, #AC1714 100%);
	background-image: linear-gradient(to bottom, #4E0200 0%, #AC1714 100%);
}
.fakeContainer .button.hover{
	color:#FFFFFF;
	box-shadow:none;
	background-color: #AC1714;
	background-image: -ms-linear-gradient(top, #AC1714 0%, #4E0200 100%); 
	background-image: -moz-linear-gradient(top, #AC1714 0%, #4E0200 100%);
	background-image: -o-linear-gradient(top, #AC1714 0%, #4E0200 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AC1714), color-stop(1, #4E0200));
	background-image: -webkit-linear-gradient(top, #AC1714 0%, #4E0200 100%);
	background-image: linear-gradient(to bottom, #AC1714 0%, #4E0200 100%);
}
.fakeContainer .text{
    left: 0px;
    border:1px solid #999;
    width: 420px;
}
.fakeContainer .text.hover{
}
.fakeContainer .text.watermarkTextbox{
    color:#333333;
}
.careers_form .fakeContainer {
    width: 359px;
}
.careers_form .fakeContainer .button{
    width: 100px;
}
.careers_form .fakeContainer .text{
    width: 230px;
}

/* RECAPCHA IFRAME FIX */
iframe[src="about:blank"]{display:none;}