/* Начало проекта "NovProekt" --------------------------------------------------------------------------------------------------------------------*/

@import url(reset.css);

* {
    margin: 0;
    padding: 0;
    outline: 0px solid #000000;
}

body {
    height: 100%;
	margin: 0px;
	padding: 0px;
	background: #C0C4C5 url(../images/page-body-bg.png) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2E2E2E;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Ubuntu Condensed', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 200%;
}

a {
	color: #006389;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/* Начало блока wrapper --------------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	background: url(../images/wrapper-bg.png) repeat;
}

#wrapper-bgtop {
	background: url(../images/wrapper-top-bg.png) repeat-x left top;
}

#wrapper-bgbtm {
	overflow: hidden;
	margin-bottom: 20px;
	background: url(../images/wrapper-bottom-bg.png) repeat-x left bottom;
}

/* Конец блока wrapper. Начало блока header ------------------------------------------------------------------------------------------------------*/

#header {
	overflow: hidden;
	width: 840px;
	height: 169px;
	margin: 0px auto;
	padding: 0px 30px;
	background: url(../images/header-bg.jpg) no-repeat left top;
    position: relative;
}

#logo {
	float: left;
	width: 500px;
	height: 119px;
	padding-top: 50px;
}

#logo p.text_0 {
	position: absolute;
    bottom: 0px;
    left: 35px;
}

#logo p.text_2 {
	position: absolute;
    bottom: 64px;
    right: 220px;
}

#logo h1 a {
	display: block;
	padding-right: 13px;
    padding-left: 3px;
	text-decoration: none;
	text-shadow: -1px -1px 1px #555;
	font-size: 48px;
	color: #FFFFFF;
    letter-spacing: -1px;
    font-family: impact, sans-serif;
}

#logo h1 a span {
	color: #0685B9;
    text-shadow: -1px -1px 1px #fff;
}

#logo p {
	display: block;
	padding-top: 31px;
	text-shadow: 1px 1px 1px #2C373B;
	font-size: 18px;
	font-family: 'Ubuntu Condensed', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #778893;
}

#phone {
    position: absolute;
    bottom: 26px;
    right: 110px;
	text-shadow: 1px 1px 1px #2C373B;
	font-size: 18px;
	font-family: 'Ubuntu Condensed', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #778893;
}

/* Конец блока header. Начало блока menu ---------------------------------------------------------------------------------------------------------*/

#menu {
	width: 830px;
	height: 70px;
	margin: 0px auto;
	padding: 0px 40px;
	background: url(../images/menu-bg.png) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right: 10px;
	padding-left: 5px;
}

#menu a {
	display: block;
	float: left;
	height: 67px;
	padding-right: 5px;
	line-height: 67px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #171D21;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
    color: #778893;
}

#menu span {
	display: inline-block;
	height: 67px;
	padding: 0px 15px 0px 15px;
}

#menu li.active {
	background: url(../images/menu-bgleft.png) no-repeat left top;
}

#menu li.active a {
	background: url(../images/menu-bgright.png) no-repeat right top;
	text-shadow: 1px 1px 1px #04435D;
	color: #FFFFFF;
}

#menu li.active ul li a {
	background: none;
}

#menu li.active span {
	background: url(../images/menu-repeatbg.png) repeat-x left top;
}

#menu ul li {
    position: relative;
}

#menu ul li ul {
    display: none;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 2000;
    background-color: #28353A;
    width: 119px;
    border: 1px solid #445055;
    border-radius: 5px;
}

.info {   
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; 
}

.info:hover {
    opacity: 1;
}

#menu ul li ul li {  
    padding: 0;
    overflow: hidden;
    border: 1px solid #28353A;
    border-radius: 5px;
}

#menu ul li ul li a {
    display: block;
    width: 107px;
    text-align: center;
    padding: 0 5px;
}

#menu ul li ul li a:hover {
    text-decoration: none;
}

