@import "template.css";
@import "page.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Header height*/
#header {height: 194px;}

/*Column's width*/
#left {width: 181px;}
#page {width: 596px;}
#right {width: 177px;}

/*Height of the footer */
#footer {height: 40px;}
#content {padding-bottom: 40px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
  background-image: url('../images/container_bg.gif');
  background-repeat: repeat-y;
  text-align: justify;
  border: 1px solid #4EA6D8;
}


/*--header--*/
#header {
	background: #78C0E8;
	margin-bottom: 1px;
}
#header a {
  text-decoration:none;
}
#header a:hover {
  text-decoration:none;
}
#header .logo {
	float: left;
	width: 201px;
	height: 194px;
}
#header img {
  border: none;
}
#header .middle {
	float: left;
	background-image: url(../images/hdrmiddle.jpg);
	height: 194px;
	width: 533px;
}
#header .middle1 {
	float: left;
	background-image: url(../images/hdrmiddle1.jpg);
	height: 194px;
	width: 533px;
}
#header .middle2 {
	float: left;
	background-image: url(../images/hdrmiddle2.jpg);
	height: 194px;
	width: 533px;
}
#header .middle3 {
	float: left;
	background-image: url(../images/hdrmiddle3.jpg);
	height: 194px;
	width: 533px;
}
#header .middle4 {
	float: left;
	background-image: url(../images/hdrmiddle4.jpg);
	height: 194px;
	width: 533px;
}
#header .middle5 {
	float: left;
	background-image: url(../images/hdrmiddle5.jpg);
	height: 194px;
	width: 533px;
}
#header .middle6 {
	float: left;
	background-image: url(../images/hdrmiddle6.jpg);
	height: 194px;
	width: 533px;
}
#header .middle7 {
	float: left;
	background-image: url(../images/hdrmiddle7.jpg);
	height: 194px;
	width: 533px;
}
#header .middle8 {
	float: left;
	background-image: url(../images/hdrmiddle8.jpg);
	height: 194px;
	width: 533px;
}
#header .middle9 {
	float: left;
	background-image: url(../images/hdrmiddle9.jpg);
	height: 194px;
	width: 533px;
}
#header .news {
  margin: 160px 0 0 20px;
  font-size: 11px;
  color: #fff;
}
#header .right {
	float: left;
	width: 256px;
	height: 194px;
	background-image: url(../images/hdrright.jpg);
}

/*--header--*/
#topmenu li {
}
#topmenu {
	background-image: url('../images/mnubck.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #427999;
	height: 28px;
	margin-bottom: 1px;
	padding: 0px 1px 0px 1px;
}
#topmenu .menu {
	border-left: solid #ffffff 1px;
	height: 28px;
	display: block;
}
#topmenu .menu li {
	display: block;
	float: left;
	width: 140px;
	height: 28px;
	border-right: solid #ffffff 1px;
	text-align: center;
}
#topmenu .menu li a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	background-image: url(../images/mnuitembck.jpg);
	background-repeat: repeat;
	height: 22px;
	padding-top: 6px;
}
#topmenu .menu li a:hover {
	background-image: url(../images/mnuitembck1.jpg);	
}


/*--- left menu ---*/
#left {
	background-image: url(../images/leftbck.jpg);
	/*border-top: solid #4EA6D8 1px;*/ 
	border-right: solid #4EA6D8 1px;
	/*border-bottom: solid #4EA6D8 1px;*/
	padding-bottom: 10px
}
#left .headingh1 {
	background-image: url(../images/lfmnubck.gif);
	background-repeat: repeat;
	display: block;
	padding-left: 0px;
	margin: 5px 0;
}
#left h1 {
	background-image: url(../images/arrow.gif);
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
#left .menu {
	margin: 5px 0px 5px 0px;	
}
#left .menu ul {
	margin-bottom: 5px;
	padding: 0 5px;
}
#left li a {
  display: block;
}
#left .menu ul li {
	/*margin-left: 5px;*/
	margin-top: 3px;
}
#left .menu ul li a {
	color: #3E97C6;
	font-size: 11px;
	text-decoration: none;
}
#left .menu ul li a:hover {
	text-decoration: underline;	
}
#left .heading1 {
	background-image: url(../images/lefthdr1.jpg);
	display: block;
	height: 24px;
	margin: 0px 2px 0px 2px;
	padding-top: 3px;
}
#left .heading2 {
	background-image: url(../images/lefthdr2.jpg);
	display: block;
	height: 24px;
	margin: 0px 2px 0px 2px;
	padding-top: 3px;
}
#left .heading1 h1, #left .heading2 h1 {
	color: #FFFFFF;
	font-size: 10px;
	background: none;
	text-align: center;
}
#left .content {
	margin: 0px 2px 0px 2px;
	display: block;
	border-right: solid #4194C2 1px;
	border-left: solid #4194C2 1px;
	padding: 3px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
#left .content1 {
	margin: 0px 2px 0px 2px;
	display: block;
	border-right: solid #4194C2 1px;
	border-left: solid #4194C2 1px;
	border-bottom: solid #4194C2 1px;
	padding: 3px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}


