/*
Theme Name: Dexpress
Description: Dexpress
Version: 1.0
*/

@import url(css/reset.css);
html {overflow-y: scroll;}
#index, #page {
	font: 14px "Open Sans", sans-serif;
	text-align: center;
	color: #000;
	background: #005036 url(images/pw_maze_white.png);
}
.container {
	width: 920px;
	margin: 0 auto 0 auto;   
  padding: 20px;
	text-align: left;
	position: relative;
  background: #fff;  
}
/* --------------------- HEADER --------------------- */
#header {
	height: 156px;
	position: relative;	
  margin: 0 0 15px 0;
}

#slogan
{
color: #005036;
font-size: 20px;
text-align: center;
font-weight: 600;
position: absolute;
left: 360px;
top: 30px;
display: none;
}

#slogan p
{
line-height:28px;
}

#logo {
  width: 656px;
	height: 68px;
	left: 0;
  top: 10px;
	position: absolute;
	text-indent: -10000px;
	z-index: 10;
  background: url(images/logo.png) no-repeat;
}
#contact-top
{
right: 0;
top: 5px;
position: absolute;
color: #005036;
font-size: 15px;
font-weight: 600;
background: #ffc40e;
padding: 15px;
}
#contact-top p
{
font-size: 18px;
margin: 0;
font-weight: 700;                                 
line-height: 24px;
text-align: center;
}
#contact-top a
{
color: #005036;
}
#name-top
{
left: 0;
top: 28px;
position: absolute;
color: #F18E00;

width: 920px;
display: none;
}
#name-top p
{
font-size: 15px;
margin: 0;
font-weight: bold;
}
#name-top a
{
color: #F18E00;
}

#heading
{
left: 290px;
top: 25px;
position: absolute;
color: #F18E00;
}
#heading h2
{
font-size: 30px;
color: #4d4d4d;
}

#packages
{
width: 436px;
}

.package
{
width: 205px;
text-align: left;
margin: 0 0 20px 0;
}

.package h2
{
background: url(images/bg-package.png) no-repeat;
color: #fff;
font-size: 23px;
padding: 2px 0 3px 15px;
}

#menu-top {
	position: absolute;
  bottom:0;
  left: -20px;
  width: 960px;
  text-align: center;
  margin: 0;  
  background: #005036;
}
#menu-top li {
	display: inline-block;
	background: none;
	padding: 0; 
}
#menu-top a {
	color: #fff;
	font-size: 17px;
	padding: 15px 20px 15px 20px;
	font-weight: 600;
	position: relative;
  display: block;
  text-transform: uppercase;  
  text-decoration: none;
}
#menu-top a:hover, #menu-top .current-menu-item a, #menu-top .current_page_ancestor a, #menu-top .sfHover a {
	background: #ffc40e;
}

#menu-top .sfHover ul li a
{
background: #f0c326; 
text-align: left;
color: #fff;
}
#menu-top ul 
{
background: #f0c326;
}

#menu-top ul li
{
background: url(images/bg-menu-top-sub.png) center 0 no-repeat;
}

#menu-top ul li a, #menu-top .current-menu-item ul a
{
float: none;
font-size: 14px;
color: #5b5d5e; 
padding: 10px 22px; 
background: none;
}

#menu-top ul li a:hover, #menu-top ul .current-menu-item a, #menu-top .sfHover ul .current-menu-item a
{
background: #edbd14;
color: #fff;
}



#menu-top .current-page-ancestor ul .current-menu-item
{
background: url(images/bg-menu-top-sub-a.png) 8px 17px no-repeat; 
}
#rotator-wrapper
{
position: relative;
}
#content #rotator
{
margin: 0 0 15px 0;
}   
#rotator img
{
}      
#content
{
padding: 0 0 20px 0;
}

#page #content
{
}

.menu-sidebar
{
margin: 0 0 20px 0;
padding: 0;
}

.menu-sidebar li
{
background: none;
padding: 0;
}

.menu-sidebar a
{
display: block;
font-size: 15px;
margin: 0 0 2px 0;
background: #1d47ca;
font-weight: 600;
color: #fff;
padding: 9px 10px;
}

.menu-sidebar a:hover, .menu-sidebar .current-menu-item a, .menu-sidebar .current-products-list-parent a, .menu-sidebar .current_page_item a
{
background: #f0c326;
}


#index #column-1
{
width: 577px;
float: left;
text-align: justify;
}

#page #column-1
{
width: 250px;
float: left;
}

#index #column-2
{
width: 337px;
float: right;
text-align: justify;
background: #ededed;
padding: 10px 20px;
} 

#page #column-2
{
width: 700px;
float: right;
text-align: justify;
}

#index #column-2 h2
{
color: #b32424;
} 

.project
{
padding: 0 0 15px 0;
margin: 0 0 15px 0;
border-bottom: 1px solid #f3f3f3;
}  

.project-img
{
float: left;
}

.project-content
{
float: right;
width: 530px;
}              

.news h1
{
margin: 0 0 5px 0;
}

.news-date
{
color: #626262;
font-size: 12px;
margin: 0 0 5px 0;
}

.short-news
{
margin: 0 0 10px 0;
}

.short-news-title
{
margin: 0;
font-weight: 600;
}

.short-news-date
{
color: #626262;
font-size: 12px;
margin: 0 0 5px 0;
}

.read-more
{
float: right;
font-weight: 600;
color: #ca1d3a;
}

#contact-sidebar
{
color: #01655b;
text-align: center;
font-size: 20px;
font-weight: 600;
}

#contact-sidebar a
{
color: #01655b;
}

#contact-sidebar p
{
line-height: 24px;
}

#column-3
{
width: 250px;
float: right;
}

