/*
Theme Name: Enterprise Glass
Theme URI: http://enterpriseglass.com/
Description: Enterprise Glass Co., Inc.
Version: 1.0
Author: bugdown
Author URI: http://dopplerinternet.com/
*/

* {
	padding:0;
	margin:0;
}

body {
	background:url(images/bg-body.gif) repeat;
	color:#06164E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14.6px;
	line-height:17px;
}

body a,
body a:link {
	color:#35d2e5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

body a:hover {
	color:#e8b02e;
	text-decoration:underline;
}

#wrapper {
	overflow:hidden;
	width:800px;
	border-left:solid 20px #dbe3f0;
	border-right:solid 20px #dbe3f0;
	margin:0 auto 16px auto;
	background:white;
}

#header {
	position:relative;
	height:196px;
	background:url(images/header.jpg);
}

#fader {
	width:220x;
	height:138px;
	position:absolute;
	top:0;
	right:0;
}

#sidebar {
	float:left;
	width:204px;
	background:white;
}

#nav {
	padding-bottom:190px;
	margin-bottom:16px;
	background:url(images/index_11.jpg) no-repeat bottom;
}

#nav ul {
	list-style:none;
	text-indent:-9999%;
}

.home { display:block; width:204px; height:40px; background:url(images/home.png) 0 0; }
.home:hover { background:url(images/home.png) -204px 0; }

.history { display:block; width:204px; height:37px; background:url(images/history.png) 0 0; }
.history:hover { background:url(images/history.png) -204px 0; }

.products { display:block; width:204px; height:36px; background:url(images/products.png) 0 0; }
.products:hover { background:url(images/products.png) -204px 0; }

.gallery { display:block; width:204px; height:36px; background:url(images/gallery.png) 0 0; }
.gallery:hover { background:url(images/gallery.png) -204px 0; }

.coupon { display:block; width:204px; height:35px; background:url(images/coupon.png) 0 0; }
.coupon:hover { background:url(images/coupon.png) -204px 0; }

.contact { display:block; width:204px; height:36px; background:url(images/contact.png) 0 0; }
.contact:hover { background:url(images/contact.png) -204px 0; }

.links { display:block; width:204px; height:38px; background:url(images/links.png) 0 0; }
.links:hover { background:url(images/links.png) -204px 0; }

#widget h2 {
	padding-bottom:8px;
	border-bottom:dotted 1px #0b2771;
	margin-bottom:6px;
}

#widget > ul {
	list-style:none;
}

#widget > ul > li {
	width:173px;
	margin:0 5px 16px 14px;
	border:solid 1px #0b2771;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:6px;
}

#widget > ul > li > ul {
	margin-left:20px;
	margin-bottom:14px;
}

#main {
	float:right;
	width:546px;
	padding:20px 15px;
	border-left:solid 1px #0b2771;
	border-bottom:solid 1px #0b2771;
	border-right:solid 1px #0b2771;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	margin-right:13px;
}

#main h1 {
	font-size:21px;
	font-weight:normal;
	line-height:25px;
	margin-bottom:24px;
}

#main p {
	margin-bottom:20px;
}

#main ol,
#main ul {
	margin-left:36px;
	margin-bottom:20px;
}

#main li {
	margin-bottom:18px;
}

.clear {
	clear:both;
}

#footer {
	color:#0D3175;
	font-size:10.6px;
	line-height:14px;
	text-align:center;
	margin:10px 0;
}
