@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image: url(images/body-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #121212;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 13px;
}

.wrapper {
	margin: 0 auto;
	width: 976px;
	background-image: url(images/wrapper-bg.gif);
	background-repeat: repeat-y;
}

.inner-wrapper {
	background-image: url(images/inner-wrapper.gif);
	background-repeat: no-repeat;
	background-position: -4px 0;
	padding: 0 4px;
}

.header {
	height: 77px;
	padding-top: 28px;
}

.header .logo {
	background: none;
	width: 240px;
	height: 42px;
	float: left;
}

.header .contact {
	background-image: url(images/header-contact-us-img.gif);
	background-repeat: no-repeat;
	float: right;
	width: 120px;
	height: 42px;
	margin-right: 5px;
}

.main {
	clear: both;
	padding: 0 100px 0 20px;
	width: 840px;
}

.top {
	clear: both;
	overflow: hidden;
	margin: -10px -96px 15px -16px;
	position: relative;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.top .rightblock {
	background-image: url(images/img-2.jpg);
	width: 265px;
	height: 123px;
	background-repeat: no-repeat;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e2e9ed;
	line-height: 13px;
	padding: 170px 10px 0 25px;
}

.top .rightblock h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	margin: 0 0 8px 0;
}

.top .rightblock a {
	color: #e2e9ed;
	text-decoration: underline;
}

.top .rightblock a:hover {
	background: none;
	text-decoration: none;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
	margin: 0 0 5px -8px;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	margin: 0 0 5px -8px;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 17px;
	margin-bottom: 5px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 5px -8px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 20px 0 5px -8px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	margin: 0 0 5px -8px;
}

a {
	color: #165777;
	text-decoration: underline;
}

a:hover {
	background-color: #165777;
	color: #fff;
	text-decoration: none;
}

ul {
	padding: 10px 0 20px 5px;	
}

ul li {
	background-image: url(images/list-style-dot.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
}

ul li a {
	font-size: 11px;
	color: #165777;
	text-decoration: none;
	
}

ul li a:hover {
	background: none;
	font-weight: normal;
	color: #165777;
	text-decoration: underline;
	font-weight: normal;
}

.line {
	padding-bottom: 15px;	
}

.line a:hover {
	background: none;
	color: #165777;
}

.footer .wrapper {
	background: none;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 14px 0 30px 0;
}

.footer .links {
	float: left;
	width: 400px;
	padding-bottom: 10px;
}

.footer .links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #575757;
	text-decoration: none;
	line-height: 19px;
}

.footer .links a:hover {
	background: none;
	text-decoration: underline;
	color: #c8c8c8;
}

.footer .copyright {
	float: right;
	width: 190px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #575757;
}

.footer .copyright a {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #575757;
	text-decoration: none;
}

.footer .copyright a:hover {
	background: none;
	text-decoration: underline;	
}

.footer .line {
	padding: 5px 0 2px 0;	
}