body {
	/*background-position: center center;*/
	background-repeat:repeat;
	/*background-attachment: fixed;*/
	/*background-size: cover;*/
	background-image:url('../img/pattern-wood.jpg');
	font-family: 'oswaldregular'
}

@media screen and (max-width: 500px) and (min-width: 0px) {
   
}

@media screen and (max-width: 750px) and (min-width: 0px) {
	
}

.dot {
	background-image:url('../img/dot.png');
	background-repeat: repeat-x;
	height:10px;
	background-position: center center;
	margin-top:20px;
}

.thumbgallery div img {
 	border: 3px solid #FFF;
 	margin:10px 10px 20px 10px;
}

.thumbgallery div p {
	font-family: 'oswaldmedium';
 	text-align:center;
 	margin-top:-10px;
}

#ulproduct li a {
 	color: #000;
 	text-decoration: none;
}

#ulproduct li a:hover {
 	color: #CD853F;
 	text-decoration: none;
}

.error {
	font-weight: bold;
	color: #F00;
}

.tablespacer { height: 5px;}
.tablebgcolor, .tablespacer { background-color:#FFE4B5; }
.tableline { background-color:#A0522D; height:1px;}