/* ArtStructure - HTML & CSS by Mihai Petre - DOTWEB Software Systems */

/* X-browser CSS properties reset */
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;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a {outline: none;}
/* /X-browser CSS properties reset */

body {
  background: #4B4B4A url(../images/body-bg.png) repeat-x top;
  font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12px;
  color: #DCDCDC;
}

input, select, textarea {
  font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12px;
}

h2 {
  margin: 0 0 20px;
  font-size: 17px; font-weight: normal;
  color: #fffefe;
  cursor: default;
}
h3 {
  margin: 10px 0 5px 0;
  font-size: 17px;
  color: #fffefe;
  cursor: default;
}
h4 {
  font-size: 14px; font-weight: bold;
  color: #D26F06;
  cursor: default;
}


.separator {
  margin: 10px 0;
  border-bottom: 1px dashed #5A5A5A;
}
.separator hr {
  display: none;
}


#wrapper {
  width: 990px;
  margin: 0 auto;
}

#header {
  height: 150px;
  position: relative;
}

#header h1 {
  float: left;
}

#header h1 a {
  display: block;
  width: 271px;
  height: 86px;
  text-indent: -10000px;
  background: url(../images/logo.gif) no-repeat center;
}

#header #search {
  float: right;
  padding-top: 40px;
  padding-right: 30px;
}

#header #search input.text {
  display: inline-block;
  width: 200px; height: 20px;
  padding: 0 3px;
  border: 1px solid #2F2F2F;
  color: #fff;
  background: none;
  line-height: 20px;
  cursor: text;
}

#header #search input.submit {
  display: inline-block;
  height: 20px; line-height: 20px;
  border: none;
  color: #D0D0D0;
  background: #000;
  cursor: pointer;
}
#header #search input.submit:hover {
  color: #fff;
}

#header #lang {
  height: 30px;
  position: absolute; top: 30px; right: 0px;
}

#header #lang select {
  border: 1px solid #2F2F2F;
  color: #D0D0D0;
  background: #000;
  vertical-align: middle;
}

#header #lang input {
  padding: 0 2px;
  border: 1px solid #2F2F2F;
  color: #D0D0D0;
  background: #000;
  cursor: pointer;
  vertical-align: middle;
}

#header #menu {
  float: right;
  margin-bottom: 1px;
  border-top: 1px solid #2F2F2F;
  position: absolute; bottom: 0; right: 0;
}

#header #menu ul {
}

#header #menu ul li {
  float: left;
  border-left: 1px solid #515151;
}
#header #menu ul li.first {
  border-left: none;
}

#header #menu ul li a {
  display: block;
  width: 109px;
  padding: 5px 0;
  color: #D0D0D0;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
#header #menu ul li a:hover, #header #menu ul li a.active {
  color: #fff;
  background: #BC4F09;
}


#projects-menu {
  width: 990px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2F2F2F;
  overflow: hidden;
}

#projects-menu ul {
  float: right;
}

#projects-menu ul li {
  float: left; display: inline;
  margin-left: 1px;
}
#projects-menu ul li.last {
  border-right: none;
}

#projects-menu ul li a {
  display: block;
  width: 109px;
  padding: 3px 0;
  background: #BC4F09;
  color: #D0D0D0;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
}

#projects-menu a:hover, #projects-menu a.active {
  color: #fff;
  background: #717171;
}

#content {
  width: 990px;
  margin-bottom: 25px;
  overflow: hidden;
}

#content a {
  color: #BC4F09;
}
#content a:hover {
  text-decoration: none;
}

#breadcrumbs {
  margin-bottom: 50px;
  color: #9e9e9e;
  text-transform: uppercase;
}

#breadcrumbs a {
  color: #9e9e9e;
  text-decoration: underline;
}

#breadcrumbs span {
  padding: 0 10px;
  color: #af4000;
  background: #fff;
  cursor: default;
}


ul#categories li {
  margin-top: 3px; margin-left: 20px;
	list-style-type: disc;
}

ul#project_images {
	margin-top: 50px;
}

ul#project_images li {
	float: left;
  height: 220px;
  margin-right: 50px; margin-bottom: 25px;
}

ul#project_images li img {
  padding: 3px;
	border: 1px solid #707070;
}

ul#project_images li a:hover img {
	background: #7D7D7D;
}


.pagination a {
  display: inline-block;
  width: 10px;
}

.pagination .pager_page {
  display: inline-block;
  height: 16px; width: 12px; line-height: 16px;
  font-size: 14px;
  text-align: center;
}

.pagination a img {
  vertical-align: middle;
  border: none; text-decoration: none;
}


.project {
  width: 960px; height: 225px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8A8A8A;
  line-height: 14px;
  overflow: hidden;
}

