/* Custom CSS to overlay the Blueprint framework */

/* Generic objects*/
body{
	background: url("../images/background/body-background.png") no-repeat scroll center top #FFF;
}

#header_search input {
	color:#CCCCCC;
	margin-left:0.2em;
	margin-right:0.5em;
	padding:2px;
	width:135px;
}

#header_search input:focus{
	color: #000;
}

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

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

a:visited{
	color:#999999;
	text-decoration:underline;
}

hr{
	background-color: #FF9900;
	height: 1px;	
}

/* Div styles*/
#header{
	background:url("../images/background/footer-background.gif") no-repeat scroll center bottom transparent;
	height: 101px;
}

#header_logo{
	background:url("../images/logo/company.gif") no-repeat scroll center center transparent;
	text-indent:-9999px;
	height: 48px;
	margin-top: 10px;
}

#header_search{
	text-align: right;
}

#navigation
{
	height: 48px;
	background-color: #F7971C;
	border-bottom: 1px solid #DB7F0A;
}

#body{}

#body_sidebar{
	background:url("../images/background/quicklinks-background.gif") no-repeat scroll left top transparent;
	padding: 3.5em 0 0 0;
}

#body_banner{
	background:url("../images/background/banner.gif") repeat-x scroll left top transparent;
	height: 228px;
	background-color: #F7971C;
	border-top: 1px solid #F8A841;
}

#body_banner_image{
	height: 200px;
	margin: 14px 10px 14px 0px;
}

#featured_products{
	background:url("../images/background/featured-products-background.gif") no-repeat scroll left top transparent;
	padding: 57px 0 0 0;
}

#featured_products_left,
#featured_products_right,
#body_banner_image,
#body_banner_slideshow_content div{
	overflow: hidden;
}

#footer_content{
	height: 75px;
	background-color: #F7971C;
	text-align: center;
	padding: 3.5em 0 0 0;
}

#footer_pageant{
	background:url("../images/background/footer-background.gif") no-repeat scroll center center transparent;
	height: 70px;
}

/* Image Styles */
#body_sidebar img{
	border: 10px solid #EBEBEA;
}

/* Link styles */

a.searchitem{
	text-decoration: underline;
	color: #491114;
}

a.searchitem:hover{
	text-decoration: underline;
	color: #491114;
}

#footer_content a
{
	font-size: 1.2em;
	color: #FFF;
}

#footer_content a:hover
{
	color: #59595B;
	text-decoration: none;
}

#footer_content a:visited
{
	color: #FFF;
	text-decoration: none;
}

/* List styles*/

ul.searchitems{
	padding-left: 0em;
}

ul.searchitems li{
	list-style: none outside none;
	padding-left: 0;
	margin: 0px 0px 10px 0px;	
}

ul.searchitems li p{
	margin: 0px;
}

#body_sidebar ul{
	list-style:none outside none;
	padding: 0;	
	margin: 0 0 2.0em 0;	
}

#body_sidebar ul li a{
	padding-left: 23px;
	background-position: 0 -5005px;
	background-image:url("blueprint/plugins/silksprite/sprites.png");
	background-repeat:no-repeat;
	display:inline;
	height:18px;
	overflow:hidden;
	padding-bottom:2px;	
}

#footer_content ul{
	list-style:none outside none;
	padding: 0;	
	margin: 0;
}
#footer_content li{
	line-height: 1.8em;	
	border-right: 1px solid #DB7F0A;
	margin: 0;
	padding: 0 0.5em;	
	display: inline;
}

#footer_content li.page-item-5
{
	border-left: 0px none;
}

#footer_content li.page-item-66
{
	border-right: 0px none;
}

/* Content specific styles */

#body_banner_image a h1{
	height: 200px;
	margin-bottom: 0px;
}

#body_sidebar p{
	margin: 0 0 1.0em 0;
}

