body{
	background:#e7e7e7 url('../images/layout/background-top.jpg') repeat-x;
	margin:0 auto;
}

.bold {
	font-weight:bold;	
}

.large {
	font-size:1.2em;	
}

.large span {
	font-size:1.4em;
	color: #d44100;	
}

p.title {
	width:400px;
	height:80px;
	z-index:20;
	float:left;
}

p.title span {
	display:block;
	font-size:0.4em;
}

p.title img {
	position:absolute;
	top:0;
}

a {
	color:#37241A;
	text-decoration:underline;
}

a:hover{
	color:#37241A;
	text-decoration:none;
}

.holder{
	width:1000px;
	position:relative;
	margin:0 auto;
}

h3 {
	margin-top: 30px;	
}

#logo{
	height:68px;
}	
#page_bottom{
	background:#FFE494 url('../images/layout/content_bottom.jpg') no-repeat;	
	height:15px;
}

#header{
	margin-top:80px;
	height:370px;
	color:#f2f2f2;
}

.slogan{
	height:45px;
}

#slider {
	width:443px;
	height:273px;
	float:left;	
	position:relative;
}

#slider .background{
	background:transparent url('../images/layout/slider.png') no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:443px;
	height:273px;
}

#slider #photos {
	position:absolute;
	top:24px;
	left:18px;
}

#slider .panel-overlay {
	color:#444;
	background:transparent url('../images/layout/slider/subtitle.png') no-repeat;
}

#slider .strip_wrapper {
	display:none;
}

#slider .nav-prev {
	background:transparent url('../images/layout/slider/arrow.png') no-repeat top left;	
}

#slider .nav-next {
	background:transparent url('../images/layout/slider/arrow.png') no-repeat bottom left;	
}

#slider .nav-next:hover {
	background:transparent url('../images/layout/slider/arrow.png') no-repeat bottom right;	
}

#slider .nav-prev:hover {
	background:transparent url('../images/layout/slider/arrow.png') no-repeat top right;	
}

h1#content_heading {
	float:none;
	height:auto;
	width:auto;
	z-index:20;
	font-weight:normal;
	margin-bottom:30px;
	color:#444;
	padding-bottom:5px;
	font-size:1.7em;
	border-bottom:1px dashed #444;
}

#welcome {
	margin-left:20px;
	float:left;
	color:white;
	width:480px;
}

#welcome p.h2{
	font-weight:normal;
	font-size:1.9em;
	padding:0;
	margin:0;
	margin-top:5px;
}

#welcome p {
	padding-top:10px;
	font-size:.9em;
}

#welcome p.slogan {
	padding:0;
	font-weight:bold;
	font-size:1.2em;
	margin:0;
}

#welcome span {
display: block;
}
#welcome h2.slogan{

	position:relative;
	top:30px;
	font-size:1.6em;	
}
#plans{
	height:249px;
}
#plans ul{
	margin-top:5px;
}
#plans li{
	list-style-type:none;
	float:left;
	width:240px;
	margin-right:10px;
	text-align:left;
	position:relative;
}
#plans li span{
	position:absolute;
	top:1px;
	left:6px;
	color:#f4f4f4;
}
#plans li h4{
	background:url('../images/layout/point.png') no-repeat;
	padding: 2px 0 5px 25px;
	font-size:0.9em;
	height: 2em;
	border-bottom:1px solid #808080;
}
#plans li p{
	padding-top:0;
	padding-right: 15px;
	display:block;
	text-align: justify;
	font-size:0.9em;
}
#our_work{
	height:249px;
}
#our_work .item{
	width:320px;
	float:left;
	margin-left:20px;
}
#our_work .firstitem{
	width:320px;
	float:left;
	margin-left:0;
}
#our_work .title{
	padding:10px 0;
	border-bottom:1px solid #96be0a;
}
#our_work .title img{
	float:left;
}
#our_work .title p{
	margin-top:12px;
	width:265px;
	float:left;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	margin-left:5px;
}
#our_work .intext{
	padding:10px 0;
	border-top:1px solid #a7d311;
}

#logo_right_top{
	position:absolute;
	top:-4px;
	right:-4px;
	background:url('../images/layout/right_top_studio.png') no-repeat;	
	width:129px;
	height:129px;
}
.arrow{
	background:#f2f2f2 url('../images/layout/box_arrow.png') scroll 40% 0 no-repeat;	
	height:30px;
	padding: 5px 0 0 50%;
}
.arrow a{
	font-size:1em;
	color:#37241a;
	text-decoration:none;
}
.arrow a:hover{
	text-decoration:underline;
}

