@import url(pngfix.css);
/***** RESET *****/
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;
}
ol, ul {
	list-style: none;
}
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: "" "";
}
/***** TAGS *****/
body {
  background: url(../images/bg.jpg) no-repeat center top #1b1a16;
  text-align: center;
  font: 13px/20px Arial, Tahoma;
  color: #d7c8b0;
}
a:link, a:visited {
  text-decoration: none;
  color: #9eb25b;
}
blockquote {
  padding: 20px 30px;
  background: #2b2a28;
  border-left: 20px solid #80943e;
  font-style: italic;
  color: #e9dfd1;
}
input, textarea {
  float: left;
  padding: 7px;
  font-size: 11px;
  background: #13120f;
  border: 0px solid #3a372d;
  color: #d7c8b0;
}
textarea {
  width: 300px;
  height: 100px;
  font-size: 12px;
}
label {
  display: block;
  float: left;
  width: 150px;
}
/***** SITE WRAPPER *****/
#wrapper {
  margin: auto;
  width: 900px;
  text-align: justify;
}

#right-column {
  float: right;
  width: 280px;
}
/***** LOGO *****/
#logo {
  float: left;
  margin: 55px 0 40px 70px;
}
/***** NAVIGATION *****/
#navigation {
  float: left;
  margin: 75px 0 50px 130px;
}
#navigation li {
  float: left;
  margin-left: 30px;
}
#navigation li a {
  display: block;
  padding: 5px 7px;
  color: #f1f1f1;
  font-size: 15px;
  font-weight: bold;
}
#navigation li.active {
  background: url(../images/t20.png);
}
#navigation li.active a, #navigation li a:hover {
  color: #d4deb4;
}
/***** LEFT COLUMN *****/
#left-column {
  float: left;
  width: 590px;
}
#left-column p {
  margin-bottom: 20px;
}
#left-column h2, #left-column h3, #left-column h4, #left-column h5, #left-column h6 {
  padding-bottom: 4px;
  font-weight: bold;
  color: #e9dfd1;
  border-bottom: 1px solid #584154;
  margin: 20px 0;
}
#left-column h2 { font-size: 16px; }
#left-column h3 { font-size: 14px; }
#left-column h4 { font-size: 13px; }
#left-column h5 { font-size: 12px; }
#left-column h6 { font-size: 12px; font-weight: normal; }
#left-column ul, #left-column ol {
  margin-left: 20px;
}
#left-column ul {
  list-style: circle
}
#left-column ol {
  list-style: decimal;
}
/***** CENTER COLUMN *****/
.center-column {
  float: left;
  margin-bottom: 40px;
  width: 900px;
}
/***** FOOTER *****/
#footer {
  clear: both;
  padding: 10px 20px 0 20px;
  height: 29px !important;
  height: 39px;
  background: #0d0d0b;
  border-top: 1px solid #584154;
  color: #ebe2d7;
}
#footer a {
  color: #9eb25b;
  font-style: italic;
}
/***** SLIDER *****/
#controller {
  display: none;
}
/***** PORTFOLIO ITEMS *****/
.item {
  padding: 40px 50px;
  width: 800px !important;/*For browsers*/
  width: 900px;/*For IE6 (width+padding-left+padding-right)*/
  height: 220px !important;/*For browsers*/
  height: 300px;/*For IE6 (height+padding-top+padding-bottom)*/
  overflow: hidden;
}
.item .itemInfo {
  float: left;
  width: 270px;
}
.item .itemInfo h1 {
  font-size: 28px;
  color: #ccd8a4;
  border: 0;
}
.item .itemInfo h2 {
  font-size: 12px;
  font-weight: normal;
  color: #9eb25b;
  border: 0;
}
.item .itemInfo p {
  margin-top: 12px;
  padding-top: 7px;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0.5px;
  border-top: 1px dotted #5e5141;
  overflow: hidden;
  color: #d5bd97;
}
.item .itemInfo img {
  margin-top: 20px;
}
.item .itemInfo .sliderNext {
  cursor: pointer;
}
.item .itemInfo .sliderPrev {
  margin-right: 10px;
  cursor: pointer;
}
.item .itemImage {
  float: right;
}
/***** PAGE HEADER *****/
#header {
  padding: 50px 100px;
  width: 700px !important;/*For browsers*/
  width: 900px;/*For IE6 (width+padding-left+padding-right)*/
}
/***** SERVICES *****/
#services p {
  margin-bottom: 24px;
  font: 10px/18px Arial;
}
/***** TESTIMONIALS *****/
#testimonials div {
  margin-bottom: 20px;
  font: italic 12px/18px Arial;
}
#testimonials div div {
  font-size: 11px;
  text-align: right;
  color: #9eb25b;
}
/***** NEWS *****/
#news div {
  margin-bottom: 20px;
  font: italic 12px/18px Arial;
}
#news div div {
  margin-bottom: 10px;
  color: #9eb25b;
}
/***** PORTFOLIO *****/
#portfolio {
  margin-bottom: 0px;
}
#portfolio div {
  margin-bottom: 40px;
}
/***** CONTACT INFO *****/
#contact-info {
  font: 12px/18px Arial;
}
#contact-info a {
  margin-left: 30px;
}
#contact-info a img {
  margin: 7px 0;
}
#contact-info div {
  margin: 10px 0;
}
#contact-info div p {
  margin: 2px 0 2px 10px;
  color: #fff;
}
/***** CONTACT FORM *****/
#contact-form {
  overflow: hidden;
}
#contact-form div {
  width: 530px;
  padding: 20px 0;
}
#send_contact {
  margin: 30px 0 0 150px;
  padding: 0;
  width: 109px;
  height: 40px !important;
  border: 0;
}
/***** A TOOLTIP *****/
#tooltip { 
  padding: 10px;
  background: url(../images/t70.png);
  color: #eee;
}
/* Classes */
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.t60 {
  background: url(../images/t60.png);
}
.t30 {
  background: url(../images/t30.png);
}
.box-big {
  margin-bottom: 30px;
  padding: 20px 30px;
  width: 530px !important;/*For browsers*/
  width: 590px;/*For IE6 (width+padding-left+padding-right)*/
}
.box-small {
  margin-bottom: 30px;
  padding: 20px 25px;
  width: 230px !important; /*For browsers*/
  width: 280px; /*For IE6 (width+padding-left+padding-right)*/
}
.header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #584154;
  font-size: 22px;
  font-weight: normal;
  color: #e9dfd1;
}
.imageleft {
  margin: 5px 15px 5px 0;
}
.imageright {
  margin: 5px 0 5px 15px;
}
.icon {
  margin: 3px 15px 5px 0;
}
.valid {
  border: 1px solid #080 !important;
}
.invalid {
  border: 1px solid #800 !important;
}