/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* voge CSS */



html, body, textarea {
	color: #0e3433;
	font-size: 14px;
}
html, body, div, p, h1, h3, table, td, th, ul, ol, textarea, input {
	font-family:arial, helvetica, sans-serif;
}
img {
	border: none;
}
p {
	margin:0 0 13px;
}
a:link, a:visited {
	color:#2e5276;
}
input, select, button {
overflow: visible;
vertical-align: middle;
}
ul, ol, li {
	margin:0px;
	padding:0px;
}

/*== main ==================================*/
#layout_body {
	margin: 0px;
	padding: 0px;
	background:#c5d886;
        background-repeat: repeat-y;
        background-position:center;

}
#main0 {
	width:100%;
	margin:0px;
}
#header {
	position:relative;
	height:260px;
        top:0px;
	width:100%;
	background:url(img/b.jpg) left top repeat-x;
}
#menu {
	position:relative;
	height:24px;
	padding:3px 10px 5px;
	background:url(img/bg_menu.jpg) 3px top repeat-x;
	overflow:hidden;
        background-position:center;
}
#center1 {
	background:url(img/bg_center1.jpg) left top repeat-y;  

}
#center2 {
	background:url(img/bg_center2.jpg) left top no-repeat;  
}
#center3 {
	min-height:450px;
	_height:450px;
	background:url(img/fb.jpg) left bottom repeat-x;  
}
#footer {
	position:relative;
	height:80px;
	padding:10px 10px 5px;
	background:url(img/bg_footer.jpg) left top repeat-x; 
}
#copyright {
	position:relative;
	height:30px;
	line-height:30px;
	padding:0px 20px;
	color:#ecebf0;
	font-size:12px;
	background:url(img/bg_copyright.jpg) left top repeat-x; 
}

.t_1{padding-top:10px;}


/* == header =================== */
#logo {
	position:relative;
	display:block;
	width:300px;
	height:166px;
	top:0px;
left:0px;
}
#tel {
	position:absolute;
	right:29px;
	bottom:36px;
	min-width:140px;
	_width:140px;
	color:#123346;
	font-size:18px;
	text-transform:uppercase;
}

/* == menu =================== */
#menu ul {
	float:left;
	left:50%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position:relative;
}
#menu ul li {
	float:left;
	position:relative;
	right:50%;
}
#menu a {
	display:block;
	padding:4px 16px;
	text-decoration:none;
	/*width:auto;*/
	text-transform:uppercase;
	border-left:1px solid #d61010;
	border-right:1px solid #fbc7c7;
}
#menu a:link, #menu a:visited {
	color:#000;
}

/* == center =================== */
#left {
	position:relative;
	width:571px;
	padding:36px 0 111px 66px;
}
#right {
	position:relative;
	padding:12px 17px 111px 75px;
}
.block2 {
	height:60px;
	background:url(img/bg_block2.png) left top no-repeat;


}
.block1 {
	min-height:150px;
	_height:150px;
	_margin-top:-3px;
	padding:15px 70px 15px 80px;
	background:url(img/bg_block1.jpg) left top repeat-y;
text-align: justify; 
}
.block {
	position:relative;
	margin-bottom:15px;
}
.block5 {
	height:35px;
	background:url(img/bg_block5.png) left top no-repeat;
font-size:14px;
text-transform:uppercase;
font-weight:bold;
color:#788576;
padding-top:1px;
text-align:center;
}

.block4 a:link, .block4 a:visited {
color:#4e7648;
font-size:12px;
}

.block4 {
	width:170px;
	min-height:100px;
	_height:100px;
	_margin-top:13px;
	padding:15px 25px 15px 15px;
	background:url(img/bg_block4.jpg) left top repeat-y;
}
.title {
	margin:5px 0px 0px 13px;
	z-index:5;
}




/* == footer =================== */
#copyright a:link, #copyright a:visited {
	color:#fff;
	text-decoration:none;
}
#copy_right {
	float:right;
}

/* == misc =================== */
.clear {
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	font-weight:500;
}
h1 {
	font-size:30px;
	margin:0px;
}
h2 {
	font-size:22px;padding-top:20px;padding-left:20px;
}
h3 {
	font-size:18px;
	margin:5px 0px 0px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:11px;
}