#body_banner_slideshow_content{
	width: 448px;
	height: 180px;
	margin: 14px 0px;
	border: 10px solid #EBEBEA;
	background-color: #FFF;
}

#body_banner_slideshow_content div{
	width: 448px;
	height: 180px;
	margin: 0;
	padding 0;
	border 0 none;
}

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Blueprint framework overrides */
.container{
	background: #FFF;
}

.prepend-top-1 { margin-top: 1.0em; }
.prepend-top-2 { margin-top: 2.0em; }
.prepend-top-3 { margin-top: 3.0em; }
.prepend-top-4 { margin-top: 4.0em; }
.prepend-top-5 { margin-top: 5.0em; }
.prepend-top-6 { margin-top: 6.0em; }
.prepend-top-7 { margin-top: 7.0em; }
.prepend-top-8 { margin-top: 8.0em; }
.prepend-top-9 { margin-top: 9.0em; }
.prepend-top-10{ margin-top: 10.0em; }
.prepend-top-11{ margin-top: 11.0em; }
.prepend-top-12{ margin-top: 12.0em; }
.prepend-top-13{ margin-top: 13.0em; }
.prepend-top-14{ margin-top: 14.0em; }
.prepend-top-15{ margin-top: 15.0em; }

.append-bottom-1{ margin-bottom: 1.0em; }
.append-bottom-2{ margin-bottom: 2.0em; }
.append-bottom-3{ margin-bottom: 3.0em; }
.append-bottom-4{ margin-bottom: 4.0em; }
.append-bottom-5{ margin-bottom: 5.0em; }
.append-bottom-6{ margin-bottom: 6.0em; }
.append-bottom-7{ margin-bottom: 7.0em; }
.append-bottom-8{ margin-bottom: 8.0em; }
.append-bottom-9{ margin-bottom: 9.0em; }
.append-bottom-10{ margin-bottom: 10.0em; }
.append-bottom-11{ margin-bottom: 11.0em; }
.append-bottom-12{ margin-bottom: 12.0em; }
.append-bottom-13{ margin-bottom: 13.0em; }
.append-bottom-14{ margin-bottom: 14.0em; }
.append-bottom-15{ margin-bottom: 15.0em; }

.center{
	text-align: center;
}

.justify{
	text-align:justify;
}

.large{
	line-height:1.4em;
}

.x-large{
	font-size: 1.4em;
}

.orange{
	color: #FF9900;
}

.x-small{
	font-size: 0.75em;
}

.small-medium{
	font-size: 0.9em;
}

h5{
	color: #FF9900;
}

ul.no-bullets{
	list-style:none outside none;
}

ul.no-bullets li span{
	padding-left:24px;
}

.grey{
	color: #9E9E9E;
}

/* Contact Form Styles */

form.wpcf7-form p{
	margin-bottom: 0.0em;
}

form.wpcf7-form label{
	margin-left: 10px;
}

span.wpcf7-not-valid-tip-no-ajax{
	display: inline;
	font-size: 8pt;
	margin-left: 10px;
}

div.wpcf7-validation-errors{
	border:1px solid black;
	background-color: #FF8F8F;
	background-image:url("blueprint/plugins/silksprite/sprites.png");
	background-position:0 -7055px;
	background-repeat:no-repeat;
	display:inline;
	line-height: 18px;
	height:18px;
	overflow:hidden;
	padding: 2px 2px 2px 23px;
}

div.wpcf7-mail-sent-ok{
	border:1px solid black;
	background-color: #7DBF5F;
	background-image:url("blueprint/plugins/silksprite/sprites.png");
	background-position:0px 2px;
	background-repeat:no-repeat;
	display:inline;
	line-height: 18px;
	height:18px;
	overflow:hidden;
	padding: 2px 2px 2px 23px;
}

div.wpcf7-response-output  {
	clear: both;
	float: left;
	margin-top: 1em;
	margin-left: 0em;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
	padding: 0.3em;
}

.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus{
	background-color: #EBEBEA;
}