@charset "utf-8";
/* Created on: 27.07.2013*/

*
{
    margin:0;
    padding:0;
}

#sky
{
	max-width: 1000px;
	min-width: 1000px;
	margin: 0px auto;
	border: 0px solid #000;
}

body
{
	background-color: fff;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font: normal 14px Verdana;
	color: #000;
	height:100%
}

#logo
{
	margin-top: 30px;
	margin-left: 50px;
}

#footer
{
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid white;
}

#w
{
	background-image: url(../img/img_bg_td.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-left: 100px;
	width: 800px;
	height: 350px;
}

a
{
	text-decoration: none;
	color: #4682B4;
	outline: none;
}

a:hover
{
	text-decoration: none;
	color: #1C1C1C;
}

table.btn
{
	border: 0px solid #000;
	margin-right: 100px;
	float: right;
}

td.btn
{
	width: 138px;
	height: 42px;
	text-align: center;
}

a.menu_about
{
	background-image: url(../img/about.png);
	background-repeat: no-repeat;
	display: block;
	width: 138px;
	height: 42px;
}

a.menu_about_selected
{
	background-image: url(../img/about_hover.png);
	background-repeat: no-repeat;
	display: block;
	width: 138px;
	height: 42px;
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	-webkit-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	-moz-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
}



a.menu_about:hover
{
	background-image: url(../img/about_hover.png);
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	-webkit-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	-moz-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
}

a.menu_portfolio
{
	background-image: url(../img/portfolio.png);
	background-repeat: no-repeat;
	display: block;
	width: 138px;
	height: 42px;
	margin-left: 10px;
}

a.menu_portfolio_selected
{
	background-image: url(../img/portfolio_hover.png);
	background-repeat: no-repeat;
	display: block;
	width: 138px;
	height: 42px;
	margin-left: 10px;
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	-webkit-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	-moz-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
}

a.menu_portfolio:hover
{
	background-image: url(../img/portfolio_hover.png);
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	-webkit-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	-moz-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
}

a.menu_contacts
{
	background-image: url(../img/contacts.png);
	background-repeat: no-repeat;
	display: block;
	width: 138px;
	height: 42px;
	margin-left: 10px;
}

a.menu_contacts_selected
{
	background-image: url(../img/contacts_hover.png);
	background-repeat: no-repeat;
	display: block;
	width: 138px;
	height: 42px;
	margin-left: 10px;
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	-webkit-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	-moz-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
}

a.menu_contacts:hover
{
	background-image: url(../img/contacts_hover.png);
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	-webkit-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	-moz-box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
	box-shadow: 0px 0px 20px rgba(100,149,237,0.8);
}
