html{
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #E4E4E4 0%, #F6F6F6 45%, #F6F6F6 100%); 
	background: -o-linear-gradient(top, #E4E4E4 0%, #F6F6F6 45%, #F6F6F6 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(45%,#F6F6F6), color-stop(100%,#F6F6F6)); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#F6F6F6',GradientType=0 ); 
    font-size: 62.5%;
}
body{
	text-align: center;
	font-family: "Lucida Grande",Verdana,"Tahoma","Luxi Sans",Arial,Helvetica,sans-serif;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.6rem;
}
h1{
	font-size: 40px;
	font-size: 4rem;
    text-shadow: 0 2px 4px #0E3A09;
}
h2,h3,h4{
	color: #0c5604;
	margin-top: 0.5em;
}
h2{
    font-size: 25.6px;
    font-size: 2.56rem;	
	font-weight: bold;
	margin-bottom: 0.5em;
}
h3{
    font-size: 22.4px;
    font-size: 2.24rem;	
	border: 1px solid #6bc162;
	border-left: 0;
	border-right: 0;
	padding-left: 0.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	background:   #F1FAEE;
}
h4{
    font-size: 19.2px;
    font-size: 1.92rem;	
	padding-left: 0.5em;
}
a {
	color: #9e1017;
}
a:hover{
	 text-decoration: none;
}
/*************************************************/
p.perex{
	background:  #A1F396;
	color: #18440d;
	padding: 0.5em;
}
p.ods{
	padding: 0 0.5em;
}
/************************************************/
#container{
	width: 938px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0; 
}

#header{
	text-align:center;
	margin-bottom: 20px;
}
#logo{
	width:404px;
	margin: 0 auto;
}


#anotation{
   background: #0D5604;
   background: -moz-linear-gradient(top, #18840D 0%, #0D5604 100%);
   background: -o-linear-gradient(top, #18840D 0%, #0D5604 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18840D), color-stop(100%,#0D5604));
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18840D', endColorstr='#0D5604',GradientType=0 ); 
   height: 165px;
   color: #fff;
   margin-bottom: 20px;
}
#text{
   padding: 15px;
   margin-bottom: 20px;
}

#footer{
	min-height: 20px;
	_height: 20px;
	padding: 15px;
}

#anotationtext{
    text-align: center;
}
#leftcol{
   float: left;
	width: 640px;
}
#rightcol{
	float: right;
	width: 250px;
}
#certificates{
	height:90px;
	
}
#certificates li{
	float:left;
	width:80px;
	margin-left: 30px;
}
/************************/
ul.decimal,
ul.disc{
	margin-left: 2em;
}
ul.decimal li{
	list-style-type: decimal;
}
ul.disc,
ul.disc li
{
    list-style-type: disc;
}

ul.star li{
   background: transparent url(../images/layout/li-star.png) no-repeat;
	background-position: 8px 50%;
	padding-left: 2em;
}
/***********************/
.greenbox{
	background: #4BC13F;
	margin-right: -6px;
	margin-left: -4px;
	color: #18440D;
}
.greenbox .lm{
	background: transparent url(../images/layout/green-round-rect-lm.gif) repeat-y left;
}
.greenbox .rm{
	background: transparent url(../images/layout/green-round-rect-rm.gif) repeat-y right;
}
.greenbox .tc{
	background: transparent  url(../images/layout/green-round-rect-tc.jpg) repeat-x top;
}
.greenbox .bc{
	background: transparent url(../images/layout/green-round-rect-bc.jpg) repeat-x bottom; 
}
.greenbox .tl{
	background: transparent url(../images/layout/green-round-rect-tl.jpg) no-repeat top left;
}
.greenbox .tr{
	background: transparent url(../images/layout/green-round-rect-tr.jpg) no-repeat top right;
}
.greenbox .bl{
	background: transparent url(../images/layout/green-round-rect-bl.jpg) no-repeat bottom left;
}
.greenbox .br{
	background: transparent url(../images/layout/green-round-rect-br.jpg) no-repeat bottom right;
}
.greenbox .inbox{
	min-height: 100px;
	_height: 100px;
	padding: 12px 14px 14px 12px;
}
/**********************/
.clearer{
	clear: both;
}
.tright{
text-align: right;
}
/** ZEND FORM ***/
.zend_form label.required{
	font-weight: bold;
}
.zend_form dd{
	margin-left: 0;
	margin-bottom: 6px;
	text-align: right;
}
#rightcol .zend_form input,
#rightcol .zend_form textarea{
	width: 100%;
}

.zend_form #submit{
	width:100%;
}

ul.errors {
	margin:0;
	color: #9E1017;
	font-size: 80%;
}
ul.errors li{
	background: none;
	padding: 0;
}
/*******/


/*** CSS3 ***/
.border-radius-5,
.white-panel{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

li.shadow,
div.shadow,
.white-panel{
	-webkit-box-shadow:0px 2px 4px #BDBDBD;
	-moz-box-shadow:0px 2px 4px #BDBDBD;
	box-shadow:0px 2px 4px #BDBDBD;
}

.white-panel{
	background: #fff;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 67%, #F6F6F6 100%); 
	background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 67%, #F6F6F6 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(67%,#FFFFFF), color-stop(100%,#F6F6F6)); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F6F6F6',GradientType=0 );
	
}


/**** VCARD ****/
.vcard{
	border: 1px solid #695705;
	font-size: 80%;
	padding: 4px 8px;
	background: #d0b644;
	background: #D0B644;
    background: -moz-linear-gradient(top, #D0B644 0%, #BBA32F 100%);
    background: -o-linear-gradient(top, #D0B644 0%, #BBA32F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D0B644), color-stop(100%,#BBA32F));  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0B644', endColorstr='#BBA32F',GradientType=0 );
	color:  #453705;
}
/**************/

/***** EXTERNAL LINKS ****/
p a[href^="http://"],
p a[href^="https://"],
p a[href^="ftp://"],
li a[href^="http://"],
li a[href^="https://"],
li a[href^="ftp://"]
 {
	background: url(../images/layout/a-external-red.gif) no-repeat scroll right center transparent;
	padding-right:13px;
}

p a[href^="http://"].nobg,
p a[href^="https://"].nobg,
p a[href^="ftp://"].nobg,
li a[href^="http://"].nobg,
li a[href^="https://"].nobg,
li a[href^="ftp://"].nobg{
	background-image: none;
	padding-right: 0;
}
/****** ***/
