/* @override http://collectiblearms.ncn.eu/cms/css/layout.css */

body{
	background: #e3ded2 url(../_gfx/bg_body.gif) repeat-x;
	font: 75%/150% "Trebuchet MS","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #32322e;
	text-align: center;
	padding: 0;
	margin: 0;
}
a{
	color: #4c4f23;
}
h1{
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1em;
	color: #9c9688;
	margin: 0.3em 0 0.6em;
}
h2{
	color: #9c9688;
	line-height: 1.2em;
	font-size: 1.4em;
	
}
h3{
	font-weight: normal;
	font-size: 1.4em;
	margin: 1em 0 0.5em 0;
	color: #4c4f23;
}
h1 a, h2 a, h3 a{
	text-decoration: none;
}
img{
	border: none;
}
#container{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	margin-bottom: 20px;
}
#header{
	height: 150px;
	background: url(../_gfx/header.jpg) no-repeat;
	border-bottom: 3px solid #4c4f23;
}
#header h3{
	margin: 0;
	text-indent: -9999px;
}
#main{
	background: url(../_gfx/bg_main.gif) repeat-x;
	border-bottom: 3px solid #4c4f23;

}
#menu{
	float: left;
	width: 185px;
	list-style-type: none;
	padding: 25px;
	margin: 0;
}
#menu li{
	margin: 0;
	padding: 0;
}
#menu a{
	display: block;
	line-height: 23px;
	padding: 3px 10px 1px 15px;
	text-decoration: none;
	border-bottom: 1px solid #e4dfd2;
	color: #31322d;
}
#menu a:hover,
#menu .active a{
	background: #f4eee0 url(../_gfx/menu_bg_active.gif) repeat-x;
	font-weight: bold;
}
#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e4dfd2;
}
#menu .active ul a{
	font-weight: normal;
	background: #FFF url(../_gfx/menu_dot.jpg) no-repeat 15px 11px;
	padding-left: 30px;
	border: none;
}
#menu .active ul a:hover,
#menu .active ul .active a{
	font-weight: bold;
	background-image: url(../_gfx/menu_dot_active.jpg);
}
#menu .active ul .active ul a{
	padding-left: 40px;
	background: none;
	font-weight: normal;
}
#menu .active ul .active ul .active ul a{
	padding-left: 50px;
	font-size: 0.9em;
	background: none;
	font-weight: normal;
}
#content{
	float: left;
	padding: 15px 25px 25px 0;
	width: 540px;
}

.productgallery{
	padding-top: 10px;
	float: left;
	width: 240px;
}

.desc{
	float: left;
	width: 300px;
}
.price{
	margin-bottom: 0;
}

.clear{
	clear: both;
	float: none;
}
.articleteaser{
	clear: both;
	float: none;
	background-color: #f8f7f6;
	padding: 5px;
	margin: 1.3em 0;
}
.thumb{
	float: left;
	width: 150px;
	margin-right: 10px;
}
.articleteaser .desc{
	width: 365px;
}

.articleteaser h2{
	margin: 0 0 0.3em 0;
}
.articleteaser .stockno{
	color: #4c4f23;
	margin: 0.1em 0;
}
.articleteaser p{
	margin: 0.2em 0;
}
.articleteaser .price{
	float: right;
	font-size: 1.4em;
	color: #c6c3ba;
	margin-top: .2em;
}

button,
#content .submitbutton{
	border: 1px solid #9c9688;
	background: #f4eee0 url(../_gfx/menu_bg_active.gif) repeat-x;
	padding: 3px 10px;
	font-size: 1em;
}
#content input.submitbutton{
	margin-left: 130px;
}
#content input.resetbutton{
	display: none;
}