﻿html, body 
{
	margin: 0 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-align: center;
	background:url(../images/bg_body_2.jpg) left;
}
.clear 
{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.header
{
	position: relative;
	height: 250px;
	background-color: #555b5f;
}
.bottom 
{
	padding-bottom: 1px;
	background-color: #555b5f;
	height: 44px;
}
.body 
{
	margin: 0 auto;
	width: 1003px;
	w\idth: 1001px;  /* C + L + 1 */
	text-align: left;
	background-color: #f0f0f0;
	position: relative;
	border-left:#990000 solid 1px;
	border-right:#990000 solid 1px;

}
.outer1 
{
	margin-left: 681px;  /* L */
	background-color: #fff;
}
.outer0
{
	position: relative;
	margin-left: -681px;
}
.content
{
	float: left;
	width: 679px;  /* C */
}
.in-content
{
	margin: 5px;
	/*padding: 50px;*/
}
.navigation
{
	float: right;
	width: 320px;  /* L */
	margin-right: 1px;
	background-color: #fff;
}
.navigation-content
{
	position: relative;
	margin-left: 10px;
	background-color: #fff;
}
/*  \*//*/
* html .navigation-content, * html .in-content {
	width: 100%;
	overflow: hidden;
}
/**/

.outer0 {
	word-wrap: break-word;
}
p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
/**/
#head{
	width:995px;
	height:253px;
	padding:3px;
	overflow: hidden;
	margin:0 auto;
	position:relative;
	background-color:#990000;
	background-image:url(../images/bg_head.png);
	background-repeat:repeat-x;
	background-position:top;
	z-index:1;
	}
#left_inhead{
	width:394px;
	height:260px;
	float:left;
	position:relative;
	background-image:url(../images/left_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

/**/
#basket
{
	right: 20px;
	width: 150px;
	background-image:url(../images/menu.png);
	background-repeat: repeat-x;
	text-align: center;
	padding: 1px 0 3px 0;
	z-index:5;

}
#basket a
{
	color: #fff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	position: relative;
	z-index: 14;
	letter-spacing: 2px;
}
/**/

#right_inhead{
	width:393px;
	height:260px;
	float:right;
	position:relative;
	background-image:url(../images/right_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}
#center_inhead{
	width:auto;
	height:auto;
	float:left;
	position:relative;
	text-align:center;
	text-decoration:none;
	border:0;
}
#menu{
	width:1000px;
	height:22px;
	left:0;
	position:absolute;
	_position:relative;
	top:234px;
	_top:-30px;
	text-decoration:none;
	text-align:center;
	z-index:5;
}
#menu ul {
	margin: 0;
	padding: 0;
	margin-left: -14px;
	list-style-type: none;
	padding-bottom: 5px;
	_text-align:center;
	_margin:0 auto;
}
#menu li{
	margin: 0;
	padding: 0;
	text-decoration:none;
	display: inline;
	background:url(../images/menu.png) right top no-repeat;
	margin-left:2px;
	padding:1px 1px 6px 1px;
	*padding:1px 1px 4px 1px;
	font-size: 12px;
	list-style-type: none;
	}
#menu a{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding:1px 30px 5px 14px;
	}
#menu a:hover{
	color:#CCCCCC;
}
