body {
	padding: 0px;
	margin: 0px;

	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	
	background-color: #f7d005;
}

DIV.web {
	width: 100%;
	
	padding: 0px;
	margin: 0px;
	
	background: url('/client_side/images/main_bg.jpg') repeat-x;
	backgrount-position: top;
}

DIV.header {
	margin: 0px;
}

DIV.menu {

	clear: both;
	
	width: 950px;
	height: 40px;
	
	font-size: 0px;
	line-height: 0px;
	
	background: url("/client_side/images/menubg.jpg") no-repeat;

}

	DIV.menu DIV.distance {
		float: left;
	
		width: 268px;
		height: 40px;
	}
	
	DIV.menu DIV.link A {
		float: left;
	
		width: 83px;
		height: 10px;
		
		padding: 15px 0px 15px 0px;
		text-align: center;
		
		font-size: 11px;
		line-height: 11px;
		font.weight: bolder;
		text-transform: uppercase;
		text-decoration: none;
		
		color: #ffffff;
	}
	
	DIV.menu DIV.link A.link:hover {
		background: url("/client_side/images/menu_hoover.jpg") no-repeat;
		
		text-decoration: none;		
		
		color:#000000;
	}
	
	DIV.menu DIV.link A.current {
		background: url("/client_side/images/menu_selected.jpg") no-repeat;
		
		text-decoration: none;		
		
		color:#000000;
	}
	
DIV.footer {
	width: 795px;
	height: 50px;
	
	margin: 0px;
}

DIV.content_holder {
	width: 950px;
	
	margin: 0px;
	
	background: url("/client_side/images/contentholder_bg.jpg") repeat-y;
}

	DIV.content_holder DIV.left {
		float: left;
	
		width: 188px;
	}

		DIV.content_holder DIV.left DIV.contact {
			width: 161px;
			
			margin: 0px 0px 20px 13px !important;
			margin: 0px 0px 20px 6px;
		}
	
			DIV.content_holder DIV.left DIV.contact DIV.top {
				clear: both;
			
				width: 161px;
				height: 12px;
				
				font-size: 0px;
				line-height: 0px;
			
				background: url('/client_side/images/leftmenu_contact_top.jpg') no-repeat;
			}
	
			DIV.content_holder DIV.left DIV.contact DIV.content {
				clear: both;
			
				width: 161px;
			
				padding: 0px 0px 0px 7px;
				
				background: url('/client_side/images/leftmenu_contact_bground.jpg') repeat-y;

				text-align: left;
				color: #ffffff;
			}
	
			DIV.content_holder DIV.left DIV.contact DIV.bottom {
				clear: both;
			
				width: 161px;
				height: 11px;

				font-size: 0px;
				line-height: 0px;
			
				background: url('/client_side/images/leftmenu_contact_bottom.jpg') no-repeat;
			}

		DIV.content_holder DIV.left DIV.partners {
			clear: both;
		
			width: 155px;
			height: 12px;
			
			background: #bfa82e;
			
			margin: 0px 0px 0px 13px !important;
			margin: 0px 0px 0px 0px;
			
			padding: 8px 0px 8px 7px;
			text-align: left;
			color: #ffffff;
		}
	
	DIV.content_holder DIV.content {
		float: left;
	
		width: 760px;
		
		background-color: #ffffff;
		text-align: left;
	}

	DIV.footer {
		width: 950px;
	}

	
	
	
	
	
	
	
	
DIV.colored {
	background: url("/client_side/images/program_bg.jpg") repeat-x;
}
DIV.monocrome {
	background: url("/client_side/images/category_bg.jpg") repeat-x;
}
DIV.saturated {
	background: url("/client_side/images/product_bg.jpg") repeat-x;
}
