html, body {
  height: 100%; /* Required */
  margin:0;
  padding:0;
}

body {
	background-color: #ffffff;
	font: 12px helvetica,arial,sans-serif;
}

h1 {
	padding: 0px 0px 10px 0px;
	font: 18px helvetica,arial,sans-serif;
	color:#E31937;
}

h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: 16px helvetica,arial,sans-serif;
	color:#000000;
}

p {
	padding: 0px 0px 0px 0px;
	font: 12px helvetica,arial,sans-serif;
	color:#333333;
	line-height: 13pt;
}

table {
	padding: 0px 0px 0px 0px;
	font: 12px helvetica,arial,sans-serif;
	color:#333333;
	line-height: 13pt;
	
}

table td { vertical-align: top }

li {
	line-height: 12pt;
	color:#333333;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

#header {
	height: 166px;
	background: url('images/header_new.gif') no-repeat;
	font: 12px helvetica,arial,sans-serif;
}

#header a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold
}

#header a:hover {
	color: #E31937;
	font-weight: bold
}

#container-page {
  margin: 0 auto;
  width: 975px;
  background-image: url('images/vine_new_new.gif');
  background-repeat: repeat-y;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-content {
  padding: 0px 0px 200px 0px;
}

#container-content-about {
  padding: 0px 0px 290px 0px;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#container-content-about:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#right_menu {
	position: absolute;
	left: 766px;
	top: 170px;
	width: 180px;
	height: 272px;
	padding: 0;
	/*background: url('images/news_back_new.gif') no-repeat;*/
}

#right_menu p {
	margin: 6px 0px 5px 0px;
}

#container-foot {
  width: 100%;
  background: url('images/footer_new.gif') no-repeat;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 152px;
}

#container-foot a {
	color: #fff;
	text-decoration: none;
	border: 0;
}

#container-foot p {
	position: absolute;
	left: 0;
	bottom: 34px;
	width: 975px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: right;
	font: 11px helvetica,arial,sans-serif;
}

#container-foot-about {
  width: 100%;
  background: url('images/footer_about_new.gif') no-repeat;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 270px;
}

#container-foot-about a {
	color: #fff;
	text-decoration: none;
	border: 0;
}

#container-foot-about p {
	position: absolute;
	left: 0;
	bottom: 34px;
	width: 975px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: right;
	font: 11px helvetica,arial,sans-serif;
}

/* Popup Menus */

#menu {
width: 100%;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
float: left;
}

#menu ul li ul li {
font: 11px helvetica,arial,sans-serif;
font-weight: normal;
padding: 4px 0px 0px 0px;
}

#menu a, #menu h2 {
display: block;
margin: 0;
padding: 0px 8px 0px 8px;
}

#menu a {
color: #666666;
text-decoration: none;
}

#menu a:hover {
color: #E31937;
}

#menu li {position: relative;}

#menu ul ul {
background-color:#d2e7b4;
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}