body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #1F2B2E;
	background-color: #1F2B2E;
	padding: 35px 0px;
	margin: 0px;
}

a {
	color: #1F2B2E;
	text-decoration: none;
}

a.menulink {
	display: block;
	font-size: 10px;
	padding: 6px 5px 4px 5px;
}

a.active {
	font-weight: bold;
	display: block;
	background-color: #B2BA72;
}

img {
	border: none;
}

hr {
	border-top: 1px solid #1F2B2E;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-left: 22px;
	text-align: left;
}

.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}
/** LAYOUT **/

#container {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: white;
}

.content {
	position: relative;
	width: 1000px;
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(siteImages/bottles.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#leftnav {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 136px;
	height: 100%;
	border-right: 1px solid #1F2B2E;
}

/** ELEMENTS **/

#logo {
	position: absolute;
	top: 37px;
	left: 115px;
	width: 104px;
	height: 88px;
	background-image: url(siteImages/logo.gif);
}

#headbar {
	position: absolute;
	top: 155px;
	left: 0px;
	width: 1000px;
	height: 16px;
	background-color: #495357;
	border-top: 1px solid #1F2B2E;
	border-bottom: 1px solid #1F2B2E;
}

#headbar p {
	font-size: 10px;
	color: white;
	letter-spacing: 3px;
	margin-left: 160px;
	text-align: left;
	padding: 0px;
	margin-top: 2px;
}

#menubuttons {
	margin-left: 0px;
	margin-top: 47px;
}

#menubuttons li {
	display: block;
	list-style-type: none;
	background-color: #DCDFC0;
	border: 1px solid #1F2B2E;
	width: 137px;
	height: 22px;
	text-align: right;
	margin-top: -1px;
	margin-left: -42px;
	letter-spacing: 1px;
}

#menubuttons li.active {
	font-size: 10px;
	font-weight: bold;
	background-color: #B2BA72;
	width: 127px;
	height: 12px;
	padding: 6px 5px 4px 5px;
}

#menubuttons li:hover {
	background-color: #B2BA72;
	font-weight: bold;
}

#logos {
	position: absolute;
	top: 500px;
	left: 762px;
	width: 207px;
	height: 52px;
}

#logos p {
	font-size: 10px;
	letter-spacing: 2px;
	text-align: left;
	margin-top: 2px;
	margin-left: -12px;
}

#logo-woot {
	position: absolute;
	top: 20px;
	left: -20px;
	width: 101px;
	height: 23px;
}

#logo-rue {
	position: absolute;
	top: 20px;
	left: 105px;
	width: 74px;
	height: 34px;
}

#footer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 20px;
}

#footer p {
	color: white;
	letter-spacing: 1px;
	margin-left: 160px;
	text-align: left;
	padding: 0px;
	margin-top: 8px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#navbar {
	position: absolute;
	font-size: 10px;
	top: 173px;
	left: 137px;
	width: 863px;
	height: 21px;
	background-color: #B2BA72;
	border-bottom: 1px solid #1F2B2E;
}

#navbar p {
	text-align: left;
	margin: 5px 22px;
	letter-spacing: 1px;
}

#navbar a:hover {
	font-weight: bold;
}

.active {
	font-weight: bold;
}

#newslink {
	position: absolute;
	top: 445px;
	left: 71px;
	width: 127px;
	height: 67px;
	border: 1px solid #1F2B2E;
}

.lgcontent {
	position: absolute;
	top: 195px;
	left: 137px;
	width: 830px;
	height: 400px;
}

.lgcontent p {
	padding: 18px 22px;
	text-align: left;
	margin: 0px;
	line-height: 16px;
}

.lgcontent img {
	float: left;
	margin-right: 10px;
	border: 1px solid #1F2B2E;
}

.lgcontent ul {
	text-align: left;
	line-height: 15px;
	padding-top: 0px;
}

.lgcontent .posttitle {
	margin-top: 0px;
	padding-top: 1px;
	padding-left: 22px;
}

.lgcontent .postbody {
	margin-top: -10px;
	margin-left: 22px;
	padding-top: 1px;
	padding-left: 18px;
}

.cLink {
	font-weight: bold;
}

.cLink:hover {
	text-decoration: underline;
}

iframe {
	top: -60px;
	left: -15px;
}

/** SERVICES **/

#email {
	text-decoration: underline;
}

/** CONTACT **/

.req {
	color: red;
}

