* {
  margin: 0;
  padding: 0;
}

body{
	background-color: #17398f;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font: 28px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a50000;
}

p {
	font: 12px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
}

li {
	font-size: 12px;
}

ul {
	padding-left: 20px;
}

img
{  border-style: none;
}

input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

a:hover {
	color: #a50000;
	text-decoration: none;
}

a {
	color:#082d88; 
	text-decoration: none;
}
	 
#wrapper {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -487px;
	margin-top: 10px;
	width: 974px;
	height: 984px;
	background-color: #ffffff;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: no-repeat;
}	

#logo {
	position: absolute;
	left: 35px;
	top: 28px;
}	

#telephone {
	position: absolute;
	left: 630px;
	top: 0px;
}	

#menu {
	position: absolute;
	left: 0px;
	top: 118px;
	width: 974px;
	height: 53px;
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
}	

#menu_buttons {
	padding-left: 16px;	
}

#banner {
	position: absolute;
	left: 17px;
	top: 192px;
}	

#services_inside{
	position: absolute;
	left: 333px;
	top: 526px;
}	

#text {
	position: absolute;
	left: 18px;
	top: 459px;
	height: 410px;
	width: 603px;
}	

#services {
	position: absolute;
	left: 635px;
	top: 460px;
	height: 339px;
	width: 326px;
}	

#footer {
	position: absolute;
	font-size: 10px;
	text-align:center;
	left: 0px;
	top: 875px;
	height: 104px;
	width: 974px;
}	

#google {
	position: absolute;
	left: 257px;
	top: 43px;
	height: 365px;
	width: 343px;
}	
