/* HTML & CSS by Doru Bratu - DOT 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 {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px;
  background: #E5E5E5 url(../images/body-bg.gif) repeat-x top center;
}

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


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



/*** Header ***/
#header {
  height: 48px;
  position: relative;
}

#header h1 {
  position: absolute; top: 5px; left: 0px;
}

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

#header ul {
  font-size: 14px; font-weight: bold;
  text-transform: uppercase;
  position: absolute; top: 0px; right: 0;
}

#header ul li {
  float: left; display: inline; margin-right: 10px;
}
#header ul li.last {
  margin: 0;
}

#header ul li a {
  display: inline-block;
  height: 53px; line-height: 53px;
  padding: 0px 15px;
  color: #fff;
  text-decoration: none;
  background: url(../images/header-nav-link-bg.gif) repeat-x left -100px ;
}
#header ul li a:hover, #header ul li a.active {
  color: #0367af;
  background-position: left;
}

#header #meta {
  position: absolute; top: 10px; left: 600px;
}

#header #meta input {
  float: left; margin-right: 10px;
}

#content {
  width: 920px;
  padding-bottom: 50px;
  background: url(../images/content-bg.jpg) no-repeat 1px top;
  overflow: hidden;
}
/******************************/



/*** Content styles ***/
.box {
  float: left; display: inline;
}

#top-section {
  width: 920px;
  overflow: hidden;
}

#top-section .box {
  width: 447px; height: 277px;
  margin: 79px 5px 0 0;
  padding: 7px 0 0 8px;
  background: url(../images/top-section-box-bg.gif) no-repeat center;
}

#main-section {
  overflow: hidden;
}

#main-section .box {
  width: 447px;
  margin: 10px 5px 0 5px;
}

#main-section .box h2 {
  text-align: center;
  position: relative;
}

#main-section .box h2 img {
  float: left;
}

#main-section .box h2 span {
  font-size: 21px;
  position: absolute; right: 28px; top: 15px;
}

#main-section .box .box-content {
  clear: both;
  min-height: 220px;
  padding-top: 30px;
  border: 1px solid #A3A3A3; border-top: none;
  background: #F7F7E8;
}

/*** Services ***/
#services ul li {
  margin: 0 20px 15px 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C6C6BA;
  font-size: 12px;
  background: url(../images/arrow-green.gif) no-repeat 377px top;
}
#services ul li.last {
  border: none
}

#services ul li a {
  font-family: Arial;
  display: block;
  color: #000000;
  text-decoration: none;
}
/******************************/

/*** News ***/
#news .news-box {
  margin-bottom: 25px;
  padding-left: 35px; padding-right: 20px;
  background: url(../images/notebook-yellow.gif) no-repeat 15px top;
}

#news .news-box h3 {
  margin-bottom: 5px;
  color: #179cea;
  font-size: 15px; font-weight: bold;
  position: relative;
}

#news .news-box a {
  margin-bottom: 5px;
  color: #179cea;
  font-size: 15px; font-weight: bold;
  position: relative;
  text-decoration: none;
}

#news .news-box a:hover {
  color: #179cea;
}

#news .news-box a:visited {
  color: #179cea;
}

#news .news-box span {
  color: #8e8e8e;
  font-weight: normal;
  position: absolute; top: 0; right: 50px;
}

#news a.more {
  float: right; display: inline;
  margin: 0 45px 0 0;
  color: #ab0101;
}
/******************************/

/*** Main content ***/
#main-content {
  margin-top: 20px; margin-right: 11px; margin-left: 5px;
  border: 1px solid #A3A3A3;
}

#main-content h2 {
  margin-bottom: 15px;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold; font-size: 18px;
  background: #1558A5;
}

#main-content #main-content-text {
  padding: 0 15px 25px;
  min-height: 200px; height: auto !important; height: 200px;
}
/******************************/

.def-page {
  margin-top: 79px !important;
  background: #E4E4E4;
}
/******************************/



/*** Contact Form ***/
#contact-info {
  float: right; display: inline;
  margin: 0 200px 0 0;
}

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

#contact-form ul li label {
  float: left;
  width: 100px;
  cursor: pointer;
}

#contact-form ul li textarea {
  width: 220px; height: 100px;
}

#contact-form .submit {
  margin-left: 100px;
  padding: 2px 5px;
  border: 1px solid #A7A6AA;
  background: #CACACC;
  cursor: pointer;
}
/******************************/



/*** Footer ***/
#footer {
  padding: 0 10px;
  padding-bottom: 15px;
  color: #696969;
  position: relative;
}

#footer a {
  color: #696969;
  text-decoration: none; text-transform: lowercase;
}

#footer a:hover {
  color: #393939;
}

#dotweb {
  position: absolute; top: 0; right: 12px;
}
/******************************/
