html, body {
	color: #4F4F4F;
	font: 12px  arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #003558;
	line-height: 1.6;
	background: #003558 url(images/tile.png) repeat-x top center;
}

body{
	background: url(images/bg.png) no-repeat top center;
}


body.home{
	background: url(images/bghome.png) no-repeat top center;
}

img{
	border:0;
}

a {
	color: #348db7;
	text-decoration: none;
}

a:hover {
	color: #348db7;
	text-decoration:underline;
}

a.link {
	color: #348db7;
	text-decoration: none;
}

a.link:hover {
	color: #348db7;
	text-decoration: underline;
}

.bold{
	font-weight:bold;
}

p{
	padding: 8px 0;
	margin: 0 auto;	
}

h1{
	padding: 0;
	margin: 0;
}

#header{
	height: 75px;
	width: 780px; 
	background: url(images/logo.gif) no-repeat bottom left;
}

#flash{
	height: 235px;
	margin: 5px 0 8px;
	color: #ffffff;
}

.home #wrapper{
	background: url(images/bghome.png) no-repeat top center;
}

#wrapper {
	margin: 0 auto; 
	padding: 0;
	width: 780px; 
	background: url(images/bg.png) no-repeat top center;
}

.home #content {
	height:185px;
}

#content {
	width: 780px; 
	padding: 0;
	height:433px;
}

#content span{
	display:none;
}

#text{
	height:290px;
	margin:4px 0;
	padding:30px 30px 0;
}

#promo{
	width:252px;
	display:block;
	float:left;
	height:104px;
}

#homepromo{
	width:252px;
	display:block;
	float:left;
	height:185px;
}

.specials{
	margin-right:12px;
}

.service{
	margin-right:12px;
}

#footwrap {
	margin: 0; 
	padding:0;
}

#footer {
	padding: 10px 15px 50px;
	width: 750px; 
	text-align:right;
	color: #ffffff;
	line-height: 1.7;
	font-size:10px;
}

#footer ul{
	padding:0;
	margin: 0 auto;
	width:450px;
	float:left;
}

#footer li{
	float:left;
	display:block;
	padding:0 5px;
}

#footer a {
	color: #ffffff;
}

.clear{
	clear:left;
}

#nav{
	height: 30px;
	width: 780px; 
}

#nav span{
	display:none;
}

#nav a:link, #nav a:visited{
	display:block;
}

#nav ul{
	margin: 0;
	padding: 0;
	float:left;
}
#nav li{
	padding: 0;
	margin: 0 21px;
	display:inline;
	float:left;
	background-repeat:no-repeat;
}
#nav li a{
	display:inline;
	background-repeat:no-repeat;
	height: 30px;
	overflow:hidden;
}

li#home 	a {background: url('images/nav/home.gif'); width:39px;}
li#about	a {background: url('images/nav/about.gif'); width:58px;}
li#phones	a {background: url('images/nav/phones.gif'); width:98px;}
li#services	a {background: url('images/nav/services.gif'); width:55px;}
li#request 	a {background: url('images/nav/request.gif'); width:104px;}
li#specials	a {background: url('images/nav/specials.gif'); width:55px;}
li#contact 	a {background: url('images/nav/contact.gif'); width:70px;}

#nav li a:hover{
	background-position: 0 -30px;
}
#nav li.active a{
	background-position: 0 -30px;
}

.systems{
	float:left;
	width:155px;
	margin: 10px 0;
	padding-left:25px;
}
