/*   
Theme Name: ESP Construction
Theme URI: http://www.espconstruction.com
Description: created for ESP Construction
Author: Mindy Mosher
Author URI: http://www.mindymedia.com
.
This theme is made exclusively for ESP Construction
.
*/

* {
	padding:0;
	margin:0;
}
body {
	font-family:verdana, helvetica;
	font-size:10pt;
	color:#000000;
	background:url('/wp-content/themes/espconstruction/images/bg.png') repeat;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#0000c6;
}
p {
        margin-top:10px;
}
img {
	border:none;
}
.prop {
	clear:both;
}
.big {
	font-size:14pt;
}
.right {
	text-align:right;
}
.alignright {
	float:right;
}
#main {
	background:url('/wp-content/themes/espconstruction/images/housebg.jpg') no-repeat scroll;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	border-left:4px solid #ffffff;
	border-right:4px solid #ffffff;
}
#header {
	background:url('/wp-content/themes/espconstruction/images/header.png') no-repeat scroll;
	height:110px;
	padding:18px 0 0 550px;
	color:#0000c6;
	font-weight:bold;
	font-size:11pt;
}
#header img {
	float:right;
	margin:5px 10px 10px 0;
}
#header h2 {
	text-indent:-9999px;
}
#menu {
	background:#fff;
	width:100%;
	height:30px;
	text-align:right;
}
#menu li:hover, #menu li:hover a {
	color:#fff;
	background:#0000c6;
}
#menu li {
	float:right;
	list-style:none;
	width:100px;
	padding: 0 15px 0;
	line-height:30px;
	font-size:16px;
	cursor:pointer;
	text-align:center;
}
#menu li ul{
	display:none;
	position:absolute;
	z-index:50;
}
#menu li:hover ul , #menu li ul:hover {
	display:block;
}
#menu li ul li {
	background:#fff;
	width:98px;
	float:none;
	color:#0000c6;
	border-right:1px solid #0000c6;
	border-left:1px solid #0000c6;
	border-bottom:1px solid #0000c6;
	position:relative;
	left:-15px;
	line-height:16pt;
}
#menu li:hover ul li a {
        color:#0000c6;
        background:#fff;
}
#menu li ul li a:hover, #menu li ul li:hover a {
        color:#fff;
        background:#0000c6;
}
#sidemenu {
	font-size:16px;
	width:400px;
}
#sidemenu li {
	padding:5px;
	margin-top:5px;
	width:362px;
	background:url('/wp-content/themes/espconstruction/images/sidebg.png') repeat-y;
	cursor:pointer;
}
#sidemenu li:hover {
	background:url('/wp-content/themes/espconstruction/images/sidebgsel.png') repeat-y;
}
#sidemenu li:hover a {
	color:#fff;
}
#estimates {
	height:133px;
	width:133px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background: url('/wp-content/themes/espconstruction/images/bluesticker.png') no-repeat;
	margin:20px 20px 20px 300px;
	float:right;
	cursor:pointer;
}
#estimates a {
	color:#fff;
	position:relative;
	top:30px;
}
#copy {
	margin:110px 10px 50px;
}
#copy h3, #copy h2 {
	color:#0000c6;
        margin:10px 0 5px 0;
}
#copy ul {
        margin:0 0 0 30px;
}
#footer {
	text-align:center;
	border-top:1px solid #ccc;
	padding:15px 0 15px;
	color:#bbb;
}
#footer p {
	font-size:8pt;
}
#footer p a {
	color:#aaa;
}
#footer li {
	display:inline;
	padding:0 20px 0;
}
#sidemenu li{
	list-style:none;
}
form {
	width:400px;
	border:1px solid #aaa;
	padding:15px;
	margin:0 40px 0 10px;
}