/* @group head */

#wrapper {
	width:780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 30px;
}

#logo {
	float: left;
	width: 324px;
	height: 83px;
	margin-bottom: 20px;
}

#twitter_div {
	float: right;
	position: relative;
	top: 40px;
}

#twitter_div ul {
	list-style: none;
	text-align: right;
	margin: 0 0 .15em 0;
}

#twitter_div li {
	color: #333333;
	margin: 0;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.4em;
}

#twitter_div a {
	display: none;
}

#twitter_div span a {
	display: inline;
}

#twitter_div p {
	float: right;
	font-size: .5em;
	font-weight: normal;
}

#twitter_div p a {
	display: block;
	font-weight: normal;
	color: #999;
}

/* @end */

/* @group navigation */

#nav {
	float: left;
	width: 780px;
}

#nav ul {
	list-style-type: none;
	height: 25px;
	margin: 0;
}

#nav ul li {
	float: left;
	font-size: 0.7em;
	display: block;
	margin: 0 20px 0 0;
}

#nav ul li a {
	color: #333333;
	display: block;
	padding-top: 5px;
	padding-bottom: 12px;
	font-style: normal;
	font-weight: normal !IMPORTANT;
}

#nav ul li a.active {
	font-weight: bold !IMPORTANT;
	background: url(../images/nav_arrow.png) no-repeat center bottom;
}

#nav ul li a.active:hover {
	color: #333333;
}

#nav ul li a:hover {
	color: #95a300;
}

#subnav {
	float: right;
}

#subnav h4 {
	margin: 0 0 10px;
}

#subnav ul {
	list-style-type: none;
}

#subnav ul li {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 5px;
	margin: 0 0 5px;
}

#subnav ul li a
 {
	color: #999;
	font-weight: normal;
	font-style: normal;
}

#subnav ul li a:hover {
	color: #000;	
}

/* @end */

/* @group structure */

#quote, #blog {
	float: left;
}

#quote {
	padding: 0 0 20px 0;
}

#quote h4 {
	margin: 12px 0 0 0;
}

#blog h3 a {
	color: #000;
	text-decoration: none;
}

#blog h3 a:hover {
	color: #0cf;	
}

#blog p {
	font-size: 1em;
	color: #000;
	line-height: 1.5em;
	float: left;
	margin-bottom: 20px;
}

#blog a {
	text-decoration: underline;
}


#blog a.blog_btn {
	background: url(../images/blog_btn.jpg) no-repeat;
	width: 120px;
	height: 16px;
	color: #666;
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
	padding: 6px 10px 3px 10px;
	display: block;
}

#blog a.blog_btn:hover {
	color: #000;
	background-position: -140px 0;
}

#blog div.post_content {
	margin-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
}

#newsletter input {
	border: 1px solid #999;
	height: 20px;
}

#newsletter .submit {
	border: 1px solid #333;
	font: 1em Arial, Helvetica, sans-serif;
	background-color: #999;
	padding-bottom: 5px;
}

#footer {
	width: 780px;
}

#footer p {
	font-size: 0.8em;
	line-height: 1.5em;
}

#footer p a {
	color: #666;
	font-weight: normal;
	font-style: normal;
}

#footer p a:hover {
	color: #0cf;	
}

#footer p span {
	color: #666;
}


/* @end */

/* @group grid */

p.product_desc {
	font-size: 1em;
	color: #999;
	line-height: 1.45em;
}

p.text_or {
	color: #000;
	font-size: 1.15em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* @end */

/* @group buttons */

.tp_sign_btn a {
	display: block;
	background: url(../images/touchpoint_signup.jpg) no-repeat 0 0;
	padding: 30px 0 0 0;
	width: 140px;
	height: 0;
	overflow: hidden;
}

.tp_sign_btn a:hover {
	background-position: -140px 0;
}

.tp_learn_btn a {
	display: block;
	background: url(../images/touchpoint_learn.jpg) no-repeat 0 0;
	padding: 30px 0 0 0;
	width: 140px;
	height: 0;
	overflow: hidden;
}

.tp_learn_btn a:hover {
	background-position: -140px 0;
}


.lp_beta_btn a {
	display: block;
	background: url(../images/launchpoint_beta.jpg) no-repeat 0 0;
	padding: 30px 0 0 0;
	width: 140px;
	height: 0;
	overflow: hidden;
}

.lp_beta_btn a:hover {
	background-position: -140px 0;
}


.lp_learn_btn a {
	display: block;
	background: url(../images/launchpoint_learn.jpg) no-repeat 0 0;
	padding: 30px 0 0 0;
	width: 140px;
	height: 0;
	overflow: hidden;
}

.lp_learn_btn a:hover {
	background-position: -140px 0;
}

/* @end */

/* @group classes */

.mr_20 {
	margin-right: 20px;
}

.border {
	border: 1px solid red;
}

.mt_20 {
	margin-top: 20px;
}

.mt_8 {
	margin-top: 8px;
}

.mb_30 {
	margin-bottom: 30px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_0 {
	margin-bottom: 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}



/* @end */

