@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */
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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**********************************************************************************************************************************/
.clear {
	clear:both;
	font-size:1px;
}
/**********************************************************************************************************************************/
body {
	background:url(../images/bg-sp.gif) repeat-x;
	margin:0px;
	padding:0px;
}
/**********************************************************************************************************************************/
#wrapper {
	width:990px;
	background:#000000;
	margin:0 auto;
}
/**********************************************************************************************************************************/
#header {
	height:78px;
	background:url(../images/top-bg.jpg) #000000 no-repeat;
	margin:0px;
	padding:20px 0 5px 0;
}
#header p {
	float:left;
	color:#FFFFFF;
	line-height:20px;
	margin:0px;
	padding:50px 0 0 20px;
}
.logo {
	float:left;
	margin:0 0 0 10px;
}
/**********************************************************************************************************************************/
#menu {
	height:24px;
	background:url(../images/menu.jpg) no-repeat;
	margin:0px;
}
/**********************************************************************************************************************************/
#banner {
	background:url(../images/cont-bg.jpg) center repeat-y;
	margin:0px;
}
#banner-left {
	float:left;
	width:593px;
	height:204px;
	background:url(../images/banner.jpg) top no-repeat;
	margin:10px 0 10px 10px;
}
#banner-right {
	float:right;
	width:366px;
	height:204px;
	margin:10px 10px 10px 0;
}
/**********************************************************************************************************************************/
#button {
	float:right;
	width:258px;
	height:69px;
	margin:120px 15px 0px 0px;
}
/**********************************************************************************************************************************/
#contant {
	margin:0px;
	padding:10px 20px;
}
#contant p {
	color:#FFFFFF;
	line-height:20px;
	margin:10px 0;
}
#contant h1 {
	color:#FFFFFF;
	line-height:40px;
	font-size:20px;
	text-transform:uppercase;
}
#contant h1 a {
	text-decoration:none;
	color:#999999;
}
#contant h1 a:hover {
	color: #FFFFFF;
}
/**********************************************************************************************************************************/
#footer {
	width:900px;
	margin:0 auto;
}
#footer p {
	color:#FFFFFF;
	text-align:center;
	line-height:50px;
}
#footer p a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer p a:hover {
	text-decoration:none;
}
/**********************************************************************************************************************************/
