@charset "utf-8";
* {
  	margin: 0;
  	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
	background-color: #CCCCCC;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #983466;
}
#top_left {
	float: left;
	width: 260px;
}

#sanglier_logo {
	float: left;
	width: 540px;
}
#top_nav {
	background-color: #A2B027;
	height: 19px;
	float: left;
	width: 540px;
	text-align: left;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 100%;
}
#top_nav  a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 0px;
}
#top_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



#left_column {
	width: 200px;
	background-image: url(images/grapes_bottom.jpg);
	float: left;
	background-repeat: no-repeat;
}
#content {
	width: 547px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A2B027;
	float: left;
	margin-top: 25px;
	margin-bottom: 15px;
}
#footer {
	width: 800px;
	background-color: #983466;
	height: 15px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #A2B027;
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	/*clear: both; */
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.offers_left_header {
	color: #FFFFFF;
	background-color: #D02415;
	width: 160px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #ED5649;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.offers_left_box {
	background-color: #E6EEF7;
	border: 1px solid #CCCCCC;
	width: 160px;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	text-align: center;
	color: #666666;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
h1 {
	font-size: 160%;
	font-weight: normal;
	color: #616916;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #993366;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #D02415;
}
a {
	color: #983466;
	text-decoration: underline;
}
.customer_name {
	font-weight: bold;
	text-align: right;
}
.image_border {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}
.buy_text_small {
	font-size: 90%;
}
p {
	color: #515151;
	line-height: 140%;
}
#break {
	float: left;
	width: 800px;
}
#prof_webs {
	font-size: 80%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 5px;
	text-align: center;
	padding-top: 5px;
}
#prof_webs a:link {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#prof_webs a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#prof_webs a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#form_buy {
	background-color: #FFFFDD;
	width: 525px;
	border: 1px solid #CCCCCC;
}

.buy_background {
	background-color: #F5E2EC;
}
.your_details_background {
	background-color: #DBE485;
}
.prodname {
	font-weight: bold;
	color: #AA3466;
}
.proddescription {
	margin-bottom: 15px;
	color: #515151;
}
.proddescription p{
    margin-bottom: 8px;
}
.detailname {
	font-weight: bold;
	color: #AA3466;
	font-size: 120%;
	margin-bottom: 10px;
}
.detaildescription {
	margin-top: 10px;
	color: #515151;
}
.detaildescription p{
	margin-bottom: 8px;
}
.detailimage {
	margin-top: 50px;
	margin-bottom: 10px;
}
/* To align the buy button */
.buybutton{
vertical-align:bottom;
}
#bottom_nav {
	font-size: 90%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 5px;
	text-align: center;
	padding-top: 5px;
}
#bottom_nav a {
	text-decoration: none;
	color: #983466;
	font-weight: normal;
}
#bottom_nav a:hover {
	text-decoration: underline;
}
.red_text {
	color: #D02415;
}
