*{padding: 0; margin: 0;}
html{
	height: 100%;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #f5f5fa url(/img/dekor/bg.png) repeat-x top;
	height: 100%;
	width: 100%;
}
.main{
	height:100%;
}
.logo{
	display: block;
	margin-left:45px;
	margin-bottom: 10px;
	margin-right: 99px;
}
.top_menu{
	background: url(/img/dekor/bg_top.jpg) top right no-repeat;
}
.top_menu .top{
	margin-left: -47px;
}
.top_menu .top a{
	background: url(/img/dekor/m_out.png) top left no-repeat;
	display: inline-block;
	width:136px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size: 16px;
	height: 36px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
}

.top_menu .top a.select{
	background-image: url(/img/dekor/m_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.top_menu .top a:hover{
	background: url(/img/dekor/m_over.png) top left no-repeat;
	color: #EEE;
}
.pos{
	position:absolute;
	width:50px;
	height: 15px;
	background:url(/img/dekor/pos.png) top left no-repeat;
	margin-left: 462px;
	margin-top: 21px;
}
.lang{
	position:absolute;
	top:15px;
	margin-left:700px;
	font-size: 10px;
}
.lang a{
	text-decoration: none;
	color: #606060;
	font-size:10px;
	font-weight: bold;
}
.lang a:hover{
	color: #FF3333;
}
.lang a.select{
	color: #ff2659;
	text-decoration: underline;
}
.contact{
	background: url(/img/dekor/gr_rectangle.png) bottom left no-repeat;
	vertical-align: middle;
	text-align:center;
	border-bottom: 1px solid #9bc911;
}
.contact span{
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	color: #707070;
	font-size:13px;
	font-weight:normal;
	padding-right: 40px;
}
.contact span:first-child{
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	color: #707070;
	font-size:22px;
	font-weight:normal;
	padding-bottom: 10px;
}
.top_link{
	background: url(/img/dekor/top_menu_right.jpg) top right no-repeat;
	text-align:right;
	border-bottom: 1px solid #9bc911;
	padding-left: 75px;
}
.top_link div{
	/*display:inline-block;*/
	display: block;
	float: left;
	width: 186px;
	margin-left: 18px;
	margin-right: 27px;
	height:148px;
	text-align:center;
}
.top_link div a{
	display:block;
	width: 187px;
	color: #434347;
	font-size: 15px;
	margin-bottom: 3px;
	text-decoration: none;
	letter-spacing: 0px;
	margin-top: 5px;
}
.top_link div a:hover{
	color: #7b7b7b;
	text-decoration: underline;
}
.top_link div a.select{
	color: #ff0033;
}
.top_link div a img{
	border: none;
}
.left_menu{
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 30px;
}
.left_menu h1{
	font-size:17px;
	color: #686868;
	text-align: left;
	padding-left: 30px;
	font-weight:normal;
	text-decoration: underline;
}
.left_menu h1 a {
	color: #FC2659;
}

.left_menu ul{
	margin-left: 60px;
	list-style-type: none;
	margin-top: 7px;
}
.left_menu ul .ok {
	background-image: url(/img/dekor/arrow_red.png);
	color: #b1b1b1;
}
.left_menu ul .ok a {
	color: #F03;
}

.left_menu li.select{
	padding-top:3px;
	padding-bottom: 3px;
	background-image: url(/img/dekor/red_list.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.left_menu li{
	padding-top:3px;
	padding-bottom: 3px;
	background-image: url(/img/dekor/arrow_yellow.png);
	background-repeat: no-repeat;
	background-position: left 9px;
}
.left_menu ul a{
	font-size: 15px;
	color:#535353;
	text-decoration:none;
	margin-left: 14px;
}
.left_menu ul a:hover{
	color:#b1b1b1;
}
.left_menu ul li.select a{
	color:#ff2659;
}
.content p a {
	color: #F03;
	font-size: 14px;
}

.our_works{
	margin-top: 10px;
	background:url(/img/dekor/bg_work.png) left 10px repeat-y;
}
.our_works li {
	padding-top:3px;
	padding-bottom: 3px;
	background-image: url(img/dekor/arrow_gray.png);
	background-repeat: no-repeat;
	background-position: left 9px;
}
.our_works ul .ok {
	background-image: url(/img/dekor/arrow_red.png);
}


.our_works a img{
	border:none;
} 
.main_content{
	background:url(/img/dekor/aft_m.jpg) top left no-repeat;
	vertical-align: top;
}
.aft_m_bot{
	position: absolute;
	background: url(/img/dekor/aft_m_bottom.png) top left no-repeat;
	width: 44px;
	height: 30px;
	margin-top: 26px;
	margin-left: 248px;
}
h1, h2, h3, h4{
	text-align:center;
}
.content .test {
	width: 220px;
	border: 1px solid #999;
	padding: 1px;
	margin: 1px;
}


.content{
	vertical-align:top;
	padding-bottom: 25px;
}
.content img {
	margin: 15px;
}
.content .breadcrumb{
	display:block;
	width: 720px;
	margin-left: 50px;
	color:#707070;
	margin-top: 7px;
	margin-bottom: 7px;
}
.content.portfolio .breadcrumb {
	padding-left: 85px;
}

.content .breadcrumb a{
	text-decoration:none;
	color:#707070;
}
.content .breadcrumb a:hover{
	text-decoration:underline;
	color:#707070;
}
.content ul {
	list-style-position: inside;
	margin-left: 25px;
}

.content ul li {
	list-style-position: inside;
	padding-top: 3px;
}

.content .breadcrumb a.select{
	font-weight: bold;
	color:#ff2659;
}
.content p{
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 15px;
}
.content h1{
	font-size: 24px;
	text-align: right;
	font-weight: normal;
	padding-right: 50px;
	padding-bottom: 10px;
	color: #555;
}
.content h2{
	font-size: 20px;
	padding: 14px;
	font-weight: normal;
	color: #555;
}
.content h3{
	font-size: 13px;
}
.content h4{
	font-size: 13px;
	color: #333;
	text-align: left;
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.footer{
	background:url(/img/dekor/bg_footer.png) bottom repeat-x;
	color:#707070;
}
.footer p{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
}
.footer div{
	display: inline-block;
	font-size:17px;
}
.footer div span{ 
	font-size:14px;
}
.dragonfly{
	background:url(/img/dekor/dragonfly.jpg) bottom right no-repeat;
	position:relative;
	display: inline-block;
	width:62px;
	height:72px;
	margin-top: -50px;
	top: 19px;
}
.shar {
	background:url(/img/dekor/sh.png) top left no-repeat;
	position:absolute;
	width: 101px;
	height: 174px;
	margin-top: -160px;
	margin-left: 305px;
}
.paint{
	background:url(/img/dekor/paint.jpg) bottom right no-repeat;
	position:absolute;
	display: inline-block;
	width:91px;
	height:84px;
	margin-top: -93px;
}
.ball {
	background:url(/img/dekor/ball.png) top left no-repeat;
	position:absolute;
	width: 89px;
	height: 68px;
	margin-top: 10px;
	margin-left: 1070px;
}
.portfolio{
	background:url(/img/dekor/year_dek.jpg) right 67px no-repeat;
}

.tab{
	width:838px;
	height:25px;
	margin-top:22px;
	margin-right:20px;
	text-align: right;
}
.tab .start_line {
	background-image: url(/img/dekor/portfolio_line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 138px;
	line-height: 25px;
}
.tab .start_sel {
	background-image: url(/img/dekor/year_tab.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
	width: 3px;
	line-height: 25px;
}
.tab .stop_sel {
	background-image: url(/img/dekor/year_tab.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 25px;
	width: 1px;
	line-height: 25px;
}


.tab div{
	display: inline-block;
	height:25px;
	background-image: url(/img/dekor/portfolio_line_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 4px;
	padding-right: 4px;
}
.tab div.select{
	display: inline-block;
	height:25px;
	background-image: url(/img/dekor/portfolio_line_sel_bg.gif);
	background-repeat: repeat-x;
	padding-left: 0px;
	line-height: 25px;
	color: #ff3366;
	font-weight: normal;
}
.tab a{
	display:block;
	height:25px;
	line-height:25px;
	text-align:center;
	text-decoration: none;
	color: #707070;
	font-weight:normal;
	outline: none;
	padding-right: 8px;
	padding-left: 7px;
}
.tab a:hover{
	color: #ff3366;
}

.tab div.select a{
	color: #ff3366;
}

.p_list{
	margin-top: 27px;
	margin-bottom: 27px;
}
.p_list td{
	padding:11px;
	text-align:center;
}
.p_list a{
	text-align: center;
	font-size: 14px;
	color:#000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom:10px;
	display:block;
}
.p_list a:hover{
	color:#4f4f4f;
}
#navigation {
	font-size: 20px;
	color: #F00;
}

#navigation a{
	color: #707070;
	text-decoration: none;
	font-size: 18px;
}
#navigation a:hover{
	font-size: 20px;
	letter-spacing: -2px;
}
.p_smol {
	background-image: url(/img/dekor/site_frame_smol.png);
	height: 285px;
	width: 407px;
}
.p_smol p {
	padding-top: 18px;
	padding-left: 123px;
	padding-bottom: 0px;
	font-size: 11px;
}

.p_smol a img {
	margin: 0px;
	padding: 1px;
}
.p_big {
	background-image: url(img/dekor/site_frame_big_f.gif);
	background-repeat: repeat-y;
	width: 713px;
	background-position: center;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.p_big_top {
	background-image: url(img/dekor/site_frame_big.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 27px;
	padding-bottom: 0px;
	padding-left: 185px;
	padding-right: 0px;
	height: 25px;
}

.p_big_btm {
	background-image: url(img/dekor/site_frame_big.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 16px;
}
.p_big img {
	margin: 0px;
	padding-left: 1px;
}
.pre {
	width: 800px;
	margin-left: 25px;
	font-size: 13px;
	font-style: italic;
	color: #333;
	margin-top: 10px;
}
.content h2 a {
	color: #F03;
}
.firm_brand {
	font-size: 16px;
	color: #777;
	text-decoration: underline;
}
.vizitka {
	background-image: url(/img/dekor/vizitka_bg.png);
	height: 221px;
	width: 379px;
	margin-left: 23px;
	margin-right: 0px;
}
.vizitka img {
	margin: 0px;
	padding-right: 9px;
}
.kalendarik {
	background-image: url(/img/dekor/kalendarik_bg.png);
	height: 279px;
	width: 392px;
	margin-left: 23px;
	margin-right: 0px;
}
.kalendarik img {
	margin: 0px;
	padding-right: 9px;
}


.tester {
	position: fixed;
	/*top: 10px;*/
	bottom: 50px;
	left: 10px;
	border: 1px solid #CCC;
	padding: 10px;
	background-image: url(/img/dekor/trans_75.png);
}