#menu ul li ul li:hover {
    background-color: #344146;
    border-radius: 5px;
    border: 1px solid #CDCDCD;
    transition-property: all;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
}

#menu ul li:hover ul {
    display: block;
}

/* Конец блока menu. Начало блока slideshow ------------------------------------------------------------------------------------------------------*/

#slideshow {
    width: 900px;
    padding-bottom: 15px;
    margin: 20px auto;
    background-color: #FFFFFF;
	border: 1px solid #B2B9BD;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
}

ul.slideshow {
    list-style: none;
    width: 870px;
    height: 253px;
    padding-bottom: 15px;
    position: relative;
}
  
ul.slideshow li {
    position: absolute;
    margin: 0;
    padding-bottom: 38px;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-top: 15px;
}
 
ul.slideshow li.show {
    z-index: 500;
}
 
ul img {
    border: none;
    border-radius: 5px;
}
 
#slideshow-caption {
    width: 870px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0; 
    z-index: 500;
}
 
#slideshow-caption .slideshow-caption-container {
    padding: 10px 25px; 
    background: url(../images/transparent.png) repeat;  
    z-index: 1000;
}
 
#slideshow-caption p {
    padding: 0;
    font: 18px 'Ubuntu Condensed', sans-serif;
    color: #fff;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 1);
    text-align: right;
}

/* Конец блока slideshow. Начало блока page ------------------------------------------------------------------------------------------------------*/

#page {
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	background: #FFFFFF url(../images/page-content-bg.png) repeat-y center top;
	border: 1px solid #B2B9BD;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
	border-radius: 5px;
}

/* Конец блока page. Начало блока content --------------------------------------------------------------------------------------------------------*/

#content {
	float: left;
	width: 540px;
	padding: 40px 30px 0px 30px;
}

.post {
	overflow: hidden;
}

#img {
    float: left;
    margin-right: 10px;
}

.text_1 {
	margin-top: 15px;
    text-align: justify;
}

.text_1 span {
    text-decoration: underline;
    }

.post .title {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 40px;
	color: #2E2E2E;
}

.post .img-style1 {
	margin-bottom: 20px;
}

.post .posted {
	margin-top: -5px;
	padding: 0px 0px 10px 0px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	color: #A9A9A9;
}

.post .posted a {
	color: #A9A9A9;
}

.post .meta, .job {
	overflow: hidden;
	display: block;
	height: 50px;
	margin-top: 30px;
	padding: 0px 20px;
	border: 1px solid #CDCDCD;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);
	background: url(../images/meta-bg.jpg) repeat-x left top;
	text-shadow: 1px 2px 0px rgba(255, 255, 255, 1);
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #535353;
}

.post .meta a {
	color: #535353;
}

.post .meta .listed {
	float: left;
	padding-right: 25px;
	line-height: 50px;
	background: url(../images/meta-separator-bg.png) no-repeat right 50%;
}

.post .meta {
	float: left;
	padding-left: 20px;
	line-height: 50px;
}

.post .meta .comments {
	float: right;
	line-height: 50px;
}

.meta {
	width: 495px;
}

.post .img-margin {
	margin-bottom: 30px;
}

.img-margin_1 {
    border: 1px solid #CDCDCD;
    height: 538px;
    width: 538px;
    border-radius: 5px;
    margin: 30px 0;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
}

.img-margin_2 {
    border: 1px solid #CDCDCD;
    height: 714px;
    width: 500px;
    margin: 0 0 10px 0;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
}

/* Продолжение блока content (message) -----------------------------------------------------------------------------------------------------------*/

.contact_form {
    width: 538px;
    float: left;
    padding: 0 0 10px 0;
    border: 1px solid #CDCDCD;
    background: url(../images/meta-bg.jpg) repeat left top;
}

.form_row {
    width: 538px;
    clear: both;
    padding: 10px 0 10px 0;
}

