#content-container {
	padding: 0;
	font-size: 100%;
}

#content {
	padding: 10px 45px;
	font-size: 95%;
}

/*============================PROMO================================*/
#promo {
	height: 220px;
	background: url('../images/promo_bg.gif') repeat-x top left;
	position: relative;
	padding: 5px 40px;
}

#promo h1 {
	font-size: 180%;
	text-align: center;
	margin: 30px 0;
	color: #204169;
}

#promo h1 strong {
	font-weight: normal;
	color: #59C7FB;
}

#testimonials {
	float: left;
	width: 398px;
	height: 80px;
	text-align: justify;
	font-size: 85%;
	background-color: #fff;
	padding: 10px;
	border: 2px solid #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#testimonials cite {
	float: right;
	font-style: italic;
}

#tease_buttons {
	padding-top: 68px;
}

#tease_buttons .button {
	background-color: #294971;
	color: #eee;
	text-decoration: none;
	border: 2px solid #2A4B72;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 20px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 2px;
	box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
}

#tease_buttons a.button:hover {
	background-color: #59C7FB;
	color: #294971;
	margin: 1px 1px 0 11px;
	box-shadow: 2px 2px 3px #666;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
}

#btn_demo,#btn_features,#btn_buy {
	display: block;
	float: left;
	height: 44px;
	text-indent: -9999px;
}

a#btn_demo {
	width: 144px;
	background: url('../images/btn_demo.gif') no-repeat top left;
	margin-right: 20px;
}

a#btn_features {
	width: 144px;
	background: url('../images/btn_features.gif') no-repeat top left;
	margin-right: 20px;
}

a#btn_buy {
	width: 126px;
	background: url('../images/btn_buy.gif') no-repeat top left;
}

a#btn_demo:hover,a#btn_features:hover,a#btn_buy:hover {
	background-position: bottom left;
}

/*============================CONTENT================================*/

.column1 {
	float: right;
	width: 77%;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

.column1 p {
	margin-bottom: 5px;
}

.column2 {
	float: left;
	width: 20%;
	padding-right: 10px;
}

#features li {
	list-style-image: url('../images/bullet1.gif');
	margin-left: 20px;
}

#features li.last {
	list-style-image: url('../images/bullet2.gif');
}

#login-box dt {
	float: left;
	width: 60px;
}

#login-box dd {
	float: left;
}

#login-box dl {
	clear: both;
	float: none;
}

a#lostpasslink {
	font-size: 80%;
	padding-left: 15px;
}

#username, #password {
	width: 100px;
}

#lost-password {
	float: right;
}

.postedby {
	border:1px dotted #ddd;
	background: #eee;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 5px;
	font-size: 85%;
}

.read-more {
	font-size: 85%;
}

#widg_new_blogs .link_more {
	float: right;
	background: url('../images/link_more.gif') no-repeat top right;
	padding: 0 25px 6px 3px;
	font-size: 85%;
}

#widg_new_blogs a.link_more:hover {
	background-position: bottom right;
}

#widg_new_forum .link_more {
	float: right;
	background: url('../images/link_more.gif') no-repeat top right;
	padding: 0 25px 6px 3px;
	font-size: 85%;
}

#widg_new_forum a.link_more:hover {
	background-position: bottom right;
}

