/****

	index layout 
	
******/

#home {
	width:490px;

}
#home p {
	margin:0 0 0 15px;
	font-size:15px;
	line-height: 23px;
	padding:0 0 10px 0;
}
#sbar {
	float:right;
	width:290px;	
	margin-right:15px;
	margin-top:5px;
}
/*---- Feature Accordion ---*/
ul#features {list-style: none;margin:0 0 10px 0;}
a.acc-title {
	font-size:18px;
	display: block;
	background: transparent url(/images/feature_bgd.gif) bottom repeat-x;
	padding:10px 0 5px 10px;
	text-decoration:none;
	color:#5a5a5a;
	border-bottom:1px solid #fcf4e7;
}
a#current {
	color:#c1784b;
	background: transparent url(/images/feature_bgd_current.gif) bottom repeat-x;	
	border-bottom:1px solid #dedede;
}
/**feature link icons **/
a.acc-title span {padding-left:25px; cursor: pointer;}
.design {background: transparent url(/images/icons/ic_design.png) left no-repeat;}
.marketing {background: transparent url(/images/icons/ic_marketing.png) left no-repeat;}
.store {background: transparent url(/images/icons/ic_store.png) left no-repeat;}
.order {background: transparent url(/images/icons/ic_order.png) left no-repeat;}
.admin {background: transparent url(/images/icons/ic_admin.png) left no-repeat;}
a.full-feature, 
a.full-feature:visited, 
a.full-feature:active {
	display: block;
	text-align: right;
	padding:10px 0;
	background:transparent url(/images/gray-arrow.png) right no-repeat;color:#bf6730;
	font-size:14px;
	text-decoration: none;
}
a.full-feature:hover {text-decoration: underline;}
/**feature lists **/
ul.feature-list {
	padding:5px 10px 5px 35px;
	margin:0;
	background: #efefef;
	overflow:hidden;
}
ul.feature-list li {
	list-style: disc;
	color:#444;
	margin:8px 0;
	font-size:13px;
	line-height:18px;
}
/*---- Video ---*/
div.video-bgd {	
	background: transparent url(/images/index_bgd_top.png) bottom left no-repeat;
}
div.video {
	margin-left:165px;
	width:320px;
	height:240px;	
}
object embed {
	border:1px solid #ccc;
}
/*---- Sign Up ---*/
div.signup-link {
	margin:10px 0 0 5px;
	width:475px;
}
div.signup-link p {
	font-size:14px;
	line-height:22px;
	margin:10px 0;
}
span.large-emphasis {
	font-size:16px;
	color:#333;
	padding:3px;
}
p.block-signup {
	text-align: right;
	float:right;
	margin:0;
}
a.bt-signup-link,
a.bt-signup-link:active,
a.bt-signup-link:visited {
	background: transparent url(/images/bt_signup_bgd.png) top no-repeat;
	color:#fff;
	display: block;
	width:237px;
	height:46px;
	text-align: center;
	line-height:46px;
	font-size:16px;
	text-decoration: none;
}
a.bt-signup-link:hover {
	background: transparent url(/images/bt_signup_bgd.png) bottom no-repeat;
	color: #333;
}