#topmenu {	
	z-index:10;
	width:100%;
	height:68px;
	background:url('../images/layout/background-menu.png') repeat-x;
	position:absolute;
	top:0px;
	left:0px;
}
#topmenu ul {
	float:left;
	width:600px;
	text-align:center;
	margin:0;
	padding:0;
	list-style:none outside none;
}

#topmenu ul li {
	float:left;
	margin:0px 2px;
}

#topmenu ul li:first-child {
	float:left;
	margin-left:40px;
}

#topmenu ul li a {
	background-position:0 4px;
	background-repeat:no-repeat;
	color:#E9E9E9;
	display:block;
	float:left;
	font-variant:small-caps;
	font-weight:bold;
	height:16px;
	margin:20px 10px;
	padding:2px 10px 5px 30px;
	text-decoration:none;
}

#topmenu ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}

#topmenu ul li.selected{
	background:url('../images/layout/hover_menu.png') top right no-repeat;
}

#topmenu ul li.selected a {
	color:#ffffff;
	text-decoration:none;
}

#content {
	margin:20px 0;
	float:left;
}

#content h2, #right_collumn h2{
	margin-bottom: 0.4em;
	font-size: .1em;
	font-weight:normal;
	text-indent:-5000px;
}

#content h2.pencil {
	background:url('../images/layout/pencil.png') no-repeat;
	padding:4px 0 4px 40px;
}

#content h2.stats {
	background:url('../images/layout/stats.png') no-repeat;
	padding:4px 0 4px 40px;
}

#right_collumn h2.helpdesk p {
	display:block;

}

#content .box{
	position:relative;
}

#content .textbox{
	padding:10px;
	padding-top:50px;
	margin-bottom:30px;
}

#content .web{
	background:url('../images/layout/title/title_web.jpg') no-repeat;
}

#content .stats{
	background:url('../images/layout/title/title_seo.jpg') no-repeat;
}

#content .grafika{
	background:url('../images/layout/title/title_grafika.jpg') no-repeat;
}

#content .cms{
	background:url('../images/layout/title/title_cms.jpg') no-repeat;
}

#content .eshop{
	background:url('../images/layout/title/title_eshop.jpg') no-repeat;
}

#right_collumn .helpdesk{
	background:url('../images/layout/title/title_helpdesk.jpg') no-repeat;
}

#right_collumn .offer{
	background:url('../images/layout/title/title_offer.jpg') no-repeat;
}

#right_collumn .contactbox{
	background:url('../images/layout/title/title_contact.jpg') no-repeat;
}

#right_collumn .referencebox{
	background:url('../images/layout/title/title_reference.jpg') no-repeat;
}

#right_collumn .offer li{
	list-style-type: none;
	height:30px;
	margin:10px 0;
	background:url('../images/layout/dots-hori.png') repeat-x bottom left;
}

#right_collumn .offer li a{
	text-decoration:none;
}

#right_collumn .offer li img{
	vertical-align: middle;
	padding-right:5px;
}

#content p, #right_collumn p{	
	color:#444444;
	margin-bottom:5px;
}

#content .inside{
	float:left;
	width:500px;
	margin-bottom:50px;
	padding-top: 0;
} 

#language {
	display:none;	
}

#homepage_link {
	display:none;		
}

#right_collumn {
	float:right;
	background:url('../images/layout/dots-vert.png') repeat-y;
	padding-left:60px;
}

#right_collumn h3{
	font-size:1em;
	padding:5px 0;
}

#right_collumn .textbox {
	width:284px;
	padding-top:85px;
}

#right_collumn .textbox .bottom{
}
#right_collumn .textbox .intext{
	padding:10px;
}
#right_collumn .textbox label{
	display:block;
}
#right_collumn .textbox .input{
	color:#191919;
	padding:2px;
	margin:3px 0;
	width:170px;
	height:25px;
	border: 1px solid #ccc;
}



#right .textbox .intext p{
	color:#2e2e2e;
	font-size:1em;
}
h1.welcome_text{
	background:url(../images/layout/h1.png) no-repeat;
	width:572px;
	text-align:right;
	position:absolute;
	right:15px;
	top:80px;
	font-size:2em;
	margin:0;
	height:80px;
	
}
.welcome_text span{
	display:none;
}

p.top_text{
	position:absolute;
	top:50px;
	left:20px;
	width:400px;
}


