/*
Theme Name: my-svoi
Theme URI:
Description: my-svoi
Version: 1.0
Author: serhio
Author URI:
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Tahoma, Verdana, sans-serif;
	width: 100%;
	margin-top: 13px;
	background-color: #2d2f30;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px;
	font: Tahoma, sans-serif;
	font-size: 12px;
	color: #2d2f30;
}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 182px;
	padding-right: 27px;
	background-image: url(img/bg_header.gif);
}

#logo {
	float: left;
	width: 260px;
	height: 159px;
	margin: 0;
	padding: 0;
}
#photo {
	width: 684px;
	height: 96px;
	margin-top: 10px;
	float: right;
}

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}
#sddm li {
	margin: 0;
	padding-right: 4px; 
	list-style: none;
	float: left;
}
#sddm div{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index: 2;
}
#link {
	float: right;
	width: 100px;
	text-align: right;
	margin: 0;
	padding: 0;
}
#link a{
	color: #2d2f30;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
#link a:hover{
	text-decoration: none;
}
#problema {
	float: left;
	height: 20px;
	width: 700px;
	margin-top: 30px;
	padding: 0;
	color: #575959;
	font-size: 15px;
	font-weight: bold;
	font: Tahoma, geneva, sans-serif;
	
}

/* menu
-----------------------------------------------------------------------------*/
	#menu{
	height: 73px;
	width: 980px;
	background: White;
	clear: both;
	font-size: 15px;
	font-weight: bold;
	font: Tahoma, geneva, sans-serif;
	text-align: center;
}
	#menu a {
		color: #575959;
		display: block;
		width: 196px;
		line-height: 27px;
		padding: 23px 0px;
		text-decoration: none;
	}
	#menu a:hover {
	background: #fbe372;
	text-decoration: none;
	}
	
	#menu ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menu ul li{
		line-height: 27px;
		width: 196px;
		display: block;
		float: left;
		position: relative;
		background-image: url(img/punktir.gif);
		background-position: right;
		background-repeat: no-repeat;
	}
	#menu ul li ul li{
		float: none;
		position: relative;
		background-color: white;
		border-bottom: 1px dotted Black;
	}
	#menu ul li ul{
		display: none;
		float: none;
		border: 1px solid Black;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0px;
		z-index: 100;
	}

.current_page_item, .current_page_parent {
	background-color: #273fcf;
	color: White;
	text-decoration: none;
}
#shadow {
	width: 980px;
	clear: both;
	height: 17px;
	background-image: url(img/bg_co.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}



/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	background-image: url(img/bg_middle.gif);
	background-repeat: repeat-y;
	padding-left: 9px;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 253px 0 253px;
}
#contact {
 height: 100px;
}
#contact div{
	margin-left: 250px;
	}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 233px;
	margin-left: -100%;
	background: #fff;
	background-image: url(img/left_gradient.gif);
	background-repeat: repeat-x;
}


#left_column {
	width: 233px;
	height: 44px;
	background-color: #fbe372;
	background-image: url(img/bg_left-column.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#left_column h3{
	font-size: 16px;
	color:  #5b5d5d;
	font-weight: bold;
	font-family: Tahoma,  sans-serif;
	padding-left: 25px;
	padding-top: 12px;
}
#left_column a{
	font-size: 16px;
	color:  #5b5d5d;
	font-weight: bold;
	font-family: Tahoma,  sans-serif;
	padding-left: 25px;
	padding-top: 12px;
}
#vidget_left {
	margin-left: 40px;
}
#vidget_left li {
	list-style: none;
}

#vidget_left ul {
	margin-bottom: 20px;
	}
	
#vidget_left a{
	padding-left: 100px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
   margin-left: -3px;
	width: 233px;
	margin-left: -252px;
	background: #FFF;
	background-image: url(img/right_gradient.gif);
	background-repeat: repeat-x;
}

#right_column {
	width: 233px;
	height: 44px;
	text-align: right;
	background-color: #273fcf;
	background-image: url(img/bg_right-column.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#right_column h3{
	font-size: 16px;
	color:  #c3c3c3;
	font-weight: bold;
	font-family: Tahoma,  sans-serif;
	padding-right: 25px;
	padding-top: 12px;
	
}
#right_column a{
	font-size: 16px;
	color:  #c3c3c3;
	font-weight: bold;
	font-family: Tahoma,  sans-serif;
	padding-right: 25px;
	padding-top: 12px;
	
}
#vidget_right {
	margin-left: 40px;
}
#vidget_right li {
	list-style: none;
}

#vidget_right ul {
	margin-bottom: 20px;
	}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #2d2f30;
	background-image: url(img/bg_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#footer_menu {
	padding-top:23px;
	width: 500px;
	float:left;
}
#footer_menu li {
	display:inline;
	padding: 3px;
}
#footer_menu li a{
	color: #808080;
	text-decoration:none;
	font: Tahoma, sans-serif;
	font-size:12px;
}
#footer_menu li a:hover{
	color: #fbe372;
	text-decoration: underline;
}
.punktir {
	background-image: url(img/punktir_footer.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}
#copy {
	float:left;
	width:200px;
	height:50px;
	color: #808080;
	margin-left: 50px;
	padding-top: 23px;
}
#copy a{
	color: #808080;
	text-decoration:none;
	font: Tahoma, sans-serif;
	font-size:12px;
}
#copy a:hover{
	color: #fbe372;
	text-decoration: underline;
}
.copiright {
	float: left;
}

/* Main
-----------------------------------------------------------------------------*/
.mainbottom {
	border-bottom: dotted 2px;
}

ul.is_link {margin: 0px 10px 0px 25px; padding: 0px; font-size: 9pt;}
ul.is_link ul {margin: 0px 0px 0px 25px; padding: 0px;}