/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#products-nav a.standard {
	width: 25%;
	background: transparent url(../images/plans-nav-standart-bg.gif) scroll center 15px no-repeat;
}

#products-nav a.advanced {
	width: 25%;
	background: transparent url(../images/plans-nav-advanced-bg.gif) scroll center 15px no-repeat;
}

#products-nav a.premier {
	width: 25%;
	background: transparent url(../images/plans-nav-premier-bg.gif) scroll center 10px no-repeat;
}

#products-nav a.upgrades {
	width: 25%;
	background: transparent url(../images/plans-nav-upgrades-bg.gif) scroll center 15px no-repeat;
}

#content .title h1 {
	margin-bottom: 5px;
	color: #ff7f00;
	font-size: 18px;
	font-weight: bold;
}

#content .title p {
	padding-bottom: 10px;
	font-size: 14px;
	color: #ff7f00;
	border-bottom: 1px solid #e0e0e0;
}

#content .image {
	width: 300px;
	float: left;
	margin-top: 20px;
}

#content .text {
	width: 500px;
	float: left;
	margin-top: 20px;
}

#content .text p {
	margin-top: 20px;
	font-size: 12px;
	line-height: 16px;
}

#content .text p.first {
	margin-top: 0;
}

#content .cell {
	width: 250px;
	margin-left: 25px;
	padding-top: 20px;
	float: left;
}

#content .cell.first {
	margin-left: 0;
}

#content .cell h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

#content .cell p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
}