	#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;
	}
	
	/* 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) */
	}
	

#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;
	}	
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.new_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.new_button:hover {
	text-decoration: none;
}
.new_button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.blue {
	color: #e3eef9;
	border: solid 1px #82a2c3;
	background: #99b3cc;
	background: -webkit-gradient(linear, left top, left bottom, from(#aabaca), to(#c9dbec));
	background: -moz-linear-gradient(top,  #aabaca,  #c9dbec);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aabaca', endColorstr='#c9dbec');
}
.blue:hover {
	background: #8fa2b4;
	background: -webkit-gradient(linear, left top, left bottom, from(#759fc8), to(#8abced));
	background: -moz-linear-gradient(top,  #759fc8,  #8abced);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#759fc8', endColorstr='#8abced');
}
.blue:active {
	color: #dde4eb;
	background: -webkit-gradient(linear, left top, left bottom, from(#7aa4cd), to(#94c6f6));
	background: -moz-linear-gradient(top,  #7aa4cd,  #94c6f6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7aa4cd', endColorstr='#94c6f6');
}

	

