
/* Common Colors */

.light_biege { color: rgb(253,249,237); }
.body_biege { color: #FED48E; }
.bright_orange { color: #FA9F14; }
.text_color { color: #232323; }
.bright_red { color: #D7002A; }

/* Core Styles */

body {
	text-align: center;
	font-family: Arial;
	color: #232323;
	font-size: 13px;
	line-spacing: 18px;
	padding: 0px;
	margin: 0px
}
td {
	font-size: 13px;
}

#wide_header {
	background: #FDAF17;
}

#wide_header_shadow {
	padding-top: 10px;
	background: url(/site_images/header_shadow.png) top repeat-x;
}

#site_container, #header_content, #wide_header_shadow #subnav_container {
	text-align: left;
	margin: 0 auto;
	width: 980px;
	position: relative;
}

#header_content {
	height: 135px;
}

#logo_container {
	padding-top: 30px;
}

#access_links {
	position: absolute;
	right: 0px;
	top: 50px;
	text-transform: uppercase;
	font-size: 13px;
	color: white;
}

#access_links a {
	color: white;
}

img {
	border: 0px;
}

a {
	color: #D7002A;
	text-decoration: none;
}

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

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

#body_container ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#body_container li {
	background: url(/site_images/bullet.png) no-repeat 0px 2px;
	margin-left: 0px;
	padding-left: 15px;
	margin-bottom: 6px;
}

.error {
	font-weight: bold;
	color: red;
}

/* Primary Navigation styles */

#nav_container {
	position: absolute;
	bottom: 0px;
}

#nav_container .nav_item {
	float: left;
	margin-right: 5px;
	padding-left: 25px;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}

#nav_container .nav_item a {
	color: #434343;
}

#nav_container .nav_item span {
	padding-right: 25px;
	display: block;
}

#nav_container .nav_item.selected {
	background: url(/site_images/nav_selected_left.png) top left no-repeat;
}

#nav_container .nav_item.selected span {
	background: url(/site_images/nav_selected_right.png) top right no-repeat;
}

#nav_container .nav_item.selected a {
	color: white;
}

/* Sub-navigation styles */

#subnav_container .nav_item {
	float: left;
	margin-right: 5px;
	padding-left: 25px;
	height: 34px;
	line-height: 34px;
	color: black;
}

#subnav_container .nav_item a {
	color: #434343;
}

#subnav_container .nav_item span {
	padding-right: 25px;
	display: block;
}

#subnav_container .nav_item.selected {
	background: url(/site_images/subnav_selected_left.png) top left no-repeat;
	color: white;
}

#subnav_container .nav_item.selected a {
	color: white;
}

#subnav_container .nav_item.selected span {
	background: url(/site_images/subnav_selected_right.png) top right no-repeat;
}

/* Level 3 navigation styles */

#subsubnav_container {
	margin-top: -6px;
}

#subsubnav_container .nav_item {
	float: left;
	margin-right: 5px;
	padding-left: 25px;
	color: black;
	position: relative;
	height: 26px;
	line-height: 26px;
}

#subsubnav_container .nav_item a {
	color: black;
	text-decoration: none;
}

#subsubnav_container .nav_item.selected a {
	color: #D7002A;
}

#subsubnav_container .selected_indicator {
	margin-left: 50%;
}

#subsubnav_container .selected_indicator img {
	position: absolute;
	top: 26px;
	display: block;
	z-index: 20;
	margin-left: -16px;
}

#subnav_splitter {
	border-top: 2px solid #FDA008;
	border-bottom: 2px solid #FDA008;
	height: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Body styles */

#body_container {
	padding-bottom: 20px;
}

#body_content {
	width: 760px;
	float: left;
}

.flat_body {
	background: black;
	color: white;
	padding: 20px;
}

.angled_body {
	background: url(/site_images/angled_body_background.png) top right no-repeat;
	padding: 20px;
	padding-top: 10px;
	border-bottom: 2px solid black;
}

.angled_body h1, .angled_body h2 {
	background: url(/site_images/angled_body_header_background.png) top right no-repeat;
	color: white;
	font-size: 15px;
	margin: 0px -20px;
	position: relative;
	top: -10px;
	margin-bottom: 5px;
	padding: 10px;
}



.angled_body p, .angled_body h1, .angled_body h2, .angled_body h3, .angled_body h4, .angled_body h5 {
	margin-top: 0px;
}

.angled_body div.body_spacer {
	float: right;
	height: 20px;
	width: 20px;
}

.angled_body_header {
	font-size: 14px;
	margin-bottom: 4px;
	margin-left: 30px;
	font-weight: normal;
}

/* Sidebar styles */

#sidebar {
	width: 200px;
	float: right;
}

#sidebar .sbb_outer {
	padding: 2px;
	border-bottom: 2px solid #D7002A;
	margin-bottom: 10px;
}

#sidebar .sbb_inner {
	border-bottom: 2px solid #D7002A;
	background: #FED48E;
	padding: 10px;
}

#sidebar .sbb_header {
	font-family: "Arial Narrow", Arial;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	background: url(/site_images/sidebar_header_top.png);
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 0px;
	color: #D7002A;
	width: 200px;
}
html>body #sidebar .sbb_header {
	width: 180px;
}

