/* ------------------------------Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	font-size: 100.1%; /* IE hack */
	line-height: 100%;
}
body {
	font-size: .75em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ------------------------------Structure - Global*/
a {
	color: #28281C;
	text-decoration: underline;
}
a:visited {
	color: #454531;
}
a:hover {
	color: #000;
	background-color:#b6b09e;
}
a:focus {
	text-decoration: underline;
}
a:active {
	color: #cd1d00;
}
body {
	background: url(../_cssimages/bottle.jpg) no-repeat scroll 250px top;
}/* changes each page - place in each document */
html {background: #EDE9E8 url(../_cssimages/left_bar.gif) repeat-y left top;
}
p {
	color: #000;
	line-height: 150%;
	text-align: left;
	padding: 0 0 1em 0;
}
li {
	line-height: 150%;
}
/*div {
	border: 1px solid #000000;
}*/
/* ------------------------------Structure - Sticky Footer*/
* {
	margin: 0;
}
html, body {
	/*height:100%;*/ /*scroll isue */
}
/* ------------------------------Structure - Wrapper */
#wrapper {
	height:100%; /* need this to push background image down - creates problem with footer IE7*/
	width: 900px;
}
/* ------------------------------Structure - container */
#container{
	float:right;
	width: 634px;
	padding: 15px 0 50px 0;
}
/* ------------------------------Structure - content */
#content{
	width: 275px;
	padding: 50px 0 0 0;
}
#content2{
	width: 550px;
	padding: 10px 0 0 0;
}
#content h1{
	color: #6c1406;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 135%;
}
#content h2{
	color: #6c1406;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 135%;
}
#content h3{
	color: #6c1406;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 135%;
}
/* ------------------------------Structure - Side Bar */
#side{
	float:left;
	width: 238px;
	padding: 55px 0 0;
	height: 700px;
}
/* ------------------------------Navigation */
#nav {
}
#nav a{
	color: #6c1406;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 180%;
}
#nav a:visited {
	color: #510c01;
}
#nav a:hover {
	color: #575546;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
}
#nav a:focus {
	color: #575546;
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
}
#nav a:active {
	color: #cd1d00;
	font-weight: bold;
	letter-spacing: .2em;
}
/* ------------------------------Structure - Footer */
#footer{
	height: 1.5em;
	padding: 0 0 50px 265px;
	clear:both;
}
#footer ul li{
	display: inline;
	color: #a19c8b;
	line-height: 120%;	
}
#footer a{
	color: #575546;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
}
#footer a:visited {
}
#footer a:hover {
	color: #000;
}
#footer a:focus {
	color: #000;
}
#footer a:active {
	color: #cd1d00;
}
/* ------------------------------links - hidden div */
#links {
	display: inline;
}