@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
background:url(images/bg.jpg) 0 0 repeat-x;
background-color:#343434;
font:normal 12px/18px Tahoma;
color:#333333;
}



*{
outline:none;
}

a{
color:#CC3300;
}

a:hover{
color:#999999;
text-decoration:none;
}

#container{
margin:0 auto;
width:900px;
}

ul, li, h1, h2, h3, div{
margin:0;
padding:0;
}

ul{
list-style:none;
}

.red{
color: #E80005;
}

h2{
font:normal 22px Arial, Helvetica, sans-serif;
color:#333333;
}

/*--Header--*/
#header{
width:900px;
height:95px;
position:relative;
text-align:right;
float:left;

}

.logo{
width:182px;
height:95px;
float:left;
}

.telma{
float:right;
margin-right:10px;
font:bold 12px Arial, Helvetica, sans-serif;
color:#000;
text-align:right;

}

#navigacija{
height:38px;
width:595px;
float:right;
margin-top:10px;
margin-bottom:29px;
margin-left:15px;
margin-right:0px;
background:url(images/navbg.jpg) 0 0 no-repeat;
}

#navcontainer{
height:95px;
float:left;
}
/*--Navigacija--*/


#nav {
	height : 38px;
	margin-left:3px;
}

#nav li {
	float : left;
}

#nav li a {
float : left;
width : 108px;
padding:5px;
text-decoration : none;
background:url(images/spliter.jpg) 0 0 no-repeat;
background-position:right;
text-align : center;
font:bold 14px Arial, Helvetica, sans-serif;
line-height:28px;
color : black;
display : block;
}

#nav li a:hover {
color: #999999;
}

#nav li a.webshop{
background:none;
color:#ed1d24;
}

