/*This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule.*/
/*+clearfix {*/
.categories:after, .product_detail:after, #product_list:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.categories, .product_detail, #product_list
{
	display: inline-block;
}
.categories, .product_detail, #product_list
{
/*\*/
	display: block;
/**/
	-height: 1px;
}
/*+}*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*[empty]background-color:;*/
}
.highslide-container
{
}
/*The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display.*/
BODY
{
	color: #2F3032;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
/*Sets the margin properties for an element using shorthand notation (top, right, bottom, left)*/
	padding: 0;
/*Sets the padding properties for an element using shorthand notation (top, right, bottom, left)*/
	text-align: center;
/*Centers the page content container in IE 5 browsers.*/
	font-weight: normal;
}
IMG.bg
{
/*Set rules to fill background*/
	min-height: 100%;
	min-width: 1024px;
/*Set up proportionate scaling*/
	width: 100%;
	height: auto;
/*Set up positioning*/
	position: fixed;
	top: 0;
	left: 0;
}
/*Commonly used to style page titles.*/
H1
{
	color: #777890;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 6px;
}
/*Commonly used to style section titles.*/
H2
{
	color: #777890;
	font-size: 20px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}
H4
{
	padding-top: 5px;
	padding-bottom: 5px;
}
H6
{
	padding-top: 2px;
	padding-bottom: 2px;
}
/*Sets the style for unvisited links.*/
A, A:link
{
	color: #98A4C6;
	font-weight: bold;
	text-decoration: none;
}
/*Sets the style for visited links.*/
A:visited
{
	color: #50516B;
	font-weight: bold;
	text-decoration: none;
}
/*Sets the style for links on mouseover.*/
A:hover
{
	color: #3A32C4;
	text-decoration: underline;
}
/*Sets the style for a link that has focus.*/
A:focus
{
	color: #3A32C4;
}
/*Sets the style for a link that is being activated/clicked.*/
A:active
{
	color: #383644;
}
/*--- Blog Posts ---*/
#main_content
{
	margin: 0px 25px 0px 30px;
}
/*This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page.*/
IMG
{
	border: 0px solid #000000;
}
#outerWrapper
{
	position: relative;
	margin: -30px auto 20px;
/*Sets the margin properties for an element using shorthand notation (top, right, bottom, left)*/
	text-align: left;
/*Redefines the text alignment defined by the body element.*/
	width: 990px;
}
#outerWrapper #header
{
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
/*Sets the bottom border properties for an element using shorthand notation*/
	font-size: 18px;
	font-weight: bold;
	height: 162px;
	line-height: 15px;
	/*[disabled]overflow:hidden;*/
	padding: 10px;
/*Sets the padding properties for an element using shorthand notation (top, right, bottom, left)*/
	z-index: 5;
}
#outerWrapper #header #logo
{
	height: 93px;
	width: 200px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#outerWrapper #header #phone
{
	float: right;
	height: 42px;
	width: 298px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	margin-top: -118px;
	padding-right: 1px;
}
#address
{
	width: 667px;
	float: right;
	margin-right: 50px;
	margin-top: 42px;
}
#map
{
	float: right;
	border: 2px solid #000000;
}
#outerWrapper #header #navbar
{
	height: 50px;
	background: url(menu_images/nav_bg.png) no-repeat;
	width: 960px;
	padding-top: 12px;
	padding-left: 11px;
	z-index: 50;
	margin-left: 4px;
	/*+placement:shift -5px -26px;*/
	position: relative;
	left: -5px;
	top: -26px;
}
#outerWrapper #banner
{
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	height: 325px;
	width: 990px;
}
#header_slideshow
{
	background-image: url(../images/content_bg.png);
	height: 380px;
	z-index: 2;
	margin-top: -15px;
}
#banner_pic
{
	padding-left: 24px;
	margin-top: -18px;
}
#outerWrapper #contentWrapper
{
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	z-index: inherit;
}
#down_for_maintenance_message
{
	height: 400px;
	margin-left: 55px;
	width: 850px;
}
#left_column
{
	width: 250px;
	float: left;
	margin-right: 30px;
}
#left_column #quote_request
{
	border: 1px solid #A1A1A6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 7px;
	background-color: #E8EBF8;
	padding-left: 10px;
}
#quote_request LABEL
{
	float: left;
}
#quote_request H3
{
	margin-left: 0px;
	margin-top: 7px;
	font-size: 14pt;
	color: #1C2E60;
}
#quote_request #id
{
	width: 177px;
	margin-left: 5px;
}
#quote_request #email
{
	margin-left: 6px;
	width: 177px;
}
#quote_request #phone
{
	margin-left: 3px;
	width: 176px;
}
#quote_request P
{
	font-size: 10pt;
}
#quote_request #length
{
	margin-left: 5px;
}
#quote_request #width
{
	margin-left: 11px;
}
#quote_request #posts
{
	margin-left: 47px;
}
#quote_request #fixing_points
{
	margin-left: 5px;
}
#quote_request #message
{
	margin-left: 0;
	width: 223px;
}
#quote_request IMG
{
	margin-bottom: 33px;
	padding-top: 22px;
}
#quote_request #captcha_text
{
	margin-left: 16px;
}
#outerWrapper #contentWrapper #content_full_width
{
	margin: 0;
/*Sets the margin properties for an element using shorthand notation (top, right, bottom, left)*/
	padding: 10px;
/*Sets the padding properties for an element using shorthand notation (top, right, bottom, left)*/
	/*[empty]background-position:;*/
}
INPUT
{
	/*[disabled]margin-left:48px;*/
}
#quote_request .cat_textbox
{
	width: 210px;
}
#quote_request TEXTAREA
{
	width: 210px;
}
#right_column
{
	float: right;
	width: 200px;
}
#outerWrapper #footer
{
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
/*Sets the top border properties for an element using shorthand notation*/
	height: 100px;
	padding: 10px;
/*Sets the padding properties for an element using shorthand notation (top, right, bottom, left)*/
}
#footer #website-by
{
	text-align: right;
	margin-right: 15px;
	margin-top: 76px;
}
.homepage_content
{
	padding-right: 15px;
	padding-left: 12px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12pt;
	line-height: 1.3;
}
#contact_form
{
	margin-left: 30px;
	width: 460px;
	background-color: #E4E3E3;
	padding: 10px;
	border: 1px solid #C0BBBB;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 23px;
}
#contact_form_errors
{
	margin-left: 30px;
	background-color: #FCC8C8;
	width: 550px;
	border: 1px solid #000000;
	text-align: center;
}
.error
{
	font-weight: bold;
}
#id
{
	margin-left: 60px;
	width: 339px;
}
#email
{
	margin-left: 5px;
	width: 339px;
}
#message
{
	margin-left: 48px;
}
FORM
{
}
#category_wrapper #photo_gallery #gallery-area
{
	/*+placement:shift 118px 0px;*/
	position: relative;
	left: 118px;
	top: 0px;
}
#category_wrapper IMG
{
	border: 1px solid #C0BBBB;
	background-color: #F7F5F5;
	padding: 6px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.main_category_display
{
	margin-left: 275px;
	width: 603px;
}
/*[clearfix]*/.categories
{
	list-style-type: none;
	margin-left: 150px;
	margin-bottom: 22px;
	/*[empty]background-color:;*/
}
UL.categories
{
	list-style-type: none;
	width: 750px;
	margin: 0;
	padding: 0;
}
.categories IMG
{
	border: 1px solid #C0BBBB;
	background-color: #F7F5F5;
	padding: 6px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
UL.categories LI
{
	background: #EEEEEE;
	border: 1px solid #C0BBBB;
	padding: 5px;
	width: 150px;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	height: 135px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.all_categories_image IMG
{
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000000;
	padding: 0;
}
UL.categories H3
{
	margin: 0;
	padding: 0px 0px 5px;
	font-size: 14px;
}
UL.categories SMALL
{
	display: block;
}
UL.categories FORM FIELDSET
{
	border: 0px solid #000000;
}
UL.categories FORM LABEL
{
	font-size: 12px;
}
UL.categories FORM INPUT[type=text]
{
	width: 18px;
	background: #FFF;
	border: 1px solid #D3D3D3;
}
.products
{
	list-style-type: none;
	margin-left: 150px;
}
UL.products
{
	list-style-type: none;
	width: 750px;
	margin: 0;
	padding: 0;
}
UL.products LI
{
	background: #EEEEEE;
	border: 1px solid #C0BBBB;
	padding: 5px;
	width: 150px;
	text-align: center;
	float: left;
	margin-right: 5px;
	height: 250px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
/*[clearfix]*/.product_detail
{
}
.products IMG
{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
}
.product_detail IMG
{
	border: 1px solid #000000;
	border: 1px solid #C0BBBB;
	background-color: #FAFAFA;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 5px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}
.product_detail H1
{
	margin-left: 22px;
}
UL.products H3
{
	margin: 0;
	padding: 0px 0px 5px;
	font-size: 14px;
	height: 65px;
}
/*[clearfix]*/#product_list
{
}
UL.products SMALL
{
	display: block;
}
UL.products FORM FIELDSET
{
	border: 0px solid #000000;
}
UL.products FORM LABEL
{
	font-size: 12px;
}
UL.products FORM INPUT[type=text]
{
	width: 18px;
	background: #FFF;
	border: 1px solid #D3D3D3;
}

