body {
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#ccc;
	background: #000;
}

.topmenu {
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding-left: 3px;
	padding-right: 7px;
}
.topmenu a{
	color: #fff;
}

.brdwhite {
	border-right:5px solid #fff; 
}

.head {
	font-family:tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-top:10px;
	border-bottom: 1px solid #666;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}


.catalog {
	padding-top:10px;
	padding-bottom:20px;
	text-align:center;
}
.catalog img {
	border: 3px solid #666;
}
.catalog img:hover {
	border: 3px solid #ccc;
}

.catalog a{
	text-decoration: none;
	color:#ff6600;
}
.catalog a:hover {
	text-decoration: none;
	color:#fff;
}

form {
	padding:0px;
	margin:0px;
}

.srchbox {
	border: 1px solid #fff;
	background: #666666;
	width: 130px;
	color: #fff;
	height: 16px;
}

.newsletter {
	border: 1px solid #fff;
	background: #666666;
	width: 130px;
	color: #fff;
	height: 16px;
}

.box_200 {
	border: 1px solid #fff;
	background: #666666;
	width: 200px;
	color: #fff;
	height: 16px;
}

.area {
	border: 1px solid #fff;
	background: #666666;
	width: 200px;
	color: #fff;
	height: 100px;
}

.button {
	font-family:Tahoma, verdana;
	font-size:11px;
	padding-bottom: 5px;
	border: 1px solid #fff;
	background: #333;
	color: #fff;
	height: 18px;
}
.footer {
	color: #ccc;
}
a.footer {
	color: #ccc;
	text-decoration: none;
}
a.footer:hover {
	color: #666;
	text-decoration: underline;
}