html, body {
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	background: url(images/main-bg.gif) #191919 no-repeat;
	background-position:center 160px;
}
.text_sml {
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:11px;
}
.blue_light {
	color:#747f8a;
}
.seperator_inline {
	padding: 0 10px 0 10px;
}
.blue {
	color:#1d4366;
}
#cart_sum {
	height: 20px;
	width: auto;
	float: right;
	text-align: right;
	right: 205px;
	position: relative;
	top: -80px;
}
#quick_search {
	float: right;
	height: 30px;
	width: 185px;
	clear: both;
	position: relative;
	top: 30px;
	right: 35px;
}
#quick_search form {
	float: right;
}
#search_query {
	background-color: #CCCCCC;
	font-size: 11px;
	color: #000000;
	height: 14px;
	width: 147px;
	border: 0;
	float: left;
	border:1;
	border-color:#000000;
	border-style:solid;
	border-right-width: 1px;
	display:block;
	padding: 3px;
}
#menu ul, li {
	list-style-type: none;
	display: inline;
	padding: 0px;
}
#menu li {
	margin-right: 7px;
	margin-left: 20px;
}
#menu {
	float: right;
	position:relative;
	top: -80px;
	right: 25px;
	font-size: 11px;
	font-weight: bold;
	clear:both;
}
#menu a{
	text-decoration: underline;
	color: #1D4366;
	border: 0;
	display:inline-block;
	padding-bottom:8px;
}
.image_cadre {
	border: 1px solid #EEE;
	float:left;
}
.image_cadre span {
	border: 1px solid #CCC;
	float:left;
}

.image_cadre img{
	border: 1px solid #BBB;
	padding: 1px;
}

#menu a:hover{
	text-decoration: none;
	color: #233444;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FF9;
	padding-bottom:5px;
}
#search_btn {
	height: 20px;
	width: 30px;
	background-color: #203C56;
	font-size: 11px;
	font-weight: bold;
	color: #FF9;
	border: 0;
	float: right;
}
.red {
	color:#a12121;
}
#header_container {
	background: url(images/header_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 165px;
}
#content {
	background-color: #FFF;
	width: 960px;
	height: 600px;
	margin: 0 auto;
}
#logo {
	height: 82px;
	width: 244px;
	position: relative;
	top: 5px;
	left: 30px;
}
#logo img {
	border: 0;
}
#header_container #header {
	padding: 0px;
	height: 165px;
	width: 970px;
	margin: 0 auto;
	background:url(images/header.jpg) #FFFFFF no-repeat;
}

