 p, body, h1, h2, h3, h4, div, table, tr, td, li{ margin: 0 0 0 0;}

*{ font-family: Arial; color: white;}

body{
	background: #051e2f url(assets/images/bg-repeat.jpg) top left repeat-x;
}

#header{
	background: url(assets/images/header.jpg) top center no-repeat;
	height: 384px;
	width: 897px;
	margin-top: 20px;
	position: relative;
}

#body-repeat{
	background: url(assets/images/body-repeat.jpg) top center repeat-y;
	min-height: 300px;
	width: 897px;
}

#body-top{
	background: url(assets/images/body-top.jpg) top center no-repeat;
	min-height: 270px;
	width: 897px;
	text-align: left;
}

#body-bottom{
	background: url(assets/images/body-bottom.jpg) top center no-repeat;
	height: 34px;
	width: 897px;
	font-size: 10px;
	padding-top: 8px;
}

#body-bottom a{
	text-decoration: underline;
	color: white;
}

#logo{

	position: absolute;
	height: 182px;
	width: 207px;
	top: 50px;
	right: 80px;
}

#phone{
	font-size: 22px;
	font-weight: bold;
	color: #072a44;
	position: absolute;
	right: 110px;
	top: 235px;
}

#address{
	font-size: 12px;
	font-weight: bold;
	color: #072a44;
	position: absolute;
	right: 35px;
	top: 265px;
}

#picture{
	background: url(assets/images/hooray.png) top left no-repeat;
	height: 384px;
	width: 278px;
	position: absolute;
	left: 40px;
}

#nav{
	background: url(assets/images/nav-box.png) top left no-repeat;
	float: right;
	height: 293px;
	width: 198px;
	text-align: left;
	padding: 17px 30px 0 0;
	margin-right:20px;
	
}

#nav ul{
	list-style: none;
margin:0px 0px 0 0;
padding:10px 0px 0px 40px;
height: 275px;
}

#nav ul li{
	padding: 2px 0 2px 0;
}

#nav ul li a{
	color: white;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #000000;
}

#content{
	width: 600px;
	margin-left: 40px;
	padding-bottom: 20px;
}

h1{
	color: #99ccff;
	font-size: 30px;
	font-family: arial;
	padding-bottom: 15px;
}

p{
	color: white;
	padding-bottom: 10px;
}

a{
	text-decoration: none;
	color: #ffff66;
}

a:hover{
	color: #dbd656;
}

h2{
	color: #99ccff;
	padding-bottom: 10px;
}

h3{
	color: white;
	padding-bottom: 5px;
}


#services{
margin:20px 0;
text-align:center;
width:611px;
padding:0px 0px 0px 0px;
}

#services li{
display:inline;
list-style-type:none outside none;
width:170px;
}

#services li a{
background:transparent url(assets/images/serviceList.jpg) no-repeat scroll left top;
color:#0F3A5A;
display:inline-block;
height:30px;
padding:4px 29px 19px 0;
width:170px;
}

#services li a:hover{
color:#fff;
}

.staff
{
float:left;
margin:10px;
border:1px solid #3585C2;
}

.stock{
text-align:center;
margin:5px;
border:1px solid #3585C2;
}
