@charset "utf-8";
/* CSS Document */
@font-face {
        font-family: "Helvetica-Narrow";
        src: url('../fonts/324951172-4866.eot');
        src: url('../fonts/324951172-4866.eot?#iefix') format('embedded-opentype'),
        url('../fonts/324951172-4866.svg#Helvetica-Narrow') format('svg'),
        url('../fonts/324951172-4866.woff') format('woff'),
        url('../fonts/324951172-4866.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
body{
	background-color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#cad3e2;
}
.clear_spacer_35{
clear:both;
height:35px;
}
.top-bar{
	height:30px;
	border-bottom:1px solid #464646;
	background-color:#1f1e1c;
	background-image:url(../images/top-bar-bg.jpg);
	background-position:left top;
	line-height:30px;
	color:#cad3e2;
}
.wrapper{
	width:1100px;
	margin:0 auto;
}
.wrapper2{
	width:81%;
	margin:0 auto;
}
.wrapper3{
	width:1090px;
	margin:0 auto;
}
.left-wrapper{
	width:50%;
	float: left;
	margin:0 auto;
}
.right-wrapper{
	width:49%;
	float: left;
	margin:0 auto;
}

.plan-left-wrapper{
	width:30%;
	float: left;
	margin:0 auto;
	border: 0px solid white;
}
.plan-right-wrapper{
	width:68%;
	float: left;
	margin:0 auto;border: 0px solid white;
}

.left{
	float:left;
}
.right{
	float:right;
}

.socialIcon{
	font-size:24px;
}
.socialIcon a{
	color:#bababa;
	-webkit-transition: background 500ms ease;
-moz-transition: background 500ms ease;
-ms-transition: background 500ms ease;
-o-transition: background 500ms ease;
transition: background 500ms ease;
}
.socialIcon a:hover{
	color:#fff;
}
h1{
	font-family: "Helvetica-Narrow";
}
.redCol{
	color:#990000;
}
.redCol2{
	color:#990000;
}

.header-bg{
	background-image:url(../images/header-bg.jpg);
	background-position:left top;
	height:178px;
	 width:inherit;
}
.clearfix{
	clear:both;
}
h1.logo{
	
	margin:0px;
	color:#cad3e2;
	text-transform:uppercase;
	padding-top:30px;
}
.mailtxt{
	padding-top:15px;
}
.mailtxt a{
	color:#cad3e2;
	text-decoration:none;
}
.mailtxt a{
	color:#cad3e2;
	text-decoration:none;
}

.searchBox input{
	background:#121212;
	border:1px solid #666;
	color:#999;
	height:34px;
	width:250px;
	margin:10px 0 0 0;
	text-indent:5px;
}
nav{
	background-image:url(../images/transparent-img.png);
	height:58px;
	width:inherit;
	
}
nav ul.menu{
	list-style:none;
	margin:0px;
	padding:0px;
}
nav ul.menu > li{
	display:inline-block;
	float:left;
	border-right:1px solid #55170c;
}
nav ul.menu > li > a{
	height:58px;
	line-height:58px;
	background-color:#7b1200;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 34px;
	-webkit-transition: background 500ms ease;
-moz-transition: background 500ms ease;
-ms-transition: background 500ms ease;
-o-transition: background 500ms ease;
transition: background 500ms ease;
}
nav ul.menu > li > a:hover,nav ul.menu > li > a:active,nav ul.menu > li > a:focus{
	background-color:#242424;

}
.menu li.first a { 
	background-color:#242424;

    }
footer{
	background-image:url(../images/footer-bg.jpg);
	height:50px;
	line-height:50px;
	background-repeat:repeat;
	color:#fff;
}