/* layout styles  */
body {
	font: 12px/1.3 "trebuchet ms", tahoma, sans-serif;
	color: #000;
	background-color: #eee;
}

a, a:link {
	color: #0077cc;
	text-decoration: underline;
}

a:visited {
	color: #990099;
}
#menu li a:visited {
	color: #ff0000;
}

a:hover, #menu li a:hover, ul.sitemap li a:hover, div.we-like strong a:hover {
	color: #339900;
}

input, textarea {
	padding: 1px;
	font: 12px "trebuchet ms", tahoma, sans-serif;
}
.button {
	padding:2px 5px;
	overflow: visible;
	font: 12px "trebuchet ms";
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.inner {
	width: 100%;
	min-width: 940px;
	max-width: 1340px;
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 1px;
}
.nowrap {
	white-space: nowrap;
}
.dash {
    color: #777777;
    float: left;
    margin-left: -20px;
    width: 20px;
}
.ndash {/* normal ndash in footer */
	font-family: tahoma, verdana, sans-serif;
}
h1 {
	margin-bottom: 5px;
	font-size: 24px;
}
ol {
	margin: 0 0 0 20px;
	color: #777;
}
ol span {
	font-size: 14px;
	color: #000;
}
a.logo {
	position: absolute;
	left: 0;
	top: 53px;
	font-size: 28px;
}
#page {
	background-color: #fff;
}
#header {
	margin: 0 30px;
	height: 182px;
}
#header div.inner {
	position: relative;
}
#content {
	padding: 0 30px;
	border-bottom: 1px solid #eee;
	position: relative;
	min-height: 480px;
}
#main {
	width: 70%;
	float: left;
	padding-bottom: 46px;
}

#sidebar {
	width: 27%;
	float: right;
	padding-bottom: 25px;
}

#idea {
	width: 200px;
	height: 121px;
	background: #fff url(../images/turn.gif) no-repeat right top;
	position: absolute;
	left: 73%;
	top: 5px;
	font-size: 14px;
}
#sidebar p {
	margin-top: 7px;
}
#sidebar h2 {
	font-size: 12px;
    font-size: 18px;
}
/*#sidebar h2.big {
	font-size: 18px;
}*/
#sidebar ul li {
 padding-left: 15px;
 margin-left: -15px;
 background: url(../images/bullet.gif) no-repeat 0 5px;
 margin-top: 10px;
 font-size: 12px;
}
#sidebar .technologies ul li {
    background: none;
}
#sidebar ol li {
	margin: 10px 0 0 -20px;
}
/*#main h2 {
	font-size: 18px;
}  */
#idea p {
	padding: 30px 40px 15px 0;
}
#idea .button img {
	vertical-align: middle;
}
h1.info {
	width: 200px;
	position: absolute;
	left: 145px;
	top: 20px;
	line-height: 1.1;
	font-size: 12px;
	color: #777;
}
/* menu */
#menu {
	position: absolute;
	left: 145px;
	top: 86px;
}
#menu li {
	float: left;
	position: relative;
	margin: 0 30px 0 0;
	font-size: 21px;
}
#menu li a {
	color: #ff0000;
}
#menu li.current a {
	padding: 1px 5px;
	text-decoration: underline;
	background-color: #000;
	color: #fff;
}

#menu li span {
	padding: 1px 5px;
	background-color: #000;
	color: #fff;
}
#menu li span.sub {
	position: relative;
	top: 1.4em;
	padding: 2px 5px;
	background-color: #999;
}
/* footer */
#footer {
	padding: 30px;
	background-color: #eee;
	border-top: 1px solid #fff;
	clear: both;
	overflow: hidden;
}
#footer h3 {
	font-weight: bold;
}

.footer-logo,
.sitemap,
.network,
.address {
	float: left;
}

ul.sitemap {
	width: 15%;
	margin-left: 7%;
}
ul.sitemap li {
	margin-bottom: 7px;
}
ul.sitemap li a {
	color: #000;
}
ul.sitemap li span {
	padding: 0 5px;
	position: relative;
	left: -5px;
	color: #fff;
	background-color: #000;
}
div.address {
	width: 23%;
}
div.address address {
	margin-bottom: 10px;
	font-style: normal;
}
div.address .country {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}
div.address address span {
	display: block;
}
div.address address span.nowrap {
	white-space: nowrap;
	display: inline;
}
div.network {
	width: 18%;
}
div.network ul {
	margin: 3px 0 10px;
}
div.network li {
	margin-bottom: 2px;
}
div.contacts {
	float: left;
	width: 20%;
}
div.contacts span {
	display: block;
}
div.copyright {
	float: right;
	width: 80px;
}
div.discuss {
	margin: 25px -30px 0 -6px;
	padding: 5px 6px;
	font-size: 14px;
	background-color: #ffcc33;
}
div.stick-right {
	margin: 0;
	width: 29%;
	position: absolute;
	right: 0;
	bottom: 46px;
}
