/* CSS for Specialized Building Systems */
html {
	margin: 0; padding: 0;
}
body {
	font: .8em/1.8em verdana, arial, sans-serif;
	color: #000;
	margin: 0; padding: 0;
	background: #2e4675;
	text-align: center;
	display: block;
}
#wrapper {
	display: block;
	width: 95%;
	background-image: url(../images/bg1.gif);
	background-color: #f5f6f9;
	color: #000;
	text-align: left;
	margin: auto;
	border: 1px solid #000;
}
#headwrap {
	background-image: url(../images/blueprint.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#logo {
	display: block;
	text-align: center;
	margin-bottom: -1em;
	padding: 0;
}
p, li {
	line-height: 1.2em;
	margin-left: .5em;
}
#content {
	float: left;
	background: url(../images/bg2.gif);
	background-color: #f5f6f9;
	color: #000;
	width: 66%;
	min-height: 640px;
	margin-bottom: -1.5em;
	padding: 10px 10px 6px 10px;
	border-right: 3px solid #fff;
}
#content a:hover, #content a:focus, #content1 a:hover, #content1 a:focus {
	color: #000;
	margin-bottom: .5em;
	background: #FFFF99;
	text-decoration: none;
}
#content p, #content1 p {
	line-height: 1.5em;
}
#content1 {
	color: #000;
	background-color: #f5f6f9;
	width: 95%;
	margin-bottom: -1.5em;
	padding: 10px 10px 6px 10px;
}
#content1 p {
	margin-left: 2em;
	padding: 0;
}
#content h1, #content1 h1 {
	font-size: medium;
	font-family: verdana, arial, sans-serif;
	margin-top: 1em;
}
#content h2, #content1 h2 {
	font-size: small;
	font-family: verdana, arial, sans-serif;
	margin-top: -.5em;
	margin-bottom: -1em;
	margin-left: 2em;
}
#map {
	float:right;
	margin-top: 1em;
	width: 50%;
	margin: 30px 20px 0 0;
}
#map img {
	border: 1px solid #000;
}
ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 8px;
	padding-bottom: 24px;
	border-bottom: 1px solid #000;
	font: bold 11px verdana, arial, sans-serif;
}
ul#tabnav li {
	list-style-type: none;
	float: left;
	height: 23px;
	background-color: #2d3192;
	color: #FFFFFF;
	border: 1px solid #000;
	width: 9.5em;
	text-align: center;
	margin: 0 8px 0 2px;
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #FFFFFF;
	background-color: #2d3192;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 2px;
}
ul#tabnav a:hover {
	background-color: #fff;
	color: #000;
}
body#home li.home a:link, body#home li.home a:visited,
body#products li.products a:link, body#products li.products a:visited,
body#location li.location a:link, body#location li.location a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited,
body#catalog li.catalog a:link, body#catalog li.catalog a:visited,
body#shop li.shop a:link, body#shop li.shop a:visited {
	color: #333333;
	background-color: #fff;
}
#pullquote{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0 1em .5em 1em;
	padding: 0.32em;
	float: left;
	color: #333;
	height: auto;
	width: 21%;
	background: #fff;
	border-top: 6px solid #2d3192;
	border-bottom: 6px solid #2d3192;
}
#sidebar {
	width: 30%;
	float: right;
	text-align: center;
	margin: 0;
	padding: 0;
}
#sidebar img {
	margin-top: 2em;
	border-top: 6px solid #2d3192;
	border-bottom: 1px solid #2d3192;
	border-left: 1px solid #2d3192;
	border-right: 1px solid #2d3192;
}
ul#products {
	list-style-type: disc;
	display: block;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffcc;
	color: #000;
	margin-left: 1em;
	margin-right: .5em;
	margin-bottom: 0;
	padding: 4px 0 0 10px;
	border-top: 6px solid #2d3192;
	border-bottom: 1px solid #2d3192;
	border-left: 1px solid #2d3192;
	border-right: 1px solid #2d3192;
}
ul#products li {
	margin-left: 15px;
	margin-bottom: .5em;
}
ul.products {
	list-style-type: disc;
	display: block;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin-left: 4em;
	padding: 0;
}
ul.products li {
	margin-left: 15px;
	margin-bottom: .5em;
}
ul.products li ul {
	margin-top: .5em;
	margin-bottom: .5em;
}
ul.products a:link, ul#tabnav a:visited {
	margin-bottom: .5em;
}
ul.products a:hover {
	color: #000;
	margin-bottom: .5em;
	background: #FFFF99;
	text-decoration: none;
}
#footer {
	display: block;
	background-color: #d5dae3;
	color: #000;
	font-size: .8em;
	padding-left: 10px;
	padding-bottom: .2em;
	border-top: 3px solid #fff;
	clear: both;
}
#footer a:hover, #footer a:focus {
	color: #000;
	background: #FFFF99;
	text-decoration: none;
}
img.right {
	float:right;
	padding: 10px;
}
.indent {
	padding: 20px;
}
.clearing {
  clear: both;
}