/* ===========================
   == Solid Shipping Lines === 
   =========================== */

@charset "utf-8";

/* ===========================
   ========= Fonts =========== 
   =========================== */

@font-face 
{
    font-family: 'helvetica_condensed_blackRg';
    src: url('../fonts/helvetica-condensed-black-webfont.eot');
    src: url('../fonts/helvetica-condensed-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-condensed-black-webfont.woff') format('woff'),
         url('../fonts/helvetica-condensed-black-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-condensed-black-webfont.svg#helvetica_condensed_blackRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ===========================
   ========= Common ========== 
   =========================== */

body 
{
	background: #f2f2f2;
	color: #000;
	font-family: Arial;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	min-width: 960px;
	padding: 0;
}

/* ===========================
   ========== Forms ========== 
   =========================== */

input, textarea 
{
	font-family: Arial;
	font-size: 12px;
	color: #000;
	margin: 0 0 0 1px;
	padding: 10px;
/*	border: 1px solid #E5E5E5;*/
	width: 250px;
/*	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;	*/	
}

textarea 
{
	width: 610px;
	max-width: 610px;
	height: 250px;
	max-height: 250
}

input:hover, textarea:hover,
input:focus, textarea:focus 
{
	border-color: 1px solid #C9C9C9;
/*	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;*/	
}

.form label 
{
	margin-left: 10px;
	color: #666;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input 
{
	background: #9d9d9d;
	color: #000;
	width: 100px;
	height: 40px;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;	
}

/* ===========================
   ========= Tables ========== 
   =========================== */

table a:link 
{
	color: #666;
	font-weight: bold;
	text-decoration:none;
}

table a:visited 
{
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}

table a:active, table a:hover 
{
	color: #bd5a35;
	text-decoration:underline;
}

table 
{
	font-family:Arial;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin: 15px 0 0 0;
	border:#ccc 1px solid;
	width: 640px;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

table th 
{
	text-transform: uppercase;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

table th:first-child
{
	text-align: center;
}

table tr:first-child th:first-child
{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}

table tr:first-child th:last-child
{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}

table tr
{
	text-align: center;
	padding-left:20px;
}

table tr td:first-child
{
	text-align: center;
	padding-left:20px;
	border-left: 0;
}

table tr td 
{
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table tr.even td
{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

table tr:last-child td
{
	border-bottom:0;
}

table tr:last-child td:first-child
{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}

table tr:last-child td:last-child
{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

table tr:hover td
{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

/* ===========================
   ========= Header ========== 
   =========================== */ 

#header
{
	margin: 0;
	padding: 0;
	height: 200px;
	background: rgb(1,43,155);
	background: -moz-linear-gradient(left,  rgba(1,43,155,1) 0%, rgba(33,99,188,1) 41%, rgba(33,99,188,1) 44%, rgba(33,99,188,1) 47%, rgba(33,99,188,1) 50%, rgba(33,99,188,1) 53%, rgba(33,99,188,1) 56%, rgba(33,99,188,1) 59%, rgba(4,40,120,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(1,43,155,1)), color-stop(41%,rgba(33,99,188,1)), color-stop(44%,rgba(33,99,188,1)), color-stop(47%,rgba(33,99,188,1)), color-stop(50%,rgba(33,99,188,1)), color-stop(53%,rgba(33,99,188,1)), color-stop(56%,rgba(33,99,188,1)), color-stop(59%,rgba(33,99,188,1)), color-stop(100%,rgba(4,40,120,1)));
	background: -webkit-linear-gradient(left,  rgba(1,43,155,1) 0%,rgba(33,99,188,1) 41%,rgba(33,99,188,1) 44%,rgba(33,99,188,1) 47%,rgba(33,99,188,1) 50%,rgba(33,99,188,1) 53%,rgba(33,99,188,1) 56%,rgba(33,99,188,1) 59%,rgba(4,40,120,1) 100%);
	background: -o-linear-gradient(left,  rgba(1,43,155,1) 0%,rgba(33,99,188,1) 41%,rgba(33,99,188,1) 44%,rgba(33,99,188,1) 47%,rgba(33,99,188,1) 50%,rgba(33,99,188,1) 53%,rgba(33,99,188,1) 56%,rgba(33,99,188,1) 59%,rgba(4,40,120,1) 100%);
	background: -ms-linear-gradient(left,  rgba(1,43,155,1) 0%,rgba(33,99,188,1) 41%,rgba(33,99,188,1) 44%,rgba(33,99,188,1) 47%,rgba(33,99,188,1) 50%,rgba(33,99,188,1) 53%,rgba(33,99,188,1) 56%,rgba(33,99,188,1) 59%,rgba(4,40,120,1) 100%);
	background: linear-gradient(to right,  rgba(1,43,155,1) 0%,rgba(33,99,188,1) 41%,rgba(33,99,188,1) 44%,rgba(33,99,188,1) 47%,rgba(33,99,188,1) 50%,rgba(33,99,188,1) 53%,rgba(33,99,188,1) 56%,rgba(33,99,188,1) 59%,rgba(4,40,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012b9b', endColorstr='#042878',GradientType=1 );
}

#header div
{
	margin: 0 auto;
	overflow: hidden;
	padding: 3px 0 0 0;
	width: 960px;	
}

#header div span 
{
	color: #FFF;
	font-family: 'helvetica_condensed_blackRg';
	font-size: 13px;
	display: block;
	float: left;
	margin: 0;
	padding: 78px 5px 0 0;
	text-align: right;
	width: 425px;
	letter-spacing: 2px;
}

#header div .tagline 
{
	padding: 78px 0 0 5px;
	text-align: left;
}

#header div a.logo 
{
	display: block;
	float: left;
	width: 100px;
}

#header div a.logo img 
{
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}

#header div h1
{
	font-family: 'helvetica_condensed_blackRg';
	font-weight: normal;
	color: #FFF;
	font-size: 32px;
	text-align: center;
	letter-spacing: 3px;
	margin: 0;
	padding: 2px 0 0 0;
}

#header div h2
{
	font-family: 'helvetica_condensed_blackRg';
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	margin: 0;
	padding: 9px 0 0 0;
}

#header div h3
{
	font-family: 'helvetica_condensed_blackRg';
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	letter-spacing: 2px;
	margin: 0;
	padding: 12px 0 0 0;
}

/* ===========================
   ========== Menu =========== 
   =========================== */

#menu
{
	background: #152247 repeat-x;
}

#menu ul 
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 960px;
}

#menu ul li 
{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li:hover
{
	background: #121d3c;
}

#menu ul li a 
{
	color: #FFF;
	display: inline-block;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 15px 35px 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
	-o-transition: all 0.2s;
  	transition: all 0.2s;
}

#menu ul li a:hover 
{
	background-color: #F00;
	color: #FFF;
}

#menu ul li ul 
{
	text-align: left;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 240px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow :none;
	display: none;
	opacity: .8;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}

#menu ul li:hover ul 
{
	display: block;
	opacity: .8;
	visibility: visible;
}

#menu ul li ul li
{ 
	background: #152247;
	display: block; 
}

#menu ul li ul li a
{ 
	background: #121d3c;
	display: block; 
}

#menu ul li ul li a:hover 
{
	background-color: #F00;
	color :#FFF;
	cursor: pointer;
}

/* ===========================
   ========= Slider ========== 
   =========================== */

#slider
{
	background: #000;
	border: 10px solid #eaeaea;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	height: 420px;
	width: 940px;
	margin: 1px auto 0;
}

/* ===========================
   ========== Body ===========
   =========================== */

#body 
{
	margin: 0;
	padding: 20px 0 20px 0;
}

#body h2 
{
	color: #152247;
	font-family: 'helvetica_condensed_blackRg';
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 21px;
	text-transform: capitalize;
}

#body .content 
{
	background: #FFF;
	border: 1px solid #cdcdcd;
	border-radius: 6px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#body .content #section
{
	float: left;
	margin: 0;
	padding: 20px 20px 20px;
	width: 640px;
	border-right: 1px solid #cdcdcd;
}


#body .content #section > p 
{
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#body .content #section .separator
{
	border: 1px dashed #cdcdcd;
	margin: 20px 0 20px 0;
}

#body .content #section .article 
{
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#body .content #section .article div 
{
	float: left;
	margin: 0;
	padding: 0;
	width: 640px;
}

#body .content #section .article div .separator2
{
	border: 1px dashed #cdcdcd;
	width: 638px;
	margin: 20px 0 10px 0;
}

#body .content #section .article div .article-gallery
{
	float: left;
	margin: 0 15px 5px 0;
}

#body .content #section .article div img
{
	margin: 0;
	padding: 0;
}

#body .content #section .article div .content-banner
{
	margin: 0 0 20px 0;
	padding: 0;
}

#body .content #section .article div .icons
{
	margin: 0 10px -1px 0;
	padding: 0;
}

#body .content #section .article div h4
{
	text-align: left;
	color: #152247;
	font-family: 'helvetica_condensed_blackRg';
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 25px 0 15px;
	padding: 0;
}

#body .content #section .article div h3 
{
	text-align: left;
	color: #152247;
	font-family: 'helvetica_condensed_blackRg';
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}

#body .content #section .article div h2 
{
	color: #152247;
	font-family: 'helvetica_condensed_blackRg';
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}

#body .content #section .article div p
{
	color: #666;
	font-size: 12px;
	text-align: justify;
	letter-spacing: 0px;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 0;
}

#body .content #section .article div p a
{
	color: #06F;
	font-size: 12px;
	text-align: justify;
	letter-spacing: 0px;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: none;
}

#body .content #section .article div p a:hover
{
	color: #F00;
}

#body .content #section .article div ul 
{
	margin: 0;
	padding: 0;
	list-style: disc;
}

#body .content #section .article div li 
{
	padding: 10px 0 0px 0;
	overflow: auto;
}

#body .content #section .article div li p 
{
	font-family: Arial;
	color: #666;
	font-size: 12px;
	text-align: justify;
	letter-spacing: 0px;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 0;
}

#body .content #section .article div .button a
{
	float: right;
	background: #9d9d9d;
	color: #000;
	margin: 5px 0 5px 0;
	padding: 10px 0 0 0;
	width: 90px;
	height: 20px;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	
}

#body .content #section .article div .button a:hover
{
	color: #FFF;
	background: #F00;
}

#body .content #sidebar 
{
	float: left;
	margin: 0;
	padding: 20px 20px 0;
	width: 235px;
}

#body .content #sidebar .separator3
{
	border: 1px dashed #cdcdcd;
	margin: 20px 0 20px 0;
}

#body .content #sidebar .contact div 
{
	/*float: left;*/
	margin: 0;
	padding: 0;
	width: 235px;
}

#body .content #sidebar .contact div img
{
	margin: 0 10px -2px 0;
	padding: 0;
}

#body .content #sidebar .contact div .separator4
{
	border: 1px dashed #cdcdcd;
	margin: 10px 0;
}

#body .content #sidebar .contact div h4
{
	text-align: left;
	color: #666;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#body .content #sidebar .contact div h4 a
{
	text-align: left;
	color: #666;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#body .content #sidebar .contact div h4 a:hover
{
	color: #F00;
}

#body .content #sidebar .contact div h3 
{
	text-align: left;
	color: #152247;
	font-family: 'helvetica_condensed_blackRg';
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}

#body .content #sidebar .contact div h2 
{
	color: #152247;
	font-family: 'helvetica_condensed_blackRg';
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}

#body .content #sidebar .contact div p
{
	color: #666;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 0;
}

#body .content #sidebar .contact div p a
{
	color: #06F;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 0;
}

#body .content #sidebar .contact div p a:hover
{
	color: #F00;
}

/* ===========================
   ====== Footer Links ======= 
   =========================== */

#footer_links
{
	height: 250px;
	margin: 0;
	background: rgb(1,43,155);
	background: -moz-linear-gradient(left,  rgba(1,43,155,1) 0%, rgba(33,99,188,1) 41%, rgba(33,99,188,1) 44%, rgba(33,99,188,1) 47%, rgba(33,99,188,1) 50%, rgba(33,99,188,1) 53%, rgba(33,99,188,1) 56%, rgba(33,99,188,1) 59%, rgba(4,40,120,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(1,43,155,1)), color-stop(41%,rgba(33,99,188,1)), color-stop(44%,rgba(33,99,188,1)), color-stop(47%,rgba(33,99,188,1)), color-stop(50%,rgba(33,99,188,1)), color-stop(53%,rgba(33,99,188,1)), color-stop(56%,rgba(33,99,188,1)), color-stop(59%,rgba(33,99,188,1)), color-stop(100%,rgba(4,40,120,1)));
	background: -webkit-linear-gradient(left,  rgba(1,43,155,1) 0%,rgba(33,99,188,1) 41%,rgba(33,99,188,1) 44%,rgba(33,99,188,1) 47%,rgba(33,99,188,1) 50%,rgba(33,99,188,1) 53%,rgba(33,99,188,1) 56%,rgba(33,99,188,1) 59%,rgba(4,40,120,1) 100%);
	background: -o-linear-gradient(left,  rgba(1,43,155,1) 0%,rgba(33,99,188,1) 41%,rgba(33,99,188,1) 44%,rgba(33,99,188,1) 47%,rgba(33,99,188,1) 50%,rgba(33,99,188,1) 53%,rgba(33,99,188,1) 56%,rgba(33,99,188,1) 59%,rgba(4,40,120,1) 100%);
	background: -ms-linear-gradient(left,  rgba(1,43,155,1) 0%,rgba(33,99,188,1) 41%,rgba(33,99,188,1) 44%,rgba(33,99,188,1) 47%,rgba(33,99,188,1) 50%,rgba(33,99,188,1) 53%,rgba(33,99,188,1) 56%,rgba(33,99,188,1) 59%,rgba(4,40,120,1) 100%);
	background: linear-gradient(to right,  rgba(1,43,155,1) 0%,rgba(33,99,188,1) 41%,rgba(33,99,188,1) 44%,rgba(33,99,188,1) 47%,rgba(33,99,188,1) 50%,rgba(33,99,188,1) 53%,rgba(33,99,188,1) 56%,rgba(33,99,188,1) 59%,rgba(4,40,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012b9b', endColorstr='#042878',GradientType=1 );
}

#footer_links div
{
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;	
}

#footer_links div ul 
{
	margin: 0 auto;
	padding: 30px 0 0 32px;
	text-align: left;
	width: 960px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFF;
}

#footer_links div ul li 
{
	display: inline-block;
	list-style:none;
	margin: 0 auto;
	padding: 0;
}

#footer_links div ul li ul 
{
	padding: 0;
	margin: 10px 0 0 0;
	width: 230px;
	display: block;
}

#footer_links div ul li ul li
{ 
	display: block;
	margin: 0;
	padding: 10px 0 1px 0;
}

#footer_links div ul li ul li a
{
	color: #FFF;
	text-decoration: none;
}

#footer_links div ul li ul li a:hover
{
	color: #F00;
}

#footer_links div ul li ul li img
{
	margin: 0 10px -2px 0;
	padding: 0;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

#footer
{
	background: #152247 repeat-x;
	height:60px;
}

#footer div
{
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#footer div h3
{
	color: #FFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
	letter-spacing: 1px;
}