* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
}

body {
	font: 12px/20px Arial, Tahoma, sans-serif;
	color: #fff;
	background: url("../i/bg.gif") #171717;
}

a img { border: 0; }

.float-left {
	float: left;
}

/* Clear */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* Forms elements */
input, select, textarea {
	font: normal 12px Arial, sans-serif;
	color: #000;
}

/* Big */
big {
	font-size: 2.1em;
}

/* Link */
a,
a:hover {
	color: #0093e7;
}

/* Typography */
h1 {
	font: normal 23px Georgia, serif;
	color: #d53e07;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	font: normal 19px Georgia, serif;
	color: #9ae407;
	margin: 1em 0 .5em 0;
}

p {
	font-size: 12px;
	margin: 0 0 20px 0;
}

p.smile {
	font-size: 19px;
	line-height: 25px;
	font-style: italic;
	padding: 0 0 0 90px;
	background: url("../i/bg-smile.gif") no-repeat 0 5px;
}


/* Top bar */
#top-bar {
	background: #000;
}

#top-bar .container {
	width: 640px;
	margin: 0 auto;
}

/* Top nav */
#top-nav {
	float: left;
	padding: 3px 0 0 0;
}

#top-nav li {
	float: left;
	font-size: 11px;
	list-style: none;
	margin: 0 1em 0 0;
}

/* Nav */
#nav {
	width: 600px;
	float: left;
	background: #f7f3e7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	margin: 5px 0 30px 0;
}

#nav ul {
	float: left;
	width: 180px;
	padding: 20px 0 20px 20px;
}

#nav li {
	font: normal 19px/26px Georgia, serif;
	list-style: none;
}

/* Search*/
#search{
	float: right;
	padding: 2px 0 2px 0;
}

/* Wrapper */
#wrapper {
	width: 640px;
	margin: 0 auto;
}

/* Header */
#header {
	position: relative;
	width: 640px;
	height: 120px;
}

/* Logo */
#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#logo h2 {
	font: normal 47px/5px Georgia, sans-serif;
	color: #fff;
}

#logo h2 a,
#logo h2 a:hover {
	color: #fff;
	text-decoration: none;
}

#logo p {
	font-size: 12px;
	margin: 0;
}

/* Welcome */
#welcome {
	width: 240px;
	position: absolute;
	top: 30px;
	left: 250px;
	padding: 0 0 0 16px;
	border-left: 3px solid #d53e07;
}

#welcome p {
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
}

/* Content */
#content {
	clear: both;
	float: left;
	width: 600px;
	margin: 0 0 5px 0;
	padding: 20px;
	color: #000;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Left */
#left {
	float: left;
	width: 489px;
	padding: 22px 0 42px 21px;
}

#left ul {
	font-size: 1.5em;
	list-style-type: none;
	line-height: 1.8em;
}
/* Right */
#right {
	float: right;
	width: 239px;
	padding: 22px 21px 22px 0;
}

/* Left */
#left-home {
	float: left;
	width: 456px;
	padding: 0 0 16px 16px;
}

/* Right */
#right-home {
	float: right;
	width: 276px;
	padding: 0 16px 16px 0;
}

/* Breadcrumbs */
#breadcrumbs {
	font: normal 11px Tahoma, sans-serif;
	color: #888;
	margin: 0 0 20px 0;
}

#breadcrumbs a,
#breadcrumbs a:hover {
	color: #888;
}

/* Pagination */
#pagination {
	font: normal 11px Tahoma, sans-serif;
	color: #888;
	text-align: center;
	margin: 0 0 5px 0;
}

#pagination a,
#pagination a:hover {
	color: #888;	
}

/* Button add */
#button-add {
	text-align: right;
}

/* Determination */
.determination {
	margin: 0 0 20px 0;
}

.determination li {
	font: normal 23px Georgia, serif;
	margin: 0 0 5px 0;
	list-style: none;
}

/* GAS */
#gas {
	float: left;
	width: 620px;
	color: #000;
	background: #fff;
	margin: 0 0 5px 0;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#gas-yellow {
	float: left;
	width: 620px;
	color: #fff;
	background: #ffd200;
	margin: 0 0 5px 0;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

/* Comment */
.comment {
	float: left;
	width: 620px;
	color: #eaeaea;
	background: #2d2d2d;
	margin: 0 0 5px 0;
	padding: 10px;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#content .comment {
	width: 580px;
}

.user {
	font-size: 12px;
	color: #888;
}

.user a,
.user a:hover {
	color: #000;
}

.user img {
	float: left;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.message {
	padding: 0 0 0 24px;
}

.definition {
	font-weight: bold;
}
/* Form */
.form {
	width: 620px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #2d2d2d;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.form h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

.form  dt {
	float: left;
	width: 160px;
}

.form  dd {
	margin: 0 0 10px 160px;
}

.form  #name {
	width: 180px;
}

.form  #comment {
	width: 458px;
	height: 120px;
}

