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

/* --------------------------Main------------------------------ */
body
{
	font-family:Verdana;
	color:#ffffff;
	background-color:#000000;
	font-size:11px;
	margin:0px;
	padding:0px;
	background-image:url(/pictures/background.jpg);
	background-repeat:repeat-x;
	width:100%;
}

#center
{
	width:960px;
	margin: 0 auto;
	overflow:hidden;
	height:auto;
}

#header
{
	width:960px;
	height:90px;
	overflow:hidden;
}

#menu
{
	width:960px;
	height:106px;
	overflow:hidden;
}

#header_img
{
	width:960px;
	height:216px;
	background-image:url(/pictures/header_img.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#discount
{
	width:960px;
	height:222px;
	overflow:hidden;
}

.discount
{
	background-image:url(/pictures/main_disc_back.jpg);
	background-repeat:no-repeat;
	width:312px;
	height:212px;
	overflow:hidden;
	float:left;
	padding-left:10px;
	padding-top:10px;
}

.discount_text
{
	width:200px; 
	height:100px; 
	margin-left:100px; 
	overflow:hidden; 
	text-align:justify;
}

.discount_btn
{
	padding-right:15px; 
	padding-top:25px; 
	text-align:right;
}


#content
{
	width:960px;
	height:auto;
	overflow:hidden;
	background-image:url(/pictures/content_back.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	padding:15px;
}

#content_sub
{
	width:960px;
	height:auto;
	overflow:hidden;
	background-image:url(/pictures/content_sub_back.jpg);
	background-repeat:repeat;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
}

#footer
{
	width:960px;
	height:50px;
	background-image:url(/pictures/footer.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	font-size:10px;
	color:#ffffff;
	padding-top:10px;
	text-align:center;
	padding-top:30px;
}

.box_main_page
{
	border-top-style:solid; 
	border-top-width:3px; 
	border-top-color:#a9cde4; 
	/*width:480px; */
	width:890px;
	overflow:hidden; 
	background-color:#FFFFFF; 
	background-image:url(/pictures/box_bottom.jpg); 
	background-position:bottom right; 
	background-repeat:no-repeat; 
	padding:15px;
	margin-right:25px;
}

.box_main_page_350
{
	border-top-style:solid; 
	border-top-width:3px; 
	border-top-color:#a9cde4; 
	width:350px; 
	overflow:hidden; 
	background-color:#FFFFFF; 
	background-image:url(/pictures/box_bottom.jpg); 
	background-position:bottom right; 
	background-repeat:no-repeat; 
	padding:15px;
}

.more_news_main_page
{
	border-top-style:solid; 
	border-top-width:1px; 
	border-top-color:#a9cde4; 
	margin-left:25px; 
	margin-right:25px; 
	padding-bottom:25px;
}
img
{
	border:none;
}

a, a:visited, a:active
{
	color:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#ffffff;
	text-decoration:none;
}

h1
{
	color:#00ccff; 
	font-size:18px; 
	font-weight:bold;
}

h2
{
	font-size:22px;
	color:#007db5;
	font-weight:normal;
	padding-bottom:0px;
	margin:0px;
}

input[type=text], input[type=password], select, textarea
{
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	color:#999999;
	background-image:url(/pictures/text_bg.jpg);
	background-repeat:repeat-x;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.blue_line
{
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#04a3fe;
	margin-bottom:25px;
	width:408px;
	overflow:hidden;
}
