@charset "UTF-8";

/* basic styles for text, lists, tables */

* { margin:0; padding: 0; }
body {
	background-color:#f7f5f1; 
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	text-align: left;
	font-family:Lucida Sans, Lucida Grande, Arial, sans-serif;
	color:#341a22;
	font-size:62.5%; /* Resets 1em to 10px */ 
}
h2,h4,h5,h6 { 
	font-weight:normal; 
	margin: 25px 0 15px 0; 
}
h1 { 
	font-size: 2.4em; 
	color:#19abd0; 
	text-transform:uppercase; 
	margin:0; 
	font-weight:normal; 
}  /* 24px */
h1 a{ 
	font-size: 1em; 
	color:#19abd0; 
	text-transform:uppercase; 
	margin:0; 
	font-weight:normal;
	text-decoration:underline;  
}
h2 { 
	font-size: 1em; 
	color:#721231; 
	text-transform:uppercase;  
	font-weight:bold;
	margin:0 0 0.5em 0;
}  /* 20px */
h3 { 
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight:bold; 
	margin:0;
	padding:0;
}  /* 18px */
h4 { 
	font-size: 1.6em 
}  /* 16px */
h5 { 
	font-size: 1.4em 
}  /* 14px */
h6 { 
	font-size: 1.4em; 
	font-style:italic 
} /* 14px */
li { 
	height: 1.6em
}  
a {
	font-size: 1em;
	color: #741233; 
	text-decoration:underline;
}
a:focus,
a:hover,
a:active {
	text-decoration:underline;
	color: #f84e5a;
}
p { 
	font-size: 1.4em;
	line-height: 1.3em; 
	margin: 0 0 1em 0; }
p a {
	font-size: 1em ;
}
object, embed {
	margin-bottom:5px;
	float:left;
}
table { 
	width: auto; 
	border-collapse:collapse; 
	margin-bottom: 0.5em; 
}
table.full { 
	width: 100%; 
}
table.fixed { 
	table-layout:fixed 
}
th,td { 
	padding: 0.5em; 
}
thead th { 
	background: #444; 
	color: #fff 
}
tbody th { 
	background: #ccc; 
	color: #333 
}
tbody th.sub { 
	background: #ddd; 
	color: #333 
}

/* general styles */
.open {
	font-size:2.5em;
	line-height:1.5em;
	position:relative;
	//top:250px;
	top:230px;
	left:48px;
}
#footer .address {
	float:left;
	font-size: 1.2em;
}
#footer .design {
	float:right;
	font-size: 1.1em;
}
.clear {
	content: ".";
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	visibility: hidden;
}
.hidden {
  display:none !important;
}
.wrong {
  background-color: #c00;
}
.ok {
  background-color: #0f0;
} 

/* specific styles */

/* layout */

#page{  }
#header_container {
	height:138px;  
}
#header {
	width:890px;
	margin: 0 auto; 
	position:relative;
}
#claim {  
	position:absolute;
	top:0px;
	right:70px;
	text-align: right;
} 
#menu {
	height:25px;
	width:750px;
	margin: 0 auto; 
	padding-top:5px;
}
#menu a {
	color:#cdc4b8;
	font-size:18px;
	text-decoration:none;
	text-transform: uppercase;	
	padding:0px 25px 0 44px;
}
#active {
	color:#e17488;
	font-size:18px;
	text-decoration:none;
	text-transform: uppercase;	
	padding:0px 25px 0 44px;
}
#menu a:hover {
	color:#e17488;
}
a img {
	border:0;
}

#main_container { 
}
#main {   
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	width:758px;
	margin: 0px auto 0 auto;
	overflow:hidden;
}
#footer_container {
	clear:both;
	margin-bottom:10px;
}
#footer {     	
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	padding:10px 0 8px 0;  
	color: #8a5d69; 
	width:758px;
}

/* content */
#front_top {
	height:17px;
	width:758px;
	clear:both;
}
#front { 
	background-image:url(../images/front.jpg);
	background-repeat:no-repeat;
	width: 750px; 
	height:376px;
	margin-left:4px;
	position:relative; 
}
#content_top {
	height:17px;
	width:758px;
}
#content {
	margin:0 30px 10px 30px;
	font-size:1.2em;
}
#contact_top {
	height:17px;
	width:758px;
	clear:both;
}
#contact { 
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	width: 750px; 
	height:376px;
	margin-left:4px;
	position:relative; 
	font-size:1.2em;
}
.contact_info {
	float:left;
	width:300px;	
	position:relative;
	top:238px;
	left:48px;
}

.wine {
	padding: 20px 0 10px 0;
	border-bottom:dotted;
	border-color:#d5cec6;
	border-bottom-width:1px;
	overflow:hidden;
}
.title {
	float:left;
	width:570px;
}
.description {
	line-height:1.4em;
}

.amount {
	float:left;
	width:30px;
}
.price {
	float:right;
	width:70px;
}
.summit {
	float:left;
	width:600px;
}

#footer a {
	font-size: 1em; 
	color: #741233; 
	background:transparent; 
	text-decoration:underline;
}
#footer a:focus,
#footer a:hover,
#footer a:active {
	color: #8a5d69; 
	background-color: transparent; 
	text-decoration:underline;
}

/*form*/
	.form {
		margin-top:30px;
	}
	div.clearer {
	  clear:both;
	  font-size:1px;
	  line-height:1px;
	  display:block;
	  height:1px;
	}
	.form-button {
	font-size:1.2em;
	margin-left:91px !important;
	margin-left:45px; /*to fix IE6 position*/
	width:80px;
	border: 1px solid #721231;
	color:#ebe6d5;
	clear:both;
	background-color: #64102B;
	}
	.option {
	  border:none;
	  background:none;
	  width:auto;
	}
	fieldset {
	  border:none;
	  display:block;
	  clear:both;
	}
	fieldset input {
	  width:auto;
	  border:none;
	  background:none;
	  float:left;
	  display:block;
	  margin-right:4px;
	  margin-top:3px !important;
	  margin-top:0px; /*to fix IE6 position*/
	}
	fieldset label {
	  width:auto;
	  clear:none;
	  float:left;
	  display:block;
	  padding-right:10px;
	  white-space:nowrap; /*to fix IE6 wrapping*/
	}
	label {
	  float:left;
	  clear:both;
	  display:block;
	  width:90px;
	  margin-bottom:10px;
	  padding-left:1px;
	}
	input, textarea {
	  float:left;
	  display:block;
	  width:220px;
	  border: 1px solid #cec4b6;
	  margin-bottom:8px;
	  padding:2px;
	}
	select {
	  float:left;
	  display:block;
	  width:300px;
	  border: 1px solid #cec4b6;
	  margin-bottom:8px;
	  padding:2px;
		margin-right:20px;
	}
	.amount label {
	  float:left;
	  clear:both;
	  display:block;
	  margin-bottom:10px;
	  padding-left:1px;
	}
	.amount input, textarea, select {
	  float:left;
	  display:block;
	  border: 1px solid #cec4b6;
	  margin-bottom:8px;
	  padding:2px;
	}
	
	.delivery {
	font-size:0.92em;
		 margin:20px 0
	}