/* ------------------------------------------------------------------------
CSS sheet for Muza Sheet Metal
Author: Chris Robinson
Date Created: 12-18-08
Date Modified: 3-3-09 by Jeff Sanders

All inquiries for this document should be directed to information@virtualtech.com.
/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #8E9397 url(../images/bodybg.jpg) top left repeat-x;
}
#wrap {
	width: 1004px;
	display: block;
	margin: auto;
	text-align: left;
	position: relative;
}

/* --- header ---*/
#header {
	position: relative;
	height: 121px;
	background: #1C3B72 url(../images/bodybg.jpg) top left repeat-x;
}
	#header h1 {
		margin: 0;
	}
	#header h1 a {
		margin-left: 20px;
		width: 311px;
		height: 120px;
		font: 35px/121px "Times New Roman", Times, serif;
		color: #fff;
		text-decoration: none;
	}
	.images-on #header h1 a {
		background: url(../images/logo.png) no-repeat;
		text-indent: -10000px;
		overflow: hidden;
		display: block;
	}
#content {
	padding: 20px;
	min-height: 400px;
	background: #fff;
	border-left: 4px solid #0E3276;
	border-right: 4px solid #0E3276;
	overflow: auto;
}
	#content ol, #content ul {
		margin-left: 20px;
		font: 12px Arial, Helvetica, sans-serif;
	}
	#content li {
		line-height: 20px;
	}
	#content blockquote {
		margin: 30px auto;
		width: 90%;
		font: bold italic 14px/20px Arial, Helvetica, sans-serif;
	}
	.polaroid {
		margin: 10px;
		padding: 10px;
		border: 1px solid #ccc;
		background: #EFEFEF;
	}

/* --- footer ---*/
#footer {
	position: relative;
	padding: 0 20px;
	height: 140px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;	
	background: #13264B url(../images/footer.jpg) bottom left repeat-x;
	display: block;
	clear: both;
}
#footer p a {
	color: #fff;
}
#footer p.copy {
	margin-top: 20px;
	float: right;
	text-align: right;
}

/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
/* top navigation */
ul#nav {
	position: absolute;
	top: 0px;
	right: 0px;
	list-style-type: none;
	height: 30px;
}
ul#nav li {
	position: relative;
	height: 30px;
	float: left;
	display: block;
}
ul#nav li a {
	padding: 0px 10px;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	border-right: 1px solid #295FB7;
	display: block;
}
ul#nav li.home a {
	border-left: 1px solid #295FB7;
}
ul#nav li a:hover {
	background-color: #295FB7; 
}

/* bottom navigation */
ul#botnav {
	position: absolute;
	top: 20px;
	left: 20px;
	list-style-type: none;
	display: block;
}
ul#botnav li {
	float: left;
	display: block;
}
ul#botnav li a {
	padding: 0px 10px;
	color: #fff;
}

/* -----------------------------------------------------------------------
TEXT ELEMENTS
-------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0px; 
}
h2 {
	font: 22px Georgia, "Times New Roman", Times, serif;
}
h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #003366;
}
h4 {
	font: 16px Georgia, "Times New Roman", Times, serif;
}
p {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0px;
}
a {
	color: #1E78D2;
}
a:hover {
	color: #000033;
}
.external {
	padding-right: 16px;
	background: url(../images/external.png) center right no-repeat;
}
/* -----------------------------------------------------------------------
CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#topright {
	position: absolute;
	top: 45px;
	right: 20px;
	width: 460px;
}
#home #content #topleft p {
	font-size: 16px;
}
#topleft {
	width: 470px;
	min-height: 550px;
}
#home #topleft,#location #topleft {
	min-height: 400px;
}
#flash {
	margin-bottom: 20px;
	z-index: 999;
}
#topPic {
	border: 5px solid #0D3276;
}
#mainContent {
	width: 620px;
	float: left;
}
#sidebar {
	width: 300px;
	float: right;
}

/* -------------------------------------------------------------------------
Facebook Button
-------------------------------------------------------------------------*/
ul#face {
	list-style: none;
	position: absolute;
	top: 130px;
	left: 455px;
}
ul#face li{
	float: left;
	margin: 0 0 0 10px;
}
/* -----------------------------------------------------------------------
PROJECT BOXES (project.incs.asp)
-------------------------------------------------------------------------*/
.project_box {
	margin-top: 20px;
	width: 300px;
	float: left;
	display: block;
}
	.project_box p {
		margin: 0px;
		padding: 5px 0px;
		color: #fff;
	}
	.middle {
		margin: 20px 25px 0px 25px;
	}
	.project_box h3.pr_top {
		margin: 0px;
		padding: 0px 20px;
		height: 38px;
		font: 16px/38px Georgia, "Times New Roman", Times, serif;
		text-align: center;
		color: #fff;
		background: url(../images/project_top.jpg) top right no-repeat;
	}
	.project_box h3.left_top {
		margin: 0px;
		padding: 0px 20px;
		height: 38px;
		font: 18px/38px Georgia, "Times New Roman", Times, serif;
		text-align: left;
		color: #fff;
		background: url(../images/project_top.jpg) top right no-repeat;
	}
	.fixed_middle {
		padding: 0px 20px;
		height: 310px;
		background: url(../images/project_middle.jpg) top left repeat-y;
		overflow: hidden;
	}
		.fixed_middle img {
			border: 2px solid #000;
			float: left;
			display: block;
		}
	.pr_bottom {
		height: 43px;
		background: url(../images/project_bottom.jpg) left bottom no-repeat;
		clear: both;
	}
