/* ----------- Restart-----------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
fieldset,img {
  border: 0;
}
ol,ul {
  list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  outline: 0;
}
/* ----------- End Restart-----------------*/
/*---------------------------- TEXT STYLES ----------------------------*/
h2 {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
}
h3 {
  font-size: 12px;
  color: #2c2c2c;
  line-height: 1em;
  text-transform: capitalize;
}
h2#pageTitle {
  font-size: 17px;
}
hr {
  background-color: #d2d2ca;
  border: #d2d2ca;
  height: 1px;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height:1.5em;
  background-color:#101010;
}
#mainContainer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #272726;
  background-image: url(../images/site_bg.jpg);
  background-repeat: repeat-x;
}
#center {
  height: auto;
  width: 950px;
  margin: auto;
  text-align: left;
  padding: 0px;
}
/*-------------------------MENU---------------------------------*/
#menuContainer {
  height: 36px;
  float: right;
  margin-top: 55px;
}
#menu {
  position: relative;
}
#menu ul li {
  display: inline;
}
#menu ul li a {
  float: left;
  text-decoration: none;
  color: #747474;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
#menu ul li#selected a,#menu ul li a:hover {
  color: #ffffff;
}
#menu ul li#selected a {
  color: #FFFFFF;
}
.hoverSquare {
  width: 40px;
  height: 5px;
  background-image: url(../images/hover_bg.jpg);
  background-repeat: repeat-x;
  float: none;
  position: absolute;
  top: 18px;
  left: 15px;
  visibility: hidden;
}
#hoverLight {
  background-image: url(../images/hover.jpg);
  background-repeat: no-repeat;
  text-align: center;
  display: block;
  height: 5px;
  width: 27px;
  margin: auto;
}
/*---------------------------- LOGO ----------------------------*/
#logoContainer {
  width: 255px;
  height: 44px;;
  background-repeat: no-repeat;
  float: left;
  margin-top: 5px;
}
#logoContainer a {
  width: 100px;
  height: 100px;
  display: block;
  background-image: url(../images/logo.png);
}
/*---------------------------- CONTENT ----------------------------*/
#contentContainerBorder {
  float: left;
  overflow: inherit;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 100px;
  min-height: 600px;
  background-color: #1f1f1f;
}
#contentContainer {
  float: left;
  overflow: inherit;
  background-color: #ededed;
  padding: 20px;
  min-height: 600px;
  border: #fff 1px solid;
  width: 910px;
}
.postContainer {
  overflow: auto;
  background-repeat: repeat-x;
  float: none;
}
/*---------------------------SLIDER----------------------------*/
#slider {
}
.fadeWrapper {
  padding: 4px;
  background-color: #FFFFFF;
  border: 1px solid #deded6;
  position: relative;
  width: 900px;
  height: 290px;
}
.imageHolder {
  width: 900px;
  height: 290px;
  position: absolute;
  top: 4px;
  left: 4px;
}
.sliderImg {
  padding: 4px;
  background-color: #FFFFFF;
  border: 1px solid #deded6;
}
#sliderNavigation {
  margin-top: 12px;
  margin-bottom: 45px;
}
#leftArrow {
  float: left;
}
#rightArrow {
  float: right;
}
#sliderNavigation ul {
  margin: 3px 20px 0px 0px;
  float: right;
}
#sliderNavigation ul li {
  float: left;
}
#sliderNavigation ul li a {
  display: inline;
  background-image: url(../images/o.jpg);
  display: block;
  width: 16px;
  height: 17px;
  float: left;
  margin-left: 10px;
}
#sliderNavigation ul li.selected a,#sliderNavigation ul li a:hover {
  background-image: url(../images/o_active.jpg);
}
.servicesBoxs {
  margin: 30px -10px 0px -10px;
}
.servicesBoxs h2 span {
  position: relative;
  top: -10px;
  left: 10px;
}
.servicesBox {
  float: left;
  border: #d2d2ca 1px solid;
  width: 248px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  background-color: #f7f7ee;
}
.buttonServicesBox a {
  background-image: url(../images/buttons_learn_more.jpg);
  background-position: 0 0;
  display: block;
  margin-top: 10px;
  height: 24px;
  width: 101px;
  float: left;
}
.buttonServicesBox a:hover {
  background-position: 0px 24px;
}
.buttonServicesBox2 a {
  background-image: url(../images/buttons_learn_more.jpg);
  background-position: 301px 0px;
  display: block;
  margin-top: 10px;
  height: 24px;
  width: 99px;
}
.buttonServicesBox2 a:hover {
  background-position: 301px 24px;
}
.buttonServicesBox3 a {
  background-image: url(../images/buttons_learn_more.jpg);
  background-position: 201px 0px;
  display: block;
  margin-top: 10px;
  height: 24px;
  width: 99px;
}
.buttonServicesBox3 a:hover {
  background-position: 201px 24px;
}
#bigBox {
  background-color: #f7f7ee;
  border: #d2d2ca 1px solid;
  padding: 20px;
  float: left;
  margin-top: 20px;
}
#bigBoxLeft {
  width: 573px;
  float: left;
}
#bigBoxRight {
  margin-left: 50px;
  float: left;
}
#bigBoxRight img {
  margin-top: 10px;
  padding: 4px;
  background-color: #FFFFFF;
  border: 1px solid #deded6;
}
.check {
  float: left;
  margin-right: 5px;
  margin-top: 7px;
}
.portfolioBoxs {
  margin: 0px -10px 0px -10px;
}
.folioBox {
  float: left;
  border: #d2d2ca 1px solid;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  background-color: #f7f7ee;
}
.folioBoxInside {
  border: #fff 1px solid;
  background-color: #f7f7ee;
  padding: 20px;
  width: 865px;
}
.folioBox h2 {
  line-height: 1em;
}
.folioBox img {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px;
  background-color: #FFFFFF;
  border: 1px solid #deded6;
}
.contentBoxs {
  margin: 0px -10px 0px -10px;
}
.postBox {
  float: left;
  border: #d2d2ca 1px solid;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  background-color: #f7f7ee;
  padding: 0px;
}
.postBoxInside {
  border: #fff 1px solid;
  background-color: #f7f7ee;
  padding: 20px;
  width: 530px;
}
.postBox h2 {
  line-height: 1em;
}
.postBox img {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px;
  background-color: #FFFFFF;
  border: 1px solid #deded6;
}
#postinfoContainer {
  display: block;
  height: 40px;
}
.postInfo p {
  float: right;
  margin-top: 10px;
  margin-bottom: 30px;
}
.postInfo p a {
  text-decoration: none;
  color: #000000;
}
.buttonBlogBox a {
  background-image: url(../images/buttons_learn_more.jpg);
  background-position: 101px 0;
  display: block;
  margin-top: 10px;
  height: 24px;
  width: 101px;
  float: left;
}
.buttonBlogBox a:hover {
  background-position: 101px 24px;
}
#comments {
}
.commentContainer {
  border: #d2d2ca 1px solid;
  margin-top: 20px;
  background-color: #f7f7ee;
  padding: 0px;
}
.comentBox {
  border: #fff 1px solid;
  background-color: #f7f7ee;
  padding: 20px;
  width: 486px;
  min-height: 140px;
}
.comentBox img {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.commentAutor {
  float: left;
}
.ComentAutorName {
  font-size: 12px;
}
.commentDate {
  font-size: 10px;
}
.comentBoxAdmin {
  background-color: #ededed;
}
.sidebarBox {
  float: right;
  border: #d2d2ca 1px solid;
  margin-left: 10px;
  margin-top: 20px;
  background-color: #f7f7ee;
}
.sidebarBoxInside {
  border: #fff 1px solid;
  background-color: #f7f7ee;
  padding: 20px;
  width: 265px;
}
.sidebarBox h2 {
  line-height: 1em;
}
/*----------------------- SIDEBAR MENU ---------------------------*/
.sidebarMenu {
  font-size: 12px;
  padding: 10px;
  padding-left: 0px;
}
.sidebarMenu ul {
  text-decoration: none;
  font-weight: 300;
}
.sidebarMenu ul li a {
  display: block;
  height: 14px;
  width: 240px;;
  background-color: #fafaf1;
  border-bottom: #f1f1f1 1px solid;
  padding: 10px;
  text-decoration: none;
  list-style: none;
  color: #000000;
}
.sidebarMenu ul li a:hover {
  background-color: #fff;
}
#titleIcon {
  float: left;
  margin-right: 5px;
  margin-bottom: -20px;
}
/*---------------------------- EMAIL FORM ----------------------------*/
.input {
  width: 300px;
  height: 24px;
  border: 1px solid #b0a4a4;
  background-color: #fff;
  padding-top: 8px;
}
.textArea {
  height: 205px;
  padding-top: 0px;
}
#sendButton {
  color: #fff;
  background-color: #363636;
  width: 73px;
  height: 26px;
  border: 1px solid #b0a4a4;
  margin-bottom: -5px;
}
.errorMessage {
  color: red;
}
/*----------------------- FOOTER ---------------------------*/
#footer {
  height: 91px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  background-color: #2d353e;
  background-image: url(../images/footer_bg.jpg);
  display: block;
}
#footerContainer {
  height: 30px;
  width: 960px;
  margin: auto;
  text-align: left;
  padding: 0px;
}
#footerMenu {
  z-index: 100;
  display: block;
  margin-top: 30px;
}
#footerMenu ul {
  text-align: left;
  padding: 0px;
  font-size: 11px;
  line-height: 20px;
  float: left;
  color: #fff;
  margin-top: -10px;
  margin-left: 20px;
}
#footerMenu ul li {
  float: left;
  text-decoration: none;
  padding-left: 10px;
  text-transform: uppercase;
  list-style: none;
}
#footerMenu ul li a {
  color: #fff;
  text-decoration: none;
}
#footerText {
  float: right;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  margin-right: 20px;
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pageSubtitle {
  margin-top: 0px;
  margin-bottom: 0px;
}
/*----------------------- MISC ---------------------------*/
.hidden {
  display: none;
}

