* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ccc;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

a:active
{
  outline: none;
}

:-moz-any-link:focus {
  outline: none;
}


h1 {
	color: #0d69be;
	font-size: 24px;
	margin-bottom: 15px;
	font-family: helvetica, arial, sans-serif;
}

h2 {
	color: #0d69be;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 25px;
	font-family: helvetica, arial, sans-serif;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url('/css/images/background.jpg') top left no-repeat;
	background-color: #000000;
	position: relative;
}

#logo {
	position: absolute;
	width: 230px;
	height: 121px;
	top: 20px;
	left: 20px;
	background: url('/css/images/logo.jpg') top left no-repeat;
}

#logo a {
	width: 230px;
	height: 121px;
	display: block;
	text-indent: -9999px;
}

#nav {
	height: 801px;
	width: 262px;
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	left: 0;
	top: 240px;
	list-style: none;
}

#nav ul li {
	width: 193px;
	height: 58px;
	color:#0000FF;
	text-indent: -9999px;
	margin-top: 5px;
}

#nav ul li a {
	display: block;
	width: 193px;
	height: 58px;
}

#btnHome {
	background: url('/css/images/btn_home.jpg') top left no-repeat;
}

#btnServices {
	background: url('/css/images/btn_services.jpg') top left no-repeat;
}

#btnMaintenance {
	background: url('/css/images/btn_maintenance.jpg') top left no-repeat;
}

#btnContactUs {
	background: url('/css/images/btn_contactUs.jpg') top left no-repeat;
}

#contentCenter ul {
	list-style: none;
	color: #0d69be;
}

#content {
	width: 610px;
	float: right;
	border: 1px solid #000;
	background-color: #fff;
	margin-right: 10px;

	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	-moz-border-radius-bottomleft:25px;
	-moz-border-radius-bottomright:25px;
}

#contentTop {
	height: 50px;
	background-color: #d9ebfa;
	margin-left: 10px;
	margin-right: 10px;
	/*background: url('/css/images/content_top.gif') top center no-repeat;*/
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	-moz-border-radius-bottomleft:25px;
	-moz-border-radius-bottomright:25px;
}

#contentTop a {
	color: #80b2dd;
	text-decoration: none;
}

#contentTop p {
	float: right;
	margin-right: 20px;
	color: #80b2dd;
	font-size: 18px;
}

#contentCenter {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#contentCenter p {
	color: #0d69be;
}

#contentBottom {
	height: 26px;
}

#footer {
	clear: both;
	height: 50px;
	color: #80b2dd;
	background-color: #000;
}

#footer p {
	float: right;
	padding: 10px;
}

#contactFormLeft {
	float:left;
	text-align:right;
}

#contactFormRight {
	float:left;
	text-align:left;
}

#contactForm ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:15px;
	margin-right:10px;
}

#contactForm input {
	margin-bottom:15px;
	width:200px;
}

#contactForm textarea {
	height:100px;
	margin-bottom:15px;
	width:200px;
}

em {
	color:#FF0000;
	font-style:italic;
}

#contactFormRecaptcha {
	clear:both;
	margin-bottom:15px;
	width:320px !important;
}

#spaImage{
	width: 329px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	background: url('/css/images/spa.jpg') top center no-repeat;
	margin-top: 30px;
}