@charset "utf-8";
*{
	padding:0;
	margin:0;
}
img, div { behavior: url(/includes/iepngfix.htc) }
a, a:link{
	color: #10076D;
	font-weight: bold;
	text-decoration:none
}
a:hover{
	text-decoration:underline;
}
body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000000;
}
h1, h2, p{
	margin-bottom:1em;
	font-size:90%;
}
h1, h2{
	text-transform:capitalize;
}
img{
	border: none;
}
img.mid{
	margin: 0 0.8em 0.8em;
}
#mainContent img{
	margin-bottom: 0.8em;
	border: 2px solid #fff;
}
#mainContent img:hover{
	border: 2px solid #F21119;
}
#mainContent h1 img,#mainContent h1 img:hover{
	border: none;
	margin-bottom: 0;
}
img.headerImg{
	background: url(../images/img_shadow.png) no-repeat right bottom;
	margin-right: 10px;
	padding-right: 16px;
	padding-bottom: 16px;
}
#swoosh{
	position: absolute;
	top: 81px;
	right: 0;
	z-index:0;
}
#topNav {
	float: left;
	width: 113px;
	text-align:left;
	margin:2px 3em 1em 3em;
	font-size:0.8em;
}
#logo, #banner{
	float:left;
	clear:left;
	padding-left: 2em;
	padding-bottom: 0.5em;
}
#banner {
	width: 90%;
	padding-bottom: 0.2em;
	z-index:100;
	position:relative;
}
#header{
	background: url(../images/header_bg.gif) repeat-x left bottom;
	#height: 307px;
}
#header p{
	background: #120B54;
	float:left;
	clear:left;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-size: 1.3em;
	padding: 0.2em 0 0.2em 2em;
	display:block;
	width: 96%;
	
}
#topNav p{
	font-size: 1em;
	padding:0;
	margin:0;
	float:none;
	clear:none;
	color: #10076D;
	background:none;
	text-transform:lowercase;
	letter-spacing:normal;
}
* html ul#nav li a {
width: 1%;
}

#nav{
	list-style: none;
	color:#fff;
	margin: 0px;
	padding: 0;
	width: 150px;
}
#nav li a{
	display: block;
}
#nav li a:hover{
	text-decoration:none;
}
#nav li{
	position:relative;
	color: #fff;
	font-weight:bold;
	font-size:1.15em;
	text-transform:uppercase;
	margin: 0;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding: 0.35em 2.5em 0.25em 1.5em;
	background: url(/images/nav_bg.gif) left top;
	background-repeat:repeat-x;
	height: 28px;
	/*overflow: hidden;*/
}
#nav li:hover{
	background: url(../images/over_bg.gif);
	background-repeat:repeat-x;
}
#nav li span{
	position:absolute;
	top:0;
	right: 0;
	background: url(/images/nav_end.gif) repeat-x right top;
	width: 5px;
	height: 28px;
	display: block;
}
#nav li:hover span{
	background: url(../images/over_end.gif) repeat-x right top;
}
#nav li a img{
	position: absolute;
	top: -5px;
	right: -40px;
	background-repeat:no-repeat;
	background-position: right center;
}
#nav li:hover img, #nav li a:hover img{
	top: -5px;
	right: -30px;
}
#nav li#home img{
	background: url(../images/hammer.png);
}
#nav li#services img{
	background: url(../images/plane.png);
}
#nav li#gallery img{
	background: url(../images/chisel.png);
}
#nav li#contact img{
	background: url(../images/saw.png);
}
#nav a, #nav a:link{
	color: #fff;
}
#topNav a, #topNav a:link,#footer a, #footer a:link{
	color: #10076D;
}
#nav a.selected{
}
#container {
	position:relative;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#nav_container {
	position: relative;
}
#sidebar {
	float: left;
	clear: left;
	width: 160px;
	padding: 5px 11px 0 0;
}
#sidebar p, #footer p  {
	padding: 0;
	padding-left: 2em;
	padding-right: 11px;
	margin: 0;
	margin-bottom: 0.5em;
}
#sidebar p{
	text-align: right;
	font-weight:bold;
}
#sidebar p strong{
	color: #E90F16;
}
 #mainContent {
 	max-width: 590px;
 	#width: 590px;
	margin: 0px 0 0 200px ;
	padding: 20px 0px 0 0px;
} 
 #footer {
 	margin-top: -40px;
	font-weight:bold;
	background: url(../images/footer_bg.jpg) no-repeat left top;
	padding-top: 240px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
	float: none;
}
.padTop{
	padding-top:1em;
}
#mainContent li {
	margin-left: 1em;
	padding-left: 0.5em;
}
#container #mainContent li span {
	display: none;
}

