html {
	margin: 0;
	padding: 0;
	background-color: #444;
}
body {
	width: 982px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 10px auto 10px auto;
	padding: 0;
	background-color: white;
	border: 1px solid #bbb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url('bg_logo_v.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
#headerwrapblock {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border: 1px solid #bbb;
	margin-top: 19px;
	margin-left: 110px;
	margin-right: 100px;
	margin-bottom: 8px;
	height: 90px;
	background-color: #666;
	border-bottom: 4px solid #2d2;
}
#header h1 {
	display: none;
}
img.logo {
	float: left;
	margin-top: 0;
	margin-left: 5px;
	border: none;
}
#header, #productmenu, #mainmenu, #footer {
	margin: 0 0 0 0;
}

#constrainer {
	margin-right: 100px;
}
#themes, #search, #links {
	position: fixed;
	height: 90px;
	width: 100px;
	background-color: #666;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom: 4px solid #2d2;
}
#themes {
	top: 30px;
}
#search {
	top: 133px;
}
#links {
	height: auto;
	min-height: 90px;
	top: 236px;
}
#headerwrapblock ul li, #breadcrumbs ul li {
	display: inline;
}

#themes h3, #search h3, #links h3, #newfor2011 h3 {
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 9pt;
	border-bottom: 1px solid #bbb;
	background-color: #999;
	color: #fff;
	border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	-khtml-border-top-right-radius: 9px;
	-webkit-border-top-right-radius: 9px;
}
#themes ul, #search ul, #links ul, #newfor2011 ul {
	list-style: none;
	margin: 4px;
	padding: 0;
}

#links.empty {
	display: none;
}

#search form {
	margin: 4px;
	padding: 0;
}
#search input#sbox {
	width: 88px;
}
#search input#ssubmit {
	border: 1px solid #7c7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 26px;
	height: 22px;
	margin-top: 4px;
	margin-left: 32px;
	box-shadow: 0px 0px 8px #666;
	-moz-box-shadow: 0px 0px 8px #666;
	-khtml-box-shadow: 0px 0px 8px #666;
	-webkit-box-shadow: 0px 0px 8px #666;
	background-color: #ada;
	padding:0;
}
#search input#ssubmit:hover {
	background-color: #bfb;
}
#breadcrumbs {
	background-color: #666;
	margin-left: 110px;
	margin-bottom: 8px;
	border: 1px solid #bbb;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom: 4px solid #2d2;
}
#content {
	clear: both;
	margin-left: 110px;
	border: 1px solid #bbb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
input, input:focus, input:hover,
select, select:focus, select:hover,
textarea, textarea:focus, textarea:hover
{
	background-color: #dfd;
	box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-khtml-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	border: 1px solid #666;
	color: #666;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
form input:focus, select:focus, textarea:focus {
	background-color: #cfc;
	border: 1px solid #2d2;
}
#mainmenu, #productmenu {
	width: 635px;
	margin-left: 125px;
}
#mainmenu a, #productmenu a {
	text-decoration: none;
	display: block;
	min-width: 80px;
	border: 1px solid #bbb;
	background-color: #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	padding: 3px 2px;
}
#mainmenu a {
	background-color: #777;
}
#mainmenu ul, #productmenu ul{
	margin: 6px 0 0 8px;
	padding: 0;
	list-style: none;
	text-indent: 0;
}
#productmenu ul {
	margin-top: 4px;
}
#mainmenu ul li, #productmenu ul li {
	margin: 0 0 4px 0;
	display: inline-block;
	text-align: center;
	font-size: 11px;
}

#mainmenu a:hover, #productmenu a:hover {
	background-color: #444;
	border: 1px solid #bbb;
	color: white;
}
#breadcrumbs a, #themes a, #links a, #newfor2011 a {
	text-decoration: none;
	color: #fff;
}
#breadcrumbs a:hover, #themes a:hover, #links a:hover, #newfor2011 a:hover  {
	text-decoration: none;
	color: #2d2;
}
#breadcrumbs ul {
	margin: 5px;
	padding: 0;
	list-style: none;
	text-indent: 0;
}
#breadcrumbs li + li:before {
	content: url('crumb_mark.png');
	padding: 0;
	margin: 0 2px 0 0;
}


#social {
	background-color: #666;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #bbb;
	padding-left: 15px;
	clear: both;
	height: 40px;
}
#social div {
	width: 100px;
	float: left;
}

#footer {
	margin-top: 0px;
	background-color: #666;
	border-top: 1px solid #bbb;
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-khtml-border-bottom-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-khtml-border-bottom-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	overflow: hidden;
	padding: 5px 10px;
	font-size: 11px;
}
#footl {
	float: left;
}
#footr {
	float: right;
	color: #fff;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}
#footer li {
	display: inline;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #2d2;
}

#footer li + li:before {
	content: url('bullet.png');
	padding: 0;
	margin: 0 4px 0 0;
}

