/*//////////////////////////// BEGIN RESET CSS ////////////////////////////////////////////////*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style-type:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*//////////////////////////// END RESET CSS ////////////////////////////////////////////////*/ 

/* Clearing floats without extra markup  */

.clearfloat { display: inline-block; }

.clearfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

* html .clearfloat { height: 1%; }

.clearfloat { display: block; }

/* End Clearing floats without extra markup  */

body{
	background: #d8d8d8 url(../images/bgd.gif) repeat-x;
	font-family:'Crimson Text',arial,serif;
	font-size: 12px;
	color: #000;
}

p{ padding-bottom: 15px; line-height: 19px;}

h1{
	font-size: 30px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #00a651;
	font-weight: bold;
}
.post h1{font-size: 24px; margin-bottom: 15px; margin-left: 0; color: #666;}
.post h1 a{ color: #666; margin-bottom: 0; display: inline;}
h2{
	font-size: 20px;
	margin-bottom: 18px;
	color: #00a651;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}
h3{ font-size: 18px; margin-bottom: 18px; color: #fff;  padding-bottom: 5px;}
h4{ font-size: 16px; color: #656565;}
#footer h3{
	border: none;
	background: url(../images/h3_bg.gif) repeat-x left bottom;
	margin-bottom: 10px;
	color: #7f922a;
}
#wrapper{
	width: 968px;
	margin: 0 auto;
}
#container{
	background: url(../images/white_bgd.gif) repeat-y;
	padding: 15px 40px;
}
.one-third{
	width: 245px;
	float: left;
	margin-right: 65px;
	display: inline;
}
.one-third-last{
	margin-right: 0;
}
.one-third .icon{
	float: left;
	margin: 10px;
	margin-top: 0;
	display: inline;
}

.one-third-wrapper{
	margin-bottom: 40px;
}
.rounded-top{
	background: url(../images/top_slider.gif) no-repeat;
	width: 968px;
	height: 14px;
}
.rounded-bottom{
	background: url(../images/bottom_slider.gif) no-repeat;
	width: 968px;
	height: 14px;
}
#slider{
	background: url(../images/white_bgd.gif) repeat-y;
}
#slider img{
	padding-left: 14px;
	padding-top: 1px;
}

.devider{
	background: url(../images/divider.gif) no-repeat center center;
	width: 99%;
	padding: 10px 0;
	margin-bottom: 30px;
}
#slogan{
	width: 846px;
	height: 43px;
	background: url(../images/slogan_bg.gif) no-repeat;
	padding: 20px;
	margin-bottom: 40px;	
}

#slogan #text{
	float: left; 
	width: 640px;
	margin-right: 30px;
}
#slogan #text p{
	width: 640px;
	font-size:16px;
	text-shadow: 1px 1px 0px #fff;
	line-height: 22px;
	
}
/*//////////////////////////// BEGIN LOGO AND SEARCH ////////////////////////////////////////////////*/

#search{ 
	width: 225px;
	height: 31px;
	float: right;
	margin-top: 20px;
}
#call-logo{ 
	width: 225px;
	float: right;
	margin-top: 5px;
}
 #flag-logo{
	float: right;
	padding-bottom: 10px;
}

#logo-search{
	margin-top: 20px;
}

h1#logo { width: 471px; height: 73px; text-indent:-9000px; background: url(../images/logo.png) no-repeat 0 0; float: left; margin: 0;}

h1 a { height:73px; width: 471px; display:block; text-decoration:none;}

h1 a:hover { text-decoration:none; background:transparent;}
/*//////////////////////////// END LOGO AND SEARCH ////////////////////////////////////////////////*/

/*//////////////////////////// BEGIN JQUERY MENU ////////////////////////////////////////////////*/
.jqueryslidemenu{
	width: 968px;
	height: 58px;
	background: url(../images/nav_bgd.gif) no-repeat;
	margin-top: 30px;
}
.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 36px;
	padding-top: 6px;
}
/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index: 205;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background: url(../images/menu_devider.png) top right no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #42580b;
	padding: 5px 35px;
	text-decoration: none;
}
.jqueryslidemenu ul li.last a{
	background: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/*jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}
*/

.jqueryslidemenu ul li a:hover{
/*tab link background during hover state*/
	color: #c7e571;
}

.jqueryslidemenu ul li.active a{
/*tab link background when slected*/
	color: #c7e571;
}
	
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: white;
}

