a, a:visited {
	text-decoration: none;
	color: white;
}

a:hover, a:focus {
	color: silver;
}

body {
	background-image: url(images/content_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #262626;
	
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 80px;

}

#banner {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 238px;
	padding: 0;
}

#page_content {
	background-image: url(images/content_footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer_bg {
	background-image: url(images/bg_footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	heXight: 250px;
}

#nav-menu {
	width: 410px;
	margin-top: 44px;
	margin-left: 40px;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#nav-menu li
{
float: left;
margin: 0 0.45em;
} 

#nav-menu li a
{
	font-family: arial;
	font-size: 15px;
	height: 2em;
	line-height: 2em;
	float: right;
	display: block;
	border: 0;
	color: white;
	text-decoration: none;
	text-align: center;
} 

#nav-menu li a:hover, #nav-menu li a:focus {
	color: gray;
}

#nav-menu li .active_menu {
	color: silver;
}

.services_list {
	
}


#footer {
	height: 120px;
}

.footer_text {
	padding-left: 40px;
	font-family: arial;
	font-size: 14px;
	color: #eaeaea;
	line-height: 1.5;
}

.summary_services {
	font-family: arial;
	font-size: 16px;
	color: gray;
	line-height: 1.5;
}

.summary_services li {
	list-style-type: disc;
	margin-left: 30px;
}


.main_text {
	font-family: arial;
	font-size: 14px;
	color: gray;
	line-height: 1.5;	
}

.summary_services H1, .main_text H1 {
	font-size: 20px;
	font-weight: bold;
	color: #4a4a4a;
	line-height: 1.8;
}

.summary_services H2, .main_text H2 {
	font-size: 16px;
	font-weight: bold;
	color: #4a4a4a;
	line-height: 1.4;
}


#contact-wrapper {
	width:430px;
	border: 1px solid #fafad2;
	background:#f1f1f1;
	padding:20px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

#contact-wrapper .error {
	font-size: 12px;
	color: #ff6347;
	font-variant: small-caps;
}

.specials {
	padding: 10px; 
	border: 1px silver solid; 
	margin-left: 0px; 
	margin-right: 20px; 
	text-align: center;
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
}