/* Yahoo's CSS Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td 
{ 
	margin: 0;
	padding: 0;
}
	
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img 
{ 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var 
{
	font-style: normal;
	font-weight: normal;
}

ol, ul 
{
	list-style: none;
}

caption, th 
{
	text-align: left;
}

h1, h2, h3, h4, h5, h6 
{
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after 
{
	content: '';
}

abbr, acronym 
{ 
	border: 0;
}

/* Begin my style */

label,input {
	display: block;
/*	width: 300px;  */
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 200px;
	padding-right: 20px;
	text-align: right;
}

br
{
	clear: left;
}

a:link
{
	font-size: 11px;
	color: #666;
}

a:visited
{
	font-size: 11px;
	color: #666;
}

a:active
{
	font-size: 11px;
	color: #666;
}

a:hover
{
	font-size: 11px;
	color: #fff;
}

body
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2c1215;
	background-image: url("../images/page_bg.jpg");
	background-repeat: repeat-x;
	align: center;
}

h1
{
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #660000;
}

h2
{
	color: #660000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b11722;
	margin-bottom: 20px;
}

hr
{
	height: 1px;
}


li
{
	margin-left: 25px;
	margin-bottom: 10px;
	list-style-type: square;
	font-size: 11px;
	color: #660000;
}


p
{
	margin-bottom: 10px;
}

select
{
	width: 300px;
	margin-bottom: 10px;
}

textarea
{
	width: 300px;
	height: 125px;
}

/* ID's */

#bottles_img
{
	position: relative;
	top: -175px;
	left: 25px;
}

#bottomlinks
{
	text-align: center;
}

#box_blue
{
	width: 600px;
	color: #fff;
	background-color: #cde3f6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#box_yellow
{
	width: 600px;
	color: #fff;
	background-color: #ffffcc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#box_blue li
{
	font-size: 15px;
	list-style: none;
	margin-left: 30px;
	padding-bottom: 10px;
}

#box_yellow li
{
	font-size: 15px;
	list-style: none;

}

#box_blue ul
{
	margin-top: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 25px;
	
}

#box_yellow ul
{
	margin-top: -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 25px;
	
}

#box_top_blue
{
	background: url("../images/top_right_blue.gif") no-repeat top right;
}

#box_top_yellow
{
	background: url("../images/top_right_yellow.gif") no-repeat top right;
}

#box_bottom_blue
{
	background: url("../images/bottom_right_blue.gif") no-repeat top right;
}

#box_bottom_yellow
{
	background: url("../images/bottom_right_yellow.gif") no-repeat top right;
}

#contact_form
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#contact_form p
{
	margin-left: 220px;
}

#culture
{
	position: relative;
	top: -125px;
}

#left_col
{
	float: left;
}

#middle_col
{
	margin-left: 225px;
}

#list_float_left
{
	width: 250px;
	float: left;
}

#list_float_left li
{
	list-style: none;
	margin-left: 30px;
}

#list_float_right
{
	margin-left: 255px;
}

#list_float_right li
{
	list-style: none;
}

#main
{
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
}

#language-banner
{
	margin: 0px;
	width: 786px;
	height: 30px;
	padding-top: 7px;
	padding-left: 636px;
}

#main-main
{
	background-color: #c2c0c0;
	width: 786px;
}

#main_content
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#main_content h1
{
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #660000;
}

#main_content_image
{
	float: left;
	margin-top: -8px;
	margin-right: 10px;
}

#main_content_text
{
	margin-left: 225px;
	margin-right: 20px;
}

#main_footer
{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 29px;
	text-align: center;
}

#main_footer img
{
	padding-left: 15px;
	padding-right: 15px;
}

#main_footer p
{
	padding: 0px;
	margin: 0px;
	padding-top: 12px;
}

#main_nav
{
	background-image: url(../images/header.jpg);
	height: 135px;
	width: 100%;
	background-color: #600001;
	margin-bottom: 20px;
}

#main_nav a
{
	text-decoration: none;
	color: #be9ea1;
}

#main_nav li
{
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	margin-left: 30px;
	text-transform: uppercase;
	color: #be9ea1;
	font-weight: bold;
}

#main_nav ul
{
	padding-top: 9px;	
}

#main_nav li.first
{
	display: inline;
	margin-left: 45px;
}

#main_nav li.last
{
	display: inline;
	margin-left: 337px;
}

#main_nav_text
{
	position: relative;
	top: 59px;
	left: 165px;
	color: #CCCCCC;
}

#main_nav_text p
{
	line-height: 10px;
}


/* CLASSES */

.blue_box
{
	color: #660000;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	padding-bottom: 10px;
}

.caps
{
	text-transform: uppercase;
	color: #BE969E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.center
{
	text-align: center;
}

.corner
{
	width: 33px;
	height: 33px;
	display: block !important;
}

.culture
{
	margin-top: 20px;
}

.move
{
	position: relative;
	top: -100px;
}

.padding_top
{
	padding-top: 10px;
}

.radio
{
	width: 40px;
	margin-left: 207px;
	_margin-left: 105px;
}

.rule
{
	margin-bottom: 20px;
}

.service_blue
{
}

.service_yellow
{
}

.standard
{
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.submit
{
	width: auto;
	margin-left: 220px;
	margin-top: 20px;
}


