/* ---------------------------------
Makeup: Dimox
Author URI: http://dimox.name/
--------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/16px Verdana, Arial, Tahoma, sans-serif;
	color: #333;
	width: 100%;
	background: #CCC;
}
a {
	color: #33CCFF;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 2px 0;
	text-indent:23px;
}
img {border: none;}

#wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	background: #FFF url(i/bg.jpg) repeat-y;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background: url(i/header-left.jpg) no-repeat;
}
#header-r {
	height: 267px;
	background: url(i/header-right.jpg) 100% 0 no-repeat;
}
#logo {
	display: block;
	position: relative;
	top: 50px;
	left: 410px;
	width: 300px;
	height: 40px;
}
#desc {
	font: 16px Tahoma, Arial;
	color: #666;
	margin: 70px 0 0 420px;
}
#menu {
	position: absolute;
	bottom: 19px;
	left: 2px;
	width: 100%;
	font-size: 14px;
	color: #999;
	font-weight:bold;
	text-align:center;
}
#menu a {margin: 0 2px;}
#icons {
	position: absolute;
	bottom: 18px;
	right: 33px;
}
html:first-child #icons {bottom: 21px;}
#icons a {margin: 0 6px;}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	padding: 3px 0 30px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 100%;
	float: left;
}
#text {
	margin: 0 184px 0 208px;
	text-align: justify;
}
#inner #text {
	margin: 0 13px 0 208px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 3px;
}
h1.about {
	background: url(i/about.gif) no-repeat;
	padding: 2px 0 2px 30px;
}

h2   {font-size: 15px;
	font-weight: bold;
	margin: 0 0 3px;
	color: #2F85C0;

}
h3   {font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px;
	color: #666;

}

.block {
	background: url(i/block-bg.gif) repeat-y;
	margin: 0 0 10px;
	height: 1%;
}
#inner .block {
	background: url(i/block-bg2.gif) repeat-y;
}
.bl-top {
	background: url(i/block-top.gif) no-repeat;
}
#inner .bl-top {
	background: url(i/block-top2.gif) no-repeat;
}
.bl-bot {
	background: url(i/block-bottom.gif) 0 100% no-repeat;
	padding: 20px 28px 20px 25px;
}
#inner .bl-bot {
	background: url(i/block-bottom2.gif) 0 100% no-repeat;
}

.block2 {
	background: url(i/block2-bg.gif) no-repeat;
	padding: 10px 25px;
}

#text ul,
#text ol {
	margin: 7px 0 7px 30px;
}
#text li {
	padding: 2px 0;
}


/* Left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	width: 175px;
	margin-left: -100%;
	padding-top: 10px;
}
#left h3 {
	font-size: 16px;
	font-weight: normal;
	background: url(i/headline1.gif) no-repeat;
	padding: 22px 0 0 8px;
	margin: 0 0 15px;
}
#left h3.nav span {
	background: url(i/nav-bg.gif) no-repeat;
	padding: 0 0 2px 32px;
}
#left ul {
	margin: 10px 0 20px 9px;
	list-style: none;
	font-size: 14px;

}
#left li {
	background: url(i/arrow.gif) 0 8px no-repeat;
	padding-left: 15px;
	margin-top: 5px ;
}
#left h3.order {
	padding: 43px 0 0 0;
}
#left h3.order span {
	background: url(i/order.gif) no-repeat;
	padding: 21px 20px 21px 47px;
}
#left h3.order a {
	text-decoration: none;
	color: #666;
}

/*submenu*/
	.menu li {font-size: 12px;
			color: #666;}
	.menu a:hover,
	.menu a:focus,
	.menu li a  {margin: 10px 0 10px 0;
			padding: 10px 0 10px 0;
           		font-size: 12px;}

/* Right
-----------------------------------------------------------------------------*/
#right {
	float: left;
	width: 175px;
	margin-left: -175px;
	padding-top: 10px;
}
* html #right {
	margin-right: -3px;
}
#right h3 {
	font-size: 16px;
	font-weight: normal;
	background: url(i/headline2.gif) no-repeat;
	padding: 22px 10px 0 0;
	margin: 0 0 15px;
	text-align: right;
}
#right h3.news span {
	background: url(i/news-bg.gif) 100% 0 no-repeat;
	padding: 0 35px 5px 0;
}

div.news {
	padding: 5px 10px 10px;
}
.news .date {
	text-align: right;
	font-size: 13px;
	padding: 0 5px 5px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #28D4FF url(i/footer-bg.gif) repeat-x;
	font: 10px Tahoma, Arial;
	color: #FFF;
	padding: 12px 10px 7px 30px;
	position: relative;
}
* html #footer {height: 1%;}
*+html #footer {height: 1%;}
#footer:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#bottom-menu {
	position: absolute;
	top: -20px;
	left: 0;
	width: 920px;
	text-align: center;
	font: 12px Verdana, Tahoma;
	color: #999;
}
#bottom-menu a {margin: 0 5px;}
#counters {
	width: 47%;
	float: left;
	padding: 2px 0 0;
	display: inline;
}
#copyright {
	float: left;
}

#tags {
margin-top:15px;
padding-top:15px;
margin-left:10px;
color:#cccccc;
font: 9px Tahoma, Arial;
}
