@charset "UTF-8";
/* CSS Document */
body {
	font: 12px/15px helvetica, arial, sans-serif;
	background: url(../images/background.gif) repeat;
}
p,ul {
	margin: 0 0 15px;
}
#page {
	width: 700px;
	background: #e8dcd6;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 160px 10px 0 250px;
	box-shadow: 3px 3px 50px #000;
	-webkit-box-shadow: 3px 3px 50px #000;
}
#content {
	min-height: 600px;
	margin-right: 5px;	
}
h1 {
	position: absolute;
	left: 0px;
	width: 960px;
	top: 0px;
}
#footer {
	background-color: #000000;
	width: 960px;
	position: relative;
	left: -250px;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	border-top: 2px solid #FFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;

}
#navigation {
	width: 240px;
	position: absolute;
	left: 0px;
	font: 11px/15px Verdana, Geneva, sans-serif;
	color: #ffffff;
	text-transform: capitalize;
}
#menu {
	margin: 10px 10px 20px;
	padding: 10px;
	background: #807976;
	box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	z-index: 1;
}
#menu a {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#search {
	margin: 20px 10px;
	padding: 10px;
	background: #807976;
	box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
}
#search input[type=text] {
	
}
#search input[type=submit] {
	display: inline;
}
#newsletter {
	margin: 20px 10px 10px;
	padding: 10px;
	background: #807976;
	box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
}

#newsletter input[type=text] {
	
}
#newsletter input[type=submit] {
	display: inline;
}
#navigation h2 {
	border-bottom: 1px solid #fff;
	position: relative;
	top: -10px;
	right: -10px;
	left: -10px;
	width: 200px;
	height: 10px;
	padding: 10px;
	background: #6f5e5a;
}
.product-group {
	height: 160px;
	position: relative;
	margin: 10px 0 20px;
	width: 700px;
}
.product-group li {
	height: 160px;
	width: 160px;
	position: absolute;
	top: 0;
	background:#fff;
	box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	display: table;
}
.product-group li a {
	display: table-cell;
	vertical-align: middle;
}
.product-group li img {
	display:block;
	margin: auto;
}
.box1 {
	left: 0;
}
.box2 {
	left: 180px;
}
.box3 {
	left: 360px;
}
.box0 { /* 4 mod 4 is 0 */
	left: 540px;
}
#formholder {
	display: none;
}
#fancy_ajax #product-image {
	margin: 1em 0;
}
#fancy_ajax #more-information {
	margin-top: 1em;
}
.linkholder {
	margin: 0,0,0,50px;
	width: 450px;
	padding-bottom: 10px;
	padding-left: 50px;
	
}
.linkheader {
	text-transform: none;
	font-weight: bold;
	color: black;
	padding-bottom: 10px;
}
.addresslink {
	text-decoration: none;
	color: #6f5e5a
}
.addresslink:hover {
	color:#000
}
#imageholder {
	height: 350px;
	width: 200px;
	float: right;
	margin: 10px;
	background-color: #CCC;
	
}
#overlay{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/overlay.png);
	display: table;
}
#overlay-inner{
	display: table-cell;
	vertical-align: middle;
}
#product-view{
	position: relative;
	height: 600px;
	width: 420px;
	margin: auto;
	background: #fff;
	border: 1px solid #000;
	padding: 10px;
	-webkit-box-shadow: 3px 3px 3px #000;
}
#closebox {
	position: absolute;
	right: -13px;
	top: -13px;
}
div#product-holder{
	text-align: center;
}
div#content div#product-holder{
	margin: 10px 0 0;
	padding: 0 139px;
}
div#product-image {
	height: 420px;
	width: 420px;
	border: 1px solid black;
	background: #ddd;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
div#product-image img{
	display: block;
	
	margin: 0 auto;
}
div#product-holder h2 {
	margin: 10px 0;
}
.rightimage {
	height: 391px;
	width: 294px;
	float: right;
	padding-left: 10px;
	padding-right: 0px;
	
}
.rightimagelandscape {
	height: 294px;
	width: 391px;
	float: right;
	padding-left: 10px;
	padding-right: 0px;
}
.address {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 20px;
}
#pushed {
	margin-top: 100px;
}
