@charset "utf-8";

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #495D67;
	margin-bottom: 20px;
	margin-top: 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #495D67;
	margin-top: 25px;
	margin-bottom: 15px;
	clear: both;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #475a66;
	margin-top: 35px;
	margin-bottom: 0px;
	clear: both;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #475a66;
	margin-top: 25px;
	margin-bottom: 0px;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #495D67;
}
img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-color: #495D67;
	border-width: 1px;
	border-style: solid;
}
td {
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 9px;
	background-color: #f3fbff;
}


.contactus {
	border-style: none;
	border-width: 0px;
}
.contactus td {
	border-style: none;
	border-width: 0px;
	padding: 6px;
	background-color: #FFFFFF;
}

.right {
	border: 1px solid #DDDDDD;
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
}
.left {
	border: 0px solid #DDDDDD;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.redbold {
	font-size: 15px;
	font-weight: bold;
	color: red;
}
.wine {
	color: #666666;
	font-size: 10px;
	margin: 4px 0 4px 0;
}


body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #EEEEEE;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.container {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}


/* header */
.header {
	margin: 0px;
	padding: 0px;
	height: 103px;
	width: 970px;
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.header img {
	border: 0px;
}



/* navigation, left side */
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 190px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 20px;
	clear: both;
	position: relative;
}
.navigation a:link, .navigation a:visited {
	text-decoration: none;
	color: #8F7F74;
}
.navigation a:hover, .navigation a:visited:hover  {
	color: #495D67;
}
.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 170px;
}
.navigation li {
	position: relative;
	text-align: left;
	cursor: default;
	background-color: #FFFFFF;
	background: url(img/navicon.gif) no-repeat 0px 50%;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 40px;
	margin: 0;
}
.navigation li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 165px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0;
	width: 170px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}
.navigation li li {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 7px;
	margin: 0px;
}
.navigation li li a {
	font-weight: normal;
	color: #8F7F74;
}
.navigation li li a:hover {

}
.navigation li:hover ul, .navigation li.over ul {
	display: block;
}


.content {
	width: 690px;
	margin: 0px;
	height: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-left: 30px;
	min-height: 400px;
	height:auto !important;
	height:400px;
	background-color:#FFFFFF;
}
.content p {
	text-align: justify;
	margin-top: 12px;
	margin-bottom: 12px;
}
.content ul {
	list-style: none;
	margin-left: 15px;
}
.content li {
	padding: 8px 0 7px 22px;
	background: url(img/bullet.gif) no-repeat 0px 9px;
}
.content form input[type=text] {
	width: 200px;
}


/* footer */
.footer {
	clear: both;
	width: 940px;
	height: 19px;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.footerleft {
	float:left;
	width:500px;
}
.footerleft a:link, .footerleft a:visited {
	color: #999999;
}
.footerleft a:hover, .footerleft a:visited:hover {
	color: #495D67;
}

.footerright {
	float:right;
	width:250px;
	text-align:right;
}
.footerright a:link, .footerright a:visited {
	color: #999999;
}
.footerright a:hover, .footerright a:visited:hover {
	color: #495D67;
}