/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: bold 23px Arial, Helvetica, sans-serif;
	color: #113878;
	margin: 0 0 9px 0;
}

h2 {
	margin: 0 0 8px 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000;
	word-spacing: 2px;
}

h3 {
	margin: 0 0 8px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	word-spacing: 2px;
}

/* Links */

a:link, a:visited, a:active {
	color: #113878;
	text-decoration: none;
}

a:hover {
	color: #113878;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 14px 0;
	line-height: 1.4em;

}

/* Lists */

.content ul {
	margin: 0 0 15px 15px;
}

.content ul li {
	list-style: disc;
	margin: 0 0 2px 0;
}

.content ol {
	margin: 0 0 15px 30px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 2px 0;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #080808;
	background-image: url(../i/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.all {
	width: 100%;
	overflow: hidden;
}

.frame {
	background: #ffffff url('../i/frame-bg.jpg') no-repeat;
	width: 1072px;
	margin: 0 auto;
}

/* Columns */

.col-left {
	float: left;
	display: inline;
	width: 267px;
	position: relative;
	overflow: hidden;
	min-height: 883px;
}

.col-center {
	float: left;
	display: inline;
	width: 437px;
	margin: 25px 0 0 10px;
}

.col-right {
	float: left;
	display: inline;
	width: 277px;
	margin: 20px 0 0 30px;
}

.col-left-bg {
	background: url('../i/col-left-bg.png') no-repeat;
	width: 267px;
	height: 883px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.col-left .wrapper {
	position: relative;
	z-index: 20;
}

/* Menu */

.menu {
	margin: 6px 0 45px 0;
	width: 230px;
}

.menu li {
	font-weight: bold;
	font-size: 17px;
	background: url('../i/menu-sep.gif') no-repeat 100% 100%;
}

.menu a:link, .menu a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: right;
	padding: 6px 0 8px 0;
}

.menu li {
	clear: both;
}

.menu li:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.menu li:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .menu li {height: 1%;}

.menu a:hover, .menu li.current a:link, .menu li.current a:visited, .menu li.active a:link, .menu li.active a:visited {
	color: #fd0623;
	text-decoration: none;
}

#home {
	background-position: 90% 100%;
	width: 208px;
	padding-right: 22px;
}

#wh {
	background-position: 94% 100%;
	width: 215px;
	padding-right: 15px;
}

#tr {
	background-position: 99% 100%;
	width: 221px;
	padding-right: 9px;
}

#va {
	background-position: 100% 100%;
	width: 225px;
	padding-right: 5px;
}

#af {
	background-position: 100% 100%;
	width: 224px;
	padding-right: 6px;
}

#au {
	background-position: 99% 100%;
	padding-right: 9px;
	width: 221px;
}

#ne {
	background: url('../i/menu-sep-light.gif') no-repeat 98% 100%;
	padding-right: 10px;
	width: 220px;
}

#contact {
	padding-right: 10px;
	width: 220px;
	/* background: url('../i/menu-sep-light.gif') no-repeat 93% 100%; */
}

#login {
	background: url('../i/menu-sep-light.gif') no-repeat 89% 100%;
	padding-right: 15px;
	width: 215px;
}

/* Gear */

.gear {
	width: 208px;
	height: 210px;
	position: relative;
	margin: 0 0 0 25px;
}

.gear-bg {
	background: url('../i/gear.png') no-repeat;
	width: 208px;
	height: 210px;
	position: absolute;
	top: -25px;
	left: 0;
	z-index: 30;
}

.gear a:link, .gear a:visited {
	color: #000;
	text-decoration: none;
	position: absolute;
	display: block;
	height: 14px;
	overflow: hidden;
	z-index: 40;
	
}

.gear a img:hover, .gear a.current:link img, .gear a.current:visited img, .gear a.active:link img, .gear a.active:visited img {
	margin: -14px 0 0 0;
}


#gear-wh {
	top: 1px;
	left: 66px;
}

#gear-tr {
	top: 1px;
	left: 97px;
}

#gear-va {
	top: 1px;
	left: 125px;
}

