/* ------------------------------------------------------------------------
CSS sheet for Quality Management Services, Inc.
Author: Tim Kadec
Date Created: 1/19/2007

All inquiries for this document should be directed to information@virtualtech.com.
------------------------------------------------------------------------*/

/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
body{
	text-align: center;
	background: url('images/bodybg.gif') repeat-x;; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; font-size:12px; font-family:Arial, sans-serif
}
a{
	outline: none;
}
#wrap{
	border-left:1px solid #5B3205; border-right:1px solid #5B3205; border-top:0px solid #5B3205; border-bottom:1px solid #5B3205; width: 779px;
	background: #8A5B29 url('images/puzzlebg3.gif');
	color: #fff;
	margin: auto;
	text-align: left;
	position: relative;
	height: 599px;
	
}
#wrap a{
	color: #fff;
}
#header{
	height: 145px;
	display: block;
	background: url('images/headerbg.gif');
}
#header h1, h2{
	font-size: 75%;
	text-indent: -9999px;
}
/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
#content p.navigation{
	width: 134px;
	position: absolute;
	left: 536px;
	top: 168px;
	margin: 0px;
	padding: 0px;
}
ul.navigation{
	list-style-type: none;
}
ul.navigation li{
	position: absolute;
}
ul.navigation li a{
	display: block;
	text-indent: -9999px;
} 
ul.navigation li.om{
	left: 432px;
	top: 356px;
}
ul.navigation li.om a{
	width: 58px;
	height: 28px;
}
ul.navigation li.om a:hover{
	background: url('images/puzzlebg4.gif') -432px -356px;
}
ul.navigation li.commissioning{
	top: 356px;
	left: 532px;
}
ul.navigation li.commissioning a{
	width: 141px;
	height: 28px;
}
ul.navigation li.commissioning a:hover{
	background: url('images/puzzlebg4.gif') -532px -356px;
}
ul.navigation li.above{
	top: 457px;
	left: 320px;
}
ul.navigation li.above a{
	width: 73px;
	height: 48px;
}
ul.navigation li.above a:hover{
	background: url('images/puzzlebg4.gif') -320px -457px;
}
ul.navigation li.inwall{
	top: 457px;
	left: 451px;
}
ul.navigation li.inwall a{
	width: 68px;
	height: 28px;
}
ul.navigation li.inwall a:hover{
	background: url('images/puzzlebg4.gif') -451px -457px;
}
ul.navigation li.exterior{
	top: 457px;
	left: 581px;
}
ul.navigation li.exterior a{
	width: 82px;
	height: 49px;
}
ul.navigation li.exterior a:hover{
	background: url('images/puzzlebg4.gif') -581px -457px;
}
ul.navigation li.comparison{
	top: 542px;
	left: 370px;
}
ul.navigation li.comparison a{
	height: 50px;
	width: 184px;
}
ul.navigation li.comparison a:hover{
	background: url('images/puzzlebg4.gif') -370px -542px;
}
ul.navigation li.recent{
	position: absolute;
	left: 671px;
	top: 212px;
}
ul.navigation li.recent a{
	width: 100px;
	height: 96px;
}
ul.navigation li.recent a:hover{
	background: url('images/puzzlebg4.gif') -671px -212px;
}

/* -----------------------------------------------------------------------
CONTENT DESIGN ELEMENTS
-------------------------------------------------------------------------*/
#content{
	width: 400px;
}
#content p{
	width: 390px;
	margin: 1.5em 0px 1.5em 8px;
}
#content p.pushdown{
	margin-top: 1.5em;
	margin-bottom: 1em;
}
#content p.contact{
	width: 112px;
	position: absolute;
	left: 670px;
	bottom: 5px;
	color: #8A5B29;
	font-size: 75%;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	width: 779px;
	margin: auto;
	font-size: 80%;
	line-height: 1.3em;
	padding-top: 2px;
}