/* Reset */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;	
/* border: 0 none; */
	outline: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}


/* Fonts */

li {
    font-family:"Trebuchet MS",trebuchet, sans-serif;
	color:#3f3f3f;
}


.tagline {
	font:20px/24px "Trebuchet MS",trebuchet, sans-serif;
	color:#888888;
	float:left;
	padding:26px 0 0 10px;
}


h2 {
	    font-family:"Trebuchet MS",trebuchet, sans-serif;
font-size:22px;
	color: #d44c12;	
}

strong {
	color: #d44c12;
}

a:link, a:active, a:visited, a:hover {
	text-decoration:none;
}

/* Layout */

body {
	margin:0;
	padding:0;
	background:#6f6f6f url(../images/new_bg.jpg) no-repeat center top !important;
}

.drop_container {
	background:url(../images/drop_shadow.png) repeat-y center;
	width:996px;
	margin:auto;
}

.container {
	width:990px;
	margin:auto;
}

/* Header */
.header {
	height:67px;
	background:#363636 url(../images/topbar.png) repeat-x bottom;
	padding:29px 20px 0 20px;
}

.logo {
	margin:8px 0 0 0;
	float:left;
}

.signin {
	float:right;
	list-style:none;
}

.signin li {
	float:right;
	margin-left:20px;
}

/* Content */
.content {
	background:#fff;
}

.primary {
	height: 350px;
	background:url(../images/bits.jpg) no-repeat;
	position: relative;
	border-bottom: 1px dashed #b3b3b3;
}

.primary h1 {
	position: absolute;
	top: 72px;
	left: 613px;
}

.primary ul {
	position: absolute;
	top: 157px;
	left: 612px;
	font-size: 15px;
	word-spacing: -1px;
}

.primary li {
	margin-bottom: 10px;
}

.primary .call-for-action {
	position: absolute;
	top: 269px;
	left: 612px;
	font-size: 26px;
}

.secondary {
	height: 201px;
	font-size: 14px;
	background:url(../images/divider.jpg) no-repeat 558px 45px;
	border-bottom:1px dashed #B3B3B3;
}

.left {
	float: left;
	position: relative;
    background:url(../images/arrow.gif) no-repeat 45px 37px;
    height: 201px;
    width: 568px;
}

.left h2 {
	position: absolute;
	left: 169px;
	top: 28px;
}

.left ul {
	position: absolute;
	left: 169px;
	top: 66px;
	width: 360px;
	font-size: 13px;
	font-weight: bold;
}

.left li {
	margin-bottom: 8px;
}

.left .ui-button {
	position: absolute;
	top: 150px;
	left: 169px;
}

.right {
	float: left;
	position:relative;
	height: 191px;
	padding-left: 34px;
	width: 290px;
	background:url(../images/screenshots.jpg) no-repeat -20px 60px;
}

.right h2 {
	position: absolute;
	top: 28px;
	left: 43px;
}

.right .ui-button {
	position: absolute;
	top: 150px;
	left: 10px;
}

.right #copy {
    position: absolute;
	top: 150px;
	left: 166px;
	font-size: 12px;
	color: #3f3f3f;
	font-weight: bold;
}

/* Footer */
.footer {
	padding:26px 30px 0 30px;
	color:#666666;
	font:16px/20px "Trebuchet MS",trebuchet, sans-serif;
	background:#dedede;
}


.people {
}

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:underline;
	color:#666666;
}

.footer a:hover {
	color:#000000;
}

.footer_links {
	list-style:none;
	margin:20px auto 0px auto;
	width:510px;
	padding:0;
	font-size:12px;
	padding-bottom:20px;
}

.footer_links li {
	margin-right:20px;
	display:inline;
}

.footer h2 {
	display:inline;
	font-size:18px;
	color:#666666;
}

img {
	border:none;
}

.gray_button {
	float:left;
	margin-right:6px;
}

.white-button a {
    font-weight: bold;
    padding: 10px;
}
