/* style sheet hopman sails */

body {
	background-image: url('../Images/hopmansails_01.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

DIV.Container {
	position: absolute;
	left: 50%;
	margin-left: -403px;
	background-color: #FFFFFF;
	width: 806px;
	height: 500px;
	margin-top: 0px;
}

DIV.Header {
	background-image: url('../Images/hopmansails_03.jpg');
	background-repeat: no-repeat;
	width: 804px;
	height: 169px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

DIV.menu {
	float: left;
}

DIV.Content {
	float: left;
	width: 575px;
	min-height: 400px;
	height: auto;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Verdana;
	font-size: 12px;
}

DIV.Footer {
	left: 50%;
	margin-left: -403px;
	background-color: #D3D3D3;
	width: 806px;
	height: 18px;
	position: fixed;
	bottom: 0px;
	color: #006400;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top: 7px;
	text-align: center;
}

td.Categorie {
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 10px;
}

a.link {
	color: #00a651;
}

a.link:hover {
	color: #898989;	
}

a.link:visited {
	color: #00a651;	
}

a.email {
	text-decoration: none;
	color: #006400;
}

a.email:hover {
	text-decoration: none;
	color: #006400;
}

a.email:visited {
	text-decoration: none;
	color: #006400;
}

a.imagelink {
	border: none;
}

a.imagelink:hover {
	border: none;
}

a.imagelink:visited {
	border: none;
}

table.ProductTable {
	border: 1px solid #545454;	
	margin-left: 10px;
	width: 150px;
	margin-bottom: 5px;
}

td.ProductName {
	padding: 3px;
	background-color: #00a651;
	color: white;
	font-size: 12px;
	height: 23px;
}

td.ProductDescript {
	height: 70px;
	padding: 3px;
}

td.readmore {
	font-size: 10px;
	padding-bottom: 1px;
	padding-right: 1px;
}

img.image_small {
	border: 1px solid #6c6c6c;
	display: block;
}

a.button {
	display:block;
	background: url("../Images/hopmansails_07.jpg");
	width:175px;
	height:23px;
	border: 1px solid #545454;
	margin-left: 1px;
	margin-top: 1px;
	padding-top: 7px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	   
}

a.button:hover {
       background: #036030;
}
