@charset "UTF-8";

/* CSS Document */
/* Federal Print - John McGeary 2008*/


/* EDITOR START */

body {
	font-size: 12px;
	font-weight: 200;
	line-height: 20px;
	color: #14234b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
}


hr {
	border: 1px solid #14234b;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

h1 {
	font-size: 18px;
	color: #14234b;
	margin-bottom: 15px;
	border-bottom: 2px solid #158d6a;
        padding-bottom:10px;
}

h2 {
	font-size: 13px;
	color: #158d6a;
	margin-top: 5px;
	margin-bottom: 5px;

}

h3 {
	font-size: 13px;
	color: #14234b;
	margin-top: 5px;
	margin-bottom: 5px;

}

h4 {
	font-size: 12px;
	color: #14234b;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

a {
    color: #158d6a;
	text-decoration: none;
}

a:hover {
    color: #158d6a;
	text-decoration: underline;
}

p {
    margin-bottom: 10px;
}

ul {
    padding: 10px 0px 10px 20px;
}

li {
	padding: 0px;	
}


.green {
    color: #158d6a;
}

.blue {
	color: #14234b;
}


/* EDITOR END */body {
	font-size: 12px;
	font-weight: 200;
	line-height: 20px;
	color: #14234b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(assets/bg.jpg) repeat-x top left;
}


* {
	margin: 0;
	padding: 0;
}




/* --------- Main Container --------- */

#wrapper {
	width: 100%;
	height: 100%;
	padding: 0px;
	float:left;
	background: url(assets/wrapper_bg.jpg) no-repeat top left;
}


#main_container {
	width: 1000px;
	padding: 0px;
	margin: 0px;
	margin: 0 auto;
}

.main_area {
	width:1000px;
	margin-top:106px;
	float:left;
	background: url(assets/tint.png) repeat-y top center;
}

* html .main_area {
	background: url(assets/tint.gif) repeat-y top center;
}



/* --------- Masthead ---------*/

#masthead {
    width: 1000px;
	height: 188px;
	margin: 0px;
	padding: 0px;
	float: left;
}


.masthead_right {
    float:right;
	width:439px; 
	margin:0px;
	padding:0px;
	height:140px;	
}

* html .masthead_right {
	margin-right:10px;
}


/* --------- Mainarea ---------*/


.left_column {
	width:	169px;
	float:	left;
	margin:	0px 8px 0px 21px;
	padding:	0px;
}

* html .left_column {
	margin-left: 9px;
}

.textarea {
	padding: 20px;
	margin: 0px;
	width:	566px;
	float:	left;
}

	
.right_column {
	width:	169px; /* changed from 129px on 20081014*/
	height: 100%;
	float:	left;
	margin: 0px 0px 0px 8px;
	padding: 0px; /* changed from 20px on 20081014*/
	position: relative
}
.right_column img { /* added on 20081014*/
	margin: 20px;
}



/* --------- Navigation left ---------*/



.navigation_left {
	width: 169px;
	float: left;
	line-height:18px;
	text-align:left;           
}

* html .navigation_left {
	margin-left:1px!important;
	padding-left:1px;
}

.navigation_left ul {
	margin:0px;
	padding:0px;
	width:169px;
}

.navigation_left li {
	list-style:none;
	margin:0px;
	width:169px;
	background: url(assets/li_bg.jpg) repeat bottom left;
	padding:3px 0px 3px 0px;
}

.navigation_left a {
	text-decoration:none;
	color:#14234b;
	padding:0px;
	display:block;
	padding:3px 0px 3px 20px;
}

.navigation_left a:hover {
	text-decoration:underline;
	color:#14234b;
	padding:0px;
	display:block;
	background: url(assets/arrow.gif) no-repeat top left;
	padding:3px 0px 3px 20px;
}
 

.navigation_left #currentpage a {
	text-decoration:none;
	color:#14234b;
	padding:0px;
	display:block;
	background: url(assets/arrow.gif) no-repeat top left;
	padding:3px 0px 3px 20px;
}

.navigation_left #currentpage a:hover {
	text-decoration:underline;
	color:#14234b;
	padding:0px;
	display:block;
	background: url(assets/arrow.gif) no-repeat top left;
	padding:3px 0px 3px 20px;
} 
.navigation_left #currentpage ul li a {
	background: none; /* added to remove the arrow in the right hand column for logged in members when viewing sub-products */
}

.navigation_left #parent {
	padding:0px;
	color:#14234b;
	text-decoration:none;
	font-weight:bold;
	padding:3px 0px 3px 0px;
}
 
.navigation_left li ul li a {
	color:#158d6a!important;
	text-decoration:none;
	font-size: 11px!important;
	font-weight:200!important;
}