p.btn {
	margin: 0;
}
.btn a {
	margin-left: 20px;
	padding: 3px 10px;
	height: 24px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	background: #FFFF00 url(../images/btn_bg.jpg) top left repeat-x;
	border: 1px solid #FFCC00;
}

/* alt project boxes (on category pages) */
.pr_middle {
	padding: 0px 0px 20px 0px;
	background: url(../images/project_middle.jpg) top left repeat-y;
	overflow: hidden;
}
	.pr_middle img {
		margin: 0 auto;
		border: 2px solid #000;
		display: block;
	}
p.cntr_btn {
	margin: 0;
	text-align: center;
}
.cntr_btn a {
	padding: 3px 10px;
	height: 24px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	background: #FFFF00 url(../images/btn_bg.jpg) top left repeat-x;
	border: 1px solid #FFCC00;
}

/* -----------------------------------------------------------------------
PROJECT PREVIEWS
-------------------------------------------------------------------------*/
.project_blurb {
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	clear: both;
}
.last {
	border-bottom: none;
}
.proj_img img {
	margin-bottom: 20px;
	border: 2px solid #000;
	float: left;
}
.proj_preview {
	width: 630px;
	float: right;
}
	.proj_preview h3 {
		margin-top: 0;
	}
	.proj_preview h3 a {
		color: inherit;
		text-decoration: none;
	}
	.proj_preview p {
		margin-top: 0;
	}
/* -----------------------------------------------------------------------
PROJECT DETAIL PAGE
-------------------------------------------------------------------------*/
table {
	margin-bottom: 20px;
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
}
th,td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
th {
	width: 150px;
}
table.diagram {
	border-top: 1px solid #B3DAEF;
	border-right: 1px solid #B3DAEF;
	border-collapse: collapse;
}
table.diagram th, table.diagram td {
	border-left: 1px solid #B3DAEF;
	border-bottom: 1px solid #B3DAEF;
}
table.diagram .header {
	background: #DFF4FF;
}
ul.legend {
	list-style-type: none;
}
ul.legend li {
	font: 8px/12px Verdana, Arial, Helvetica, sans-serif;
}

/* -----------------------------------------------------------------------
GALLERY ELEMENTS
-------------------------------------------------------------------------*/
ul.gallery {
	list-style-type: none;
}
ul.gallery li {
	float: left;
}
ul.gallery img {
	margin: 10px;
	border: 2px solid #000;
}

/* -----------------------------------------------------------------------
LINKS ELEMENTS
-------------------------------------------------------------------------*/
ul.links {
	list-style-type: none;
}
ul.links li {
	font-size: 12px;
	line-height: 20px;
}

/* -----------------------------------------------------------------------
PRESS RELEASE ELEMENTS
-------------------------------------------------------------------------*/

a.press {
	margin-left: 75px;
	border: none;
}
.pressImg {
	margin-right: 10px;
	padding: 10px;
	float: left;
	background: #efefef;
	border: 1px solid #999;
}
.pressImg2 {
	margin-left: 75px;
	padding: 10px;
	float: left;
	background: #efefef;
	border: 1px solid #999;}
/* main page */
.leftContainer {
	margin-left: 10px;
	padding: 10px;
	width: 500px;
	float: right;
	background: #efefef;
	border: 1px solid #999;
}
.leftCaption {
	padding-top: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
#content ul.inspect {
	margin-left: 0px;
	list-style-type: none;
}
#content ul.inspect li {
	border-bottom: 1px solid #ccc;
}
.topPadding {
	margin-top: 30px;
}

/* -----------------------------------------------------------------------
CONTACT ELEMENTS
-------------------------------------------------------------------------*/
#col1 {
	width: 48%;
	min-height: 325px;
	text-align: center;
	float: left;
}
#col2 {
	width: 48%;
	min-height: 325px;
	text-align: center;
	float: right;
}
#topleft #col1, #topleft #col2 {
	min-height: 250px;
}

/* -----------------------------------------------------------------------
TABLE ELEMENTS
-------------------------------------------------------------------------*/
td {
	padding: 5px;
}

/* -----------------------------------------------------------------------
FORM ELEMENTS
-------------------------------------------------------------------------*/
form {
	font-size: 12px;
	margin-left: 20px;
}
form br {
	clear: left;
}
label {
	margin-bottom: 5px;
	width: 150px;
	display: block;
	float: left;
}
input[type="text"] {
	margin-bottom: 5px;
	width: 200px;
	float: left;
	background: #EFF5FF;
	border: 1px solid #ccc;
}
textarea {
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	width: 350px;
	height: 150px;
	background: #EFF5FF;
	border: 1px solid #ccc;
}
input[type="submit"] {
	padding: 3px 10px;
	background: #2A5DB6;
	border: 1px solid #182750;
	color: #fff;
}
input[type="submit"]:hover {
	cursor: pointer;
}
#validationbox{
	display: none;
}

.hide {
	display: none;
}

#about #topleft {
	min-height: 680px;
}
#about #topright .caption {
	margin: 0px auto;
	padding: 10px;
	width: 350px;
	background: #efefef;
	border: 1px solid #999;
}
#about #topright img {
	display: block;
}



#woodcollection #topleft {
	height: 1200px;
}
#woodcollection h4 {
	clear: both;
}
p.hazards {
	font: 14px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 18px;
}