/*--- Right ---*/
#right {
	/*border-top: solid #4EA6D8 1px;*/
	/*border-left: solid red 1px;*/
	/*border-bottom: solid #4EA6D8 1px;*/
	padding-left: 3px;
	padding-right: 1px;
	padding-bottom: 10px;
}
#right h1 {
	background-color: #004A75;
	font-size: 10px;
	color: #4EA6D8;
	height: 17px;
	padding-top: 2px;
	text-align: center;
}
#right .content {
	display: block;
	margin-bottom: 10px;
}
#right .content .cntshop{
	background-color: #4EA6D8;
	background-image: url(../images/cart.jpg);
	background-position: right;
	padding: 10px 0px 10px 15px;
	height: 35px;
}
#right .content .cntshop a {
	color: #FFFFFF;	
}
#right .content a {
	margin-left: 5px;
	color: #00659E;
	text-decoration: none;
	font-size: 11px;
}
#right .content a:hover {
	text-decoration: underline;	
}
#right form {
	background-color: #ACE0FE;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	padding: 5px 0 5px 10px;
}
#right form input {
    width:150px;
	background-image: url(../images/formbck.jpg);
	border: solid #083049 1px;
	background-repeat: repeat;
	height: 14px;
	font-size: 11px;
}
#right form input.button0 {
	background-image: url(../images/btnarw.jpg);
	background-position: right;
	background-color: #004A75;
	height: 16px;
	background-repeat: no-repeat;
	margin-top: 5px;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 15px;
    width: 110px;
}
#uid_login5, #uid_login6 {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

#right img {
	margin-left: 3px;
	margin-bottom: 10px;
}
#right ol {
	margin: 0px;
	background-color: #4EA6D8;
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
}
#right ol li {
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 15px;
}
#right .content .anketatext {
	color: #0B304B;
	text-align:justify;
	font-size: 10px;
	padding: 0 5px 10px 0;
}
#right .content .anketa {
	background-color: #7DCFFF;
}
#right .content .anketa a {
	display: block;
	margin-bottom: 10px;
}
#right .content .anketa img {
	margin: 0px;
}
#right .content .anketa span {
	display: block;
	border-top: solid #00659E 1px;
	color: #00659E;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
}

#right #usermenu {
  
}
#right #usermenu a {
	color: #00659E;
	font-size: 11px;
	text-decoration: none;
}
#right #usermenu a:hover {
  text-decoration: underline;
}

/*--- page ---*/
#page {
	padding: 15px;
	font-size: 11px;
	height: 100%;
}
#page .image_cnt {
	text-align: center;
	display: block;
	padding-bottom: 15px;
}
#page h1 {
	color: #0B304B;
	font-size: 16px;
	text-align: left;
	margin-bottom: 15px;
}
#page h2 {
	color: #4194C2;
	font-size: 14px;
	text-align: left;
}
#page .cnt_coll1 {
	display: block;
	width: 292px;
	border-right: dashed #C9EDFF 1px;
	float: left;
	padding-right: 5px;
}
#page .cnt_coll2 {
	display: block;
	width: 293px;
	float: left;
	margin-left: 5px;
}
#page .cnt_row {
	border-bottom: solid #C9EDFF 1px;
	width: 292px;
	height: 150px;
	padding-bottom:10px;
	margin-bottom: 10px;
	overflow: hidden;
	float:left;
}
#page .cnt_row img {
	float: left;
	margin-left: 8px;
	margin-right: 2px;
	margin-top: 3px;
	border: solid #0B304B 1px;
}
#page .cnt_row .right {
	width: 194px;
	float: right;
}
#page .cnt_row .right a {
	color: #0B304B;
	text-decoration: none;
	background-image: url(../images/barw.jpg);
	padding-left: 6px;
}
#page .cnt_row .right a:hover {
	text-decoration: underline;
}
#page .cnt_row h1 {
	color: #4194C2;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}
#page .cnt_row span {
	display: block;
	color: #8BA2AF;
	font-size: 10px;
	margin-bottom:2px;
}
#page .pagelist {
	display: block;
	text-align: center;
	padding-top: 10px;
	width: 596px;
	float: left;
	height: 25px;
}
#page .pagelist ul {
	margin: 10px 0px 0px 0px;
	list-style-type: none;
}
#page .pagelist ul li {
	display: inline;
	margin-right: 1px;
	text-align: center;
	width: 20px;
	height: 20px;
	background-color: #4194C2;
	padding: 4px 6px 4px 7px;
}
#page .pagelist ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#page .pagelist ul li a:hover {
	color: #7DCFFF;	
}


/*--- footer ---*/
#footer {
  width: 100%;
  margin-bottom: -1px;
}
#foot {
	text-align: center;
	padding: 10px;
	font-size: 11px;
	padding-top: 15px;
	color: #83C0E4;
	border-top: 1px solid #4EA6D8;
	background-color: #fff;
}
#foot a {
	color: #83C0E4;
}
#foot a:hover {
	text-decoration: none;	
}
.clear {
  clear: both;
  height: 0px;
  height: 0%;
  font-weight: 0em;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}


/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 0;
  text-align: center;
}

h2 {
  margin: 5px 0;
  text-align: center;
}
a {
	color: #3E97C6;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}

/*developer*/

body {background: #5195ec url(../images/bg_page.gif) repeat fixed;}
/*#container {background-color: #FFFFFF;}*/
/*#header {background: #78C0E8;}*/
/*#footer {background: #ffffff;}*/
/*#content {background: #ffffff;}*/
/*#topmenu {background: #427999;}*/
/*#left {background: #DFF3FD;}*/
#page {background: #ffffff;}
/*#right {background: #DFF3FD;}*/
