* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}
	
h4 {
	background: url(images/navheaderbggreen.gif);
	}
	
h1 {
	background: url(images/titlegreen.gif);
	}

body {
	background: url(images/bggreen.gif);
	}	
	
/* -------------------------------------------------------------------------- */

table#bigsmileys {
	padding: 5px 0 5px 10px;
}

table#smileys {
	padding: 5px 0 5px 30px;
}
table#as {
	padding: 3px 5px 3px 5px;
	margin-left: 15px;
}

.width {
	width: 100px;
}
#floatdiv {
	position:absolute;
    width:195px;
	height:200px;
	padding: 5px;
	left:0px;
	top:0px;
	background:#FFFFFF;
    border:5px solid #5D5D5D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

textarea {
	margin: 5px 0 5px 10px;
}
input {
	margin: 5px 0 5px 10px;
	border: 1px solid #CCC;
	font-size: 14px;
	font-weight: bold;
}

input#cod {
	margin: 4px 4px 4px 4px;
	border: 1px solid #CCC;
	font-size: 10px;
	color: #666;
}

#container {
	width: 750px;
	margin: 0 auto;
	min-height: 100%;
	background: url(images/containerbg.gif);
	padding-bottom: 50px;
	border-left: 5px solid #5D5D5D;
	border-right: 5px solid #5D5D5D;
	}

/* -------------------------------------------------------------------------- */

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {
display: inline;
}  

    * html .clearfix {height: 1%;}
	.clearfix {display: block;}

/* -------------------------------------------------------------------------- */

#nav {
	width: 213px;
	float: left;
	}
	
h4 {
	font-size: 12px;
	height: 18px;
	color: #FFF;
	padding: 3px 0 0 10px;
	}
	
#nav ul {
	list-style-type: none;
	margin-bottom: 15px;
	}
	
#nav a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	margin: 0 4px auto 4px;
	padding-left: 5px;
	border-bottom: 1px solid #CCC;
	height: 12px;
	padding-top: 7px;
	}

#nav a:hover {
	background: #F5F5F5;
	}
a.aici {
	background: #F5F5F5;
}
	
#ad {
	padding-left: 20px;
	}
	
#lang {
	padding: 10px 0 5px 75px;
	}
	

/* -------------------------------------------------------------------------- */

input.contact {
	border: 1px solid #999;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 3px 6px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	}
textarea.contact {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #999;
	margin: 3px 6px;
	text-align: left;
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

	
#login input#uname:focus, input#pword:focus {
	border: 1px solid #999;
	font-style: normal;
	color: #999;
	}

#login fieldset {
	border: 0;
	}
	
#login legend {
	display: none;
	}
	
#login label {
	display: none;
	}
	
/* -------------------------------------------------------------------------- */

#rightside {
	float: right;
	width: 532px;
	}
	
/* -------------------------------------------------------------------------- */

h1 {
	height: 93px;
	text-indent: -9999px;
	border-bottom: 1px solid #666;
	}
	
	
/* -------------------------------------------------------------------------- */

h2 {
	background: url(images/contenthead.gif);
	height: 14px;
	font-size: 12px;
	border-top: 5px solid #5D5D5D;
	padding: 3px 0 3px 10px;
	color: #666;
	}
	
/* -------------------------------------------------------------------------- */

h3 {
	font-size: 16px;
	color: #666;
	margin: 15px 7px;
	border-bottom: 3px double #999;
	}
	
#rightside p, a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 10px;
	}

#rightside a:hover {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
	background-color:#93c93c;
	height:inherit;
	}

	
#rightside a {
	margin: 0;
	}
	
/* -------------------------------------------------------------------------- */

#footer {
	background: url(images/footer.gif);
	width: 750px;
	margin: 0 auto;
	height: 50px;
	margin-top: -25px;
	text-align: right;
	border-left: 5px solid #5D5D5D;
	border-right: 5px solid #5D5D5D;
	}
	
#footer p, a {
	font-size: 12px;
	color: #666;
	margin-right: 50px;
	padding-top: 4px;
	}
	
#footer a:hover {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	}
	
#footer a {
	margin: 0;
	}

