/* Styles for NEFCO Corp.
By Tortus Technologies
Design by: Victoria Chapman
Date created: 8/11/09
Last motified: 8/11/09 */

/* @group Colors */

.dark_blue {
	color:#1c3887;
}

.light_blue {
	color:#d4d8f5;
}

.orange {
	color:#dc8332;
}

.light_grey {
	color:#ededed;
}

.dark_grey {
	color:#9d9d9d;
}

.black {
	color:#101010;
}

/* @end */

body {
	background: #d4d8f5 url("../images/body_bg.png") center -20px repeat-x;
	text-size: 90%;
	margin: 37px 0 30px 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
}

#main_wrapper {
	width: 954px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	background: url("../images/wrapper_bg.png") top center repeat-y;
}

#left_box_wrapper {
	width: 927px;
	float: left;
}

#left_gradient {
	width:27px;
	float:left;
}

#right_gradient {
	width:27px;
	float:right;
}

#box_wrapper {
	width: 898px;
	margin: auto;
	background:#ffffff;
	border:1px solid #98a4d1;
	position: relative;
	float: right;
	background:#ffffff url("../images/content_bg.jpg") 180px 0px repeat-y;
}

#content_wrapper {
	width:898px;
	float:left;
}

/* @group Header */

#header {
	width:898px;
	margin: 0 auto;
	padding-bottom:10px;
	height: 118px;
	float:left;
	background:#ffffff url("../images/header_bg3.jpg") top right no-repeat;
}

#header img {
	padding:10px;
}

#header_right {
	float: right;
	width: 530px;
	text-align: right;
	margin:25px 10px 10px 10px;
}

#header_right h4 {
	color: #101010;
	font-size: 120%;
	margin: 15px 0 5px 0;
	padding: 0;
}

#header_right h4 a {
	color:#101010;
	text-decoration:none;
}

#header_right h3 {
	color: #101010;
	font-size: 120%;
	margin: 8px 0 5px 0;
	padding: 0;
}

#header_right input.login_input {
	border:1px solid #c4c4c4;
	padding: 2px;
}

#header_right .button {
	border:1px solid #1c3887;
	padding:2px 4px;
	background:#e8e8e8 url("../images/nav_bg.jpg") top left repeat-x;
	margin-left:3px;
	font-family:arial, helvetica, sans-serif;
}

#header_right .login {
	margin: 15px 0 5px;
	padding:0;
}

/* @end */

/* @group Nav */

#nav {
	margin: 0;
	float: left;
	background: #9d9d9d url("../images/nav_bg.jpg") top left repeat-x;
	padding: 6px 5px;
	width:888px;
	border-top: 2px solid #1c3887;
	border-bottom: 2px solid #1c3887;
}

#nav ul {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight:bold;
}

#nav li {
	list-style: none;
	display: inline;
	margin:0;
	color: #000000;
	font-size: 80%;
}

#nav li a {
	color: #000000;
	text-decoration: none;
	margin:0;
	padding: 6px 6px 6px 6px;
	border-right:1px solid #9699a1;
}

#nav li a:hover {
	color: #dc8332;
	text-decoration: none;
	margin:0;
}

/* @end */

/* @group Sub Menu */

.about_nefco_menu {
	float: right;
	width: 200px;
	margin: 0 0 5px 15px;
}

.about_nefco_menu a {
	display: block;
	padding: 5px 5px;
	text-align: right;
	background: #b6c9ec;
	border-bottom: 2px solid #1C3887;
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: bold;
}

#content .about_nefco_menu a:hover {
	color: #000000;
}

.industries_menu {
	float: right;
	width: 200px;
	margin: 0 0 5px 15px;
}

.industries_menu a {
	display: block;
	padding: 5px 5px;
	text-align: right;
	background: #b6c9ec;
	border-bottom: 2px solid #1C3887;
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: bold;
}

#content .industries_menu a:hover {
	color: #000000;
}

/* @end */

/* @group Left Column */

#left_column {
	width: 150px;
	float: left;
	padding:15px;
	margin-right: 20px;
}

/* @group Left Nav */

#left_nav {
	width: 150px;
	padding: 0px;
	margin-bottom: 20px;
}

#left_nav ul {
	margin:0;
	padding:0;
}

#left_nav li {
	list-style-type:none;
}

#left_nav li a {
	background: transparent;
	color:#333333;
	display:block;
	padding:5px 15px;
	text-decoration:none;
	font-size:100%;
	background: url("../images/bullet.jpg") no-repeat left;
	font-weight: bold;
}

#left_nav li a:hover {
	color: #dc8332;
}



/* @end */

/* @group View Catalog */

#view_catalog {
	width: 150px;
	margin-bottom: 10px;
	text-align: center;
}

#view_catalog a {
	font-size: 90%;
	color: #1C3887;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Content */

#content {
	margin: 15px 15px 15px 200px;	
	width: 680px;
	font-size:90%;
}

#content a {
	color: #1c3887;
}

#content a:hover {
	color: #df934e;
}

.flash {
	margin-bottom:20px;
}

#content h1 {
	font-size: 160%;
	color: #1c3887;
}

#content h2 {
	font-size: 140%;
	color: #1c3887;
}

#content h3 {
	font-size: 120%;
	color: #1c3887;
}

#content h4 {
	font-size: 110%;
	color: #1c3887;
}

#content h5 {
	font-size: 100%;
	color: #1c3887;
}

#content h6 {
	font-size: 90%;
	color: #1c3887;
}

#content p {
	line-height: 150%;
	font-weight: normal;
}

.line_cards td.info {
	border:1px solid #1c3887;
	padding:10px;	
	text-align:center;
	width:24%;
	font-size:90%;
	color:#1c3887;
	background: url("../images/linecard_bg.jpg") top left repeat-x;
}

#rotateFeature {
	height: 200px;
	margin: 0;
	padding: 0;
	width: 680px;
	}
        
#contact_form th {
	text-align: right;
	padding-right: 10px;
}
        
/* @group Callouts */

table#callouts {
	margin-bottom: 10px;
}

#callouts td.info {
	border:1px solid #cecece;
	padding:5px;	
	text-align:center;
	vertical-align: top;
}

#callouts td.info h3 {
	margin: 0;
	background: #9d9d9d url("../images/nav_bg.jpg") top left repeat-x;
	padding: 3px;
	color: #101010;
	font-size: 110%;
	display: block;
	margin-bottom: 5px;
}

#callouts td.info h3 a {
	color: #101010;
	text-decoration: none;
	display: block;
}

/* @end */



/* @end */

/* @group Footer */

#footer {
	width: 898px;
	padding: 4px 5px;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

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

#footer a {
	color: #333333;
}

/* @end */

