@charset "utf-8";
/* CSS Document */

html, body, p, h3, small {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #693b2f;
}

.hidden {
	display: none;
}

A:ACTIVE {
	color: white;
	text-decoration: none;
}

A:LINK {
	color: white;
	text-decoration: underline;
}

A:VISITED {
	color: white;
	text-decoration: underline;
}

A:HOVER {
	color: yellow;
	text-decoration: none;
}

#footer_container a:ACTIVE {
	color: black;
	text-decoration: none;
}

#footer_container a:LINK {
	color: black;
	text-decoration: none;
}

#footer_container a:VISITED {
	color: black;
	text-decoration: none;
}

#footer_container a:HOVER {
	color: maroon;
	text-decoration: underline;
}

#box1 a:ACTIVE {
	color: black;
	text-decoration: none;
}

#box1 a:LINK {
	color: black;
	text-decoration: none;
}

#box1 a:VISITED {
	color: black;
	text-decoration: none;
}

#box1 a:HOVER {
	color: maroon;
	text-decoration: underline;
}

#box2 a:ACTIVE {
	color: black;
	text-decoration: none;
}

#box2 a:LINK {
	color: black;
	text-decoration: none;
}

#box2 a:VISITED {
	color: black;
	text-decoration: none;
}

#box2 a:HOVER {
	color: maroon;
	text-decoration: underline;
}

#box3 a:ACTIVE {
	color: black;
	text-decoration: none;
}

#box3 a:LINK {
	color: black;
	text-decoration: none;
}

#box3 a:VISITED {
	color: black;
	text-decoration: none;
}

#box3 a:HOVER {
	color: maroon;
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 19px;
	padding-right: 0px;
}

.small {
	font-size: 9px;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#page-container {
	width: 800px;
	margin: auto;
}

#twitterfeed_container {
	height: 50px;
	background: #693b2f;
	overflow: hidden;
}

#twitterlogo {
	margin: 6px 0px 0px 10px;
	width: 32px;
	float: left;
}

#twitterfeed {
	width: 750px;
	float: right;
}

#titlenavigation_container {
	height: 73px;
	background: #693b2f;
}

#title {
	height: 73px;
	float: left;
	width: 390px;
	line-height: 18px;
	background-image: url(../image/logo.gif);
}
#navigation {
	float: right;
	padding: 0 0 0 0;
	font: 9pt Verdana;
	color: silver;
	width: 400px;
}

#nav {
	width: 100%;
	float: none;
	margin: 0 0 0 2;
	padding: 0;
	list-style: none;
	background-color: transparent;
}
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 6px 6px;
	text-decoration: none;
	font-weight: bold;
	color: silver;
}
#nav li a:hover {
	color: white;
	background-color: black;
}

#contact_container {
	font: 9pt Verdana;
	height: 20px;
	color: silver;
	background: transparent;
	margin: 3px 0px 0px 12px;
}

#footer_container {
	font: 9pt Verdana;
	padding: 5px;
	color: black;
	height: 150px;
	background: grey url(../image/bottles.jpg);
	overflow: hidden;
}

#copyright_container {
	height: 20px;
	background: grey url(../image/copyright.jpg);
	padding: 5px;
	font: 9pt Verdana;
	color: white;
}

#sidebar-a {
	float: right;
	width: 280px;
	line-height: 18px;
	padding: 25px;
}

#content {
	margin-right: 280px;
	line-height: 18px;
	padding: 25px;
}

#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
}





