/*
Theme Name: collapse.bg custom
Theme URI: http://collapse.bg
Description: Default theme
Version: 1.1
Author: CoLLaPSe
Author URI: http://collapse.bg
*/

/*////////// GENERAL //////////*/
body {
	font-size: 12px;
	line-height:18px;
	color: #59594d;
	background: #efe7df url(../images/wall-backgr.png) repeat-x;
}
/*////////// HEADER //////////*/
#header .head-top {
	background: url(../images/top-backgr.png) no-repeat;
	height:79px;
	width:100%;
}	
#header .head-top .logo a {
	background: url(../images/logo.png) no-repeat;
	height: 55px;
	width: 211px;
	display:block;
	text-indent:-9999px;
	position:relative;
	top:13px;
	left:161px;
	border-bottom:none;
}	
#header .head-top #main-nav {
	text-transform:lowercase;
	top: 33px;
	right:123px; /*161px;*/
	z-index:1;
}	
#header .head-top #main-nav ul li {
	float:left;
	font-size:13px;
	font-weight:bold;
	padding:0 0 0 12px;
	z-index:100;
	position:relative;
}
#header .head-top #main-nav ul li a:link,
#header .head-top #main-nav ul li a:visited,
#header .head-top #main-nav ul li a:active {
	color:#59594d;
	text-decoration:none;
	border-bottom:none;
}
#header .head-top #main-nav ul li a:hover,
#header .head-top #main-nav ul li.active a,
#header .head-top #main-nav ul li.parent ul li a:hover {
	color:#c74400;
	text-decoration:underline;
	cursor:pointer;
}
#header .head-top #main-nav ul li.parent a:hover,
#header .head-top #main-nav ul li.parent.active a {
	color:#59594d;
	text-decoration:none;
	cursor:default;
}
#header .head-top #main-nav ul li.parent a:hover {
	color:#c74400;
}
#header .head-top #main-nav ul li ul {
	display:none;
	background:#efe7df;
	border-left:1px solid #d1c5b9;
	border-bottom:1px solid #d1c5b9;
	padding:2px 2px 5px;
	position:absolute;
	left:10px;
	min-width:100px;
}
#header .head-top #main-nav ul li:hover ul {
	display:block;
}
#header .head-top #main-nav ul li ul li {
	float:none;
	border-bottom:1px solid #d1c5b9;
	padding:2px 2px 1px;
}
#header .head-top #main-nav h3 {
	display:none;
}
#header .head-top #language {
	position:absolute;
	top:12px;
	right:19px;
}
.head-middle {
	background: url(../images/backgr-infoblock.png) no-repeat;
	height:159px;
	width:100%;
}
.head-middle #info-box {
	position:absolute;
	top:42px;
	right:23px;
	width:234px;
	height:94px;
}
.head-middle #info-box ul.menu {
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	padding-bottom:11px;
}
.head-bottom {
	background: url(../images/bottom-backgr.png) no-repeat;
	height:242px;
	width:100%;	
}
/*////////// CONTENT //////////*/
#container {
	clear:both;
	width:964px;
	min-height:80px;
	background: url(../images/left-block.png) no-repeat 457px top;
}
#sidebarL {
	display:inline;
	width:537px;
	overflow:visible;
}
#sidebarR {
	display:inline;
	width:397px;
	height:318px;
	overflow:visible;
}
#sidebarR #clients {
	background: url(../images/right-block.png) no-repeat center top;
	padding: 17px 0 30px 96px;
	overflow:hidden;
}
#sidebarR #clients p {
	padding-bottom:0;
	margin-right:36px;
	text-align:right;
}
#sidebarR #sub-menu {
	background: url(../images/right-block-2.png) no-repeat center top;
	width:377px;
	height:285px;
	padding: 17px 0 17px 20px;
	overflow:hidden;
}
#sidebarR #sub-menu ul li {
	padding:12px 0;
}
/*////////// FOOTER //////////*/
#footer p {
	padding:0.5em 0;
}
a.admin-link, a.admin-link:hover {
	border-bottom:none;
	cursor: text;
	color:#59594d;
}
/*////////// CONTACT-FORM //////////*/
div.request-form {
	padding: 50px 0 0;
}
form#ChronoContact_makerequest input,
form#ChronoContact_makerequest textarea{
	padding:5px;
	border:1px solid #e8d4bc;
	background-color:#f7f2ed;
}
form#ChronoContact_makerequest input:focus,
form#ChronoContact_makerequest textarea:focus {
	background-color:#fff;
	border:1px solid #d5b895;
} 
div.cf_textarea {
	width:433px;
}
div.chronoform {
	display:none;
}
div#question {
	position:absolute;
	left:480px;
	bottom:10px;
}
form#ChronoContact_makerequest div.cf_button input {
	background-color:#59594d;
	color:#fff;
}
form#ChronoContact_makerequest div.cf_button input:hover {
	cursor:pointer;
}
.thanks-request {
	display:block;
	width:100%;
	height:200px;
	padding-top:50px;
}
/*////////// 3 COLUMNS //////////*/
#columns3 {
	padding-top:45px;
}
#columns3 div  {
	float:left;
	width:300px;
	padding-right:20px;
}
