/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #767941;
}

h1, h2, h3 {
	color: #F08F02;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: #F08F02;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

/* Header */

#header {
	height: 247px;
	padding: 0 0 0 330px;
/*	background: url(images/img02.jpg) no-repeat;*/
	background: url(images/logo2.jpg) no-repeat;
}
#main_header {
	height: 247px;
	width:100%;
/*	background: url(images/img02.jpg) no-repeat;*/
	background: url(images/fone.gif);
	background-repeat: repeat;
	border-bottom: 5px solid white;
}

/* Logo */

#logo {
	height: 247px;
/*	padding: 150px 30px  50px 30px;*/
	background: url(images/1top_.jpg) 0px  30px no-repeat;
	background-position: center;
	text-transform: lowercase;
}

#logo h1 {
	float: left;
	letter-spacing: -.1em;
	font-style: italic;
	font-size: 3em;
}

#logo h1 a {
	color: #767941;
}

#logo h2 {
	float: left;
	letter-spacing: -.05em;
	font-style: italic;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	margin-right: 100px;
	background: url(images/img05.jpg) repeat-y 330px 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 330px;
}

/* Content */

#content {
	background: #FFFEF5 url(images/img01.gif);

	margin-left: 330px;
	padding: 30px;
	text-align: justify;
	margin-right: -100px;
}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 40px;
	padding: 16px 0 0 30px;
	background: url(images/side.png) no-repeat;
	text-decoration: none;
	font-size: 1.4em;
	font-style: italic;
	color: Black;
}

#menu a:hover {
	color: #F08F02;
}

/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {
}

/* Footer */

#footer {
	text-align: center;
	padding: 8px 30px;
	background: url(images/foot.png);
	background-repeat: repeat-x;
	color: black;
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
}

#footer a {
	color: black;
}

.status{
margin-top:220px;
margin-left:25px;
}

#close{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	background: Black;
	filter: alpha(opacity=80); /* IE 5.5+*/
   -moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
   -khtml-opacity: 0.8; /* Konqueror 3.1+, Safari 1.1 */
   opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	visibility: hidden;
	z-index: 3;
}
#photo{
	position: absolute;
	z-index:5;
	background:  url(images/small_photos/IMG_4114.jpg);
	height: 200px;
	width: 200px;
	filter: alpha(opacity=100); /* IE 5.5+*/
   -moz-opacity: 1; /* Mozilla 1.6 и ниже */
   -khtml-opacity: 1; /* Konqueror 3.1+, Safari 1.1 */
   opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	
	visibility: hidden;
}
#cl{
	color: black;
	border: 1px solid;
}
