/* -----------------------------------
	@group Body Structure 
-------------------------------------- */

html, body {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;	
	color: #000000;  
	background: #81bc42 url(images/bg.gif) repeat-x left top;
}

#wrapper {
	position: relative; 
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 920px;	
}

#innerWrapper{
	min-height: 500px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 500px; /* IE6 Hack*/
}

#header {
	z-index: 1;
}

#design {
	height: 220px;
	background: url(images/design.jpg) no-repeat left top;	
}

#numerot {
	height: 120px;
	background: url(images/numerot.jpg) no-repeat left top;	
}

#content {
	padding: 0 0 20px 0;
	min-height: 100px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 100px; /* IE6 Hack*/
	z-index: 1;
	background: #ffffff;	
}

#left {
	float: left;
	width: 650px;
	min-height: 300px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 300px; /* IE6 Hack*/
}

#right {
	float: right;
	padding: 20px 0 0 0;
	width: 250px;
}

#footer {
	position: relative;
	padding: 30px 0 0 0;
	height: 30px;
	background: url(images/footer.gif) no-repeat left top;	
}

#footerText {
	text-align: right;
	font-family: trebuchet ms, verdana, arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #ffffff;  
}


/* -----------------------------------
	@group Structure Div's 
-------------------------------------- */





/* -----------------------------------
	MAINMENU
-------------------------------------- */

#numerot ul {
	padding: 0 0 0 30px;
}

#numerot ul li {
	padding: 0 0 0 0;	
}

#numerot ul li div{
	float: left;
	margin: 0 25px 0 0;
	padding: 50px 0 0 0;
	font-family: arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-align: right;
	color: #ffffff;
	width: 150px;
	height: 70px;	
}

/* -----------------------------------
	@group LEFT Div's 
-------------------------------------- */

#innerLeft {
	padding: 0 0 0 0;
}

/* -----------------------------------
	@group RIGHT Div's 
-------------------------------------- */

#innerRight {
	padding: 70px 0 0 20px;
	min-height: 300px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 300px; /* IE6 Hack*/	
	background: url(images/contact.jpg) no-repeat left top;		
}

#innerRight h1{
	font-family: trebuchet ms, arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;	
	color: #ffffff;  
}

#innerRight p{
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;	
	color: #ffffff;  	
}

/* -----------------------------------
	@group Menus Styles
-------------------------------------- */


/* -----------------------------------
	@group TEXT Styles
-------------------------------------- */

#text {
    padding: 10px 10px 20px 40px;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.4em;	
	color: #676767;    
} 

#text h1 {
	margin: 0 0 10px 0;
	padding: 8px 0;
	font-family: georgia, Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;	
	color: #52911b; 
} 

#text h2 {
    padding: 15px 0 0px 0;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;	
	color: #333333;    
} 

#text h3 {
    padding: 10px 0 3px 0;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;	
	color: #333333;    
} 

#text p {
    padding: 5px 0 5px 0;   
}

#text ul {
    padding: 5px 0 5px 30px;   
}

#text ul li {
    padding: 1px 0 1px 25px; 
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;	
	color: #343434;   
    background: url(images/bullet_1.gif) no-repeat top left;
}

#text ul li ul {
    padding: 6px 0 15px 30px;
	list-style-type: square;  	    
}

#text ul li ul li{
    padding: 0 0 0 5px; 
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;	  
    background: url(images/ul_bullet.gif) no-repeat top left;
}

#text img {
    margin: 10px 0 0 0px;
    padding: 5px; 
    background: #ffffff;
    border: 1px solid #555555;
}

#text .imgGallery img {
    margin: 10px 0 0 0px;
    padding: 10px;
	width: 100px;
	height: 70px; 
    background: #dddddd;
    border: 1px solid #555555;
}

