/**
 * 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: #003366;
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
}

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;
	background:#f0f0f0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #202020;
	border-right-color: #202020;
	border-bottom-color: #202020;
	border-left-color: #202020;
}

div#header {
	background-color: #ddd;
	height: 940px;
	border-right-color: #333333;
	border-left-color: #333333;
	border-top-color: #333333;
	border-bottom-color: #333333;
	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;
	background-repeat: no-repeat;
	font-size: 0px;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

#products{
	float: right;
	top: 0px;
	left: 0px;
	z-index: 5;
	position: relative;
}

#contact{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	height: 240px;
	top: 0px;
	right: 0px;
	z-index: 5;
	width: 140px;
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(../images/contact_menu.gif);
	background-repeat: no-repeat;
}

#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: #202020;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 70px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
	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: 0px;
	z-index: 2;
	width: 801px;
	position: absolute;
	color: #FFFFFF;
}

#menu{
	float: left;
	top: 10px;
	left: 0px;
	height: 220px;
	z-index: 5;
	width: 234px;
	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: 166px;
	height: 22px;
	background: url("../images/menurv.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.menurv {
	background-position: -166px 0;
}
