body {
	margin: 0;
	padding: 0;
	background: #D8C5A6;
	font: 13px "trebuchet ms", sans-serif;
	color: #333;
}

div#page {
	width: 784px;
	margin: 13px auto 0 auto;
	border: 4px solid #fff;
	padding: 0;
	background: #F4F2E4;
}

div#top {
	position: relative;
	width: 784px;
	height: 180px;
	border-bottom: 2px solid #fff;
	padding: 0;
}

div#menu {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 150px;
	padding: 10px 10px 15px 10px;
	background: #fff;
}

div#menu h1{
	font: 24px "trebuchet ms", sans-serif;
}

div#menu fieldset{
	margin: 0;
}

.menulink, .menulink:link, .menulink:visited, .menulink:active {
	display: block;
	border-bottom: 1px solid #F3EFD3;
	padding: 7px 0 6px 2px;
	font: bold 15px "trebuchet ms", sans-serif;
	cursor: pointer;
	color: #BF925E;
}

.menulink:hover{
	color: #D2AC6F;
}


.active:link, .active:visited, .active:hover, .active:active {
	color: #DF7543;
}

/*CONTENT*/
div#content {
	clear: both;
	float: right;
	width: 566px;
	padding: 20px 15px 20px 15px;
}

h1 {
	margin: 0;
	font: 30px "trebuchet ms", sans-serif;
	color: #DF7543;
}

h2 {
	margin: 15px 0 0 0;
	font: 21px "trebuchet ms", sans-serif;
	color: #DF7543;
}

h3 {
	margin: 15px 0 -15px 0;
	font: bold 15px "trebuchet ms", sans-serif;
}

p, table {
	margin: 15px 0 0 0;
	line-height: 19px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

ul {
	margin: 0 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #265986;
}

a:hover {
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.success{
	color: #265986;
}

.empty{
	margin-bottom: 120px;
}

div.box{
	float: left;
}


/*Home*/
div#show {
	position: relative;
	float: right;
	width: 300px;
	height: 360px;
	overflow: hidden;
	margin: 15px 0 15px 15px;
	border: 4px solid #fff;
}

/*Products*/
div.product{
	float: left;
	height: 160px;
	width: 168px;
	overflow: hidden;
	margin: 10px 10px 10px 10px;
	color: #555;
}

div.product img{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #fff;
}

div.productStoneware{
	float: left;
	height: 140px;
	width: 168px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	color: #555;
}

div.productStoneware div{
	height: 120px;
	width: 168px;
	overflow: hidden;
}

div.productStoneware p{
	margin-top: 5px;
}

img.productLarge{
	float: right;
	border: 2px solid #fff;
}

/*Glazes*/
div.glaze{
	float: left;
	width: 273px;
	margin: 15px 0 0 0;
	text-align: center;
}

div.glaze img{
	display: block;
	margin-bottom: 2px;
	border: 2px solid #fff;
}

div.left{
	margin-right: 10px;
}

/*View Cart*/
table#cartTable{
	margin: 0 0 20px 0;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

table#cartTable th{
	padding: 3px 0 3px 3px;
	background: #fff;
	text-align: left;
}

table#cartTable td{
	border-bottom: 2px solid #fff;
	padding: 2px 3px 2px 3px;
}

/*Contact*/
div#contact{
	float: right;
	width: 300px;
	border: 4px solid #fff;
	padding: 0 6px 6px 6px;
	background: #fff;
}

.confirmation{
	color: #265986;
}

.error{
	color: red;
}

/*FOOTERS*/
div#footerMenu{
	clear: both;
	height: 25px;
	width: 760px;
	margin: 0 auto 0 auto;
}

.footer, .footer:link, .footer:visited, .footer:hover, .footer:active {
	display: block;
	float: left;
	padding: 0 11px 0 11px;
}

div#footerMenu fieldset{
	float: left;
	margin: 0;
}

.siteby:link, .siteby:visited, .siteby:hover, .siteby:active {
	color: #fff;
}

p.copyright {
	clear: both;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
