body {
	background: #8d9eb0 url('../../media/images/bkgd.jpg') repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 10pt;
}

strong {
	font-weight:bold;
}

h1 {
	color: #000080;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 0 8px 0;
	text-transform: uppercase;
}
h2 {
	color: #000080;
	font-size: 11pt;
	font-weight: bold;
	padding: 5px 0 8px 0;
}
h3 {
	color: #000080;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 0 8px 0;
}

p {
	padding: 5px 0;
}

p.first_letter:first-letter {
	color:#000080;
	font-size:240%;
	font-weight:bold;
	line-height: .8;
}

ol {
	list-style: decimal;
	padding: 0 0 5px 35px;
}
ul {
	list-style: disc;
	padding: 5px 0 5px 35px;
}

#breadcrumb {
	font-size: 9pt;
	color: #999;
}
#breadcrumb a {
	color: #999;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 936px;
	margin: 0 auto;
}

/***************************** Top Menu Start *********************************/
#menu {
    list-style:none;
    width: 936px;
    height: 39px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url('../../media/images/menu.jpg') 0 0 no-repeat;
}

#menu li {
	margin:0;
	padding:0;
	display:block;
	float:left;
}

#menu a {
	display:block;
	background: transparent url('../../media/images/menu.jpg') 0 0 no-repeat;
	height: 25px;
}


#menu_home a 				{ width: 60px; background-position: 0px 0px;}
#menu_home a:hover 			{ background-position: 0px -39px; }

#menu_low_slope a 			{ width: 84px;background-position: -60px 0px;}
#menu_low_slope a:hover 	{ background-position: -60px -39px; }

#menu_sheet_metal a 		{ width: 93px;background-position: -144px 0px;}
#menu_sheet_metal a:hover 	{ background-position: -144px -39px; }

#menu_slate_tile a 		{ width: 83px; background-position: -237px 0px;}
#menu_slate_tile a:hover 	{ background-position: -237px -39px; }

#menu_metal_fab a 			{ width: 135px; background-position: -320px 0px;}
#menu_metal_fab a:hover 	{ background-position: -320px -39px; }

#menu_copper_cornice a 			{ width: 115px; background-position: -455px 0px;}
#menu_copper_cornice a:hover 	{ background-position: -455px -39px; }

#menu_portfolio a 			{ width: 73px; background-position: -570px 0px;}
#menu_portfolio a:hover 	{ background-position: -570px -39px; }

#menu_news a 			{ width: 53px; background-position: -643px 0px;}
#menu_news a:hover 		{ background-position: -643px -39px; }

#menu_affiliates a 			{ width: 74px; background-position: -696px 0px;}
#menu_affiliates a:hover 	{ background-position: -696px -39px; }

#menu_history a 		{ width: 70px; background-position: -770px 0px;}
#menu_history a:hover 	{ background-position: -770px -39px; }

#menu_contact a 		{ width: 96px; background-position: -840px 0px;}
#menu_contact a:hover 	{ background-position: -840px -39px; }

/***************************** Top Menu End *********************************/


#bottom_menu {
    list-style:none;
    width: 805px;
    margin: 0 auto;
    padding: 0;
	font-size: 9pt;
	
}
#bottom_menu li {
	margin: 0 6px;
	padding:0;
	float:left;
	margin-top:15px;
	
}
#bottom_menu a {
	color: #273071;
	text-decoration: none;
	
}
#bottom_menu a:hover {
	color: #000;
	text-decoration: underline;
	
}

#news li{
	list-style:none;
	line-height:1.5;
}

#news a{
	text-decoration:none;

}

#news a:hover{
	cursor: pointer;
	color:#999999;

}

.project_link {
	text-decoration: underline;
}
.project_link a:hover {
	cursor: pointer;
	color: #999999;
}

.project_description {
	display: none;
	width: 400px;
	margin: 10px 0px;
	padding: 5px;
	border: solid #999999 1px;
	line-height: 1.3;
}
.project_category {
	padding-left: 20px;
	line-height: 1.5;
}

/* ------------------------------------------------------------------------
	prettyGallery
------------------------------------------------------------------------- */

ul.gallery {
    list-style: none;
    margin: 0 0 10px 0;
}

