/*HOME*/


.content_home_1 {
	position: relative;
	padding: 35px;
	padding-top: 10px;
}

.content_home_2 {
	position: relative;
	padding: 35px;
}

.images_home {
	background-color: #c1bbb9;
	padding: 16px 0;
}

		.images_home img {
			position: relative;
			margin-left: 16px;
			float: left;
		}



/*WINES*/

.title_wines {
	position: relative;
	width: 275px;
	height: 43px;
	margin: 30px 0px 30px 292px;
}

.content_wines_1 {	
	position: relative;
	padding: 35px;
	line-height: 130%;
}

.item_wines {
	position: relative;
	margin: 0px 0px 17px 35px;
}

.item_wines_img {
	position: relative;
	width: 93px;
	height: 218px;
	float: left;
	margin-bottom: 10px;
}

.item_wines_content {
	position: relative;
	padding: 25px;
	height: 168px;
	width: 630px;
	float: left;
	color: white;
	background-color: #808080;
	background-color: #aca29f;
	margin-bottom: 10px;
}
	
		.item_wines_content div {
			position: relative;
			height: 90px;
			width: 613px;
			overflow-x: hidden;
			overflow-y: auto;
		}
		
		.item_wines_content h2 {
			position: absolute;
			bottom: 25px;
			left: 25px;
		}

.item_wines a:link, .item_wines a:visited, .item_wines a:active, .item_wines a:focus {
	color: #d9c5b0;
}

.item_wines a:hover {
	color: #000000;
}

/*INFO*/

.title_info {
	position: relative;
	width: 793px;
	height: 53px;
	margin: 30px 0px 30px 35px;	
}

.images_info {
	position: relative;
	float: left;
}

.content_info {
	position: relative;
	padding: 15px;
}

.images_info {
	position: relative;
	float: left;
	width: 212px;
	height: 829px;
	margin-right: 15px;
}

/*CHAMPAGNES*/

.content_champagnes_1 {
	position: relative;
	width: 793px;
	height: 216px;
	background-color: #f4f0eb;
	background-color: #808080;
	margin-left: 31px;
}

.content_champagnes_1_text {
	position: relative;
	float: left;
	padding: 20px;
	width: 581px;
}

.content_champagnes_1_img {
	position: relative;
	float: right;
}

.content_champagnes_2 {
	position: relative;
	width: 793px;
	margin-left: 31px;
	
}

.content_champagnes_2_img {
	position: relative;
	float: right;
}

/*ORDERS*/

.content_orders_1 {
	width: 400px;
	margin: 0 auto;
}

		.order_details {
			 border-collapse: collapse;
			 border: solid 1px #999999;
			 margin: 10px 0px 50px 0px;
		}
		
		.order_details tr {
		}
		
		.order_details th {
			padding: 5px;
			border: solid 1px #CCCCCC;
			background-color: #CCCCCC;
			font-size: 16px;
		}
		
		.order_details td {
			border: solid 1px #CCCCCC;
			padding: 5px;
			background-color: #E6E6E6;
		}

		.order_details input.quantity {
			width: 50px;
			text-align: right;
		}

		.order_details input.order_button input {
			width: auto;
		}

.contact_details {

}
		
		.contact_details {
			 border-collapse: collapse;
			 border: solid 1px #999999;
			 margin: 50px 0px 0px 0px;
		}
		
		.contact_details tr {
		}
		
		.contact_details td {
			border: solid 1px #CCCCCC;		
			padding: 5px;
			background-color: #E6E6E6;
		}
		
		.contact_details input, .contact_details textarea {
			width: 100%;
		}

		
/*CONTACT*/

.content_contacts_1 {
	position: relative;
	width: 300px;
	margin: 50px 0px 50px 277px ;
}

.content_contacts_1 td {
	padding: 6px;
	border-bottom: dashed 1px #666666;
}

/*CONFIRMATION*/

.confirmation_message {
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
	text-align: center;
}

