/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

html {
	height: 101%;
}

/* always display scrollbars */

body {
	font-size: 62.5%;
	line-height: 1;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	list-style-position:outside;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
} 

input {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
	max-width: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

/* Tell old browsers how to handle HTML5 elements */

header, footer, aside, nav, article {
	display: block;
}

body {
	background:url(img/bg.gif) repeat-x top #e8dec4;
	margin:0px;
	padding:0px;
	font: 12px  verdana, arial, helvetica;
	color:#000;
}

p{
	text-align:justify;
	line-height:15px;
	padding:0px 0 5px 0;
}

p.left_arrow{
	text-align:justify;
	line-height:15px;
	padding:0px 0 5px 60px;
	background:url(img/tool.gif) no-repeat left top;
}

.clear{
	clear:both;
}

#main_container{
	width:900px;
	height:265px;
	margin:auto;
	padding:0px;
	background:url(img/skrypnyk.png) no-repeat top center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}

.center_content{
	width:900px;
	margin:auto;
}

#header{
	width:865px;
	height:265px;
	margin:auto;
}

#logo{
	padding: 2px 0 0 2px;
	float: left;
	opacity: 0.25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

a.testimonial{
	float:right;
	padding:0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}

/*----------------------menu-------------------------*/

#menu{
	float:right;
	padding:10px 0px 0 0;
}

#menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
}

#menu ul li{
	list-style:none;
	display:inline;
	float:left;
	width:auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold; 
}

#menu ul li a{
	float:left;
	text-decoration:none;
	padding:0px 4px 0 4px;
	margin:0px 8px 0 8px;
	color: #A2AAAE;
	text-align: center;
}

#menu ul li a:hover{
	text-decoration: none;
	color: #666A6D;
	border: 1px solid #A2AAAE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: 0 2px 0 #7A8083;
	-webkit-box-shadow: 0 2px 0 #7A8083;
	box-shadow: 0 2px 0 #7A8083;
	/* Fallback Color */
	background: #A2AAAE;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#CBD5DA, #A2AAAE);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CBD5DA), to(#A2AAAE));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(#CBD5DA, #A2AAAE); 
	/* IE */
	filter: ~"progid:DXImageTransform.Microsoft.gradient( startColorstr='#CBD5DA',endColorstr='#A2AAAE',GradientType=0 )";
	/* IE10 */
	background-image: -ms-linear-gradient( #CBD5DA,#A2AAAE );
	/* W3C */
	background-image: linear-gradient( #CBD5DA,#A2AAAE );
}

#menu ul li a.current{
	float:left;
	text-decoration:none;
	padding:0px 4px 0 4px;
	color: #666A6D;
	margin:0px 8px 0 8px;
}

/*-----------------main content----------------------------*/

.main_content{
	width:900px;
	height:auto;
	margin:auto;
	padding:0 0 30px 0;
	background-color:#FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}

.main_content_top{
	width:900px;
	height:16px;
}

#boxes_content{
	width:900px;
	clear:both;
	margin:auto;
}

.box{
	padding:10px 10px 10px 16px;
	float:left;
}

.box_content{
	background:url(img/box_bg.gif) no-repeat center;
	width:259px;
	height:202px;
}

.boxtitle{
	font-size:18px;
	color:#fff;
	padding:10px 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
}

.box_icon{
	clear:both;
	float:left;
	width:80px;
	padding:25px 0 0 15px;
}

p.text_content{
	width:135px;
	float:left;
	text-align:left;
	padding:5px 10px 0 15px;
	color:#fff;
	line-height:15px;
}

a.read_more{
	padding:10px 0 0 0;
}

.title{
	font-size:18px;
	color:#000000;
	padding:10px 0 0 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.left_content{
	width:420px;
	float:left;
	padding:10px 10px 10px 20px;
}

a.cepepe
{
	color:#FFF;
	font:bold 10px arial,sans-serif;
	text-decoration:none;
}

a.mailto
{
	color:#0099ff;
}

.right_content{
	width:390px;
	float:left;
	padding:10px 0 10px 20px;
}

.right_news{
	float:left;
	width:auto;
	border-bottom:1px #CCCCCC dashed;
	padding:10px 0 8px 0;
}

.news_icon{
	width:100px;
	height:90px;
	float:left;
	background:url(img/SkrypnykNews.png) no-repeat center;
}

.contact_icon{
	width:49px;
	height:44px;
	float:left;
	background:url(img/icon4.gif) no-repeat center;
}

.services_icon{
	width:49px;
	height:48px;
	float:left;
	background:url(img/icon5.gif) no-repeat center;
}

.news_content{
	width:270px;
	float:left;
	text-align:justify;
	line-height:15px;
	padding:0 0 0 10px;
}

img.photo{
	padding:10px 0 0 0;
}

/*----------------------list-------------------------*/

.list_left{
	float:left;
	width:190px;
	padding:20px 10px 20px 0;
}

.list_right{
	float:right;
	width:190px;
	padding:20px 0 20px 0;
}

ul.list{
	list-style:none;
	padding:0px;
	margin:0px; 
}

ul.list li{
	list-style:none;
	width: auto;
	height: auto;
	padding:0px;
}

ul.list li a{
	height: 16px;
	width: auto;
	display:block;
	padding:0 0 0 25px;
	margin:5px 0 10px 0;
	color:#5e5e5e;
	text-align:left;
	background:url(img/arrow_bullet.gif) no-repeat left;
	text-decoration:none;
}

ul.list li a:hover{
	height: 16px;
	width: auto;
	text-decoration:underline;
	color: #5e5e5e;
}

.project_tab{
	float:left;
	width:auto;
	padding:15px 0 20px 0;
}

a.yellow{
	font-size:14px;
	color:#6D4930;
	font-weight:bold;
	text-decoration:none;
}

.project_thumb{
	width:133px;
	height:103px;
	float:left;
	text-align:center;
	background:url(img/thumb_bg.gif) no-repeat center;
	padding:15px 0 0 0;
}

p.project{
	width:250px;
	float:left;
	text-align:justify;
	line-height:21px;
	padding:2px 0 0 10px;
	margin:0px;
}

/*-----------------------contact_form-------------------*/

#contact_form{
	width:370px;
	height:auto;
	padding:20px 0 0 20px;
}

.form_row{
	float:left;
	padding:7px 0 7px 0;
}

label{
	width:60px;
	float:left;
	padding:3px 5px 0 0;
	color:#175b6c;
	text-align:right;
	font-weight:bold;
}

input.contact_input{
	width:293px;
	height:24px;
	float:left;
	border:1px #BFB28F solid;
	background-color:#E8DEC4;
	color: #6F664C;
}

textarea.contact_textarea{
	width:293px;
	height:80px;
	float:left;
	border:1px #BFB28F solid;
	background-color:#E8DEC4;
	color: #6F664C;
}

input.send_message{
	float:right;
	padding:10px 10px 0 0;
}


/*-----------------------------footer------------------*/

#footer{
	clear:both;
	width: auto;
	height:50px;
	color: #0c9cc9;
}

.copyright{
	float:right;
	padding-left:10px;
	padding-top:10px;
}

.footer_links{
	float:left;
	padding-right:15px;
	padding-top:13px;
}

#footer a{
	text-decoration:none;
	color: #2A1C11;
	padding-left:10px;
}

#footer a:hover{
	text-decoration:underline;
	color: #2A1C11;
}

