body {
	margin: 0;
	padding: 0;
	background-color: #3b91fe;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
a.contact_text:hover {
	color: #FFCC00; 
	text-decoration: none;
	font-weight: bold;
}
a.services:hover {
	color: #3b93ff; 
	text-decoration: none;
	font-weight: bold;
}
#menu {
	float: left;
	list-style: none;
	margin: 0;
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	display: block;
	background-repeat: repeat-x;
	background-color: #000000;
}
#menu li {
	float: left;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	background-image: url(images/button.jpg);
	background-repeat: repeat-x;
}
#menu a {
	color: #666666;
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: repeat-x;
	text-align: center;
	width: 240px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/button.jpg);
}
#menu a:hover {
	color: #FFFFFF;
	width: 240px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/hover.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.footer {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	text-align: left;
}
.breadcrumbs {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	text-align: right;
}
.sidebox_background {
	background-image: url(images/sidebox_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;

}
.h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3b93ff;
	text-align: center;
}
.h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}
.h3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9c0812;
	text-align: left;
}
.h4 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2c3239;
	text-align: left;
}
.intro {
	font-family: Verdana;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #2c3239;
	text-align: justify;
}
.text {
	font-family: Verdana;
	font-size: 11px;
	line-height: normal;
	color: #2c3239;
	text-align: left;
}
.contact_text {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.phone {
	font-family: Verdana;
	font-size: 24px;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.clickhere {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
}
.signature {

	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #2c3239;
	text-align: right;
}
.services {
	font-family: Verdana;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #2c3239;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/square.jpg);
}
.gallery_background {
	background-image: url(images/gallery_background.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
