﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
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,  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: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	background: none repeat scroll 0% 0% transparent;	
	text-align:left;
}
html { 
  /*background:url(../img/bg/bg.jpg) no-repeat center center fixed; */
  background-color:transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#fff;
}

a img{
	border:none;
}
ul {
	list-style-type: none;
}

p{
	text-align:justify;
	
}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}	
/* FF, Safari, Opera—p */

.clearfix {
	display:inline-block;
	}
/* IE7, MacIE5—p */

/* The Following Hidden From MacIE \*/
	* html .clearfix { height:1%; }
	.clearfix { display:block; height:inherit; }

.clear { 
	clear: both; 
	height: 0;
}
#sectionWrapper{
	width:1068px;
	height:auto;
	position:relative;
	margin:0 auto;
	background:url(../img/bg/body.png);
	padding:0px 20px 20px 26px;
}
#sectionWrapper #sectionHeader{
	width:1068px;
	height:75px;
	position:relative;
}
#sectionWrapper #sectionHeader #sectionInfo{
	width:530px;
	height:28px;
	background:url(../img/bg/info.png) no-repeat;
	position:absolute;
	left:248px;
	top:30px;
	padding:5px 50px;	
}
#sectionWrapper #sectionHeader #sectionInfo marquee{
	color:#040400;
	font-size:16px; 
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:85px;
	width:237px;
	position:absolute;
	top:0px;
	left:0px;
}
}
#sectionWrapper #sectionHeader #sectionLogin form img.codeImg{
	position:absolute;
	left:400px;
}
#sectionWrapper #sectionHeader #sectionLogin form img.register{
	position:absolute;
	right:20px;
}

#sectionWrapper #sectionHeader #sectionLogin img{
	position:absolute;
	right:0px;
	margin-top:30px;
}
#sectionWrapper #sectionHeader #sectionLogin img.livechat{
	right:0px;
}
#sectionWrapper #sectionHeader #sectionLogin img.facebook{
	right:113px;
}
#sectionWrapper #sectionHeader #sectionLogin img.twit{
	right:165px;
}
#sectionWrapper #sectionHeader #sectionLogin img.yahoo{
	right:225px;
}
#sectionWrapper #sectionMenu{
	width:1068px;
	height:30px;
	background:url(../img/bg/menu.png) repeat-x;
	padding-top:8px;

}
#sectionWrapper #sectionMenu ul{
	list-style:none;
	width:1068px;
	height:22px;
}
#sectionWrapper #sectionMenu ul li{
	height:22px;
	padding:0px 24px 0px 31px;
	display:inline;
	border-right:1px solid #fff;
	font-size:16px;
	font-weight:bold;	
}
#sectionWrapper #sectionMenu ul li:last-child{
	border-right:0px;
}
#sectionWrapper #sectionMenu ul li a{
	color:#000;
}
#sectionWrapper #sectionMenu ul li a:hover{
	color:#fff;
}
#sectionWrapper #sectionContent1,
#sectionWrapper #sectionContent2{
	width:1068px;
	height:auto;
	margin-top:10px;
}
#sectionWrapper #sectionContent1  #sliderWrapper{
	width:671px;
	height:319px;
	background:url(../img/bg/slider.png) no-repeat;	
	padding:6px 0 0 6px;
	float:left;
}
#sectionWrapper #sectionContent1  #sliderWrapper #slider{
	width:653px;
	height:303px;
}
#sectionWrapper #sectionContent1  #contact{
	width:387px;
	height:325px;
	float:right;
	background:url(../img/bg/contact.png) no-repeat;
	margin-right:-10px;
	position:relative;
}
#sectionWrapper #sectionContent1  #contact img{
	position:absolute;
	left:30px;
}
#sectionWrapper #sectionContent1  #contact img.bb{
	top:10px;
}
#sectionWrapper #sectionContent1  #contact img.yahoo{
	top:120px;
}
#sectionWrapper #sectionContent1  #contact img.livechat{
	top:213px;
}