#reference{
	margin:0 auto;
}
#reference .item{
	margin:0 auto;
	width:500px;
	border-bottom: 1px dashed #444;
	left: 0px;	
	float:left;
	overflow:hidden;
	border-bottom:1px dashed #444;
}

#reference .image{
	padding:10px 10px 1px 10px;
}

#reference .text{
	width:500px;
	padding:10px;
	color:#2e2e2e;
	font-size:1.1em;
}
#reference .text p{
	margin:0;
	font-size:0.9em;
}

#reference .bottom{	
	height: 9px;
	width:616px;
	display:block;
}

#bottom{
	background:url('../images/layout/background-bottom.png') repeat-x;
	height:348px;
	position:relative;
}

#bottom .error{
	position:absolute;
	top:100px;

}

#bottom .intext{
	width:1000px;
	margin: 0 auto;
}

#bottom h3{
	padding:25px 0 0 0;
	color:#f2f2f2;
	font-size:1.5em;
	font-weight:normal;
	margin:0;
}

#bottom p {
	color:#f2f2f2;
	font-size:1em;
	padding:0 0 25px 0;
}

#bottom .form {
	width:600px;
	margin:0 auto;
	float:left;
}

#bottom .grasslogo {
	margin:20px 50px;
	width:271px;
	height:247px;
	float:left;
	display:block;
	background:url('../images/layout/logo-grass.png') no-repeat;
}

#bottom form .inputs {
	float:left;
	width:290px;
		
}

#bottom form .textarea {
	margin-left:20px;
	float:left;	
	width:287px;
}

#bottom label {
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-top:7px;
	color:#f2f2f2;
}
#bottom .input {
	color:#191919;
	padding:5px;
	margin-left:10px;
	float:left;
	background:url('../images/layout/input.png') no-repeat;
	width:170px;
	height:25px;
	border:0;
	margin-bottom:10px;
}

#bottom textarea {
	color:#191919;
	padding:5px;
	float:left;
	background:url('../images/layout/textarea.png') no-repeat;
	width:277px;
	height:115px;
	border:0;
	margin-bottom:10px;

}
#bottom .error p {
	font-weight:bold;
	margin:1px;
	padding:0;
	color:#A1CC0D;
	font-size:0.9em;
}

#footer{
	color:#a1cc0d;
	text-align:center;
	margin-top:10px;
	
}
#footer a{
	color:#a1cc0d;
	
}

div.menu_float {
background:none repeat scroll 0 0 transparent;
left:0;
margin-top:-117px;
position:fixed;
top:50%;
width:42px;
z-index:20;
}
.float_yellow {
background:url("../images/menu/to_contact.png") no-repeat scroll left top transparent;
margin-bottom:8px;
padding-bottom:20px;
padding-left:10px;
padding-top:10px;
}
.menu_contact {
background:url("images/menu/to_contact.png") no-repeat scroll 0 0 transparent;
display:block;
height:165px;
width:35px;
}
a.float_blue {
background:url("../images/menu/to_up.png") no-repeat scroll left top transparent;
display:block;
height:48px;
width:35px;
}
#contact {

}


.button_box .standard_button {
	width:120px;
	background:url("../images/layout/button.png") no-repeat scroll left top transparent;
}

.standard_button {
	border: 0;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	height:33px;
	margin:0 9px 0 0; 
	padding:0 0 0 43px;
}

.button_box {
	background:url("../images/layout/button_end.png") no-repeat scroll right top transparent;
	display:block;
	height:33px;
	width:129px;
}

#lang {
	position:absolute;
	top:-20px;
	right:0;
}

#lang a{
	display:block;
	float:left;
	padding:15px 5px 5px 5px;
	background: #92c701;
	border: 1px solid #9dd503;
	margin-left:10px;
}

#content a.plus {
	background:url("../images/layout/plus.png") no-repeat 0 3px;
	display:block;
	height:15px;
	padding-left:18px;
	float:right;
}

.nabizime {
	margin:0 0 20px 0;
}

#breadcrumb {
	position:absolute;
	top:80px;	
	color:white;
}

#breadcrumb a{
	color:white;
}

.weoffer h3 {
	font-size: 1.2em;
	font-weight:bold;
	margin:5px 0;	
}

.weoffer h4 {
	border-top:1px dashed #444;
	padding-top:5px;
	background:url("../images/icons/accept.png") no-repeat 0 5px;
	padding-left:20px;
	font-size: 1em;
	font-weight:normal;
	margin:10px 0 5px 0;	
}

.weoffer span {
	color:#88B802;
	font-weight:bold;
}
