html, body {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px; 
	text-align: center;
	background:#919191 url('images/back.jpg');
	background-repeat:repeat-x;
}

#main {
	margin:0px auto;
	padding: 0px 0px; 
	width: 850px;
	text-align:left;
	
}

#block {
	background: #fcfcfc url('images/blok.jpg');
	background-repeat:no-repeat;
	width:13px;
	height:450px;
	float:left;
	margin-top:5px;
}

#middle {
	background:url('images/back_middle.png');
	background-repeat:repeat-y;
	width:636px;
	text-align:left;
	margin-top:5px;
	padding-left:15px;
	padding-right:20px;
	padding-top:10px;
	margin-left:-12px;
	min-height:400px;
}



#bottom {
	background:url('images/back_bottom.png');
	width:636px;	
	height:31px;
	margin-left:-12px;
}

#sgs {
	position:absolute;
	z-index:6;
	margin-left:830px;
}

#footer {
	
	padding: 4px;
	padding-bottom:60px;
	background: #FFF;
	text-align:center;
}

#footer2 {
	margin:0px auto;
	width: 850px;
	text-align:left;

}



.fLeft {
	float:left;
}

.fRight {
	float:right;
}


#clear {
	clear: both;
	margin:0px;
	padding:0px;
}
	

.dotLine {
	border-bottom:1px dotted #c4c4c4;
	height:1px;
	clear:both;
	margin: 2px 0px 2px 0px;
	
}

.solidLine {
	border-bottom:1px solid #c6c6c6;
	height:5px;
	clear:both;
	
}





/* HEADERS */

h1 {
	border:1px solid #949494;
	background: url('images/h1_back_proj.jpg');
	margin-bottom:3px;
  	font-size: 110%;
  	font-weight:bold;
	color: #FFF;
	padding:3px;
  	
}

h2 {
	font-size: 110%;
  	font-weight:bold;
	color: #FFF;
	margin:0px;
	margin-bottom:6px;
}




/* STANDARD ELEMENTS */

td , p, span ,div {
  font-family: Arial;
  font-size: 11px;
}




/* FORMS */
form {
  font-family: Arial;
  margin:1px;
}

input {
  background-color:#FFFFFF;
  color: #3c3c3c;
  font-size : 11px;
  padding:2px;
  font-weight : normal;
  border    : 1px solid  #4d6731;
  vertical-align:center;
}

textarea {
  font-family: Arial;
  font-size: 12px;
}

select {
  font-family: Arial;
  font-size: 13px;

  color: #000000;
  padding:1px;
  border:1px solid #addc7b;
}

.radio {
  vertical-align:middle;
}

.checkbox , checkbox {
  vertical-align:middle;
  border:0px solid #000000;
  background-color: #c0e38e;
  
}

.button {

  background-color:#d6d6d6;
  color   : #000000;
  font-size : 12px;
  font-weight : normal;
  font-family: Verdana;
  padding: 4px;
  border:0px;
  border-right:1px solid #505050;
  border-bottom:1px solid #505050;
}



/* A HREF */

a,a.active { 
	color: #272727;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #000;
}


a img,a.active img { 
	color: #80837d;
	font-weight: normal;
	margin:0px;
}

a img:hover {
	background-color: none;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}


/* ERROR HANDLING */

.error {
  color : #CC0000;
  font-weight : bold;
}

.error_back {
  background-color : #CC0000;
}


.errorfield {
  background: #F0C3C3;
}

.linethrough {
	text-decoration: line-through;
}


.uppercase {
	text-transform: uppercase;
}

/* TABLE LAYOUT */



/* NAVIGATION */

#topColor {
	background:#797979;
	height:20px;
	padding:3px;
	margin-right:5px;
	margin-top:5px;
}

#nav {
	
	margin-top:3px;
	margin-right:5px;
	text-align:left;
}

#nav a, #nav a:visited, #nav a:active {
	display:block;
	color: #3e3e3e;
	background: #e4e4e4;
	font-size:105%;
	border-left:10px solid #e4e4e4;
	padding:5px;
	text-decoration:none;	
	text-transform:capitalize;

}

