#feature .main-image {
	
	position: absolute;
	bottom: 50px;
	left: 10px;
}

#feature .main-image img {
	
	width:325px;
	height:200px;
}

#feature .main-article {
	
	position: absolute;
	bottom: 60px;
	right: 50px;
	width: 500px;
}

#feature .main-article h1 {
	
	color: #C70;
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 6px;
}

#feature .main-article p {
	
	font-size: 1.15em;
	line-height: 1.25em;
}

#feature .main-more {
	
	position: absolute;
	bottom: 40px;
	right: 70px;
	width: 100px;
	background-color: #C70;
	padding: 5px;
	text-align: center;
}

#feature .main-more a {
	
	color: white;
}

#content .grid_1_3_basic {

	position: relative;
	height: 300px;
	border: 1px solid #DDD;
}

#content h1 {
	
	position:absolute;
	top: -10px;
	left: 10px;
	width: 150px;
	background-color: #FFF;
	text-align: center;
	color: #AAA;
	font-size: 1.25em;
}

.tip {
	
	background-image: url('../img/tip-pen.png');
	background-repeat: no-repeat;
	background-position: 170px 45px;
	margin-top: 10px;
}

.tip .text {
	
	padding:30px;
}

.tip_request {
	
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	padding: 8px;
	font-size: 0.9em;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	background-color: #EEE;
	text-align: center;
}

.tip_request p {
	
	padding-bottom: 7px;
}

.tip_request input {
	
	font-size: 1.5em;
	border: 1px solid #676767
}

*+html .tip_request input {

        font-size: 2.5em;
        border: 1px solid #676767
}

#content h3 .features {
	
	color: #BBB;
	
}

#content .product .features {
	
	position: relative;
	overflow: auto;
	margin-bottom: 5px;	
	font-size: 13px;
}

 #content .product .features .text {
	
	position: absolute;
	left: 22px;
	bottom: 3px;
}
