/* RS2000 - HTML & CSS by Doru Bratu - 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 {
  font-family: Arial, sans-serif; font-size: 12px;
}

/*** Text containers ***/
input, select, textarea {
  border: 1px solid #D1D1D1;
  font-family: Arial, sans-serif; font-size: 12px;
}
/******************************/



#wrapper {
  width: 900px;
  margin: 0 auto;
  position: relative;
}



/*** Header ***/
#header {
  height: 270px;
  margin-bottom: 25px;
  position: relative;
}

#header-image {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 211px;
  width: 900px;
  background-image: url(../images/header-bg.jpg);
  margin-top: 35px;
  position: absolute; top: 10px; left: 0;
}

#header-image h1 {
	margin-top: 90px;
	margin-left: 90px;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-align: center;
	color: white;
}
#header-image h1 span {
	font-family: "Trebuchet MS";
	margin-top: 90px;
	margin-left: 90px;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	color: white;
}
#header #meta {
  font-family: Arial;
  float: left;
  width: 400px;
  padding-top: 10px;
  font-size: 11px;
}

#header #meta ul {
  float: left; display: inline;
  margin-left: 5px;
}

#header #meta ul li {
  float: left;
  margin-right: 15px;
}

#header #meta ul li a {
  float: left;
  color: #999999;
  text-decoration: none; text-align: center;
}
#header #meta a:hover{
  color: #da190a;
}

#motto {
  float: left; display: inline;
  margin: 13px 0 0 100px;
  color: #da190a;
  font-style: italic; font-size: 13px;
  cursor: default;
}

#header .contact {
  float: right; display: inline;
  margin: 15px 5px 0 0;
}

#content {
  width: 900px;
  margin-bottom: 10px;
  overflow: hidden;
}
/******************************/



/*** Main content ***/
#main-content {
  float: right; width: 643px;
  color: #8b8b8b;
}

.searchbox-bg {
  width: 643px;
  margin-bottom: 25px;
  background: url(../images/searchbox-bg.gif) repeat-y center;
}

.searchbox-top {
  background: url(../images/searchbox-top-bg.gif) no-repeat top;
}

.searchbox-btm {
  padding: 25px 10px;
  background: url(../images/searchbox-btm-bg.gif) no-repeat bottom;
  position: relative;
}

#search-box .search {
  width: 630px;
  margin-bottom: 10px;
  overflow: hidden;
}

#search-box .options {
  width: 630px;
  margin-bottom: 25px;
  overflow: hidden;
}

#search-box input {
  float: left;
  width: 490px;
  padding: 5px 2px;
  font-size: 15px;
}

#search-box .submit {
  width: 100px; height: 31px;
  margin-left: 15px;
  border: 1px solid #B7B7B7;
  color: #fff;
  font-size: 14px;
  background: black;
  cursor: pointer;
}

#search-box .options select {
  float: left;
  font-size: 11px;
}

#search-box .options select#zone {
  width: 130px;
}

#search-box .options select#domain {
  margin-left: 10px;
  width: 278px;
}

#search-box ul {
  overflow: hidden;
}

#search-box ul li {
  float: left;
  margin-right: 25px;
}

#search-box ul li a {
  color: #1f8dde;
}
#search-box ul li a:hover {
  text-decoration: none;
}

#search-box .logo {
  position: absolute; bottom: 10px; right: 25px;
}

#main-content-text {
  margin-bottom: 25px;
  padding-top: 15px;
  border-top: 1px solid #EDEDED;
}

#main-content a {
  color: #da190a;
  text-decoration: underline;
}

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


#main-content h2 {
  margin-bottom: 25px;
  color: #4b4b4b;
  font-family: 'Myriad Pro', 'Trebuchet MS'; font-size: 24px;
}

#main-content h3 {
  margin-bottom: 15px;
  color: #da190a;
  font-family: 'Myriad Pro', 'Trebuchet MS'; font-size: 20px; 
}

#main-content h4 {
  font-weight: bold;
  font-family: Arial;
  margin-bottom: 0px;
  color: #da190a; font-size: 12px; 
}

#main-content h5 {
  font-weight: bold;
  font-family: Arial;
  margin-bottom: 5px;
  color: #666666; font-size: 12px; 
}

#main-content ul {
  list-style: disc; list-style-position: inside;
}

#main-content p {
  margin-bottom: 10px;
}

#main-content .box {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E0EAEE;
}


/* Companies listing */
.companies {
  width: 630px;
}

.companies tr {
  border-bottom: 1px solid #E0EAEE;
}

.companies td {
  padding: 12px 15px;
  color: #666666;  
}

.companies .name, .companies .zone {
  width: 20%;
  text-align: center;
}

.companies .zone {
  font-weight: bold;
}

.companies .name a {
  color: #da190a;
  text-decoration: none;  
}
.companies .name a:hover {
  text-decoration: underline;
}

.companies .description {
  width: 60%;
}


#company {
  width: 630px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0EAEE;
  overflow: hidden;
}

#company h2 {
  margin-bottom: 15px;
}