.form  #link {
	width: 458px;
	height: 16px;
}

.form  #code {
	width: 116px;
	height: 16px;
}

.setlink {
	background: #2d2d2d;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.setlink  label { font-weight: bold; }

/* Enter */
#enter {
	float: right;
	width: 207px;
	height: 176px;
	font-size: 1.1em;
	color: #fff;
	margin: 0 0 25px 0;
	padding: 17px 0 0 15px;
	background: url(../i/bg-enter.jpg) no-repeat #3697bb;
}

#enter h2 {
	line-height: 1;
	margin: 0;
}

#enter .padding {
	padding: 0 30px;
}

#enter #button-enter {
	margin: 7px 0 0 0;
	text-align: right;
}

#enter label {
	display: block;
	font-size: 1.2em;
	color: #fff;
}

#enter input#login,
#enter input#password {
	width: 158px;
	height: 17px;
	border: 1px solid #3a9eb7;
	margin: 0 0 5px 0;
}

#enter a,
#enter a:hover {
	color: #fff;
}

/* Enter home */
#enter-home {
	float: right;
	width: 222px;
	height: 176px;
	font-size: 1.1em;
	color: #fff;
	margin: 0 0 25px 0;
	padding: 17px 0 0 0;
	background: url(../i/bg-enter-home.gif) no-repeat 0 50%;
}

#enter-home h2 {
	line-height: 1;
	margin: 0;
}

#enter-home .padding {
	padding: 0 30px;
}

#enter-home #button-enter {
	margin: 7px 0 0 0;
	text-align: right;
}

#enter-home label {
	display: block;
	font-size: 1.2em;
	color: #fff;
}

#enter-home input#login,
#enter-home input#password {
	width: 158px;
	height: 17px;
	border: 1px solid #3a9eb7;
	margin: 0 0 5px 0;
}

#enter-home a,
#enter-home a:hover {
	color: #fff;
}

/* Teasers */
#teasers {
	clear: both;
	width: 620px;
	padding: 10px;
	background: #2d2d2d;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#teasers h2 {
	margin-top: 0;
	padding-top: 0;
}

#teasers ul { list-style: none; }

/* Footer */
#footer {
	clear: both;
}

/* Copyright */
#copyright {
	float: left;
	padding: 10px 0 0 0;
}

#copyright li {
	float: left;
	font-size: 11px;
	margin: 0 10px 0 0;
	list-style: none;
}

#copyright p {
	clear: both;
}

/* Partners */
#partners {
	float: right;
	font-size: 11px;
	color: #888;
	padding: 10px 0 0 0;	
}

#partners a,
#partners a:hover {
	color: #888;
}

/* Site tree */
#siteTree ul {
	margin: 0 0 20px 0;
}

#siteTree li {
	font: normal 23px Georgia, serif;
	margin: 0 0 0 20px;
	padding: 0;
}
#siteTree li li{
	font: normal 19px Georgia, serif;
	margin: 0 0 0 40px;
	padding: 0;
}

/* success and error messages */
.successMessage {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid green;
	background-color: #efe;
	font-size: 1.5em;
}

.errorMessage {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid red;
	background-color: #fee;
	font-size: 1.5em;
}

.errorMessage p,
.successMessage p {
	font-size: 1em;
	padding: 0;
	margin: 0;
}
/* Pagination */
.pages-nav {
	float: left;
	margin: 20px 0;
}
.pages-nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.pages-nav li {
   float: left;
   display: block;
   font-size: 17px;
   line-height: 12px;
   font-weight: bold;
   padding: 4px 7px;
}

.pages-nav li a:link,
.pages-nav li a:visited,
.pages-nav li a:hover,
.pages-nav li a:active {
   float: left;
   display: block;
   text-decoration: none;
}

.pages-nav li.current {
   background: #d53e07;
}
.pages-nav li.current a { 
	color: #fff;
}


/* Registration */
#registration {
	padding: 22px 21px 42px 21px;
}
#registration p.info {
	font-size: 12px;
}
#registration ul {
	list-style-type: none;
	margin-top: 15px;
}
#registration ul input.text {
	font-size: 24px;
	margin-bottom: 6px;
	width: 500px;
}

#registration label {
	font-size: 14px;
}
#registration ul input.regButton {
	font-size: 24px;
	padding: 8px;
}
#registration div.inputwrap img {
	float: left;
}
#registration div.inputwrap input {
	float: left;
	font-size: 24px;
	width: 100px;
	margin-top: 9px;
}

/* Ads */
#gas-200-200 {
	width: 200px;
	margin: 0 0 20px 0;
}

#gas-common {
	float: left;
	width: 700px;
	background: #fff;
	margin: 0 0 5px 0;
	padding: 10px 10px 5px 10px;
}

#gas-common {
	float: left;
}

#gas-common .left {
	float: left;
	width: 300px;
	height: 250px;
}

#gas-common .right {
	float: right;
	width: 300px;
	height: 250px;
}