#sidebar .button_container {
	margin-bottom: 10px;
	margin-top: 10px;
}

#sidebar .button_container img {
	display: block;
}

#sidebar_contact_form .element .label {
	font-family: "Arial Narrow", Arial;
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar_contact_form .element {
	margin-bottom: 6px;
}

#sidebar_contact_form .element input, #sidebar_contact_form .element textarea {
	width: 170px;
}

#sidebar_contact_form div.button {
	text-align: right;
}

/* Footer styles */

#widefooter {
	background: #DF0024;
	margin-top: 20px;
	height: 75px;
	line-height: 75px;
	color: white;
}

#widefooter span {
	margin-left: 20px;
	margin-right: 20px;
}

#footer_container {
	text-align: right;
	margin-top: 20px;
	font-family: "Arial Narrow", Arial;
	color: #D7002A;
	font-size: 15px;
	text-transform: uppercase;
	font-style: italic;
}

/*Shared page template styles */

.standard_content_container, .split_content_container, .four_column_container, .callout_content_container {
	margin-top: 10px;
	/*border-top: 2px solid #FDA008;*/
	padding-top: 5px;
	border-bottom: 2px solid #D7002A;
	padding-bottom: 10px;
}

.outer_line {
	border-top: 2px solid #D7002A;
	margin-top: 2px;
	margin-left: -2px;
	margin-right: -2px;
}


/* Body content page template styles */

.standard_content_container .body_content {
	width: 760px;
	float: left;
	/*border-top: 1px solid #FDA008;*/
}

.standard_content_container .sidebar {
	float: left;
	margin-left: 20px;
}


/* split content page template styles */

.split_content_container .column1, .split_content_container .column2 {
	float: left;
	width: 370px;
}

.split_content_container .column2 {
	margin-left: 20px;
}

/* four column page template styles */

.four_column_container .column1, .four_column_container .column2, .four_column_container .column3, .four_column_container .column4 {
	float: left;
	width: 175px;
	margin-left: 20px;
}

.four_column_container .column1 {
	margin-left: 0px;
}

/* Callout template styles */

.callout_content_container .column1 {
	float: left;
	width: 510px;
}

.callout_content_container .column2 {
	width: 230px;
	margin-left: 20px;
	float: left;
}

/* Slideshow page template styles */

.slideshow {
	width: 980px;
	/*height: 280px;*/
	height: 120px;
	overflow: hidden;
}

.slideshow img {
	display: block;
}

.short_slideshow_container {
	position: relative;
	width: 760px;
	/*height: 325px;*/
	height: 150px;
}

.short_slideshow_container .slideshow {
	width: 760px;
}

.slideshow_footer_bar {
	position: absolute;
	left: -7px;
	bottom: -15px;
	z-index: 10;
}

.slideshow_header_container .sidebar {
	float: right;
}

.slideshow .carousel_container {
	height: 120px;
	overflow: hidden;
}

/* Classes used by Slideshow JS library */

.slideshow-container {
	/*height: 280px;*/
	height: 120px;
	
}

/* Product Overview Page Template Styles */

.product_overview .product_image {
	float: left;
	margin-right: 20px;	
}

.product_overview .product_image img {
	width: 80px;
}

.product_overview .product_description {
	margin-left: 100px;
}


/* News Styles */

#sidebar .news_container .news_item {
	margin-bottom: 20px;
}
#sidebar .news_container .news_item .date {
	text-transform: uppercase;
	color: black;
	font-weight: bold;
}
#sidebar .news_container .news_item .item {
	
}
					
/* Store and Order Form Styles */


#store_container .large {
	font-size: 17px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	border-bottom: 8px;
}

#store_container td {
	font-size: 13px;
	line-spacing: 17px;
	padding: 8px;
    border-color:#999999;
    border-width: 0 1px 1px 0;
    border-style: solid;
	border-top-color:#151515;
}

#store_container .back {
	float: left;
	width: 49%;
}

#store_container .continue {
	float: right;
	width: 49%;
}

#store_container .steps_bottom {
	margin-top: 15px;
}
	
#store_container .wire_info {
	display: none;
}
	
#store_container .field {
	margin-top: -7px;
}

/* test styles */


.testbutton {
	margin-right: 5px;
	padding-left: 25px;
	height: 34px;
	line-height: 34px;
	color: black;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.testbutton a {
	color: black;
}

.testbutton span {
	padding-right: 25px;
	display: block;
}

.testbutton {
	background: url(/site_images/subnav_selected_left.png) top left no-repeat;
	color: white;
}

.testbutton a {
	color: white;
}

.testbutton span {
	background: url(/site_images/subnav_selected_right.png) top right no-repeat;
}

/* Reset standard angle body header styles */
.angled_body .product_details h1, .angled_body .product_details h2 {
	background: none;
	color: #232323;
	margin: 15px 0px;
	position: static;
	padding: 0px;
}

.product_details h1 {
	margin-bottom: 0px;
	font-size: 20px;
}

.product_details h2.subtitle {
	margin-top: 0px;


}
