/*
Theme Name: New WP 3.0
Theme URI: http://www.lawsec.com
Description: A clean and minimal theme that is completely compatible with WordPress 3.0
Author: Boraziv
Author URI: http://www.lukefluke.net
Version: 1.0
*/

body{ 
	margin: 0; 
	padding: 0;  
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
    background: #000;
    color: #fff;
}

a img {border:none; }
 
a{
	color:#3396c3;
}
	 
 
a:link, a:visited{
    text-decoration: none;
   /* color: #000000;*/
}
 
a:hover{
    /*color: #5f5f5f;*/
}
 
h1 {
    font-size: 28px;
}
 
h3 {
    font-size: 20px;
}
 
#wrapper{
    width: 990px;
	margin: 0px auto;
	border-left: 1px  solid #FF6600;
	border-right: 1px  solid #FF6600;
	
	font-size: 12px;
	background-color:#E8E8E8;
	background-color:#FFF;
}
 
 
#blog{
    float: left;
    width: 650px;
    padding: 20px 40px 40px 40px;
	min-height:800px;
    height:auto !important;
    height:550px; 
	margin: 0 0 0 0px;
	background-color:#E8E8E8;
	background-color:#FFF;
	color:#4B4B4B;
	line-height:1.8em;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:12px;
}
 
.sidebar{
    float: left;
    width: 200px;
    margin: 0 0 0 10px;
    font-size: 14px;
    list-style: none;
	padding:20px;
	color:#666666;
}

ul {
	list-style:square;
}

#header{
	height:150px;
	background-color:#000;
	background-image:url(../images/footer-content-bg.jpg);
	background-repeat:repeat-x;
}
 
#footer{
    clear: both;
    color:#000;
	padding: 2em;
	text-align: center;
	background-color:#000;
	background-image:url(../images/footer-content-bg.jpg);
	background-repeat:repeat-x;
}

#footer a{
	color:#FFF;	
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#navlist a{
	font-size:12px;
}

#logo{
	width:200px;
	height:80px;
	color:#FFF;
	float:left;
	margin-left:60px;
}

#email{
	padding-top:15px;
}

#email-service{
	padding-left:10px;
}

.desno{
	float: right;
	margin-right: 20px;
}

#call{
	float: left;
	padding-right: 5px;
	padding-top: 12px;
}

#call-levo{
	float: left;
	margin-left:55px;
}

#call-desno{
	float: desno;
}


dl dt {

    /*background:#5f9be3;*/
    float:left;
	clear: both;
    /*font-weight:bold;*/
	margin-left:10px;
    margin-right:10px;
    padding:1px; 
    width:60px;
}
 
dl dd {
	float: left;
    margin:1px 0;
    padding:2px 0;
}

#header-contact{
	float:right;
	width: 500px;
	color:#FFF;
	font-size:11px;
}

.nav{
    width:990px;
    background: #000;
    display:block;
    float:left;
    position:relative;
}
 
.nav ul{
    list-style:none;
}
 
.nav li{
    float:left;
    position:relative;
}

.nav a{
    display:block;
    text-decoration:none;
    color:#fff;
    padding:0 15px 10px 0;
    font-size:13px;
    font-weight:bold;
}
 
.nav ul ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    float:left;
    z-index:99999;
    background: #212121;
}
 
.nav ul ul ul{
    top: 30%;
    left:100%;
    background: #343434;
}
 
.nav ul ul a{
    height:auto;
    line-height:1em;
    padding:10px;
    width:130px;
}
 
.nav li:hover > a,.nav ul ul:hover > a{
    color:#ccc;
}
 
.nav ul li:hover > ul{
    display:block;
