@import "template.css";
@import "forms.css";
@import "../lightbox.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 1017px;}

/*Header height*/
#header {height: 213px;}

/*Column's width*/
#left {width: 234px;}
#page {width: 560px; padding-left: 10px;  padding-right: 10px;}
#right {width: 203px;}

/*Height of the footer */
#footer {height: 56px;}
#content {padding-bottom: 56px;}

/******************DESIGN OF PAGE***********************/
body {
background: #202714; 
font-family: Verdana;
color: #d7e1c7;
}

img{
border: 0px;
}


/*Common design*/
#container {

  background: url(/images/armada/back.jpg);
/*  border-right: solid #666 1px;
  border-left: solid #666 1px;*/
}

#header
{
background-image: url(/images/armada/header.jpg);
}


/*Top menu*/
#topmenu {
display: inline;
  padding-top: 20px;
  padding-left: 235px;
  width: 782px;
  float:left;
}

#topmenu li a {
color: #C3D1AD;
font-size: 0.7em;
font-weight: bold;
text-decoration: none;
}

#topmenu li {
  padding-right: 6px;
  text-align: left;
}

#topmenu li a:hover {
text-decoration: underline;
}

#utils{
display: block;
font-size: 0.6em;
}

#utils a.home{
background: transparent url(/images/armada/home.gif) no-repeat scroll left center;
float: right;
padding-left: 18px;
margin-right: 20px;
margin-top: 10px;
line-height: 10px;
color: #767a58;
}

#utils a:hover.home{
color: #ffffff;
}

#utils a.sitemap{
background: transparent url(/images/armada/sitemap.gif) no-repeat scroll left center;
float: right;
padding-left: 18px;
margin-right: 20px;
margin-top: 10px;
line-height: 10px;
color: #767a58;
}

#utils a:hover.sitemap{
color: #ffffff;
}

#logo{
display: block;
font-size: 0.6em;
float: left;
margin-left: 20px;
}

.more {
text-align:right;
}
.more a {
background:transparent url(../../images/mosr/but_more.gif) no-repeat scroll right center;
padding-right:10px;
font-size: 0.7em;
}
/*left menu */

#left {
float: left;
padding: 0px;
margin: 0px;
}

#left ul {
padding: 0px;
margin: 0px;
list-style-type: none;
}

#left li a {
  color: #9ca886;
  text-decoration: none;
  height: 18px;
  background: url('/images/armada/li.jpg');
  display: block;
  padding-top: 8px;
  padding-left: 40px;
}

#left li a:hover {
  color: #9ca886;
  text-decoration: underline;
  background: url('/images/armada/lia.jpg');
}

#left li {
font-weight: normal;
  font-size: 0.8em;
  color: #ffffff;
  border: 0px;
}

/*right block */
#right{
font-size: 0.9em;
color: #e7efd3;
background-image: url(/images/armada/right.jpg);
}

#page{
background-image: url(/images/armada/page.jpg);
background-repeat: no-repeat;
font-size: 0.8em;
  text-align: justify;
}

#right  #fulltext {
color:#FFFFFF;
height:36px;
margin-left:1px;
padding:13px 13px;
}

#right #fulltext .bg_input {
color:#464D23;
display:inline;
float:left;
height:16px;
margin-right:5px;
width:135px;
background-color:#697059;;
border:1px solid #1c2310;
}
#right #fulltext .search_input {
  color: #fff;
}


/* ----------- FOOTER ---------- */
#footer {
  width: 100%;
  background: url(/images/armada/footer.jpg);
}
#footer a {
  color: #767a58;
  text-decoration: none;
}
#footer a:hover {
  color: #47493E;
  text-decoration: none;
}
#footer #foot {
  text-align: center;
  color: #767a58;
  margin-top: 20px;
  font-size: 0.8em;
}
#footer #makedby {
  display: block;
  position: absolute;
  color: #767a58;
  width: 200px;
  right: 14px;
  top: 15px;
  font-size: 0.6em;
  text-align: right;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin-bottom: 20px;
  text-align: left;
  color:#0082b7;
  font-size: 1.2em;
}

h2 {
  margin-bottom: 20px;
  text-align: left;
  color:#ffffff;
  text-decoration: none;
  font-size: 1.0em;
}

h3 {
  margin-bottom: 20px;
  text-align: left;
  color:#ffffff;
  text-decoration: underline;
  font-size: 1.1em;
}

#right h3 {
font-size: 0.9em;
color: #e7efd3;
  margin: 0;
  text-align: center;
}

a{
color: #ffffff;
text-decoration: none;
}

a:hover{
color: #0192D1;
}

p{
margin: 0px;
}
/*developer*/
/*body {background: #FFF5E6;}
#container {background: silver;}
#header {background: #efa4ae;}
#footer {background: #bf9347;}
#content {background: #afdbff;}
#topmenu {background: #0033cc;}
#left {background: #811f72;}
#page {background: #97468b;}
#right {background: #bd4ec0;} */

