/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #665F4D;
	background-image: url(../images/water.jpg);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
}

h1 {
	margin:0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}


div#container {
	position:relative; /* center, not in IE5 */
	width:940px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:800px; /* real browsers */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000D2F;
	border-right-color: #000D2F;
	border-bottom-color: #000D2F;
	border-left-color: #000D2F;
	background-image: url(../images/bg_rpt_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#header {
	background-color: #ddd;
	height: 230px;
	border-right-color: #333333;
	border-left-color: #333333;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	div#header p {
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding-bottom: 60px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

#products{
	float: right;
	top: 0px;
	left: 0px;
	z-index: 5;
	position: relative;
}

#button{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	top: 10px;
	left: 156px;
	z-index: 5;
	width: 110px;
	height: 80;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

#contact{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	height: 50px;
	top: 0px;
	right: 0px;
	z-index: 5;
	width: 140px;
	position: absolute;
}

#advert{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	width: 280px;
	top: 300px;
	right: 0px;
	z-index: 2;
	position: absolute;
	background-color: #D6E3DF;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	background-color: #000D2F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 70px;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
	div#footer p {
		padding:1em;
		margin:0;
	}

div#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
div#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
div#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
div#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#galleryholder{
	float: left;
	top: 0px;
	left: 150px;
	z-index: 2;
	width: 790px;
	position: absolute;
	color: #FFFFFF;
}

#menu{
	float: left;
	top: 80px;
	left: 0px;
	height: 230px;
	z-index: 5;
	width: 140px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	
}
#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a.menurv {
	display: block;
	width: 140px;
	height: 22px;
	background: url("../images/menurv.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.menurv {
	background-position: -166px 0;
}