label.contact {
    width: 75px;
    float: left;
    text-align: right;
    padding: 2px 6px 0 20px;
    color: #666666;
    font-family: 'Ubuntu Condensed', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

input.contact_input{
    padding: 5px 10px;
    width: 250px;
    height: 10px;
    background-color: #fff;
    color: #666666;
    float: left;
    border: 1px #CDCDCD solid;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

input.contact_input:focus {
    height:18px;
    width:258px;
}

textarea.contact_textarea {
    padding: 5px 10px;
    width: 390px;
    height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    background-color: #fff;
    border: 1px #CDCDCD solid;
    float: left;
    resize: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

textarea.contact_textarea:focus {
    width: 398px;
    height: 208px;
}

.submit_message {
    margin: 10px 26px 0 0;
    padding: 0 0 0 25px;
    float: right;
    color: #666666;
    border:1px #CDCDCD solid;
    font-size: 11px;
    background: url(../images/contact_bt.png) no-repeat left;
    width: 110px;
    height: 27px;
    border-radius: 6px;
}

.contact_add {
    float: left;
    padding: 30px 0 0 0;
    color: #666666;
    width: 540px;
    text-align: center;
	font-family: 'Ubuntu Condensed', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.contact_add span {
    text-decoration: underline;
}

/* Продолжение блока content (projects) ----------------------------------------------------------------------------------------------------------*/

#poptrox {
	width: 540px;
}

#gallery {
	overflow: hidden;
	margin: 0;
	list-style: none;
}

#gallery li {
	float: left;
	margin: 0;
	padding: 5px;    
}

#gallery img {
    width: 166px;
	border: 2px solid #F0F0F0;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .5);
}

.poptrox_popup {
	position: relative;
	padding: 1em 1em 3em 1em;
    background-color: #333;
    border: 1px solid #F0F0F0;  
    border-radius: 10px;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 1);
}

.poptrox_popup .loader{
	display: block;
	margin: 55px 0 0 0;
	text-indent: -9999em;
	background: url('loader.gif') top center no-repeat;
}

.poptrox_popup .caption {
	position: absolute;
	bottom: 1em;
	left: 1em;
}

.poptrox_popup .closer {
	position: absolute;
	bottom: 1em;
	right: 1em;
    color: #fff;
}

/* Конец блока content. Начало блока sidebar -----------------------------------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 300px;
	text-shadow: 1px 1px 0px #FFFFFF;
}

#sidebar .title {
	display: block;
	width: 240px;
	height: 59px;
	margin-bottom: 20px;
	padding: 0px 30px 0px 30px;
	background: url(../images/sidebar-title-bg.png) no-repeat right top;
	line-height: 59px;
	text-shadow: 1px 1px 1px #161C1F;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0px 30px;
    text-align: justify;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#sidebar li {
	margin: 0px 30px 0px 30px;
	padding: 10px 0px 10px 0px;
	background: url(../images/sidebar-separator-bg.png) repeat-x left top;
}

#sidebar li a {
	display: block;
}

#sidebar .first {
	background: none;
}

/* Конец блока sidebar. Конец блока page. Начало блока footer ------------------------------------------------------------------------------------*/

.clearfix {
	clear: both;
}

#footer {
	overflow: hidden;
	height: 200px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 14px;
	color: #6F7071;
}

#footer a {
	color: #6F7071;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

#validators {
    margin: 5px auto;
    height: 50px;
    width: 176px;
    border: none;
	outline: 0px solid #ff0000;
}

#validator_xhtml {
    margin: 0;
    height: 31px;
    width: 88px;
    border: none;
    float: left;
}

#validator_css {
    margin: 0;
    height: 31px;
    width: 88px;
    border: none;
    float: left;
}

#copy {
    height: 19px;
    width: 170px;
    text-align: center; 
}

#copy p {
    color: #62737E;
    font: bold 11px Courier New, serif;
    cursor: help;
}

#copy p span {
    color: #62737E;
    font: bold 14px Courier New, serif;
    cursor: help;
}

/* Конец блока footer. Конец проекта "NovProekt" -------------------------------------------------------------------------------------------------*/