﻿body {
	background: url(../Images/later2.jpg) repeat-y center top fixed;
	padding:0px;
	margin:0px;
	font-family:'courier new' Arial,Verdana,Helvetica,Sans-Serif;
	color:Black;
	font-weight:normal;
}

a {
	color:#e26958;
	text-decoration:none;
}

h1
{
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color:#567bb0;
}

.date {
	color: rgb(140, 140, 140);
	font-size: 11px;
	white-space: nowrap;
}

#twitter_div li {
	text-align:left;
	list-style-type:circle;
	margin-left:20px;
}

.image {
	left:10%;
	width:100%;
   	margin:0 auto;
}

#wrapper{
	width:800px; 
	height:600px;
	margin:0px auto;
	position:relative;
}

h4 
{
	font-weight:normal;
	border-bottom: 1px solid rgb(204, 204, 204);
}

.logo
{
	float: right;
	background-repeat:no-repeat;
	margin:0px;
}

.copyright {
	padding-bottom:3px;
	text-align:center;
	font-size: 11px;
	clear:both;
	font-family: 'courier new' Arial,Verdana,Helvetica,Sans-Serif;
}

p {
	margin: 5px 0px 25px 0px;
	font-weight:normal;
}

#content {
	color:#000000;
	font-size:16px;
	font-family: 'courier new' Arial,Verdana,Helvetica,Sans-Serif;
	font-weight:normal;
	float: left;
	width: 530px;
	margin:0px;
	overflow: hidden;
	padding:0 10px;
}

.middleText {
	font-size:13px;
	font-family:'courier new' Arial,Verdana,Helvetica,Sans-Serif;
}

.indentText {
	/* абзац */
	text-indent: 20px;
}

#nastos {
	float: right;
	background-repeat:no-repeat;
	height:100px;
	display: block;
}

#rightSidebar {
	float: right;
	width:200px;
	margin: 10px 0 0 0;
	padding:0 20px;
}

/** CSS RESET **/

* {
	margin: 0px; padding: 0px; text-indent: 0px; 
}

img {
	border: none; padding: 0px; 
}

/** GLOBAL STYLES **/

.right {
	float: right!important
}

.clear {
	clear: both!important
}

.clearfix:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; 
}

.clearfix {
	display: inline-block; 
}

.last {
	margin-bottom: 0px!important; 
}

.end {
	margin-right: 0px!important; 
}

.blank {
	background: none!important; 
}

/* Contact */
#Contact {
	margin:1em 0;
	background:url(../Images/form_bg.jpg) no-repeat 0 0;
	width:542px;
	height:364px; /* fixed size (envelope graphic) */
	overflow:hidden;
}

#Contact h3 {
	display:none;
}

#Contact fieldset {
	margin:0;
	padding:0;
	border:none;	
	float:left;
	display:inline;
	width:200px;
	margin-left:34px;
	padding-top:80px;
}

#Contact fieldset.last {
	width:254px;
	margin-left:17px;
}

#Contact legend {
	display:none;
}

#Contact p {
	margin:.5em 0;
}

#Contact label {
	display:block;
}

#Contact input, #Contact textarea {
	width:192px;
	border:1px solid #ddd;
	background:#fff url(../Images/form_input.gif) repeat-x;
	padding:3px;
}

#Contact textarea {
	width:246px;
	height:200px;
	overflow:auto;
}
				
#Contact p.submit {
	margin:0 34px;
	clear:both;
	position:relative;
}

#Contact button {
	padding:0;
	position:absolute;
	left:0;
	top:-3.5em;
	width:95px;
	height:36px;
	text-indent:-8000px;
	overflow:hidden;
	border:none;
	background:url(../Images/form_button.gif) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
}		
/* // Contact */

