body {
	background-image:url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 10px;
	display:block;
	color:#ACA899;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
p.price {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: small;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: right;
	text-indent: 0ex;
	color: white;
	margin-right: 30px
}
p.itemnumber {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: small;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: white;
	margin-left: 0px
}
p.news {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	color: CCCCCC;
	margin-left: 0px
}
p.wanted {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: CCCCCC;
	margin-left: 0px
}
p.mail {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: small;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	color: white;
	margin-left: 0px
}
a {
	color:#C3D9FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}
#header{
	height:180px;
	width:1000px;
	background-image:url(images/header_.jpg);
	background-repeat: no-repeat;
}
#content{
}
#left{
	width:200px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:196px;
	width:400px;
}
#itemmiddle{
	margin-left:206px;
	margin-right:192px;
	width:600px;
}
#detailsmiddle{
	margin-left:206px;
	margin-right:0px;
	width:760px;
}
#right{
	width:192px;
	float:right;
}
/********************* menu ****************************/
.menuheader{
	width:192px;
	height:37px;
	background-image:url(images/menutop.gif);
	display:block;
}
.menucontent{
	width:192px;
	background-image:url(images/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}
.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(images/menubottom.gif);
	display:block;
}
.postheader,.menuheader,.itempostheader,.detailsheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url(images/posttop.gif);
	display:block;
	width:400px;
	height:33px;
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.postcontent{
	background-image:url(images/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 20px 0px;
}
.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:400px;
	height:15px;
}
.floatright { 
	float: right; 
}
/********************* itempost ****************************/
.itempost{
	margin-bottom:15px;
}
.itempostheader{
	background-image:url(images/itemposttop.gif);
	display:block;
	width:580px;
	height:33px;
}
.itempostheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
}

.itempostcontent{
	background-image:url(images/itempostmiddle.gif);
	background-repeat: repeat-y;
	width:580px;
	padding: 2px 2px;
}
.itempostfooter{
	background-image:url(images/itempostbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:580px;
	height:15px;
}
.floatright { 
	float: right; 
}

/********************* details ****************************/
.details{
	margin-bottom:15px;
}
.detailsheader{
	background-image:url(images/detailstop.gif);
	display:block;
	width:740px;
	height:33px;
}
.detailsheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.detailscontent{
	background-image:url(images/detailsmiddle.gif);
	background-repeat: repeat-y;
	padding: 1px 30px;
}
.detailsfooter{
	background-image:url(images/detailsbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:740px;
	height:15px;
}
.floatright { 
	float: right; 
}
.itemimages{
	display:inline;
	margin-left:2px;
}
.itemimages span{
	display:block;
	text-align:center;
	padding: 2px 0px 5px 0px;
	text-transform: uppercase;

}
.itemimages img{
	width:640px;
	border: solid 2px #999999;
}
.itemimagessmall{
	display:inline;
	float:center;
	margin-left:10px;
}
.itemimagessmall span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.itemimagessmall img{
	width:300px;
        float:center;
        align:center;
	border: solid 2px #999999;
}
.itemimagesverysmall{
	display:inline;
	float:center;
	margin-left:10px;
}
.itemimagesverysmall span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.itemimagesverysmall img{
	width:150px;
        float:center;
        align:center;
	border: solid 2px #999999;
}
/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:245px;
	display:block;
	left:190px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
}
/********************* footer ****************************/
#footer{
	width:850px;
}
#footer ul{
	display:block;
	margin-left:190px;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
	padding: 15px 0px;
}
/********************* menu ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#CCCCCC;
}
.menu ul li{
	padding-top: 5px;
	color:#CCCCCC;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
	color:#F2C900;
}
.menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
	color:#FFFFFF;
}
.newitem{
	display:inline;
	float: left;
	margin-left:10px;
}
.newitem span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;
}
.newitem img{
	width:75px;
	height:70px;
	border: solid 2px #ffffff;	
}
.clear{
	clear:both;
}
.navbar {
	height: 30px;
	width: 100%;
	float: left;
}
.navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
.navbar li {
	list-style-type: none;
	display: inline;
}
.navbar li a {
	text-decoration: none;
	padding: 7px 30px;
	color: #FFF;
}
.navbar li img {
	text-decoration: none;
	padding: 7px 60px;
	color: #FFF;
	font-size: medium;
}
.navbar lia:link {
	color: #FFF:
}
.navbar lia:visited {
	color: #fff;
	font-size: medium;
}
.navbar lia:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #3366FF;
}
.navbar2 {
	height: 30px;
	width: 100%;
	float: left;
}
.navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
.navbar2 li {
	list-style-type: none;
	display: inline;
}
.navbar2 li a {
	text-decoration: none;
	padding: 7px 30px;
	color: #FFF;
}
.navbar2 lia:link {
	color: #FFF:
}
.navbar2 lia:visited {
	color: #CCC;
}
.navbar2 lia:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #3366FF;
}
.whitelink {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-color: #FFF;
	line-height: 10px;
	white-space: nowrap;
	text-align:center;
}
.whitelink a:link {
	color: white;
}
.whitelink a:visited {
	color: white;
}
.whitelink a:active {
	color: white;
}