.jqueryslidemenu ul li a:hover{
/*tab link background during hover state*/
	color: #c7e571;
}

.jqueryslidemenu ul li.active a{
/*tab link background when slected*/
color: #c7e571;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	padding-top: 3px;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:250;
}



/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
	z-index: 199;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
	z-index: 198;
}

/* Sub level menu links style */
.jqueryslidemenu ul li.drop ul li a{
	width: 150px; /*width of sub menus*/
	padding: 10px 15px;
	line-height: 15px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #98ae3e;
	text-shadow: none;	
	font-size: 12px;
	color: #fff;
	background-color: rgb(93, 123, 16); /* The Fallback */
   	background-color: rgba(93, 123, 16, 0.9);
	background-image: none;
	/*background: #b6cee3 url(http://www.chamadigital.com/imperial/green/images/arrow3.gif) no-repeat 5px 50%;*/
}

.jqueryslidemenu ul li.last ul li a{
	width: 150px; /*width of sub menus*/
	padding: 10px 15px;
	line-height: 15px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #98ae3e;
	color: #fff;
	text-shadow: none;
	/*background: #b6cee3 url(http://www.chamadigital.com/imperial/green/images/arrow3.gif) no-repeat 5px 50%;*/
	background-color: rgb(93, 123, 16); /* The Fallback */
   	background-color: rgba(93, 123, 16, 0.9);

}

*:first-child+html ul li ul li a{
	margin-top:-1px;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
	/*background-color: #a0c8eb;*/
	background-color: rgb(81, 107, 16);
	background-color: rgba(81, 107, 16, 0.9);
}
/*//////////////////////////// END JQUERY MENU ////////////////////////////////////////////////*/


/*//////////////////////////// BEGIN BUTTONS ////////////////////////////////////////////////*/

a.button{
	background: url(../images/read_more.png) no-repeat top left;
	display: block;
	width: 94px;
	height: 30px;
	text-indent: -99999px;
}
a.button:hover{
	background-position: 0 -30px;
}

a.button2{
	background: url(../images/free_quote.png) no-repeat top left;
	display: block;
	width: 168px;
	height: 51px;
	text-indent: -99999px;
	float: left;
}
a.button2:hover{
	background-position: 0 -51px;
}

/*//////////////////////////// END BUTTONS ////////////////////////////////////////////////*/

/*//////////////////////////// BEGIN LATEST WORK ////////////////////////////////////////////////*/
.items-wrapper{
	padding-bottom: 40px;
}

.item{
	position: relative;
	width: 254px;
	height: 206px;
	padding: 7px;
	background: #d8d8d8;
	float: left;
	display: inline;
	margin-right: 40px;
}

.last-item{
	margin-right: 0;
}	

.description{
	position: absolute;
	bottom: 7px;
	left: 7px;
	width: 224px;
	text-align: center;
	padding: 15px;
	background: url(../images/transparent.png);
	color: #fff;
}
/*//////////////////////////// END LATEST WORK ////////////////////////////////////////////////*/

/*//////////////////////////// BEGIN FOOTER ////////////////////////////////////////////////*/
#footer{
	width: 940px;
	margin: 0 auto;
	margin-top: 25px 	
}
.one-fourth{
	float: left;
	width: 210px;
	margin-right: 30px;
	display: inline;
}
.one-fourth-last{
	margin-right: 0;
}
.footer-navigation li{
	
	
	border-bottom: 1px solid #bebebe;
}
.footer-navigation li a{
	line-height: 25px;
	text-decoration: none;
	color: #000;
	padding-left: 15px;
	background: url(../images/arrow.gif) no-repeat 0 50%;
	display: block;
	font-weight: bold;
}

.footer-navigation li a:hover{
	color: #993;
}
.social-links li{
	margin: 0;
	padding: 0;
	background: none;
	margin-right: 5px;
	float: left;
	display: inline;
}

