/*
Theme Name: 3z Theme
Theme URI: http://wordpress.org/
Description: The 3z WordPress theme .
Version: 1.0
Author: Flit
Author URI: http://berezen.com/
Tags: theme

*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #ff0059 url(images/index_bg.jpg) no-repeat;
	min-width: 960px;
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
}

* html body {
	width:  expression(document.getElementsByTagName('html')[0].clientWidth < 960 ? '960px' : '100%');
}

* html IMG {
   behavior: url(pngbehavior.htc);
}

img {
	border: 0;
}

#png3z {
	display: block;
	width: 647px;
	margin: 0 auto;
	padding-top: 180px;
}

#menu,
#text,
#contacts {
	background: #ffffff url(images/ind_menu_bg.gif) repeat-y;
}

#menu {
	display: block;
	position: absolute;
	top: 35px;
	left: 4%;
	margin: 0;
	padding: 5px 5px 3px 17px;
	list-style-type: none;
}

#menu li {
	clear: both;
	margin-bottom: 1px;
}

* html #menu li {
	display: block;
	border-bottom: 1px solid #ffffff;
}

#menu a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px 5px 4px 3px;
	float: left;
}

#menu a span {
	color: #00AFFF;
	text-decoration: none;
}

#menu .aclr a {
	color: #FF0059;
}

#menu a:hover,
#menu a:hover span {
	color: #ffffff;
	background: #00AFFF;
}

#content {
	position: absolute;
	top: 410px;
	left: 0;
	width: 100%;
}

#text {
	float: right;
	width: 47%;
	background-image: url(images/ind_text_bg.gif);
	padding: 5px 20px 8px 20px;
	line-height: 1.8em;
	color: #00AFFF;
	margin-bottom: 45px;
}

#contacts {
	width: 260px;
	margin-left: 350px;
	background-image: url(images/ind_contacts_bg.gif);
	padding: 3px 15px 5px 20px;
	color: #FF0059;
	font-size: .83em;
	line-height: 1.6em;
}

#contacts a {
	color: #FF0059;
	text-decoration: none;
}

#contacts a:hover {
	text-decoration: underline;
}

.clearFloat { 
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}