#nav a:hover , #nav a.active{
	background: #d1d1d1;
	display:block;
	border-left:10px solid #464646;
	color: #000;
	font-size:105%;
	padding:5px;
	text-transform:capitalize;

}


#nav a.submenu , #nav a.submenu:visited, #nav a.submenu:active {
	background: #FFF;
	font-size:98%;
	
	color:#7a7a7a;
	padding:2px;
	padding-left:5px;
	border-left:10px solid #FFF;
	text-transform:capitalize;
}

#nav a.submenu:hover ,#nav a.submenu_active, #nav a.submenu_active:hover, #nav a.submenu_active:visited , #nav a.submenu_active:visited {
	background: #e3e3e3;
	font-size:98%;
	padding:2px;
	color: #454545;
	padding-left:5px;
	border-left:10px solid #bbbbbb;
	text-transform:capitalize;

}

.productNav div {
	padding:8px;
	margin:3px 6px;
}

.productNav a, .productNav a:visited, .productNav a:active {
	display:block;
	background: #e9d41e;
	border:1px solid #e9d41e;
	color: #000;
	font-size:125%;
	padding:4px 2px;
	text-decoration:none;	
	text-transform:capitalize;
}

.productNav a:hover , .productNav a.active{
	background: #bba300;
	display:block;
	border:1px solid #5b4f00;
	color: #000;
	font-size:125%;
	padding:4px 2px;
	text-transform:capitalize;
}

.darkGreyRight {
	text-align:right;
	background:#c6c6c6;
	padding-right: 8px;
	font-weight: bold;
	color: #000
}

.grey {
	background:#efefef;
	padding-left: 5px;
}

.subTitle {
	font-size:140%;
	font-weigh: bold;
	color: #2f5822;
	margin-bottom:3px;
}

.date {
	width:65px;
	height:150px;
	float:left;
	padding:0px 4px;
	padding-bottom:0px;
	margin-right:5px;
	
	background: #5a0000;
	border-top:2px solid #9c3800;
	border-right:1px solid #230000;
	border-bottom:1px solid #230000;
	text-align:center;
	
}

.date .year {
	color:#FFF;
	font-size:15px;
	margin-top:0px;
	font-weight:bold;
	
}

.date .month {
	padding-top:10px;
	color:#FFF;
	font-size:140%;
	font-weight:bold;
	text-transform:uppercase;
}

.date .day {
	color:#FFF;
	font-weight:bold;
	font-size:200%;
	margin-top:-2px;
	text-transform:uppercase;
}


.back a  {
	text-decoration:none;
	color: #FFF;
}


.pictureBlock {
	text-align:center;
	width:105px;
	height:80px;
	overflow:hidden;
	padding: 0px;
	margin : 2px;
	border:1px solid #b4b4b4;
	
}




.row1 {
	background:#f8f8f8;
	border-bottom:1px solid #efefef;
	font-size:10px;
	padding:2px;
	text-align:left;
}

.row2 {
	background:#FFF;
	border-bottom:1px solid #e4e4e4;
	font-size:10px;
	padding:2px;
	text-align:left;
}

.filter {
	
	padding:5px;
	background: #eeeeee;
	border-right:1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;

}

h2.car {
	padding: 4px 0px;
	padding-left:5px;
	margin: 3px 0px;
	color: #FFF;
	background: #9cb27f;
	border-right:1px solid #4c593b;
	border-bottom: 1px solid #4c593b;
}

#pagination {
	background: #000;
	font-size:90%;
	font-weight:bold;
	padding:2px;
}

#pagination div {
	font-size:80%;

}

#pagination a {
	color: #FFF;
}

.searchBox {
	width:353px;
	height:159px;
	background: url(images/searchbox.png);
	
}


.listItem {
	padding:2px;
}



#loading {

	position:absolute;
	z-index:2;
	background : #ebebeb;
	width: 100px;
	padding:4px;
	padding-left:0px;
	border-bottom:1px solid #9f9f9f;
	border-left:1px solid #9f9f9f;
	left:0px;
	top:0px;
	color: #000;

}