#gear-af {
	top: 75px;
	left: 70px;
}

#gear-au {
	top: 75px;
	left: 98px;
}

#gear-ne {
	top: 75px;
	left: 132px;
}

/* Content */

.photo {
	margin: 0 0 8px 0;
}

/* Right column */

.logo {
	margin: 0 0 15px 0;
}

/* Box */

.box {
	width: 219px;
	margin: 0 0 15px 0;
}

.box-top {
	background: url('../i/box-top.png') no-repeat;
	height: 13px;
}

.box-bottom {
	background: url('../i/box-bottom.png') no-repeat;
	height: 12px;
}

.box-mid {
	background: #f5f3f2;
	overflow: hidden;
}

.box .inner {
	margin: 0 22px 0 22px;
	padding: 3px 0 0 0;
}

/* Testiomonial */

.box blockquote {

	margin: 0 0 12px 3px;

	letter-spacing: 1px;
	width: 155px;
}



.author {
	letter-spacing: 1px;
	margin: 0 0 0 5px;
}

.to-right {
	margin: 0 0 0 7px;
}

.pic {
	margin: 0 0 8px 0;
}

/* Top 100, Top 70 etc. */

.top {
	margin: 18px 0 0 0;
}

.top li {
	width: 230px;
	text-align: center;
}

/* Footer */

.footer {
	width: 1072px;
	margin: 0 auto;
	height: 90px;
	overflow: hidden;
}

.bottom-menu {
	margin: 20px 0 0 182px;
}

.bottom-menu li {
	float: left;
	display: inline;
	background: url('../i/bottom-menu-sep.gif') no-repeat 100% 3px;
	padding: 0 8px 0 0;
	margin: 0 7px 0 0;
}

.bottom-menu li.last {
	background: transparent;
	padding: 0;
	margin: 0;
}

.bottom-menu a:link, .bottom-menu a:visited {
	color: #FFF;
	text-decoration: none;
}

.bottom-menu a:hover {
	text-decoration: underline;
}

.footer p {
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}





/* Contact Form */

form { width: 100%!important; }
fieldset {
	border: 0px;
	line-height: 24px;
}
label {
	float: left;
	display: inline-block;
	clear: both;
	width: 175px;
	font-weight: bold;
	margin-right: 10px!important;
}

	label.big { width: 100%; color: #113878; font-size: 14px;}
	label.inbound { width: 200px; line-height: 13px; }

label span {
	color: #990000;
}

label, input, textarea, select {
	margin: 5px 0 5px 0;
}

input, textarea, select {
	border: #999999 1px solid;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline-block;
	width: 150px;
	height: 18px;
	line-height: 18px;
	padding: 3px;
}

	.small { width: 40px; margin: 0px!important; padding: 1px; }

select,
input[type=file] {
	height: auto!important;
}

textarea {
	width: 360px;
	height: 200px;
}

input:focus, textarea:focus, select:focus,
input:hover, textarea:hover, select:hover {
	border-color: #71212f;
	color: #71212f;
}



/* Checkboxes */

input[type=checkbox],
input[type=radio] {
	width: 13px;
	height: 13px;
	margin: 0 4px 0 6px;
	padding: 0px;
	clear: both;
	background: none;
	border:none;
}


/* Submit Button */
#buttons {

}

input[type=submit],
input[type=reset] {
	display: block;
	margin: 0 auto!important;
	clear: none;
	width: 80px;
	height: 30px;
	line-height: 30px;
	padding: 1px;
}



/* Captcha */

#captcha input {
	margin: 0 0 0 185px;
	width: 105px;
}

#captcha img {
	margin: 5px 5px 5px 0 !important;
	border: #CCCCCC 1px solid;
	padding: 5px;
}


/* Error Message */

.error {
	color: #990000;
	background-color: #FFEAEA;
	border: #990000 1px solid;
	padding: 5px;
}

.error strong {
	color: #990000;
}

.success {
	color: #003300;
	background-color: #E4F3E7;
	border: #003300 1px solid;
	padding: 5px;
}

