
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#ProximaNovaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: Arial, Helvetica, sans-serif;
    src: url('fonts/droidsans-webfont.eot');
    src: url('fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidsans-webfont.woff') format('woff'),
         url('fonts/droidsans-webfont.ttf') format('truetype'),
         url('fonts/droidsans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
    font-family: 'DroidSansBold';
    src: url('fonts/droidsans-bold-webfont.eot');
    src: url('fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidsans-bold-webfont.woff') format('woff'),
         url('fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('fonts/droidsans-bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.tab_content h3 {
	font-family: 'ProximaNovaBold';
	text-transform:uppercase;
	color:#000000;
	font-size:24px;	
	text-align:center;
	margin-bottom:9px;
	line-height:22px;
}

#tabs-container{
	float:right;
	width: 284px; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 18px;
	margin-top:10px;
}
#tabs-container h3 {
	font-size:18px;
	margin-bottom:5px;
}
.form-tabs{
	float:left;
	width:100%;
}

.tab_container {
    background-color:#000000;
    clear: both;
    float: left;
    overflow: hidden;
    width: 100%;
}

ul.tabs {
    height: 40px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
	width: 300px;
    z-index: 1;	
	margin-left:-9px;
}

.tab_content .select{
	position: absolute;
	margin-left:-10px;
	border: 1px solid #EAEAEA;
	background-color:#ffffff;
	text-align: left;
	width: 245px;
}

ul.tabs li.active {
    background-color:#0d2339;
	border-bottom: 0px solid #ffffff;

}

ul.tabs li.active a{
	color:#ffffff;
}

ul.tabs li {
    background-color: #697786;
    float: left;
    height: 40px;
    line-height: 17px;
    margin: 0 0 0 0px;
    overflow: hidden;
    padding: 0;
    text-align: center;
	float:left;
	border-right:1px solid #0d2339;
    margin-top:27px;
	margin-bottom:10px;
}

ul.tabs li:first-child{
	margin-left:0px;
}

ul.tabs li a {
    color: #ffffff;
    display: block;
    font-size: 13px;
	position:relative;
	top:12px;
    font-weight: normal;
    outline: medium none;
    padding: 0 14px;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border:0px solid #0d2339
}
.tab_content {
    float: left;
	width:268px;
    padding: 15px 8px;
	color:#333333;
	font-size:12px;
	border:0px solid #eaeaea;
	margin-top:-2px;
}

/* END TAB STLES */

.tab_content h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#231f20;
	margin-bottom:20px;
	text-align:center;
	text-transform:uppercase;
}

.tab_content p, .tab_content .file-holder, .about-left p{
	float:left;
	margin-bottom:13px;
	width:100%;
	padding: 0 16px;
	width:240px;
	font-family: Arial, Helvetica, sans-serif;
}

.tab_content p label, .about-left p label{
	float:left;
	color:#231f20;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:25px;
}

.tab_content  p label.long{
	line-height:normal;
}

.tab_content p input[type=text], .tab_content  p textarea, .about-left  p input[type=text], .about-left  p textarea{
	width:245px;
	height:19px;
	padding:5px 5px 5px 7px;
	border:1px solid #eaeaea;
	background:#ffffff;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	outline:none;
	position:relative;
	left:-10px;
}

.tab_content p input[type=text]:focus, .tab_content p textarea:focus, .about-left p input[type=text]:focus, .about-left p textarea:focus{
	background:#f9f9f9;
	border:1px solid #d5d5d5;
	box-shadow:0px 0px 3px #e6e6e6;
}

.tab_content p select{
	width:195px;
	height:29px;
	padding:3px;
	border:1px solid #eaeaea;
	background:#ffffff;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	outline:none;
}

.tab_content p select:focus{
	background:#f9f9f9;
	border:1px solid #d5d5d5;
	box-shadow:0px 0px 3px #e6e6e6;
}

.tab_content p textarea, .about-left p textarea{
	height:95px;
	resize:none;
	overflow:auto;
}

.tab_content p input[type=checkbox]{
	float:left;
	margin:6px 30px 0px 10px;
}

.tab_content .file-holder label{
	float:left;
	color:#231f20;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:25px;
}	

.file-fix {
    float: left;
    position: relative;
    width: 237px;
	height:29px;
}

.thefile {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.thefile input[type="text"]{
	width:160px;
	height:15px;
	padding:5px;
	border:1px solid #eaeaea;
	background:#ffffff;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
}

.thefile input[type="button"]{
	background:url(images/bgInput.png) repeat-x;
	color:#444444;
	width:65px;
	height:27px;
	float:right;
	border:1px solid #d0d4d5;
	border-left:none;
	font-family: 'DroidSansBold';
	font-size:12px;
	text-transform:uppercase;
	cursor:pointer;
	padding:3px 0px;
	display:block;
	position:relative;	
}

.browse{
	cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 2;	
	width:280px;
	height:29px;
	margin-left:-20px;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	background-color:#ffffff;
}

.tab_content p input[type=submit],.tab_content p input[type=button], .about-left p input[type=submit], .about-left p input[type=button],.tab_content p input[type=reset]{
	background: #cb2424; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2424 0%, #ca2020 50%, #bd0909 51%, #c51616 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2424), color-stop(50%,#ca2020), color-stop(51%,#bd0909), color-stop(100%,#c51616)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb2424 0%,#ca2020 50%,#bd0909 51%,#c51616 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb2424 0%,#ca2020 50%,#bd0909 51%,#c51616 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb2424 0%,#ca2020 50%,#bd0909 51%,#c51616 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cb2424 0%,#ca2020 50%,#bd0909 51%,#c51616 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2424', endColorstr='#c51616',GradientType=0 ); /* IE6-9 */

	color:#ffffff;
	height:33px;
	border:1px solid #b50b0b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	
	text-transform:uppercase;
	cursor:pointer;
	padding:0px 15px;
	cursor:pointer;
	text-transform:uppercase;
	margin-top:1px;
	width:116px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.tab_content p input.arrange-btn {
width:145px;
}

p.f54d00{
	text-align:center;
	line-height:1.1em;
	margin-top:15px;
}

.tab_content p.small{
	font-size:11px;	
}

.tab_content p.small span{
	color:#a3443e;
}

.tab_content img{
	margin-bottom:10px;	
}

.spacerRow {
    background: url("images/spacerRow.png") no-repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    float: none;
    height: 6px;
    padding-top: 18px;
	margin-left:-7px;
	width:281px;
}

.mess {
	width:100%;
	color:#F00;
	text-align:center;
	font-size:11px;
	font-weight:bold;	
}

#tab3.tab_content p, #tab2.tab_content p {
	text-align:left;
}

#tab3.tab_content a {
	color: #B68E51;
}

.tab_content  p.f54d00 {
	padding:0;
	width:270px;
}
input {
	margin-bottom:-10px;
}
select.styled {
	background-color:#FFF;
	border: 1px solid #cccccc;
	margin-bottom:-8px;
	
}
textarea {
	margin-bottom:-10px;
	padding-left:7px;
}
div.twoColRight {
	padding-left:0px;
	width:390px;
}
}