/*
	Stylesheet for 3D Microwave	
	
	Page Layout and Margins
*/
body {
	font-family:"Trebuchet MS","Arial";
	font-size:12pt;
	background:#9b9b9b;
	margin:0;
	padding:0;
}
#wrapper {
	background:#ffffff;
	width:850px;
	margin:auto;
	position:relative;
	border:1px solid #000000;
	
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#header {
	font-family:"Times New Roman";
	height:186px;
	position:relative;
}
#header #logo {
	width:150px;
	height:150px;
	position:absolute;
	top:0px;
	left:0px;
	font-size:70pt;
}
#header #logo #layer1 {
	position:absolute;
	top:16px;
	left:75px;
	color:#000000;
	z-index:4;
}
#header #logo #layer2 {
	position:absolute;
	top:2px;
	left:45px;
	color:#5b5b5b;
	z-index:3;
}
#header #logo #layer3 {
	position:absolute;
	top:-15px;
	left:13px;
	color:#aaaaaa;
	z-index:2;
}
#header #logo #smallLogo {
	position:absolute;
	top:65px;
	left:5px;
	z-index:1;
}

#header #logo2 {
	position:absolute;
	left:150px;
	font-size:16pt;
	top:45px;
	z-index:5;
}
#header #phone {
	margin:15px;
	float:right;
	font-size:13pt;
	color:#333333;
	font-family:Arial, "Trebuchet MS";
}
#nav {
	position:absolute;
	bottom:0;
	width:850px;
	left:0;
	background:#222222;
	height:35px;
	/*
	background:#2b2b2b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
}
#nav .top {
	position:relative;
	padding:0;
	list-style-type:none;
	margin:0;
	
}
#nav .top li {
	display:inline-block;
	float:left;
	padding:0;
	position:relative;
}
#nav .sub {
	display:none;
	position:absolute;
	top:35px;
	left:-1px;
	padding:0;
	border:1px solid #000000;
	background:#bbbbbb;
	width:180px;
	z-index:15;
	list-style-type:none;
	margin:0;
	border-bottom:1px solid #000000;
	font-size:12pt;
	font-family:"Trebuchet MS","Verdana";
}
#nav .top a:link, #nav .top a:visited, #nav .top a:active {
	display:inline-block;
	text-align:center;
	font-size:13pt;
	padding-top:4px; 
	padding-left:10px;
	padding-right:10px;
	margin:3px;
	height:24px;
	color:#ffffff;
	text-decoration:none;
	/*
	background:#cbcbcb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
}
#nav .top a:hover {
	text-decoration:underline;
	background:#555555;
	/*
	color:#2b2b2b;
	background:#eeeeee;
	*/
}
#nav ul.sub a:link, #nav ul.sub a:active, #nav ul.sub a:visited {
	background:#bbbbbb;
	width:145px;
	color:#2b2b2b;
	font-size:12pt;
	font-family:"Trebuchet MS","Verdana";
}

#nav ul.sub a:hover {
	color:#000000;
	font-weight:bold;
}
#body {
	position:relative;
	padding:10px;
	font-family:"Trebuchet MS","Verdana";
}
h1, h2, h3 {
	font-family:"Times New Roman", "Trebuchet MS", "Arial";
}
#footer {
	height:150px;
}
/*
	Individual Styles
*/
hr {
height:1px !important;\
}
[if IE] hr {
	border:0px !important;
	height: 1px !important;
}
span.shadow { 
	position:absolute;
	z-index:5;
	top:-1px;
	left:-1px;
}
#slideshow {
	margin-top:5px;
	margin-bottom:10px;
	position:relative;
	width:794px;
	margin:auto;
	height:255px;
}
#slideshow .slide {
	position:absolute;
	top:5px;
	left:0;
	border:1px solid #000000;
	width:792px;
	z-index:10;
	font-size:25pt;
	display:none;
	height:249px;
}
#slideshow .active {
	display:inline-block;
}
#breadcrumbs {
	font-size:12pt;
	color:#2b2b2b;
	line-height:1.5em;
	padding:10px;
	font-family:"Trebuchet MS";
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	color:#454545;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#000000;
}
a:link, a:visited, a:active {
	color:#454545;
}
a:hover {
	color:#000000;
}
#quote {
	position:relative;
	background:#efefef;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	height:400px;
	overflow:auto;
}
#quote table {
	position:absolute; top:30px; left:0;
	width:100%;
	height:100%px;
	background:#efefef;
}
#quotenav a:link,#quotenav a:visited,#quotenav a:active {
	height:30px;
	padding-left:10px;
	padding-right:10px;
	background:#cccccc;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	/*
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	*/
	border:1px solid #000000;
	border-bottom:0px;
	font-family:'Times New Roman','Arial';
}
#quotenav a.active {
	background:#eeeeee;
}
input, textarea {
	border:1px solid #888888;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
	font-family:"Courier New", "Century Gothic", "Arial", "Verdana";
	font-size:10pt;
}
.error, .required {color:#aa0000;}