#testimonials p.text {
	background:url(../images/quotes.gif) no-repeat scroll left top transparent;
	font-size:12px;
	font-style: italic;
	line-height:20px;
	padding-bottom:5px;
	padding-top:10px;
	text-indent:22px;
	width:99%;
}

#testimonials p.name {
	font-weight:bold;
	text-align:right;
	font-style: italic;
}
#copyright{
	margin: 30px auto;
	text-align: center;
	background: url(../images/h3_bg.gif) repeat-x left top;
}
#copyright p{
	padding-top: 15px;
}	
/*//////////////////////////// END FOOTER ////////////////////////////////////////////////*/

.enlarge {
	width: 254px;
	height: 206px;
	position:absolute;
	left:7px;
	top:7px;
	background: url(../images/lupa.png) no-repeat center center;
}
.enlarge a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#pagename{
	background: url(../images/stripes.gif) no-repeat top right;
	height: 50px;
	padding-top: 30px;
	margin-bottom: 20px;
}
.breadcrumbs{
	margin-left: 30px;
}

.breadcrumbs a {
	color: #7d7d7d;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
}

.breadcrumbs a:hover{
	color: #a1a0a0;
}


#main-content{
	float: left;
	width: 576px;
}
/*//////////////////////////// BEGIN SIDEBAR ////////////////////////////////////////////////*/
#sidebar{
	width: 270px;
	float: right;
}

.box{
	width: 270px;
	margin-bottom: 10px;
}
.box-top{
	background: url(../images/box_top.gif) no-repeat;
	width: 255px;
	padding-left: 15px;
	line-height: 42px;
	
}

.box-bottom{
	background: url(../images/box_bottom.gif) no-repeat;
	width: 270px;
	height: 30px;
}

.box-body{
	background: url(../images/box_body.jpg) repeat-y;
	
}
.box-body2{
	background: url(../images/box_body.jpg) repeat-y;
	width: 240px;
	padding: 15px;
	padding-bottom: 0;
}

.box-body ul{
	border-bottom: 1px solid #fff;
}

.box-body ul li{
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #fff;
	
}

.box-body ul li.first{
	
	border-top: none;

}
.box-body ul li a{
	display: block;
	line-height: 34px;
	color: #727272;
	text-decoration: none;
	margin-left: 15px;
	padding-left: 15px;
	background: url(../images/arrow2.gif) no-repeat 0 50%;
}

.latest-post{
	width: 99%;
	padding: 5px 0;
	border-bottom: 1px solid #d8d7d7;
}

.latest-post img.thumb{
	float: left;
	padding: 3px;
	background: #fff;
	border: 1px solid #d8d7d7;
	margin-right: 7px;
	display: inline;
}
.latest-post .latest-text{
	float: left;
	width: 150px;
}
.latest-post .latest-text a{
	color: #727272;
	text-decoration: none;
}
.latest-post .latest-text span.date{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #9e9e9e;
}
/*//////////////////////////// END SIDEBAR ////////////////////////////////////////////////*/

/*//////////////////////////// BEGIN ACCORDION ////////////////////////////////////////////////*/
h4.acc_trigger {
	padding: 0;	margin: 0 0 5px 0;
	background: url(../images/h4_trigger.gif) no-repeat;
	height: 41px;	
	line-height: 41px;
	width: 550px;
	font-size: 14px;
	float: left;
}

h4.acc_trigger a{
	display: block;
	color: #656565;
	text-decoration: none;
	padding-left: 35px;
}

.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	
	width: 520px;
	padding: 15px;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h4.active {background-position: left bottom;}


/*//////////////////////////// END ACCORDION ////////////////////////////////////////////////*/

/*//////////////////////////// BEGIN BLOG ////////////////////////////////////////////////*/
.post{
	margin-bottom: 30px;
}

.post-meta {
	border-bottom:1px dotted #c6c6c6;
	border-top:1px dotted #c6c6c6;
	font-size:11px;
	margin-bottom:20px;
	padding-bottom:7px;
	position:relative;
	text-transform:uppercase;
	width:100%;
}