#company h3 {
  margin-bottom: 25px;
}

#company .logo {
  float: right;
  margin: 0 0 10px 10px;
  padding: 1px;
  border: 1px solid #E0EAEE;
}

#company ul.domain-listing li {
  margin-bottom: 10px;
}

#company ul.domain-listing li ul {
  list-style: disc; list-style-position: inside;  
}

#company ul.domain-listing li ul li {
  margin: 0 0 0 10px;
}

.added-at {
  float: right; clear: both; display: inline;
  padding: 0 10px;
  color: #da190a;;
  font-size: 10px;
  background: #fff;
  position: relative; top: -9px;
}
                        
                                


                      
.added-at2 {
  top: 10px;
  float: right; clear: both; display: inline;
  color: #da190a;
  font-size: 10px;
  background: #fff;
  position: relative;
}
/* /Companies listing */
/******************************/


/*** Side content ***/
#side-content {
  float: left; width: 250px;
}

.side-bg {
  width: 226px;
  margin-bottom: 25px;
  background: url(../images/side-bg.gif) repeat-y center;
}
.side-top {
  background: url(../images/side-top-bg.gif) no-repeat top;
}
.side-btm {
  width: 206px;
  padding: 10px 15px 15px 10px;
  background: url(../images/side-btm-bg.gif) no-repeat left bottom;
  overflow: hidden;
}

#main-nav {
  padding-bottom: 10px;
}

#main-nav ul {
  margin-left: 5px;
}

#main-nav ul li {
  margin-bottom: 5px;
  background: url(../images/arrow-black.gif) no-repeat 180px center;
}

#main-nav ul li a {
  display: block;
  height: 36px; line-height: 36px;
  padding-left: 10px;
  color: black;
  text-decoration: none;
  background: url(../images/side-link-hover.gif) no-repeat center -36px;
}

#main-nav ul li a:hover {
  color: #fff;
  background-position: center;
}

#news h3 {
  width: 200px;
  margin-top: 5px; margin-bottom: 15px;
  color: #4b4b4b;
  font-family: 'Myriad Pro', 'Trebuchet MS'; font-size: 18px;
  overflow: hidden;
}

#news h3 .title {
  float: left;
}

#news h3 .feed {
  float: right;
  margin-top: 3px;
}

#news .box {
  width: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}

#news .box .title {
  color: #343434;
  font-style: italic;
}

#news .box .text {
  margin-bottom: 5px;
  color: #b5b5b5;
}

#news a.more {
  float: right;
  width: 66px; height: 23px; line-height: 23px;
  color: #fff;
  text-align: center; text-decoration: none;
  font-size: 11px;
  background: url(../images/lightred-button.gif) no-repeat center;
}
#news a.more:hover {
  background-image: url(../images/red-button.gif);
  color: white;
}
/******************************/



/*** Contact Form ***/
#contact-form ul {
  list-style: none;
}

#contact-form ul li {
  width: 600px;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}

#contact-form ul li label {
  float: left;
  width: 130px;
}

#contact-form ul li textarea {
  width: 225px; height: 90px;
}

#contact-form ul li textarea, #contact-form ul li input {
  padding: 1px;
}

#contact-form .submit {
  width: 66px; height: 23px;
  margin-left: 130px;
  padding: 0;
  border: none;
  color: #fff;
  background: url(../images/orange-button.gif) no-repeat center;
  cursor: pointer;
}

#contact-form ul.error_list {
  width: 150px;
  color: #f00;
  position: absolute; top: 0; right: 0;
}

#contact-form ul.error_list li {
  width: 100px;
  margin: 0;
  position: static;
}
/******************************/



/*** Footer ***/
#footer {
  height: 35px; line-height: 35px;
  font-size: 9px;
  position: relative;
}

#footer a {
  text-decoration: none;
}

#footer #dotweb {
  width: 223px;
  padding-left: 3px;
  color: #878787;
  position: absolute; left: 0; top: 0;
}

#footer #dotweb a {
  color: #878787;
  font-weight: bold;
}

#footer #dotweb a:hover {
  color: #da190a;
}

#footer #footer-nav {
  width: 640px;
  padding-right: 3px;
  color: #da190a;
  text-align: right;
  position: absolute; right: 0; top: 0;
}

#footer #footer-nav a {
  display: inline-block;
  padding: 0 5px;
  color: #878787;
}

#footer #footer-nav a:hover {
  color: #da190a;
}

#footer #dotweb, #footer #footer-nav {
  border-top: 1px solid #D8D8D8;
}
/******************************/



/* Internationalization - Language select form */
#lang {
  margin-right: 5px;
  margin-top: 15px;
  float: right;
  color: #878787;
  font-size: 11px; 
}

#lang select {
  border: 1px solid black;  
  color: #cc3300;
  font-size: 11px;
  background: white;
}

#lang input {
  color: white;
  background-color: #333333;
  padding: 0 3px;
  cursor: pointer;
}

.form-legend {
	color: #da190a;
}

/******************************/
