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


#backLeft {
	right:50%;
	position:absolute;
	width:50%;
	background: url('images/back_repeat.jpg');
	background-repeat:repeat-x;
	z-index:1;
	height:200px;

}

#fixedshadow {
	right:50%;
	margin-right:395px;
	position:absolute;
	width:27%;
	background:#f7511d url('images/fixedshadow.png');
	background-repeat:no-repeat;
	z-index:3;
	height:25px;
	top:119px;

}

#main {
	z-index:2;
	position:relative;
	margin: 0px auto;
	padding: 0px;
	
	width: 909px;
	text-align:left;
	background: url('images/back_content.png');
	background-repeat:repeat-y;
	min-height:500px;

}

#middle {
	margin-left:11px;
	margin-top:-6px;
	padding-top:15px;
	padding-left:18px;
	background: #FFF url('images/middle_content.jpg');
	background-repeat:no-repeat;
}




#header {
	background: url('images/header.jpg');
	background-repeat:no-repeat;
	height:156px;
	margin-left:11px;
	margin-top:0px;
}


#footer {
	margin: 0px auto;
	padding: 0px;
	background: url('images/footer.png');
	background-repeat:no-repeat;
	height:58px;
	width: 909px;
	text-align:left;
}

#footer2 {
	margin-left:100px;
	padding-top:15px;
	color: #FFF;
}

.scroll {
	scrollbar-face-color: #e2eaf6;
	scrollbar-highlight-color: #f5f5f5;
	scrollbar-3dlight-color: #d8d8d8;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-shadow-color: #e5e5e5;
	scrollbar-arrow-color: #565656;
	scrollbar-track-color: #fcfcfc;
	overflow-y:auto;
	overflow-x:hidden;

}

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

.img  {
	border:1px solid #39764f;
}

#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 #1d1d1d;
	height:1px;
	clear:both;
	margin: 1px 0px 1px 0px;
	
}

#footer p {
	margin: 0;
	padding: 20px 0;
	clear: both; 
	text-align: center;
}
/* End Structure */

#content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 0px;
	letter-spacing: 0px;
}

#content li {
		text-indent: 0px;
}

/* HEADERS */

h1 {
	background: #c7da6e;
	font-family: Verdana;
  	font-size: 120%;
	color: #FFF;
  	margin:1px;
  	margin-bottom:6px;
}

h1.roundH1 {
	padding:10px;
	margin:2px;
	
	margin-left:20px;
	margin-right:20px;
}	

h2 {
	font-size: 200%;
	color:#c6c9cc;

}


/* STANDARD ELEMENTS */

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




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

input {
  background-color:#FFFFFF;
  color: #383838;
  font-size : 10px;
  padding:3px 3px;
  height:22px;
  font-weight : normal;
  border    : 1px solid  #d2d6dc;
  vertical-align:center;
}

input.full {
	width:100%;
}	

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

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

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

.radio {
  vertical-align:middle;
}

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

.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: #80837d;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #000000;
	

}


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;
}


/* TEXT HANDLING */

.title {
	font-size:100%;
	font-weight:bold;
	color: #000;
	margin-bottom:5px;
	margin-top:8px;
}


/* ERROR HANDLING */

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

.error_back {
  background-color : #CC0000;
}


.errorfield {
  background: #F0C3C3;
}

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

.small {
	font-size:10px;
}

/* TABLE LAYOUT */



/* NAVIGATION */


#nav  {
	left:0px;
	position:absolute;
	top:110px;
	height:14px;
	padding-top:10px;
	padding-left:10px;
	margin-left:48px;
}

.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:40px;
	float:left;
	padding:1px 4px;
	margin-right:15px;
	
	background: #626b55;
	border-top:1px solid #838d76;
	border-right:1px solid #3b462b;
	border-bottom:1px solid #3b462b;
	text-align:center;
	
}

.date .year {
	color:#FFF;
	font-size:10px;
	margin-top:-5px;
	
}

.date .month {
	color:#FFF;
	font-size:10px;
	text-transform:uppercase;
}

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

.pictureBlock {
	text-align:center;
	width:80px;
	float:left;
	height:60px;
	overflow:hidden;
	padding: 0px;
	margin : 0px;
	
}

.row1 {
	background:#ecf1f8;
	
	padding:2px;
	text-align:left;
	margin-bottom:3px;
}

.row2 {
	background:#FFF;
	padding:2px;
	text-align:left;
	margin-bottom:3px;
}

.pagination {
	background: #eff1f6;
	padding:5px;
	margin-bottom:5px;
	margin-right:0px;
}



.searchButton {

	background: #becda7 url('images/icons/search_box.gif');
	background-repeat:no-repeat;
	background-position: 15% 57% ;
	padding: 4px;
	padding-left:40px;
	font-size: 120%;
	font-weight:bold;
	width:100%;
	border:0px;
}


#home_content  { width: 399px; height: 420px }

.home_content  { background: #E2EAF7 url(images/smile.gif) 264px 180px no-repeat; padding-top: 2px; padding-right: 133px; padding-left: 20px; padding-bottom: 20px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }

#home_distri {
	background: url('images/button_distri.jpg');
	background-repeat:no-repeat;
	width:389px;
	height:71px;
	margin-top:15px;
}

.home_distri {
	text-align:center;
	color:#FFF;
	font-size:180%;
	letter-spacing: 0px;
	font-weight:bold;
	padding-top:18px;
}

#home_distri a {
	color: #FFF;
	font-size:100%;
	font-weight:bold;
	letter-spacing: -1px;
}

.imgDiv {
	border:3px solid #afbbcb;
}

a.more {
	text-decoration:none;
}	

a.green , a.green:active, a.green:visited{
	color: #b5cd44;
	text-decoration:underline;
}

a.green:hover{
	
	color:#000;
	font-size:100%;
}

.productRound {
	background:#ecf1f8;
	padding:10px;
}

.back {
	background:  url('images/icons/left.png');
	background-repeat:no-repeat;
	background-position:1% center;
	padding:6px;
	height:18px;
	margin:4px;
	padding-top:5px;
	padding-left:40px;
	
}

.contact{
	background:  url('images/corp.jpg');
	background-repeat:no-repeat;
	margin-left:-75px;
	margin-top:10px;
	width:350px;
	height:215px;
	position:relative;
}

.route {
	background:  url('images/route.jpg');
	background-repeat:no-repeat;
	width:350px;
	height:215px;
}

.round {
	background: #e8f2b9;
	padding:5px;
	margin:5px 2px; 
	text-align:center;
}