/* MM Antique Website */


/* GLOBAL */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/head_bg.gif) repeat-x #cfdcc8;
}
p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

a {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; color: #060;}
a:visited {color: #696;}
a:hover {color: #060;}

form {margin: 0; padding: 0;}
img, table {border: none}

.clr {clear: both; margin: 0px;}

h1 {
	width: 151px;
	height: 154px;
	background: url(../images/barn.jpg);
	text-indent: -9000px;
	margin: 0px;
	padding: 0px;
	float: left;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #930;
	padding-bottom: 2px;
	border-bottom: 1px dotted #930;
	margin-bottom: 20px;
}

#container {
	margin: 0 auto;
	width: 760px;
	overflow: hidden;
	text-align: center;
	border-right: 1px solid #465e45;
	border-left: 1px solid #465e45;
}
#content {
	text-align: left;
	background-color: #fff;
	border-top: 20px solid #eaeaea;
	border-right: 35px solid #eaeaea;
	border-bottom: 20px solid #eaeaea;
	border-left: 35px solid #eaeaea;
	padding: 14px 35px;
	_padding: 8px 35px;
	margin: 0;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 15px 0 8px 0;
}
#content p {
	line-height: 1.5em;
	margin: 14px 0;
}
.headerImg {
	float: right;
}

/* FOOTER */

#footer {
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #285b20;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	line-height: 2em;
	font-size: 10px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {	
	text-decoration: underline;
}
.companyInfo {
	line-height: 1.25em;
	font-size: 10px;
	color: #fff;
	margin: 6px 0;
}


/* HOME PAGE */

#homeContent {
	text-align: left;
	background-color: #eaeaea;
	border: 10px solid #eaeaea;
}
#homeContent h2 {
	background-color: #fff;
	padding: 12px 4px;
	margin: 10px 9px 8px;
	text-align: center;
	border: none;
}
#productTable td {
	background-color: #fff;
	width: 25%;
	vertical-align: top;
	text-align: center;
	padding: 5px;
}
#productTable a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#productTable a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#productTable p {
	padding: 0;
	margin: 5px 0;
	line-height: 1.3em;
}
#productTable img {
	border: 1px solid #666;
	margin-top: 3px;
}
.item {
	font-weight: bold;
	color: #930;
}
.measurements {
	font-size: 10px;
	text-align: center;
	color: #666;
	line-height: 1.35em;
}


/* CATEGORY PAGES */


.productTableEv td {
	background-color: #fff;
	width: 50%;
	vertical-align: top;
	text-align: center;
	padding: 5px;
	border: 9px solid #eaeaea;
}
.productTableEv a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.productTableEv a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.productTableEv p {
	padding: 0;
	margin: 5px 0;
	line-height: 1.3em;
}
.productTableEv img {
	border: 1px solid #666;
	margin-top: 7px;
}

/* INDIVIDUAL PRODUCT PAGES */

#productContent {
	text-align: center;
	background-color: #fff;
	border-top: 20px solid #eaeaea;
	border-right: 35px solid #eaeaea;
	border-bottom: 20px solid #eaeaea;
	border-left: 35px solid #eaeaea;
	padding: 14px 35px;
	_padding: 8px 35px;
	margin: 0;
}
#productContent h2 {
	margin-bottom: 16px;
	border: none;
}
#productContent img {
	margin: 3px 4px;
}