body {
	font-family: myriad pro, helvetica, arial, sans-serif;
	color:black;
	margin:0 auto;
}

img {
	border: 0;
}

#page {
	display:block;
	width:1000px;
	margin:0 auto;
}

#content {
	display:block;
	float:left;
	width:1000px;
	height:100%;
}

#sst_nav {
	display:block;
	float:left;
	width:1000px;
	height:36px;
	margin:10px 0px 0px 10px;
}

#sst_header {
	display:block;
	float:left;
	width:1000px;
	height:80px;
	background:url(/assets/img/header.png) no-repeat;
}

#sst_header_ti {
        display:block;
        float:left;
        width:1000px;
        height:130px;
        background:url(/assets/img/header_ti.png) no-repeat;
}

#sst_hero {
	display:block;
	float:left;
	width:1000px;
}

#sst_hero_home {
	display:block;
	float:left;
	width:1000px;
	height:230px;
	padding:6px 0px 0px 9px;
	background:url(/assets/img/home-flash-bg.png) no-repeat;
}

#sst_body {
	display:block;
	float:left;
	width:960px;
	padding:15px;
}

#sst_body_top {
	display:block;
	float:left;
	width:973px;
	height:15px;
	background:url(/assets/img/sst_body_top.png) top center no-repeat;	
}

#sst_body_border {
	display:block;
	float:left;
	width:951px;
	padding:10px;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}

#sst_body_bottom {
	display:block;
	float:left;
	width:973px;
	height:15px;
	background:url(/assets/img/sst_body_bottom.png) top center no-repeat;
}

h1 {
	color:#3366cc;
	text-transform: uppercase;
	height:50px;
	background:url(/assets/img/h1-line-bg.png) bottom left no-repeat;
}

h2 {
	color:#3366cc;
	font-size:24px;
	font-weight:normal;
}

a {
	color:#3366cc;
}

.sst-black-header {
	color:black;
	font-size:24px;
	font-weight:normal;
	display:block;
	float:left;
	text-align:left;
	width:100%;
}

.home_link {
	display:block;
	float:left;
	width:100%;
	text-align:right;
	font-size:12px;
}

.home_link a {
	text-decoration:none;
}

.home_link a:hover {
	text-decoration:underline;
}

.sst_3_block {
	display:block;
	float:left;
	width:230px;
	margin:0px 0px 0px 10px;
	height:250px;
	font-size:14px;
}

.sst_3_spacer {
	display:block;
	float:left;
	height:250px;
	width:120px;
	background:url(/assets/img/block-line-bg.png) center bottom no-repeat;
}

#sst_footer {
	display:block;
	float:left;
	width:960px;
	height:90px;
	padding:15px 20px 0px 20px;
	color:black;
	font-size:12px;
	background:url(/assets/img/footer.png) no-repeat;
}

#sst_footer a {
	text-decoration:none;
	color:black;
}
#sst_footer a:hover {
	text-decoration:underline;
	color:black;
}

/* NAV */

#sst_nav #home {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) 0 0 no-repeat;
	width:90px;
	height:36px;
}

#sst_nav #profile {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -90px 0 no-repeat;
	width:144px;
	height:36px;
}

#sst_nav #products {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -234px 0 no-repeat;
	width:117px;
	height:36px;
}

#sst_nav #technology {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -351px 0 no-repeat;
	width:117px;
	height:36px;
}


#sst_nav #partners {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -468px 0 no-repeat;
	width:117px;
	height:36px;
}

#sst_nav #documents {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -585px 0 no-repeat;
	width:117px;
	height:36px;
}

#sst_nav #contact {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -585px 0 no-repeat;
	width:117px;
	height:36px;
}

#sst_nav #blank {
        display:block;
        float:left;
        background:url(/assets/img/nav-sprite.png) -702px 0 no-repeat;
        width:117px;
        height:36px;
}

#sst_nav #search {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -819px 0 no-repeat;
	width:162px;
	height:36px;
}

#search input {
	color:gray;
	margin:9px 0px 9px 10px;
	padding:0px 0px 0px 16px;
	background:url(/assets/img/search_bg.png) no-repeat center left;
	background-color:white;
}
	
#sst_nav #home:hover {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) 0 -36px no-repeat;
	width:90px;
	height:36px;
}

#sst_nav #profile:hover {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -90px -36px no-repeat;
	width:144px;
	height:36px;
}

#sst_nav #products:hover {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -234px -36px no-repeat;
	width:117px;
	height:36px;
}

#sst_nav #technology:hover {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -351px -36px no-repeat;
	width:117px;
	height:36px;
}


#sst_nav #partners:hover {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -468px -36px no-repeat;
	width:117px;
	height:36px;
}

#sst_nav #documents:hover {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -585px -36px no-repeat;
	width:117px;
	height:36px;
}

#sst_nav #contact:hover {
	display:block;
	float:left;
	background:url(/assets/img/nav-sprite.png) -702px -36px no-repeat;
	width:117px;
	height:36px;
}

/* TABS */

#sst_tabs {
	display:block;
	float:left;
	width:974px;
	height:42px;
	margin:0px 0px 0px 0px;
	background:url(/assets/img/tab-content-top.png) bottom center no-repeat;
}

#sst_tabs ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#sst_tabs li {
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
	width:155px;
	height:23px;
	padding:5px 0px 0px 0px;
	text-align:center;
	overflow:hidden;
	background:url(/assets/img/tab-inactive-bg.png) no-repeat;
}

#sst_tabs li a {
	color:black;
	text-decoration:none;
	font-size:12px;
}

.sst_tab_active {
	background:url(/assets/img/tab-active-bg.png) no-repeat !important;
}

#tab_content {
	display:block;
	float:left;
	width:952px;
	padding:10px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

#tab_content_bottom {
	display:block;
	float:left;
	width:974px;
	height:15px;
	background:url(/assets/img/tab-content-bottom.png) bottom center no-repeat;
}

#tab_content_top {
	display:block;
	float:left;
	width:974px;
	height:15px;
	background:url(/assets/img/tab-content-top.png) bottom center no-repeat;
}

.sst_tab {
	display:none;
}

/* DOCUMENTS */

.document-label {	
	display:block;
	float:left;
	width:300px;
}

.document-link {	
	display:block;
	float:left;
	text-align:right;
	background:url(/assets/img/pdf.png) right center no-repeat;
}

.document-link a {
	text-decoration:none;
	padding:0px 25px 0px 0px;
	background:url(/assets/img/pdf.png) right center no-repeat;
}

.product-title {
	display:block;
	float:left;
	width:100%;
	font-size:24px;
	color:#3366cc;
}

.product-title a {
	font-size:14px;
	padding:0px 0px 0px 25px;
	float: right;
	background:url(/assets/img/pdf.png) left center no-repeat;
}

/* CONTACT */

#contact-form {
	display:block;
	float:left;
	width:330px;
	height:330px;
}

#contact-form form {
        text-align:right;
        line-height:30px;
}

#contact-info {
	display:block;
	float:left;
	width:300px;
	height:330px;
	margin:0px 15px 0px 15px;
	overflow:hidden;
}

#contact-info table {
	display:block;
	float:left;
}

#contact-map {
	display:block;
	float:left;
	width:275px;
	height:330px;
}

/* MEET THE TEAM */

.sst_bio {
	display:block;
	float:left;
	width:170px;
	margin:0px 20px 0px 0px;
	font-size:12px;
}

