
/* --- RESET ALL --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

/* --- Basic Style --- */
html, body {
	height: 100%;
}

body {
	background: #718fdc url(images/bg_body_home.jpg) top left repeat-x;
	font: 12px/18px Helvetica, "Lucida Grande", Verdana, sans-serif;
	color: #ffffff;
	text-align: center;
}

#home {
	background: #718fdc url(images/bg_body_home.jpg) top left repeat-x;
	font: 12px/18px Helvetica, "Lucida Grande", Verdana, sans-serif;
	color: #ffffff;
	text-align: center;
}

a, a:hover, a:active, a:visited {
	color: #2348b0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#container, .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

p {
	margin-bottom: 10px;
}

/* ----  HEADER --- */
#header {
	overflow: hidden;
}

#header h1#logo a {
	float: left;
	width: 490px;
 	height: 100px;
	margin-top: 8px;
	display: block;
	background: transparent url(images/bg_logo_home.png) no-repeat;
	text-indent: -9999px;
}

/* --- MAIN CONTENT - HOMEPAGE --- */

#content {
	width: 1000px;
	overflow: hidden;
	margin: 0 0 0 0;
}

#main {
	width: 970px;
	float: left;
	padding: 38px 0px 0px 0px;
	overflow: hidden;
}

#main {
	background: url(images/bg_main_title.png) top left no-repeat;
	padding: 45px 10px 10px 18px;
}

#main h2, p {
	font-size: 17px;
}

#main p {
	margin-top: 11px;
}

#main .divider {
	float: left;
}

#main .partner {
	width: 285px;
	min-height: 30px;
	float: left;
	overflow: hidden;
	margin: 0 20px 10px 10px;
	padding: 10px 0 10px 0;
	background: url(images/bg_feature.png) top left no-repeat;
	text-align: center;
}

/* --- FOOTER --- */

#footer {
	background: #535353 url(images/bg_footer.png) repeat-x;
}