.post-meta ul li {
	display:inline;
	float:left;
	padding-right:15px;
	padding-top:7px;
}

.post-meta ul li.post-meta-comments {
	border-right:0;
	float:right;
	padding-right:0;
	padding: 5px 0;
	background: url(../images/comments.gif) no-repeat 0 7px;
	padding-left: 20px;
}

.post-meta a{
	color: #58760f;
	text-decoration: none;
}

.post-meta a:hover{
	text-decoration: underline;
}

.post-meta .no-caps{
	text-transform: lowercase;
}

.post img.image-post{
	padding: 7px;
	background-color: #dfdede;
	margin-bottom: 20px;
}

p.writer{
	padding-bottom: 10px;
}

p.writer a{
	color: #58760f;
	text-decoration: none;
}

p.writer a:hover{
	color: #58760f;
	text-decoration: underline;
}


.page-navi li{
	display: inline;
	margin-right: 10px;
}

.page-navi li a{
	float: left;
	display: block;
	margin-right: 5px;
	padding: 5px 8px;
	border: 1px solid #c6c6c6;
	color: #727272;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	
}

.page-navi li a:hover{
	background:#f0f0f0;
}

.page-navi li.active a{
	font-weight: bold;
	background:#f0f0f0;
}

.comments{
	width: 99%;
	background: #f0f0f0;
	border: 1px solid #d8d7d7;
	width: 525px;
	padding: 20px;
	margin: 30px 0;
}

.comments img.gravatar{
	float: left;
	margin-right: 20px;
	display: inline;
}

.comment{
	float: left;
	width: 400px;
}
p.reply{
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 0;
}

p.reply a{
	color: #58760f;
	text-decoration: none;
}

p.reply a:hover{
	color: #58760f;
	text-decoration: underline;
}

#comments-form label{
	display: block;
	margin-bottom: 7px;
}

input#name, input#email, textarea#message{
	background: #fff;
	border: 1px solid #d8d7d7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input#name, input#email{
	width: 300px;
	padding: 7px;
	color: #727272;
}

input#submit{
	background: #727272;
	padding: 5px 8px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;
	border-bottom: 1px solid #4f4f4f;
	border-right: 1px solid #4f4f4f;
	cursor: pointer;
	width: 115px
}
input#submit:hover{
	background: #8e8e8e;
}
/*//////////////////////////// END BLOG ////////////////////////////////////////////////*/

/*//////////////////////////// BEGIN SERVICES ////////////////////////////////////////////////*/

.service{
	width: 245px;
	float: left;
	margin-right: 65px;
	display: inline;
}
.service-last{
	margin-right: 0;
}
.icon{
	float: left;
	margin: 10px;
	margin-top: 0;
	display: inline;
}

.service-wrapper{
	margin-bottom: 40px;
}

.dotted-line{
	height: 5px;
	border-bottom: 1px dotted #999;
	margin-bottom: 30px;
}

.service-desription{
	float: left;
	width: 500px;
}

.service-another{
	margin-bottom: 30px;
}

/*//////////////////////////// END SERVICES ////////////////////////////////////////////////*/

/*//////////////////////////// BEGIN ABOUT US ////////////////////////////////////////////////*/
.left{
	padding: 7px;
	background: #dfdede;
	float: left;
	margin: 0 20px 20px 0;
}

#who{
	float: left;
	width: 400px;
}

.people{
	margin-top: 30px;
}

img.ceo{
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #d8d8d8;
	background: #fff;
}

.individual-description{
	float: left;
	width: 147px;
	
}

.individual{
	width: 260px;
	margin-right: 35px;
	margin-bottom: 20px;
	float: left;
}

.individual-last{
	margin-right: 0;
}
p.name{
	color: #5d5d5d;
	font-weight: bold;
}

#team{
	margin-top: 30px;
	
}
/*//////////////////////////// END ABOUT US ////////////////////////////////////////////////*/

/*//////////////////////////// BEGIN CONTACT US ////////////////////////////////////////////////*/
img.map{
	padding: 7px;
	background: #dfdede;
	margin-bottom: 30px;
}

.contact-icon{
	float:left;
	margin-right: 20px;
}

