html, body {
	height: 100%; 
	margin: 0; 
	padding: 0;
}
body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*background: #e5a76c url(../images/body.jpg) repeat-x left top;*/
	color: #666;
}

a {
	text-decoration: none;
	color: #2e2e2e;
}

a:hover{ 
	text-decoration: underline;
	color: #2e2e2e;
}
#wrapper {
	/*background:#FFF url(../images/shadow.jpg) repeat-y 50% 0px;	*/
	height:100%;
}

#all {
	background: #eee url(../images/wrapper.jpg);
	position: relative; 
	height: 100%;
	width:750px;
	margin:0 auto;
}
html>body #all {
	height: auto; 
	min-height: 100%;
} 
#header{
	background: #FFF url(../images/header.jpg) no-repeat left top;
	height: 125px;
}
#header h1{	
	text-indent:-9999px;
	margin: 0;
	display: none;
}
#header ul{
	margin: 0;
	padding: 0;
	padding-top: 96px;
	padding-right: 4px;
	display: inline;
	float: right;
}
#header ul li{
	float:left;
	display: inline;
	background: url(../images/left_disabled.gif) no-repeat left top;	
	padding:0px 2px 0px 9px;	
}
#header ul li a{
	padding:9px 12px 6px 6px;	
	display: block;
	background: url(../images/right_disabled.gif) no-repeat right top;
	color: #EEE;
	text-decoration: none;
	font-weight: bold;	
}
#header ul li a:HOVER{
	color: #FFF;
}
#header ul li.selected{
	float:left;
	display: inline;
	background: url(../images/left.gif) no-repeat left top;	
	padding:0px 2px 0px 9px;	
}
#header ul li.selected a{
	padding:8px 12px 8px 6px;	
	display: block;
	background: url(../images/right.gif) no-repeat right top;
	color: #2e2e2e;
	text-decoration: none;
}
#header ul li.selected a:HOVER{
	color: #003c00;
}
#left{
	width: 190px;
	float: left;	
}
#left ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left ul li{	
	padding: 17px 0px 16px 8px;
	background: #FFF url(../images/left_menu_bg.jpg);
}

#left ul li a{
	color: #003c00;
	text-decoration: none;
	background: #FFF url(../images/left_menu.jpg) no-repeat;
	padding: 8px;
	padding-left: 40px;
}

#left ul li a:hover{
	color: #003c00;
	text-decoration: underline;
	background: #FFF url(../images/left_menu_hover.jpg) no-repeat;
}

#left ul li.selected a{
	background: #FFF url(../images/left_menu_hover.jpg) no-repeat;
}

#right{
	width: 520px;
	margin-left: 210px;	
	margin-top: 10px;
}
#right h1{
	color: #0a720a;
	font-size: 15px;
	margin: 0;
	padding: 4px 0px 4px 0px;
}

#right h3{
	color: #0a720a;
	font-size: 13px;
	margin: 0;
	padding: 4px 0px 4px 0px;
}
#right p{
	margin: 6px 0px 12px 0px;
}
#footer {
	background: #fff url(../images/footer.jpg) no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:50px;	
}
#footer #copyright{
	color: #003c00;
	float: left;
	padding: 24px 0px 10px 10px;
}
#footer #copyright a{
	color: #003c00;
}
#footer ul{
	float: right;
	display: inline;
	margin: 24px 26px 0px 0px;
	padding: 0;
	color: #FFF;
}
#footer ul li{	
	display: inline;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
	background: url(../images/footer_divider.gif) no-repeat right top;
}
#footer ul li a{
	color: #003c00; 
}
#footer ul li a:HOVER{
	color: #003c00; 
}
#footer a {	
	text-decoration:none;			
}

#footer a:hover {	
	text-decoration:underline;			
}

.price_table {
    cellspacing: 0;
    cellpadding: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}

.price_table td{
    text-align: left;
    padding: 2px;
    vertical-align: top;
    border: 1px solid #aaa;
}

.price_table td.tcvm{
    text-align: center; 
    vertical-align: middle;
}

.price_table th{
    vertical-align: top;
    border: 1px solid #aaa;
    background-color: #eee;
}

.errorMess{
	color: #32a204 ;
}

.warningBlock{
	color: #32a204 ;
}