.label {

	font-size:110%;
	background: #cecece;
	padding: 2px;
	padding-left:10px;
}

.label2 {

	font-size:90%;
	background: #ededed;
	border-right:1px solid #c0c0c0;
	padding: 4px;
	padding-left:2px;
}


.field {

	background: #e8e8e8;
	padding: 2px;

}


.bullet {
	background: url('images/icons/bullet_proj.png');
	background-repeat:no-repeat;
	background-position: 0% 47%;
	padding-left:15px;
	margin-left:0px;
	
}

a.more , a.more:active, a.more:visited{
	background: url('images/icons/arrow_2grey2.png');
	background-repeat:no-repeat;
	background-position: 0% 47%;
	padding-left:15px;
	margin-left:15px;
	color: #6d6969;
	text-decoration:underline;
}

a.more:hover {
	background: url('images/icons/arrow_2grey2.png');
	background-repeat:no-repeat;
	background-position: 0% 47%;
	padding-left:15px;
	margin-left:15px;
	color: #000;
	text-decoration:none;
}

a.more2, a.more2:active, a.more2:visited {
	background: url('images/icons/arrow_2white.png');
	background-repeat:no-repeat;
	background-position: 0% 47%;
	padding-left:15px;
	margin-left:15px;
	color: #6d6969;
	text-decoration:underline;
}

a.more2:hover {
	background: url('images/icons/arrow_2white.png');
	background-repeat:no-repeat;
	background-position: 0% 47%;
	padding-left:15px;
	margin-left:15px;
	color: #000;
	text-decoration:none;
}

.round {
	background: #e7e7e7;
	padding:5px;
	
}

.ablock a , .ablock a:active, .ablock a:visited {
	display:block;
	background: url('images/icons/bullet2.png');
	background-repeat:no-repeat;
	background-position: 0% 47%;
	padding:1px 10px;
	font-size:90%;
	margin-left:10px;
	
}

.ablock a:hover {
	display:block;
	background: url('images/icons/bullet2.png');
	background-repeat:no-repeat;
	background-position: 0% 47%;
	padding:1px 10px;
	font-size:95%;
	margin-left:10px;
	
}



.topContent {
	background: url('images/back_top.jpg');
	background-repeat:repeat-x;
	height:15px;
	border:1px solid #dcd9d9;
}

#linesR {
	background: url('images/right_lines.png');
	background-repeat:no-repeat;
	width:122px;
	height:327px;
	margin-top:-490px;
	margin-left:800px;
	position:absolute;
}


#sliding {
	position:absolute;
	margin-top:-220px;
	margin-left:20px;
	
}

#sliding img {
	border-bottom:2px solid #878787;
	border-left: 3px solid #878787;
	border-top: 2px solid #878787;
	margin:2px 0px;
}

.topCorners {
	background: #cacaca;
	padding:5px ;
	margin-top:-4px;
	text-align:center;
}

.bottomCorners {
	background: #e7e7e7;
	padding:5px;
}

.attention {
	background: #464646 url('images/icons/attention.png');
	background-repeat:no-repeat;
	background-position: 2% 57% ;
	width:220px;
	padding:15px;
	padding-left:40px;
	color: #FFF;
	text-align:center;
	
	
}

.information {
	background: #e8e8e8 url('images/icons/getinfo.png');
	background-repeat:no-repeat;
	background-position: 2% 57% ;
	padding:10px;
	padding-left:26px;
	margin:20px 2px; 
	color: #FFF;
	text-align:center;
	
	
}

#mailbox {
	background: url('images/mailbox.png');
	background-repeat:no-repeat;
	width:287px;
	height:154px;
	position:absolute;
	padding:10px;
	margin-top:-20px;
	margin-left:20px;
	
}

.calc_header {
	background: #ddd000;
	padding:0px 3px;
	font-size:130%;
	color:#000;
	text-align:center;
	width:56px;
	margin:1px;
	border:1px solid #f0f0f0;
}

.calc_text {
	margin:1px;
	border:1px solid #f0f0f0;
	padding:0px 3px;
	text-align:center;
	width:56px;
}