ul.contact li{
	border-bottom: 1px solid #d7d7d7;
}

ul.contact li{
	padding: 10px 0;
}

ul.contact li p{
	padding: 0;
}
ul.contact li p.email{
	background: url(../images/email.png) no-repeat 0 2px;
	padding-left: 25px;
}

ul.contact li p.email strong{
	font-weight: bold;
}

ul.contact li p.phone{
	background: url(../images/phone.png) no-repeat 0 2px;
	padding-left: 25px;
}

ul.contact li p.phone strong{
	font-weight: bold;
}

ul.contact li p.adress{
	background: url(../images/home.png) no-repeat 0 2px;
	padding-left: 25px;
}
strong{
	font-weight: bold;
}
ul.contact li p.adress strong{
	font-weight: bold;
}
/*//////////////////////////// END CONTACT US ////////////////////////////////////////////////*/

/*//////////////////////////// BEGIN CONTACTFORM ////////////////////////////////////////////////*/
form#contact-form{
	margin:30px 0 30px 0;
	padding:10px 20px;
	width:590px;
}
form#contact-form label{
	font-weight: bold;
	float:left;
	width:70px;
	text-align:right;
	margin-right:7px;
	line-height:23px;	 /* This will make the labels vertically centered with the inputs */
}
form#contact-form input,form#contact-form textarea {
	background: #f0f0f0;
	border: 1px solid #d8d7d7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px 10px;
	border-radius: 5px;
	width: 400px;
	color: #727272;

}

form#contact-form textarea{
	width: 400px;
	height: 150px;
}

form#contact-form  input:focus,
form#contact-form  textarea:focus{
	border:1px solid #a8a8a8;
}

form#contact-form .button{
	background: #727272;
	padding: 5px 8px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;
	border-bottom: 1px solid #4f4f4f;
	border-right: 1px solid #4f4f4f;
	cursor: pointer;
	width: 115px;
	margin-left: 75px;
}


form#contact-form .button:hover, form#contact-form .button:focus{
	background: #8e8e8e;;
}

.required{
	color: #f50404;
}
.notification_error{
	color: #ff0000;
	font-weight: bold;
	line-height: 19px;
}
.notification_ok{
	color: #8ecc16;
	font-weight: bold;
}
.notification_error, .notification_ok{
	width: 385px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	border: 1px solid #d8d7d7;
	background-color: #f0f0f0;
	margin-left: 100px;
}

/*//////////////////////////// END CONTACTFORM ////////////////////////////////////////////////*/

ul.list1, ul.list2, ul.list3, ul.list4, ul.list5, ul.list6, ul.list7, ul.list8, ul.list9, ul.list10 {
	list-style-type:none;
	margin:0px 0px 20px 0px;
	padding: 0px;
}
ul.list1 li,ul.list2 li,ul.list3 li,ul.list4 li,ul.list5 li,ul.list6 li,ul.list7 li,ul.list8 li,ul.list9 li,ul.list10 li{
	padding-left:23px;
	margin:3px 0;
}
ul.list1 li {
	background:url(../images/styled_list_gray_01.png) no-repeat left 4px;
}
ul.list2 li {
	background:url(../images/styled_list_gray_02.png) no-repeat left 4px;
}
ul.list3 li {
	background:url(../images/styled_list_gray_03.png) no-repeat left 4px;
}
ul.list4 li {
	background:url(../images/styled_list_gray_04.png) no-repeat left 4px;
}
ul.list5 li {
	background:url(../images/styled_list_gray_05.png) no-repeat left 4px;
}
ul.list6 li {
	background:url(../images/styled_list_gray_06.png) no-repeat left 4px;
}
ul.list7 li {
	background:url(../images/styled_list_gray_07.png) no-repeat left 4px;
}
ul.list8 li {
	background:url(../images/styled_list_gray_08.png) no-repeat left 4px;
}
ul.list9 li {
	background:url(../images/styled_list_gray_09.png) no-repeat left 4px;
}
ul.list10 li {
	background:url(../images/checklist-icon.png) no-repeat left 3px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #000;
}

/* ----------- highlight with colors ----------- */