/* CSS Document */

/*******************************************************
	Title:		VEK - 92
	Author:		mARTin Design
	Year:		2009
	
	Stylesheet:	WHAT WE DO
	
	LIST OF CONTENTS:
	-----------------
		= COMMON
*******************************************************/





/* ******************************************* COMMON */

	#services_container {
		min-height:176px;
		background:url(../images/tools.jpg) left top no-repeat;
		font-size:1.2em;
		color:#003300;
		overflow:hidden;
		text-align:justify;
	}
	
		#services_container h4.page_title {
			background:url(../images/services_title.png) left bottom no-repeat;
		}





/* ***************************************** LEFT COL */

	#services_container div.left_col {
		width:291px;
		float:left;
		margin:150px 0 180px 40px;
		clear:left;
	}





/* **************************************** RIGHT COL */

	#services_container div.right_col {
		width:350px;
		float:right;
		margin:50px 40px 180px 0;
		clear:right;
	}
	
		#services_container div.right_col p {
			font-weight:bold;
			margin:30px 0 10px 0;
		}
	
		#services_container div.right_col ul {
			margin-left:10px;
		}
	
			#services_container div.right_col ul li {
				padding-left: 10px;
				background:url(../images/green_bullet.gif) left 6px no-repeat;
			}