@charset "UTF-8";
/* CSS Document */

:focus {-moz-outline-style: none;}

html, body, #container {
	height: 100%;
	margin: 0 auto;
}

#container {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: transparent url('/images/container_bg.png') top left repeat-y;
}

body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c292a;
	background: #e84f25 url('/images/site_bg.png') top left repeat-x;
}

#main {
	padding-bottom: 50px;
}

/* header */

#header {
	height: 126px;
	background: #f0a428 url('/images/header_bg.png') bottom left no-repeat;
}

#header img {
	margin-top: 8px;
	float: left;
	margin-left: 19px;
}

#header_text {
	float: left;
	margin-top: 48px;
	margin-left: 1px;
	color: #c56522;
	font-size: 24px;
	font-style: italic;
}

/* navigation */

#navigation {
	height: 50px;
	background: #e84f25 url('/images/site_bg.png') 0px -135px repeat-x;
	text-align: center;
}

#navigation a {
	font-weight: bold;
	color: #FFF;
	padding-left: 12px;
	padding-right: 14px;
	font-size: 13px;
	text-decoration: none;
	line-height: 47px;
	background: transparent url('/images/navigation_spacer.png') right center no-repeat;
}

#navigation a.menu_active {
	color: #f0a428;
}

#navigation a#last_navigation_link {
	background: none;
	padding-right: 11px;
}

/* header_images */

#welcome_image {
		overflow: visible !important;
		height: 252px;
}

#welcome_image img {
	width: 950px;
	height: 252px;
}

#subheader_image {
	height: 130px;
}

#subheader_image img {
	width: 950px;
	height: 130px;
}

/* content */

#content {
	overflow: auto;
	float: left;
	width: 950px;
	padding-bottom: 35px;
}

#content_left {
	width: 600px;
	padding-right: 15px;
	padding-left: 35px;
	padding-top: 13px;
	float: left;
}

#content_right {
	width: 275px;
	padding-top: 25px;
	padding-left: 15px;
	float: left;
}

#content h1 {
	margin-top: 12px;
	margin-bottom: 12px;
	color: #ef8b2c;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}

#content h2 {
	color: #007ac8;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: normal;
}

#content p {
	line-height: 18px;
	margin-top: 0px;
}

#content a {
	text-decoration: none;
	color: #007ac8;
}

#content a:hover {
	color: orange;
}

li {
	line-height: 18px;
}

/* footer */

#footer {
	background: transparent url('/images/footer_bg.png') top left repeat-y;
	height: 40px;
	padding-top: 9px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 11px;
	clear: both;
	width: 950px;
	text-align: center;
}

#footer_navigation {
	margin-bottom: 6px;
}

#footer a {
	color: red;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 12px;
	background: transparent url('/images/footer_menu_spacer.png') right 2px no-repeat;
}

#footer a:hover {
	color: #CC6600;
}

#footer a.menu_active {
	color: #333;
	font-weight: bold;
}

#footer a#last_footer_navigation_link {
	background: none;
	padding-right: 10px;
}

/* big button */

.big_button {
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	width: 190px;
	text-align: center;
	background: transparent url('/images/home_button.png') top left no-repeat;
	text-transform: uppercase;
	color: #333 !important;
	margin-bottom: 15px;
}


.big_button.weather_button {
	height: 40px;
	padding: 10px 0px;
	line-height: 20px;	
	font-family: 'Arial Black' !important;
	font-size: 16px;
	background-image: url('/images/weather_button.png') !important;
}

.big_button.wide_button {
	width: 250px !important;
	background-image: url('/images/big_button_wide.png') !important;
}

.big_button.weather_button.wide_button {
	background-image: url('/images/weather_button_wide.png') !important;
}

.big_button:hover {
	background-position: center left;
}

.big_button:active {
	background-position: bottom left;
}

/* home page */

#home_left {
	float: left;
	width: 380px;
	padding-right: 30px;
}

#home_right {
	float: left;
	width: 190px;
	padding-top: 13px;
}

