﻿div#global {
	margin: 0pt auto;
	position: relative;
	width: 975px;
}

div#header {
	height: 108px;
}

/* Logo */
div#logo {
	background-image: url(../Images/logo.gif);
	float: left;
	height: 108px;
	width: 210px;
}

div#logo div#link {
	cursor: pointer;
	height: 87px;
	left: 8px;
	position: relative;
	top: 18px;
	width: 192px;
}

/* Top */
div#top {
	background-image: url(../Images/bgTopNav.gif);
	background-repeat: no-repeat;
	float: left;
	height: 108px;
	width: 765px;
}

div#top div#creditcards {
	float: right;
}

div#top div#menu {
	clear: both;
	padding-left: 30px;
	padding-top: 45px;
}

div#top div#menu div.item {
	border-right: 1px solid #A78C60;
	float: left;
	height: 25px;
	padding: 0px 10px 0px 10px;
}

div#top div#menu div.first {
	padding-left: 0px;
}

div#top div#menu div.last {
	border-right: none;
}

div#top div#menu div.item a {
	color: #774E0E;
	display: block;
	font-size: 13px;
	margin-top: 4px;
	text-decoration: none;
}

div#top div#menu div.item a:hover {
	color: Black;
	text-decoration: underline;
}

/* Main */
div#main {
   position: relative;
}

/* Left menu */
div#main div#menu-container {
	background-image: url(../Images/bgLeftNav.gif);
	background-repeat: no-repeat;
	padding-bottom: 50px;
	float: left;
	width: 210px;
}

div#main div#menu-container div.menu {
	padding: 30px 10px 0px 20px;
}

/* Content */
div#main div#content-container {
	float: left;
	padding-bottom: 50px;
	width: 571px;
}

div#main div#content-container div.title {
	background-image: url(../Images/ptBlank.gif);
	height: 55px;
}

div#main div#content-container div.title div.tip {
	float: right;
	font-size: 11px;
	padding: 32px 18px 0px 0px;
}

div#main div#content-container div.title div.tip a {
	background-image: url(../Images/tipFriend.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #774E0E;
	padding-bottom: 3px;
	padding-left: 19px;
}

div#main div#content-container div.title h1 {
	color: #836E4B;
	font-size: 2em;
	padding: 14pt 0pt 0pt 15pt;
}
div#main div#content-container div.title h1 b {
	font-weight: normal;
}

div#main div#content-container div.content-area {
	background-image: url(../Images/bgContent.gif);
	float: left;
	min-height: 900px;
	width: 571px;
}

div#main div#content-container div.content-area div.content-pad {
	padding: 0px 8px;
}

div#main div#content-container div.content-area div.content-pad h3 {
	display: inline;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

div#main div#content-container div#footer {
	background-image: url(../Images/bgFooter.gif);
	background-repeat: no-repeat;
	float: left;
	height: 65px;
	width: 571px;
}

div#main div#content-container div#subfooter {
	float: left;
	font-size: 11px;
	text-align: center;
	width: 571px;
}

/* Right column */
div#main div#right {
	float: left;
	/*margin-left: 4px;*/
	width: 189px;
	position: absolute;
	right: 0;
}

/* Reviews */
div.review {
	padding-left: 7px;
	padding-top: 15px;
}

div.review div.comment {
	margin: -10px 13px 0px 3px;
	padding: 18px 15px 15px;
	background-image: url(../images/reviewBg.png);
	background-position: left bottom;
	font-style: normal;
	font-size: 12px;
	color: rgb(128, 128, 128);
	text-align: center;
}

div.review div.comment div.author {
	padding-top: 5px;
	text-align: right;
}