.navigation_left li ul li a:hover {
	color:#158d6a!important;
	text-decoration:underline!important;
	font-size: 11px!important;
	font-weight:200!important;
}


.navigation_left h2 {
	color: #14234b;
	font-size:12px;
	font-weight:bold;
	margin:25px 0px 0px 0px;
	padding-left:20px;
	border-bottom:2px solid #158d6a;
	height:25px;
}



/* --------- Navigation right ---------*/

.right_column ul, .right_column li  {
	width: 169px;
}





/* --------- Testimonials ---------*/

.testimonials {
	width: 149px;
	color: #14234b;
	float: left;
	line-height:18px;
	text-align:left;
	padding-left:20px;
	margin:30px 0px 30px 0px;
}

.testimonials h2 {
	color: #14234b;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

.testimonials a {
    color: #14234b;
	text-decoration: none;
}

.testimonials a:hover {
    color: #14234b;
	text-decoration: underline;
}


/* --------- Login Box ---------*/

.login_box {
	width: 122px;
	height: 136px;
	background: url(assets/login_bg.jpg) no-repeat top left;
	float: left;
	margin: 25px 20px 20px 20px;
}



.login_box input {
	width: 100px;
	border: 1px solid #ffffff;
	margin: 0px 0px 2px 10px;
	float: left;
}

.login_box p {
	margin: 10px 0px 5px 10px;
	line-height: 15px;
	font-size: 11px;
}

.login_box a {
	margin: 0px 0px 0px 0px;
	line-height: 15px;
	font-size: 9px;
	color:#14234b;
	width:122px;
}

.login_box h2 {
	margin: 10px 0px 5px 10px;
	line-height: 15px;
	font-size: 12px;
	font-weight:bold;
	color:#14234b;
}

* html .login_box p {
	margin-top:5px;
}


/* --------- Navigation top ---------*/



.navigation_top {
	width: 970px;
	float: left;
	text-align:left;
	height:43px;
	margin: 5px 0px 0px 30px;
	padding: 5px 0px 0px 0px;
	background: url(assets/topnav_bg_tel.jpg) no-repeat top right;        
}

* .navigation_top {
	height:36px;
}

.navigation_top ul {
	margin:0px;
	padding:0px;
}

.navigation_top li {
	list-style:none;
	display:inline;
	margin:0px;
	height:29px;
	padding:0px 10px 5px 10px;
}

.navigation_top a {
	text-decoration:none;
	color:#ffffff;
	margin-bottom: 6px;
	line-height:30px;
		
}

.navigation_top a:hover {
	color:#ffffff;
	padding:0px;
	text-decoration:underline;
	line-height:30px;
}

.navigation_top #currentpagetop {
	color:#ffffff;
	line-height:30px;
	font-weight:bold;
	text-decoration:underline;
} 

.navigation_top #currentpagetop a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

.navigation_top #currentpagetop a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	line-height:30px;
} 



/* --------- Footer --------- */

#footer {
	width:1000px;
	height:45px;
	font-size:9px;
	color:#333333;
	text-align:center;
	clear:left;
	background: url(assets/footer_bg.jpg) no-repeat top left;
	padding-top:10px;
}


#footer a {
	text-decoration:none;
	color:#333333;
}

#footer a:hover {
	text-decoration:underline;
	color:#f333333;
}

#footer p {
	font-size:9px;
	color:#333333;
	padding:0px;
	margin:0px;
}



table.shoppingCart {
  border-top:1px solid #158D6A;
  border-right:1px solid #158D6A;
}
table.shoppingCart th, table.shoppingCart td {
  border-bottom:1px solid #158D6A;
  border-left:1px solid #158D6A;
  padding:3px;
}
table.shoppingCart th {
  font-weight:bold;
}/* --------- Contact Form --------- */


div.contactForm{
  width:365px;
  padding:0px;
  margin:30px;
}
div.row {
  clear:both;
  padding-top:5px;
  vertical-align:middle;
  }
div.row span.label {
  float:left;
  width:140px;
  text-align:right;
  padding:0px 10px 0px 0px;
  }
div.row span.formw {
  float:right;
  width:210px;
  text-align:left;
  }
div.row span.formw input.text, div.row span.formw textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#86b637;
	width:210px;
	border:1px solid #000000;
	background:none !important;
}
div.row span.formw textarea{
  height:50px;
}
div.spacer {
  clear:both;
}



/******************* ORDER DETAILS ****************/


div.orderDetails {
  width:555px;
}
div.orderDetails div.row span.label {
  float:left;
  width:140px;
  text-align:left;
  padding:0px 10px 0px 0px;
}
div.orderDetails div.row span.formw {
  width:400px;
}