.banners
{
margin: 0 0 20px 0;
padding: 20px 0 0 0;
}

.banners a
{
width: 179px;
float: left;
display: block;
margin: 0 19px 0 0;
}

.banners .last
{
margin: 0;
}

.banners a span
{
display: block;
color: #fff;
text-align: center;
padding: 8px;
background: #1d47ca;
font-weight: 600;
font-size: 16px;
}

.banners a:hover span
{
background: #f0c326;
}
.post-short
{
margin: 0 0 10px 0;
}


#s
{
border: 1px solid #b5b5b5;
padding: 5px 10px;
width: 155px;
}

#searchsubmit
{
background: #133979;
padding: 5px 10px;
border: none;
color: #fff;
}

p {
	line-height: 19px;
	margin: 0 0 15px 0;
}
a {
	color: #005036;
	text-decoration: underline;
}
ul {
	line-height: 19px;
	margin: 0 0 15px 0;
}
ul li {
	background: url(images/bullet.png) 4px 8px no-repeat;
	padding: 0 0 0 17px;
}
blockquote {
	border-left: 2px solid #d5d5d5;
	padding: 0 0 0 20px;
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	color: #005036;
	margin: 0 0 10px 0;
	font-weight: 700;
  text-align: left;
  text-transform: uppercase;

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #005036;
	text-decoration: none;
}

h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
/* --------------------- CONTENT --------------------- */
/* --------------------- FOOTER --------------------- */
#footer-wrapper
{
}
#footer
{
width: 920px;
margin: 0 auto 20px auto;
color: #005036;  
text-align: left;
padding: 12px 20px 12px 20px;
background: #ffc40e;

}
#footer p {
	margin: 0;
	line-height: 18px;
	padding: 0;
	color: #005036;
}
#footer a {
	color: #005036;
  text-decoration: none;
}
#footer a:hover {
	color: #005036;
}
#menu-footer
{
margin: 0;
padding: 0;
text-align: center;
}
#menu-footer li
{
padding: 0;
background: none;
display: inline;
margin: 0 10px 0 0;
}
#menu-footer a:hover, #menu-footer .current-menu-item a
{
color: #005036;
}

#footer h2
{
color: #fff;
}

#footer ul
{
margin: 0;
padding: 0;
}

#footer ul li
{

}

#footer-1
{
float: left;
width: 290px;
margin: 0 52px 0 0;
}

#footer-2
{
float: left;
width: 290px;
margin: 0 52px 0 0;
}

#footer-3
{
float: left;
width: 290px;
}

.wp-pagenavi {
	text-align: center;
	padding: 10px 0;
}
/* WPCF7 */
#content .wpcf7 {
	width: 260px;
	margin: 0 auto;
}
.wpcf7 p {
	margin: 0;
}
.wpcf7 span {
	margin: 7px 0 0 0;
}
.wpcf7 input {
	width: 250px;
	padding: 4px;
	border: 1px solid #cccccc;
	background: #fff;
	margin: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.wpcf7 textarea
{
  width: 250px;
  height: 75px;
	padding: 4px;
	border: 1px solid #cccccc;
	background: #fff;
	margin: 2px 0 10px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.wpf7 select {
	border: none;
	padding: 4px;
}
.wpcf7-submit {
	width: auto !important;
	float: right;
	padding: 5px 20px !important;
	color: #fff;
	border: 0 !important;
	font-weight: bold;
	cursor: pointer;
	background: #005036 !important;
	color: #fff;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	padding: 3px 15px;
}
#content span.wpcf7-not-valid-tip
{
color: #fa000f;
border: 1px solid #fa000f;
font-size: 12px;
left: 0;
padding: 3px;
position: absolute;
top: -5px;
width: 252px;
z-index: 100;
}
#content .wpcf7 span
{
margin: 0;
}
#content div.wpcf7-validation-errors, #content div.wpcf7-mail-sent-ok
{
color: #fa000f;
border: 1px solid #fa000f;
}
#content div.wpcf7-response-output
{
margin: 25px 0 0 0;
padding: 10px;
-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%;
/* When images are too wide for containing element, force them to fit. */
	height: auto;
/* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {

}
img {
	border: 0;
}
em {
	font-style: italic;
}
.align-justify {
	text-align: justify;
}
.align-right, .align-r {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.float-left, .left {
	float: left;
}
.float-right, .right {
	float: right;
}
/* clear fix */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .group {
	zoom: 1;
}
/* ie6 */
*:first-child+html .group {
	zoom: 1;
}
/* IE7 */
.clear {
	clear: both;
}

#comments
{
margin: 0;
}

.comment
{
border-bottom: 1px solid #e7e7e7;
margin: 0 0 30px 0;
padding: 0 0 30px 0;
}

.comment-avatar
{
float: left;
}

.comment-content
{
width: 696px;
float: right;
}

.column-content-right .comment-content, .column-content-left .comment-content
{
width: 580px;
float: right;
}

.comment-meta
{
font-size: 10px;
color: #99a1a5;
margin: 0;
}

#comments-form h2
{
margin: 0 0 15px 0;
}

#comment-form input, #comment-form textarea
{
background: #fff;
border: 1px solid #c2c2c2;
padding: 5px 10px;
color: #5c5c5c;
font-size: 12px;
font-family: Arial;
}

#comment-form p
{
margin: 0 0 10px 0;
}

#comment-author
{
width: 295px;
}

#comment-email
{
width: 295px;
}

#comment-text
{
width: 666px;
height: 95px;
}

.column-content-right #comment-text, .column-content-left #comment-text
{
width: 663px;
}

#comment-form #comment-submit
{
background: #ae5e81;
color: #fff;
padding: 5px 10px;
border: none;
cursor: pointer;
}
