body {
	margin: 0px;
	padding: 0px;
	text-align: center;	
}

#container {
	margin: 0px auto;
	width: 945px;
	text-align: left;
}

#header {
	height: 144px;
	position: relative;
}

img {
	border: none;
}

#header a img{
	position: absolute;
	left: 0px;
	top: 42px;
	z-index: 1000;
}

#header ul {
	position: absolute;
	right: 0px;
	top: 62px;
	z-index: 100;
}

#header ul, #header ul li {
	padding: 0px;
	margin: 0px;
}

#header ul li {
	list-style: none;
	float: left;
	background: #fff;
	height: 25px;
	position: relative;
}

#header ul li.first {
	width:1px;
	font-size:1px;
}

#header ul li.first a{
	padding: 0px; 
	font-size: 1px; 
}

#header ul li a {
	font-family: Tahoma;
	font-size: 11px;
	color: #767676;
	padding: 0px 9px;
	position: relative;
	top: 4px;
}

#header ul li a:hover {
	text-decoration: none;
}

#header ul li.active a{
	color: #ffffff;
	text-decoration: none;
	padding: 0px 9px;
}

#header ul li span.hr-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9px;
	height: 25px;
}

#header ul li span.hr-right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 9px;
	height: 25px;
}

#header ul li.active span.hr-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9px;
	height: 25px;
	background: url('images/menu-background-left.png') left 2px no-repeat;
}

#header ul li.active span.hr-right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 9px;
	height: 25px;
	background: url('images/menu-background-right.png') right 2px no-repeat	;
}

#header ul li.active {
		background: url('images/menu-background.png') left 2px repeat-x;
		
}

#container {
	font-size: 11px;
	font-family: Tahoma;
	color: #767676;
}

#container a{
	color: #0687ea;
}

#footer {
	padding-top: 50px;
	padding-bottom: 10px;
}

#footer #coppy{
	float: left;
}

#footer #banners{
	float: right;
}

#footer #banners div {
	width: 88px;
	height: 31px;
	
}

#left-side {
	float: left;
}
#right-side {
	float: right;
}

#left-side , #right-side {
		width: 450px;
		padding: 0px;
		margin: 0px;
}
.vertical-line{
	background: url('/assets/templates/guberman/images/content-vertical-line.png') 50% top repeat-y;
}

.clear {
	clear: both;
}

#left-side ul, #left-side ul li{
	margin: 0px;
	padding: 0px;
}

#left-side ul li {
	list-style: none;
}

#left-side ul li ul {
	padding: 10px 0px;
}

#left-side ul li ul li span {
	/*float: left;*/
	width:60px;
}

#left-side ul li {
	clear: both;
}

#left-side ul li ul li a {
	
}

#right-side p{
	margin-top: 0px;
}