	#clr{
		clear:both;
	}
/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0.8em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	.col4{
		margin-left:auto;
		margin-right:auto;
		position:relative;
		padding:0.8em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		/*background:#fff;*/
		/*background:#dbdbbe;*/		/* right column background colour */
	}
	.threecol .colmid {
		right:45%;			/* width of the right column */
		/*background:#fff;	*/	/* center column background colour */
		/*background:#dbdbbe;*/
	}
	.threecol .colleft {
		right:27.5%;			/* width of the middle column */
		/*background:#fff;*/
		/*background:#dbdbbe;*/	/* left column background colour */
	}
	.threecol .col1 {
		width:44%;			/* width of center column content (column width minus padding on either side) */
		left:100.5%;			/* 100% plus left padding of center column */
		
	}
	.threecol .col2 {
		width:26.5%;			/* Width of left column content (column width minus padding on either side) */
		left:29%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		
	}
	.threecol .col3 {
		width:26.5%;			/* Width of right column content (column width minus padding on either side) */
		left:75%;			/* Please make note of the brackets here:
						(100% - left column width) plus (left column left and right padding) plus (right column left padding) */
					
	}
	.threecol .col4 {
		width:44%;			/* width of center column content (column width minus padding on either side) */
		left:100.5%;			/* 100% plus left padding of center column */
		
	}

#Teaser_3 {
	width:100%;
	display:block;
	margin-bottom:5px;
	background:#AEE2AE;
	}
#Teaser-inner_3 {
	border-style:solid;
	border-color:#AEE2AE;
	border: 0 1px 1px 1px;
	overflow:hidden;
	background-image: url(http://www.blotanical.com/images/teaser.png);
	background-repeat: repeat-x; 
	}	
#Screenshot_3 {
	float:left;
	display:block;
	padding-top:8px;
	padding-left:1%;
	padding-right:1%;
	background-color:pink;
	}
#Screenshot-inner_3 {
	overflow:hidden;
	background-color:white;
	}
#Screenshot-inner_3 img{
	margin-left:auto;
	margin-right:auto;
	border-style: solid;
    border-width: 1px;
    border-color:#7b7e9d;
    padding: 1px;
    background-color:yellow;
    }
#Screenshot-Caption_3 {
	font-size:9px;
	padding: 2px;
	text-align: center;
	margin-bottom:0;
	background-color:black;
	}	
	