.last {
  margin-bottom: 0; padding-bottom: 0; border: none;
}

.project .img {
  float: left;
  width: 300px;
  margin: 0 15px 25px 0;
  text-align: center;
}

.project .description {
  float: left;
  width: 300px;
  margin: 0 45px 25px 0;
}

.project .details {
  float: left;
  width: 300px;
}

.project .details .detail {
  margin-bottom: 10px;
}

.project .img img {
  padding: 3px;
  border: 1px solid #707070;
}

.project .img a:hover img {
	background: #7D7D7D;
}

.project h3 {
  margin: 0 0 10px 0;
  color: #ff8315;
}

.project h4 {
  margin: 0 0 3px 0;
}

.project h4.attribute {
  display: inline;
  font-size: 14px; font-weight: bold;
  color: #D26F06;
  margin: 0 0 3px 0;
}

.project p {
  margin-bottom: 10px;
}

.project a.more {
  display: inline-block;
  height: 20px;
  margin-top: 10px;
  padding-right: 20px;
  text-decoration: none;
  background: url(../images/orangecross.gif) no-repeat center right;
}
.project a.more:hover {
  background: url(../images/whitecross.gif) no-repeat center right;
}

.project a.more span {
  display: inline-block;
  height: 20px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px;
  color: #af4000;
  background: #fff;
  cursor: pointer;
}

.project a.more:hover span {
  color: #fff;
  background: #BC4F09;
}


#main {
  float: left;
  width: 540px;
}

#side {
  float: right;
  width: 440px;
  border-left: 1px solid #5A5A5A;
}

#side .separator {
  margin: 25px 0;
  border-bottom: 1px solid #5A5A5A;
}

#side .box {
  height: 425px;
  padding-left: 30px;
  overflow: hidden;
}

#side .box p {
  margin-bottom: 10px;
}

#side .box-top {
  height: 200px;
  padding-left: 30px;
  overflow: hidden;
}

#side ul {
  list-style: circle;
}


ul#employees-listing li {
  float: left;
  margin: 0 12px 30px 0;
}

ul#employees-listing li a {
  display: block;
  width: 100px; height: 75px;
  padding: 3px;
  border: 1px solid #373737;
  color: #fffffe;
  text-decoration: none;
  font-size: 11px;
  position: relative;
  margin-left: 9px;
}
ul#employees-listing li a:hover {
  border-color: #757575;
}

ul#employees-listing li.arch  a {
  background: url(../images/arhitect-icon2.gif) no-repeat center;
}
ul#employees-listing li.ing a {
  background: url(../images/inginer-icon2.gif) no-repeat center;
}
ul#employees-listing li.comp a {
  background: url(../images/company-icon2.gif) no-repeat center;
}

ul#employees-listing li a span {
  display: block;
  width: 149px;
  text-align: center;
  position: absolute; bottom: 5px; left: 3px;
}



#map {
  float: right; display: inline;
  margin: 35px 25px 25px 0;
}


#contact-details {
  margin-bottom: 25px;
}

#contact-details p {
  margin-left: 10px;
  font-size: 13px;
}


.form {
	margin: 20px 0 0 10px;
  font-size: 14px;
}

.form ul li {
  margin-bottom: 10px;
}

.form ul li label {
  float: left; width: 100px;
}

.form ul li input, .form ul li textarea {
  padding: 2px 3px;
  border: 1px solid #8D8D8D;
  color: #fff;
  font-size: 14px;
  background: #000000;
}

.form ul li input {
  width: 175px;
}

.form ul li textarea {
  width: 250px; height: 135px;
}

.form ul li input.focus, #content .form ul li textarea.focus {
  border: 1px solid #ACACAC;
  background: #060606;
}

.form ul ul.error_list {
	color: #E30707;
}

.form .submit {
  margin-left: 100px;
  padding: 2px 10px;
  border: 1px solid #8D8D8D;
  color: #fff;
  background: #000;
  font-size: 14px;
  cursor: pointer;
}
.form .submit:focus, .form .submit:hover {
  border: 1px solid #B4B4B4;
}


#footer {
  text-align: right;
  color: #929290;
  padding: 5px 10px 15px;
  border-top: 7px solid #DF5C0B;
}

#footer #dotweb {
  float: left;
}

#footer #dotweb a {
  display: block; width: 53px; height: 15px;
  text-indent: -10000px; text-align: left;
  background: url(../images/footer-logo-dw.png) no-repeat center;
  cursor: pointer;
  _background: url();
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/footer-logo-dw.png',sizingMethod='crop');
}

#footer a {
  color: #D0D0D0;
  font-size: 11px;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
}
