@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #041e37;
	background-image: url(../images/home/body-bg.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	width: 730px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#header {
	height: 97px;
	position: relative;
}
#header #logo {
	left: 0px;
	top: 25px;
	position: absolute;
}
#header #bt-contact {
	position: absolute;
	top: 20px;
	right:0px;
}
#intro {
	height: 344px;
}
#intro #intro-lnks {
	float: left;
	width: 280px;
	padding-top: 80px;
	padding-left: 15px;
}
#intro #intro-imgs {
	float: right;
	height: 344px;
	width: 435px;
}
#intro-lnks ul {
	list-style-type: none;
}
#intro-lnks li {
	background: url(../images/home/intro-lnks-arrow.gif) no-repeat 0px 15px;
	padding-left: 10px;
}


#intro-lnks a {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
}
#intro-lnks a:hover {
	color: #00CCFF;
}
#wrapper h2 {
	color: #00CCFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin-top: 8px;
}
#content {
	margin:0 20px 10px 20px;
}
#content p {
	line-height: 20px;
	padding-bottom: 10px;
}
#content #about {
	float: left;
	width: 335px;
	margin-right:10px;
}
#content #quality {
	float: left;
	width: 345px;
}
#footer {
	padding: 10px;
	color: #1173BB;
	text-align: center;
	font-size: 11px;
	border-top:solid 1px #003366;
}
.flt-lft {
	float: left;
	margin-right: 10px;
}

.clearall {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	width: 100%;
}