ul.gallery li a {
    padding: 2px;
    display: block;
    border: 2px #9db2b9 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 0;
	
}

ul.gallery li a:hover {
    border: 2px #313739 solid;
}


ul.gallery {
    list-style: none;
    margin: 0 0 10px 0;
}

ul.gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
	
}

ul.gallery li a {
    padding: 2px;
    display: block;
    border: 2px #9db2b9 solid;
    line-height: 0;
	
}

ul.gallery li a:hover {
    border: 2px #313739 solid;
}

ul.textGallery li {
    width: 180px;
    text-align: center;
    padding: 10px 10px 0 10px;
    border: 1px #bdc2c4 solid;
    margin: 0 5px 5px 0;
    font-size: 0.8em;
}

ul.textGallery li:hover {
    background: #edeeef;
}

ul.textGallery li img {
    display: block;
    margin: 0 auto 10px auto;
    border: 1px #bdc2c4 solid;
    padding: 3px;
}


/***/


/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.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 */


.content_header {
	background: url('../../media/images/page_header.jpg') no-repeat;
	width: 936px;
	height: 17px;	
}

.content {
	background: #ffffff;
	padding: 0px 50px;
	min-height: 300px;
}
.content_footer {
	background: #8d9eb0 url('../../media/images/page_footer.jpg') no-repeat;
	width: 936px;
	height: 24px;
	color:#273071;
}

.content_box {
	border: 1px solid #ccc;
	padding: 0px 10px 10px 10px;
	min-height:400px;
}

.affiliate-info {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #B0B0B0;
    margin-left: 40px;
    padding: 4px;
	border:1px solid #AAAAAA;
	margin:5px;
	padding:5px;
	text-align:center;
	width:265px;
}
.centeredImage
    {
    text-align:center;
    margin:0 auto;
    padding:0px;
    }

.jswarning {
	color: #999999;
	text-align: center;
	padding: 5px;
}
/*** Form CSS ***/



form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
form img {
	/*
	float: left;
	margin-top: 20px;
	*/
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 0px 10px 0px 10px;
	min-height:400px;
}
fieldset legend {
	color: #263463;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	padding: .5em;
	vertical-align: text-top;
}
form div.dimensions {
	width: 12%;
	float: left;
	clear: none;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.radio {
	float:left;
	width:auto;

}
form div.radio label {
 	margin: 0 0 6px 0px;
 	padding-left: 20px;
 	padding-right: 4px;
}
form div.radio span.yes {
	padding-left: 20px;
}
form div.radio span.no {
	padding-left: 10px;
}
form div.radio span {
	float: left;
	padding-right: 4px;
}
form div.radio input {
 	float: left;
 	clear: none;
 	width: auto;
 	margin-top: 4px;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 80px;
}
label {
	display: block;
	padding-right: 20px;
	padding-bottom: 2px;
 	font-family: Verdana;
 	color: #333;
 	font-size: 12px;
 	font-weight: bold;	
}
.input {
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width:100%;
	
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
form div.select {
	width: 75%;
	float: left;
	clear: none;
	padding-top: .3em;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
form div.checkbox {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
form div.checkbox input {
	clear: none;
	
} 
form div.checkbox span {
	float: left;
	width: 50px;
	display: block;
}
form div.mul_checkbox { height: 20px; }
form div.mul_checkbox label {
	float: left;
	padding-right: 8px;
}
form div.mul_checkbox input {
	float: left;
	display: inline;
	width: auto;
	clear: none;
	margin-right: 2em;
}
div.submit input {
	display: inline;
	font-size: 90%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
span.by {
	display: block;
	float: left;
	padding: 30px 5px 0px 5px;
	width: 12px;
}
div.form-left, div.form-right {
	width: 40%;
	float: left;
	clear: none;
}
div.form-left {
	padding-right: 2em;

}
div.form-right {

	
}
div.form-measurements {
	width: 160px;
	float: right;
	clear: none;
}
span.addrowlink {
	display: block;
	float: none;
	text-align: right;
	clear: both;
	margin-bottom: 4px;
}
span.addrowlink a {
	padding: 4px 0px 4px 24px;
	background: url('../img/icons/add.png') no-repeat 0 2px;
}

#product_pages ul{
	list-style: none;
}


/*** End Form CSS ***/