@charset "utf-8";
/* Smeraglia Styles by Gorter Advisie */


body					{	margin: 0px;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size:11px;	
							color: #00662E;
							background-color: #9B0B15;
							height: 100%;					
						}

img						{	border: none
						}

a						{	color: #00662E;
						}
				

#bgleft					{	position:absolute;
							left: 0px;
							width: 33%;
							top: 0px;
							height: 100%;
							background-color: #00662E;
							z-index: 10
						}

#bgmiddle				{	position: absolute;
							left: 33%;
							width: 34%;
							top: 0px;
							height: 100%;
							background-color:#FFFFFF;
							z-index: 20;
						}

#bgright				{	position: absolute;
							left: 67%;
							width: 33%;
							top: 0px;
							height: 100%;
							background-color: #9B0B15;
							z-index: 30;
						}
#bgwhiteborder			{	position: absolute;
							left: 50%;
							margin-left:-460px;
							width: 920px;
							top: 50px;
							bottom: 50px;
							background-color:#FFFFFF;
							border: 1px solid #00662E;
							z-index: 40;
						}

#top					{	position: absolute;
							width: 900px;
							height: 150px;
							left: 50%;
							margin-left: -450px;
							top:50px;
							z-index: 500;
						}
						

#logocontainer			{	width:900px;
							height: 150px;
							text-align:center
							
						}

#menu					{	position: absolute;
							width: 200px;
							top:211px;
							bottom: 80px;
							left: 50%;
							margin-left: -450px;
							border-right: 1px dashed #0A5801;
							background-color:#FFFFFF;
							z-index: 600;
						}

.menuitem				{	width: 200px;
							height: 40px;
							border-bottom: 1px dashed #0A5801;
						}

						
#contentarea			{	position: absolute;
							width: 699px;
							top: 199px;
							bottom: 100px;
							left: 50%;
							margin-left: -245px;
							font-size: 12px;
							line-height:200%;
							text-align:justify;
							overflow-x: hidden;
							overflow-y: auto;
							z-index: 500;
						}

#content				{	width: 630px;
							margin-left: 20px;
							margin-top: 20px;
						}



#footer					{	position: absolute;
							width: 900px;
							height: 30px;
							bottom: 50px;
							left: 50%;
							margin-left: -450px;
							border-top: 1px dashed #0A5801;
							text-align:left;
							z-index: 500;
						} 
#adres					{	margin-left: 225px;
							margin-top: 8px;
						}	


.pagetitle				{	font-size: 16px;					
							color: #9B0B15;
						}
.productpics			{	margin-right:15px;
						}
