html {
	height: 100%;
	background: #002653;
}
body {
	min-height: 796px;
	background: #002653 url(../images/back1.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#wrapper {
	width: 1003px;
	background: #002653 url(../images/coral.jpg) repeat-y 109px -68px;
	margin: 0 auto;
	text-align: left;
}
#innerWrapper {
	height: 796px;
	width: 1003px;
	background: url(../images/header.jpg) no-repeat center top;
	position: relative;
}
h1 {
	position: absolute;
	width: 210px;
	height: 120px;
	top: 140px;
	left: 410px;
}
h1 a {
	display: block;
	overflow: hidden;
	width: 210px;
	height: 120px;
	text-indent: -2000px;
}
#navigation {
	
}
#navigation li a {
	display: block;
	position: absolute;
	text-decoration: none;
	top: -200px;
}
#navigation li a:hover {
	z-index: 30000;
}
#navigation li a img {
	width: 100%;
	height: 100%;
	position: absolute;
}
#navigation li a span {
	height: 22px;
	line-height: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #002653;
	text-align: center;
	width: 100%;
	filter:alpha(opacity=60);
	opacity:.6;
	display: none;
}
#navigation li a:hover span {
	display: block;
}
#aboutUs {
	width: 131px;
	height: 107px;
	/*top: 57px;*/
	left: 109px;
}
#offer {
	width: 151px;
	height: 130px;
	/*top: 83px;*/
	left: 253px;
}
#services {
	width: 134px;
	height: 111px;
	/*top: 19px;*/
	left: 393px;
}
#products {
	width: 134px;
	height: 105px;
	/*top: 19px;*/
	left: 607px;
}
#portfolio {
	width: 175px;
	height: 98px;
	/*top: 115px;*/
	left: 618px;
}
#contact {
	width: 133px;
	height: 106px;
	/*top: 68px;*/
	left: 800px;
}
#content {
	width: 730px;
	color: #fff;
	top: 350px;
	left: 200px;
	position: absolute;
	padding-bottom: 40px;
}
#content h2 {
	font-size: 21px;
	font-weight: bold;
}
#content p {
	margin-top: 21px;
	line-height: 18px;
	font-size: 12px;
}
#content ul {
	margin-top: 21px;
	line-height: 18px;
	font-size: 12px;
	list-style: disc;
}
#content ol {
	margin-top: 21px;
	line-height: 18px;
	font-size: 12px;
	list-style: decimal;
}
#content li {
	margin-top: 8px;
	margin-left: 40px;
}
#content ul li {
	list-style: disc;
}
#content ol li {
	list-style: decimal;
}
#content h3 {
	margin-top: 30px;
	font-size: 17px;
	font-weight: bold;
}
#content h4 {
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
}
#content h5 {
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
}
#content a {
	color: #99D8F7;
	font-weight: bold;
}
#content a:hover {
	color: #fff;
	text-decoration: none;
}
form table {
	color: #fff;
	font-size: 12px;
}
form table td {
	padding-top: 14px;
	vertical-align: top;
}
form table em {
	display: block;
	color: #ED4C21;
}
