html, body {
	margin:0;
	padding:0;
	background-color: #924c4c;
}
body{
	text-align: center;
	background-color: #ecd4d4;
	color: #444;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
br.clear {
	clear: both;
}
a.faq {
	color: #000;
}
a{
	color: #27D;
	text-decoration: none
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
.email{
	border: thin solid black;
	font-weight: bold;
}
.blankbutton{
	display: inline-block;
	width: 177px;
	border: 2px solid rgba(33, 68, 72, 0.59);
	background: #34696f;
	color: #FFF;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	 -webkit-border-radius: 50px;
	 -khtml-border-radius: 50px;
	 -moz-border-radius: 50px;
	 border-radius: 50px;
}
div.navigation a.prev {
	background-image: url(prevPageArrow.gif);
}
div.navigation a.next {
	background-image: url(nextPageArrow.gif);
}
/*
	 background: -webkit-linear-gradient(to top, #34696f, #2f5f63);
	 background: -moz-linear-gradient(to top, #34696f, #2f5f63);
	 background: -o-linear-gradient(to top, #34696f, #2f5f63);
	 background: -ms-linear-gradient(to top, #34696f, #2f5f63);
	 background: linear-gradient(to top, #34696f, #2f5f63);
	 -webkit-box-shadow: 0 8px 0 #1b383b;
	 -moz-box-shadow: 0 8px 0 #1b383b;
	 box-shadow: 0 8px 0 #1b383b;
 	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
*/
	
table.carttable {
	width: 160px;
	float: right;
}
a.cart.button {
	color: #000;
	display: inline-block;
	Font-weight: bold;
	border-width: 0px;
	background-image: url(buttons/red-cart2-small.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 55px;
	padding-bottom: 5px;
	height: 75px;
	float:left;
}
table {
	border-collapse: collapse;
	font-size: 75%; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
}
.tag {
	text-align: left;
}
td {
	vertical-align: top;
}
p, li {
	line-height: 1.2em;
}
h1, h2 {
	text-align: center;
	font-style: italic;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
	font-size: large;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
h1 {
	padding: 0;
	font-size: 2em;
	color: #333;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 1060;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	overflow:hidden;
	clear:both;
}
div#container {
	padding: 20px;
	overflow:hidden;
	clear:both;
	zoom:1;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