/* CBS STYLES */



/* left column */

#left_column {
	float: left;
	width: 220px;
	min-height: 410px;
	background: transparent url('/images/left_column_bg.png') top left repeat-x;
}

#header_logo {
	display: block;
	margin-top: 50px;
}

#header_logo img {
	width: 220px;
	height: 49px;
}

/* left menu */

#left_menu {
	margin-top: 40px;
	min-height: 271px;
}

#left_menu a {
	display: block;
	line-height: 28px;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	margin-left: 64px;
	width: 156px;
	text-decoration: none;
}

#left_menu a:hover {
	color: #00FFFF !important;
}

#left_menu a.product_range_expanded {
	border-bottom: none;
	line-height: 18px;
	margin-top: 5px;
	font-weight: bold;
}

#product_range_submenu {
	border-bottom: 1px solid #FFF;
	width: 156px;
	margin-left: 64px;
	padding-bottom: 5px;
}

#product_range_submenu a {
	border-bottom: none;
	line-height: 18px;
	margin-left: 30px;
}

.menu_active {
	font-weight: bold;
}

/* right column */

#right_column {
	float: left;
	width: 705px;
	margin-left: 25px;
}

#top_logo {
	margin-top: 48px;
}

#header_image {
	height: 230px;
	overflow: visible !important;
	margin-top: 21px;
}

/* misc */

a img {
	border: 0px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

/* product range links */

.product_range_links div {
	line-height: 30px;
	border-top: 1px solid #CCC;
	width: 235px;
}

.product_range_links div a {
	text-decoration: none;
	color: #007ac8;
	line-height: 34px;
	font-size: 16px;
}

.product_range_links div a:hover {
	color: orange;
}

.product_range_links div img {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}

/* home suppliers */

.home_suppliers {
	margin: 0 auto;
}

.home_suppliers td {
	height: 70px;
	width: 105px;
	text-align: center;
}

.home_suppliers img {
	width: 80px;
}

.footer_margin {
	height: 70px;
}

/* contact form */

.grid {
	width: 400px;
}

.grid th {
	color: #DD3D22;
	font-weight: bold;
	padding-bottom: 5px;
}

.grid_heading {
	font-weight: bold;
	color: #d82231;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.grid input[type=text] {
	width: 300px;
	background-color: #EEE;
	margin-bottom: 5px;
	height: 19px;
	font-size: 12px;
	border: 1px solid #CCC;
}

.grid.short_inputs input[type=text] {
	width: 50px;
	text-align: right;
}

.grid textarea {
	width: 300px;
	background-color: #EEE;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	margin-top: 0px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
}

.grid_textarea_heading {
	vertical-align: top;
	padding-top: 6px;
}

.grid input[type=submit] {
	display: none;
}

.send_button {
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	width: 68px;
	text-align: center;
	background: transparent url('/images/send_button.png') top left no-repeat;
	text-transform: uppercase;
	color: #333 !important;
	margin-bottom: 15px;
}

.send_button:hover {
	background-position: center left;
}

.send_button:active {
	background-position: bottom left;
}

.check_row {
	height: 30px;
}

.check_row input[type=checkbox] {
	margin-left: 15px;
}

.required_asterisk {
	color: #D42F20;
	font-size:18px;
	line-height:16px;
	margin-left:2px;
	vertical-align:middle;
}

/* contact page */

.contact_call_number {
	font-size: 24px;
	margin-bottom: 10px;
}

.contact_success {
	font-sizeL: 14px;
	font-weight: bold;
	color: #DD3D22;
}

.hr {
	border-top: 1px solid #CCC;
}
#content h2.contact_h2 {
	margin-bottom: 8px;
}

/* our suppliers */

.supplier_table {
	border-bottom: 1px solid #CCC;
}

.supplier_table td {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

.supplier_border td {
	border-top: 1px solid #CCC;
	padding-top: 10px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* homepage */

.welcome_text {
	font-size: 15px;
}