/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 70%;
	background: #ddd;
	background-image:  url(../images/basicbg.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
}
a {
	color: #CC0000;
	text-decoration:none;
	font-weight: bolder;
}
a.noline {
	color: transparent;
}
a.noline img {
	border: none;
	padding: 20px;
}
a img {
	border: none;
}
#content ul {
	list-style: square;
	font-weight: bold;
	margin-left: 25px;
}
h4 {
	font-size: 120%;
	color: #003366;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
#wrapper {
	position:relative; /* needed for footer positioning*/
	width: 750px;
	height: auto;
	margin: 0 auto;
	left: -1px;
}
/************************
          Header        *
************************/

#header {
	margin: 0 auto;
	width: 750px;
	height: 150px;
	text-align: center;
	left:-1px;
}
#headertext {
	display: block;
	font-weight: bold;
	width: 611px;
	margin-left: 135px;
}
#headertext h2 {
	text-align: center;
	color: #990000;
	font-size: 11px;
	background-color: white;
}
/************************
          Content        *
************************/

#content {
	display:block;
	font: Verdana, Arial, sans-serif;
	color: #333333;
	background-color: transparent;
	margin: 0 auto;
	width:700px;
	min-width: 700px;
	min-height: 537px;
	padding: 20px;
	padding-bottom: 30px;
}
#content h2 {
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bolder;
	letter-spacing: 0.00em;
	margin-top: 30px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #333333;
}
#content h3 {
	font-size: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bolder;
	letter-spacing: 0.0em;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #333333;
}
#content p {
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;
}
.intro {
	font-size: 16px;
}
/************************
         Footer         *
************************/

#footer {
	position: relative;
	margin: 0 auto;
	width: 750px;
	clear: both;
	text-align: right;
	height: 100px;
	background: #000066 url(../images/footerbg.gif) repeat-x;
	z-index: 15;
	margin-bottom: 0;
	color: #fff;
}
#footer a {
	color: #6666cc;
	font-weight: normal;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer p {
	padding: 10px 15px;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.2em;
}
#footer p.links {
	color: #6666cc;
}
#footer p.fine {
	font-size: 11px;
	line-height: 13px;
	padding: 0 15px;
}
#footer p.finer {
	font-size: 9px;
	line-height: 10px;
	padding: 0 15px;
}
#footer img {
	float: left;
	padding: 10px 20px;
}
/************************
     Content Boxes      *
************************/
.boxwrap {
	width:230px;
	float:left;
	text-align:center;/*clear: both;*/
	}
.top, .bottom {
	float:left;
	width:250px;
	/*url to the bottom rounded corner*/
	background:transparent url(../images/boxbottom.png) no-repeat;
}
.top {
	/*url to the top rounded corner*/
	background:transparent url(../images/boxtop.png) no-repeat;
	height:75px;
}
.top p {
	margin: 40px 20px;
	line-height: 12px;
	font: 16px verdana, arial, sans-serif;
	font-weight:bolder;
	color: #fff;
}
.bottom {
	height: 30px;
}
.box {
	float:left;
	padding:0 15px;
	/*Your width is 250px minus 30px for your left and right padding totally to 220px*/
	width:200px;
	/*the url to your text background*/
	background:transparent url(../images/box.png) repeat-y;
	font:11px verdana, arial, sans-serif;
	text-align:left;
	color:#333;
}
.box img {
	padding-left:5px;
	padding-bottom:5px;
}
/* * html #leftcolumn {height:450px} /* IE Min-Height Hack */ 
 /************************
          Images        *
************************/
#content p img {
	padding-top: 15px;
}
div.right {
	float: right;
	width: 300px;
	margin: 1em;
	padding: 0.25em;
	z-index: 50;
}
div.left {
	float: left;
	width: 300px;
	margin: 1em;
	padding: 0.25em;
	z-index: 50;
}
div.center {
	text-align:center;
	width: auto;
	margin-left: 30px;
	margin: 1em;
	padding: 0.25em;
	z-index: 50;
}
div.caption {
	text-align: center;
	font-style: italic;
	font-size: small;
	text-indent: 0;
}
/**************************
      Navigation         *
************************/
#menu {
	background: transparent;
	z-index: 20;
	position: relative;
}
#nav {
	float: right;
	width: 748px;
	margin: 0 auto;
	height:auto;
	font-size:13px;
	background: #333399 url(../images/navbg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-smooth: always;
	text-transform:uppercase;
	border: 1px solid #6666cc;
}
#nav ul, #nav ul li, #nav ul li a, #nav ul li a.wide, #nav ul li a:hover, #nav ul li a.current {
	position: relative;
}
#nav ul {
	padding:0;
	list-style-type:none;
	width: auto;
	position: relative;
}
#nav ul li {
	float: left;
	width: auto;
}
#nav ul li a img {
	border: none;
}
#nav ul li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	height:auto;
	width:85px;
	text-align:center;
	vertical-align: middle;
	padding: 10px;
	border-right: 1px solid #6666cc;
	font-weight: normal;
}
#nav ul li a.contact {
	border-right: none;
	width: 92px;
}
#nav ul li a.wide {
	width: 48px;
}
#nav ul li a:hover, #nav ul li a.current {
	text-decoration: none;
	background: #6666cc url(../images/navbgover.gif) repeat-x;
}
#nav ul li a.signs {
	background: #333399 url(../images/nav_arrow.gif) -51px 0px no-repeat;
}
#nav ul li a.signs:hover {
	background: #6666cc url(../images/nav_arrow_over.gif) -51px 0px no-repeat;
}
#nav ul li a.awnings {
	background: #333399 url(../images/nav_arrow.gif) -40px 0px no-repeat;
}
#nav ul li a.awnings:hover {
	background: #6666cc url(../images/nav_arrow_over.gif) -40px 0px no-repeat;
}
#nav ul li a.clients {
	background: #333399 url(../images/nav_arrow.gif) -44px 0px no-repeat;
}
#nav ul li a.clients:hover {
	background: #6666cc url(../images/nav_arrow_over.gif) -44px 0px no-repeat;
}
/* ---------------------- SUBMENU ---------------------- */

#nav ul li ul.sub {
	display: none;
	position: absolute;
	top: 35px;
	text-transform:none;
	margin-left: -1px;
	border: 1px solid #fff;
}
#nav ul li:hover ul.sub {
	display: block;
	width:106px;
	height:auto;
	z-index:10;
}
#nav ul li:hover ul.sub li {
	display:block;
	height:20px;
	background: #fff;
	border-bottom:1px solid #fff;
	position:relative;
	float:left;
	width:auto;
	font-weight:normal;
	margin: 0;
}
#nav ul li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	padding:0;
	width:106px;
	line-height:20px;
	color:white;
	text-align: left;
	text-indent: 5px;
	font-weight:normal;
	text-decoration:none;
	border-left: none;
	border-right: none;
}
#nav li ul.sub li a.fly {
	background:#000066;
}
#nav li:hover ul.sub li a:hover, #nav li:hover ul.sub li a.fly:hover, #nav li:hover ul li:hover > a.fly {
	background:#3333cc;
	color:#fff;
}
.ashgrove {
	font-size: 15px;
}
