body {
  background:#FFF url(../images/bg.jpg) 50% 0% no-repeat;
  margin:0;
  padding:0;
  font-family:Tahoma;
  font-size:11px;
}

h1, h2, form, input, fieldset, p, ul { margin:0; padding:0; border:0; }

a {
  text-decoration:none;
  outline:none;
}

img { border:0; }

.clear { clear:both; }

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

#container {
  width:980px;
  margin:auto;
}

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

#mainPageLink {
  text-align:center;
}

#mainMenu {
  width:248px;
  float:left;
  margin-top:83px;
}

#mainMenu .menu h2, #mainMenu .menu p {
  background:url(../images/menu.gif) no-repeat;
  width:230px;
  height:27px;
  padding:8px 0 0 18px;
  cursor:pointer;
  font-size:13px;
  font-weight:normal;
  color:#191f2d;
}

#mainMenu .menu .open, #mainMenu .menu .active, #mainMenu .menu p {
  background:url(../images/menu_active.gif);
  color:#FFF;
}

#mainMenu .dropMenu {
  display:none;
}

#mainMenu .dropMenu a, #mainMenu .dropMenuOpen a {
  display:block;
  width:231px;
  height:20px;
  padding:7px 0 0 9px;
  margin-left:8px;
  background:url(../images/submenu.gif);
  color:#255583;
}

#mainMenu .dropMenu a:hover, #mainMenu .dropMenuOpen a:hover, #mainMenu .dropMenuOpen .selected {
  color:#7dbf0e;
}

#mainMenu .menuActive h2 {
  background:url(../images/menu_active.gif);
  width:230px;
  height:27px;
  padding:8px 0 0 18px;
  cursor:pointer;
  font-size:13px;
  font-weight:normal;
  color:#FFF;
}

#mainMenu .menuActive .dropMenu {
  display:block;
}

#mainMenu .menuBar {
  width:248px;
  height:1px;
  background:url(../images/menu_bar.gif);
  font-size:0;
}

#mainMenu .dropMenuBar {
  width:240px;
  height:1px;
  margin-left:8px;
  background:url(../images/submenu_bar.gif);
  font-size:0;
}

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

#mainPage {
  float:left;
  width:470px;
  padding:380px 0 100px 0;
  margin-left:40px;
}

#mainPage h1 {
  width:433px;
  padding-left:22px;
  font-size:22px;
  font-weight:normal;
  color:#3e98ad;
}

#mainPage .bar {
  width:455px;
  height:13px;
  margin-bottom:13px;
  background:url(../images/main_page_bar.png) no-repeat;
}

#mainPage p {
  color:#063550;
  text-align:justify;
  line-height:17px;
}

#mainPageAdver {
  float:right;
  width:190px;
  padding:380px 0 0 0;
}

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

#pageAdver {
  width:248px;
  margin:10px 0;
}

#page {
  float:right;
  width:699px;
  background:url(../images/page_border.gif);
  margin-bottom:50px;
}

#pageCont {
  margin-top:258px;
  padding-top:120px;
  padding-left:9px;
  background:url(../images/page_border2.gif) 50% 0 repeat-y;
  color:#063550;
  line-height:17px;
}

#pageCont h1 {
  padding-left:22px;
  font-size:22px;
  font-weight:normal;
  color:#3e98ad;
}

#pageCont .bigBar {
  width:691px;
  height:13px;
  background:url(../images/page_big_bar.png) no-repeat;
  margin-bottom:19px;
}

#pageCont .bar {
  width:322px;
  height:10px;
  padding:0 0 3px 17px;
  background:url(../images/page_bar.png) no-repeat;
  font-size:11px;
  line-height:9px;
  margin:21px 0 3px 0;
}

#pageCont .left, #pageCont .right {
  float:left;
  width:331px;
  text-align:justify;
  padding-right:7px;
}

#pageCont .left ul, #pageCont .right ul {
  margin-left:20px;
}

#pageCont .left a, #pageCont .right a {
  color:#26b0ff;
}

#pageCont .right {
  position:relative;
  left:10px;
}

#pageCont ul {
  list-style:none;
  margin-left:30px;
}

#pageCont ul a {
  color:#222d4e;
}

#pageCont ul a:hover {
  color:#7dbf0e;
}

#contantForm ul {
  list-style:none;
  margin-top:10px;
}

#contantForm li {
  clear:both;
  line-height:17px;
}

#contantForm li label {
  float:left;
  display:block;
  width:73px;
  padding-right:7px;
  text-align:right;
}

#contantForm input.text, #contantForm li textarea {
  float:left;
  margin-bottom:10px;
  border:1px solid #a1c9d5;
  width:200px;
  font-family:Tahoma;
  font-size:12px;
}

#contantForm li textarea {
  height:100px;
  overflow:auto;
}

#contantForm input.send {
  width:80px;
  float:right;
  border:1px solid #a1c9d5;
  font-size:12px;
  position:relative;
  left:-29px;
}

#pageCont table {
  border-width:0 0 1px 1px;
  border-style:solid;
  border-color:#93b4c3;
  margin-right:10px;
}

#pageCont td {
  border-width:1px 1px 0px 0px;
  border-color:#93b4c3;
  border-style:solid;
  padding:3px;
}

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

#footer {
  width:975px;
  height:30px;
  margin:0 auto 20px auto;
  background:#FFF url(../images/footer_bar.gif) 0 0 repeat-x;
}

#footer ul {
  list-style:none;
}

#footer li {
  float:left;
  width:487px;
  text-align:center;
  color:#222d4e;
  padding-top:16px;
}

#footer li a {
  color:#222d4e;
}

#footer li a:hover {
  color:#7dbf0e;
}

#footer .images { display:none; }