/* @override http://pacificweststeel.com/style.css?q=10 */


* {
	margin: 0px;
	padding: 0px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(./images/background-top.jpg) repeat-x top center;
}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	position: relative;
	height: 91px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom:55px
} 
#header h1 {
	position: absolute;
	top: 27px;
	left: 12px;
	width: 290px;
	height: 25px;
	background: url(./images/logo.png) no-repeat top center;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

#header h1 span {
	display: none;
}

#header p {
	position: absolute;
	top: 60px;
	left: 30px;
	font-size: 11px;
	color: white;
	padding: 0px;
	margin: 0px;
}

#header p a {
	text-decoration:none;
	color: white;
}

#header #nav {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 620px;
	height: 80px;
	margin: 0 auto;
	padding: 0px;
}

#header #nav ul {
	margin-top: 25px;
	text-align: right;
}

#header #nav li {
	float: left;
	display: block;
	font-family: Arial;
	font-size: 13px;
	color: white;
	margin: 0;
	padding: 8px 20px;
	border-right: 1px solid grey;

}

#header #nav #gallery {
	border: none;	
}



#header #nav li a {
	color: white;
	text-decoration: none;
}

#promo {
	position: relative;
	width: 960px;
	height: 300px;
	background: url(./images/background-promo.png) repeat-x top center;
	padding-bottom: 40px;
}

#promo #box {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 350px;
	height: 185px;
	margin: 0px;
	padding: 15px;
	border: 1px solid grey;
	background: url(./images/transparent-80.png) repeat top center;
}


#promo h2 {
	color: white;
	font-size: 26px;
	font-weight: 400;
	padding: 0px 0 15px 0;
	margin: 0px;
}

#promo p {
	font-size: 17px;
	line-height: 1.75em;
	padding: 0px;
	margin: 0px;
	color: whitesmoke;
}

#promo p a {
	margin: 0px 30px 0 0px;
	padding: 8px;
}

#promo ul {
	float: right;
	width: 490px;
	height: 280px;
	padding: 0px;
	margin: 10px 30px 0 0;
}

#portfolio a {
	border: none;
}

#portfolio li a img {
	float: right;
}

#promo ul {
	list-style: none;
}


#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:190px;
	background: url(./images/background-sidebar.png) no-repeat top right;
	padding: 15px 15px 15px 45px;
	margin: 0;

}

#sidebar #product-box {
	width: 350px;
	height: 190px;
	margin: 0 0 30px 0;
}

#sidebar #list-box {
	width: 350px;
	height: 150px;
	padding: 0px ;
	margin: 0px 0 40px 0;
}

#sidebar #list-box h3 {
	padding: 0px;
	margin: 0 0 10px 0;
	font-size: 17px;
	text-align: center;
}



#sidebar ul {
	width: 160px;
	margin: 0;
	padding: 0 0 10px 20px;
	font-size: 12px;
	line-height: 2em;
	list-style: square;
}

#sidebar ul li {
	color: #333;
}

#sidebar ul#left {
	float: left;
	width: 160px;
}

#sidebar ul#right {
	float: right;
	width: 140px;
}

#sidebar p.button {
	text-align: center;
}

#sidebar p.button a {
	text-align: center;
	width: 160px;
	height: 15px;
	background: url(./images/background-red-button.png) repeat-x top center;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #890e09;
	margin: 0 auto;
}

#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 15px 15px 45px;
	margin: 0;

}


#content { 
	margin: 0 0 0 440px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:500px;
}

#content h2 {
	padding: 0px;
	margin: 0px;
	font-size: 37px;
	line-height: 1.5em;
	font-family: Garamond;
}

#content h4 {
	float: left;
	width: 500px;
	height: 30px;
	font-size: 12px;
	border: 1px solid red;
}

#content p {
	padding: 0 0 15px 0;
	margin: 0px;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}

#content p a {
	color: #333;
	text-decoration: none;
}

#content p img {
	padding: 0 14px 0 0;
	text-align: left;
	vertical-align: middle;
}


#content-full ul {
	padding: 10px 0 20px 50px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr {
	margin: 10px 0;
}



#gallery2 ul, #gallery3 ul {
	list-style: none;
	}
#gallery2 ul li a img {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
	height: 120px;
	width: 150px;
}
#gallery2 ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	}
#gallery2 ul a:hover img {
	border: 5px solid #942f10;
	border-width: 5px 5px 20px;
	color: #fff;
	}
#gallery2 ul a:hover {
	color: #942f10;
}

#gallery2 span ul {
	width: 400px;
}

#gallery2 span ul li a img {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
	height: 60px;
	width: 80px;
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}




#wrap {
	margin: 0 auto;
	padding: 0;
	height: 130px;
	background: url(./images/background-bottom.jpg) repeat-x top center;
}

#footer { 
	position: relative;
	width: 960px;
	margin: 0 auto;

} 
#footer h1 {
	position: absolute;
	top: 57px;
	left: 12px;
	width: 290px;
	height: 25px;
	background: url(./images/logo.png) no-repeat top center;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

#footer h1 span {
	display: none;
}

#footer p {
	position: absolute;
	top: 90px;
	left: 30px;
	font-size: 11px;
	color: white;
	padding: 0px;
	margin: 0px;
}

#footer p a {
	text-decoration:none;
	color: white;
}

#footer #nav {
	position: absolute;
	top: 30px;
	right: 15px;
	width: 620px;
	height: 60px;
	margin: 0 auto;
	padding: 0px;
}

#footer #nav ul {
	margin-top: 25px;
	text-align: right;
}

#footer #nav li {
	float: left;
	display: block;
	font-family: Arial;
	font-size: 13px;
	color: white;
	margin: 0;
	padding: 8px 20px;
	border-right: 1px solid grey;

}

#footer #nav #installation {
	border: none;	
}



#footer #nav li a {
	color: white;
	text-decoration: none;
}

#footer #credit p {
	position: absolute;
	top: 95px;
	left: 340px;
	width: 600px;
	height: 20px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	color: gray;
}

#footer #credit p a {
	color: grey;
	text-decoration: none;
}