
/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-size:13px;
	text-align:center;
	color:#48484b;
font-family: 'Droid Sans', sans-serif;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

#menu a {
	text-decoration:none;
	color:#b5b4b8;
	font-weight:normal;
}

a:hover {
	text-decoration:none;
	color:#0499b4;
}

a:focus {
	outline:none;
}

p {
	margin:0 0 1.5em;
}

.nalogo
{
margin-top:-25px;
float:left;
}

h1, h2, h3 {

	letter-spacing:-1px;
	line-height:100%;
	padding-bottom:5px;
	color:#000;
}

h1 {
	font-weight:normal;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	margin-bottom:0px;
}

h1 a:hover {
	text-decoration:none;

	color:#333;
}

h2 {
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
}

h3 {
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	padding-top:10px;
}

.left
{
float:left;
padding:5px;
border:1px solid #eae3e3;
margin-right:20px;
}

.colortext
{
color:#78535e;
}

#leftcol
{
float:left;
width:460px;
}

#rightcol
{
float:right;
width:460px;
}

.alignright
{
float:right;
padding:5px;
border:1px solid #eae3e3;
margin-left:10px;
}

.alignleft
{
float:left;
padding:5px;
border:1px solid #eae3e3;
margin-right:10px;
}

.cell
{
width:146px;
float:left;
margin-right:10px;
}


 /* LAYOUT STRUCTURE
--------------------------------------------------*/

#wrapper {
	margin:0px auto 0px auto;
	width:700px;
	background:#fff;
	margin-top:5%;

	padding:0px;
}

#header
{
width:700px;
text-align:left;
}

#menu
{
text-align:center;
margin-top:10px;
text-transform:uppercase;
font-size:22px;
font-family: 'Oswald', sans-serif;
}

#menu ul li
{
float:left;
margin-right:20px;
}

#content {
	padding:0px;
	margin-top:00px;
	text-align:justify;
	line-height:170%;
	margin-left:auto;

}

#footer {
	margin:10px 0 0;
	color:#ccc;
	position:relative;
	padding-top:3px;	
	font-size:10px;
}


.leftsmall
{
float:left;
padding:5px;
border:1px solid #eae3e3;
margin-right:10px;
margin-bottom:10px
}



/* Copyright */

#footer {
	clear:both;
	padding-top:25px;
	margin-top:15px;
text-align:center;
}

#av table 
{
border:1px solid #ccc;
}

#av td
{
border:1px solid #ccc;
padding:5px;
font-size:13px;
}

#product table 
{
width:500px;
}
#product td
{
padding:7px;
font-size:13px;
}

#product .alt
{
background-color:#ebebee;
}
