* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	background: #3f6075;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

h1 {
	color: #3f6075;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #c6930a;
}

address {
	font-style: normal;
}

label {
	display: block;
}

#wrapper {
	 width: 1024px;
	 margin: 0 auto;
	 background: #e6dfd3 url('../images/bg_wrapper.jpg') no-repeat top right;
	 text-align: center;
}

#main {
	width: 990px;
	margin: 0 auto;
	background: #fff url('../images/bg_footer.jpg') no-repeat bottom left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
}

#header {
	position: relative;
	left: 17px;
	width: 990px;
	height: 59px;
	background: #fff url('../images/bg_header.png') no-repeat top right;
}

#header a.contact {
	position: absolute;
	top: 0;
	right: 36px;
	height: 59px;
	line-height: 59px;
	color: #000;
	font-weight: bold;
}

#masthead {
	position: relative;
	width: 807px;
	height: 216px;
	margin-bottom: 30px;
	background: #fff url('../images/bg_masthead.jpg') no-repeat top right;
}

#masthead h1 {
	position: absolute;
	top: -22px;
	left: 35px;
	margin: 0;;
	padding: 0;
}

#masthead h1 a {
	display: block;
	width: 269px;
	height: 156px;
	text-indent: -9999px;
	background: url('../images/logo.png') no-repeat top right;
}

#masthead_sub {
	position: relative;
	width: 807px;
	height: 83px;
	margin-bottom: 30px;
}

#masthead_sub h1 {
	position: absolute;
	top: -22px;
	left: 35px;
	margin: 0;;
	padding: 0;
}

#masthead_sub h1 a {
	display: block;
	width: 185px;
	height: 108px;
	text-indent: -9999px;
	background: url('../images/logo_sub.png') no-repeat top right;
}

#masthead_sub.contact {
	background: #fff url('../images/bg_masthead_contact.jpg') no-repeat top right;
}

#masthead_sub.services {
	background: #fff url('../images/bg_masthead_services.jpg') no-repeat top right;
}

#masthead_sub.services1 {
	background: #fff url('../images/bg_masthead_services1.jpg') no-repeat top right;
}

#masthead_sub.products {
	background: #fff url('../images/bg_masthead_products.jpg') no-repeat top right;
}

#masthead .testimonials {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 450px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}

#masthead .testimonials p {
	margin: 30px 130px 5px 0;
}

#masthead .testimonials cite {
	display: block;
	margin-right: 130px;
}

#masthead .testimonials img {
	position: absolute;
	top: 0;
	right: 0;
}

#masthead .subhead {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 700px;
	height: 45px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0;
	text-align: right !important;
}

#masthead .subhead .t {
	width: 700px;
}

.subhead p {
	line-height: 20px;
}

ul#nav {
	width: 215px;
	margin: 0 20px 30px 25px;
	padding-left: 0;
	list-style: none;
}

html>body ul#nav {
	margin-right: 30px;
}

#nav li {
	margin-left: 0;
	padding-left: 0;
}

#nav li a {
	display: block;
	width: 215px;
	height: 39px;
	line-height: 30px;
	background: url('../images/bg_nav.png') no-repeat top left;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#nav li a:hover, #nav li a.active {
	background-position: bottom left;
}

#content {
	width: 520px;
	margin-bottom: 30px;
}

#content p, #content address {
	margin-bottom: 8px;
}

#globe {
	width: 520px;
	height: 320px;
}


#sidebar {
	float: right;
	display: inline;
	width: 183px;
	background: #fff;
	padding-top: 20px;
	border-top: 1px solid #000;
	text-align: center;
}

#sidebar label {
	margin-bottom: 20px;
}

#sidebar h2 {
	height: 15px;
	margin-bottom: 10px;
	background: url('../images/bg_h2_sidebar.png') no-repeat top center;
	text-indent: -9999px;
}

#sidebar .ad {
	margin-bottom: 10px;
}

#ticker_tape {
	float: left;
	clear: both;
	width: 920px;
	height: 20px;
	line-height: 30px;
	margin: 130px 0 10px 35px;
	overflow: hidden;
}

#footer {
	float: left;
	clear: both;
	width: 920px;
	margin: 130px 0 10px 35px;
}

#footer p {
	font-size: 8px;
}

.left {
	float: left;
	display: inline;
}

.clear {
	clear: both;
}

.left_column {
	float: left;
	width: 48%;
}

.right_column {
	float: right;
	width: 48%;
}