/********************** general layout ***********************/
html, body { height: 100%; }

#outer-wrapper { 
	min-height: 100%; 
	position: relative;
}

#content {
	margin-left: 130px;
	padding: 0 20px 163px 20px;
	width: 930px;
}

#bottom-content {
/*	position: absolute;
	top: 345px;
*/
	margin-top: 150px;
	width: 930px;
	clear: both;
}
#products #bottom-content {
	margin-top: 150px;
}
#company #bottom-content {
	margin-top: 150px;
}
#fusion_300 #bottom-content {
	margin-top: 70px;
}
#fusion_50 #bottom-content {
	margin-top: 212px;
}
#fusion_70 #bottom-content {
	margin-top: 187px;
}
#education #bottom-content {
	margin-top: 150px;
}
#home #bottom-content {
	width: 930px;
	margin-top: 45px;
}


#buy-head {
/*
	margin-left: 22px;
	margin-top: 22px;
	position: absolute;
*/
	padding: 22px 0 0 22px;
}




#home #where-to-buy { 
	float: left; 
	margin-left: 35px;
	margin-top: 3px;
	position: relative;
}
#where-to-buy .learn {
	bottom: 17px;
	margin: 0 0 0 22px;
	padding-right: 50px;
	padding-top: 10px;
	right: 15px;
	background: url(/assets/images/orange-arrow.gif) 240px 42px no-repeat;
}
#where-to-buy a {
	display: block;
	width: 300px;
	height: 117px;
	padding: 20px 0 0 0;
}

#body-content {
	float: left;
	width: 520px;
}
#sidebars {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
#home #sidebars {
	float: right;
}

#tab1, #tab2, #tab3 { float: right; }

#tab2 .tab-head { width: 193px; }

ul.product-points { margin: 15px 397px 0 75px; }

ul.product-points li { padding-left: 17px; }

.tab-head,
.tab-body { position: relative; }

.tab-head { 
	height: 39px;
	margin-top: -39px;
	width: 199px;
}

.tab-head p,
.tab-head a, .tab-head a:visited {
	position: relative;
	top: 13px;
}

#tab2 .tab-body { 
	margin: 0;
	width: 183px; 
}

.tab-body { 
	margin-left: 1px;
	margin-top: 3px;
	padding: 5px;
	width: 178px; 
}
#fusion_300 #tab2 .tab-body,
#fusion_50 #tab2 .tab-body,
#fusion_70 #tab2 .tab-body,
#education #tab2 .tab-body,
#business #tab2 .tab-body {
	margin: 0 0 0 5px;
	padding: 5px 0 5px 0;
}

.tab-body div { 
	margin: 0 0 5px 0;
	min-height: 150px;
	padding: 15px 5px 0px 5px;
	position: relative;
}

#home .tab-body p.learn {
	bottom: -5px;
	right: 8px;
	position: absolute;
}

.learn {
	display: inline-block;
}
.learn {
	display: block;
}

.learn a {
	display: block;
	padding: 7px 25px 3px 0;
	background: transparent url(/assets/images/orange-arrow.gif) center right no-repeat;
}
.learn a:hover {}

#fusion_50 p.learn {
	padding: 0 0 0 0;
}
#fusion_70 p.learn {
	padding: 0 0 0 0;
}
#fusion_300 p.learn {
	padding: 0 0 0 0;
}

/********************** header  ***********************/
#header {
	min-width: 1100px;
	width: 100%;
}

#masthead,
#nav {
	margin-left: 130px;
	position: relative;
	width: 970px;
}

#logo { height: 113px; }

#logo-link a {
	float: left;
	height: 70px;
	width: 220px;
	display: block;
	background: none;
	margin: 8px 0 0 120px;
}
#tagline {
	clear: left;
	float: left;
	width: 300px;
	padding: 0 0 0 0;
	margin: 13px 0 0 106px;
}

#info {
	float: right;
	width: 300px;
	margin: 10px 0 0 0;
	padding-right: 20px;
}

#info ul { float: right; }

#info li {
	float: left;
	margin-left: 7px;
}

/* @group Nav Styles */

#menu {
	border-top: 7px solid #CCCCCC;
	width: 100%;
}

#nav {
	height: 26px;
	z-index: 3;
}

#nav ul li {
	float: left;
	width: 106px;
}

#nav ul li a {
	display: block;
	line-height: 26px;
	width: 106px;
}

#nav ul li ul {
/*	position: relative;*/
	position: absolute;
	height: 26px;
	overflow: hidden;
	display: none;
}

#nav ul li ul.nav-rollover {
	display: block;
}

/*
#nav ul li:hover ul,
#nav ul li a:hover ul {
	visibility: visible;
	width: 1000px;
}
*/

#nav ul li ul li {
	position: relative;
	float: left;
	top: -26px;
	width: 105px;
}

#nav ul li ul li.nav-space,
#nav ul li a ul li.nav-space { background-color: transparent; }

#sub1 {
	left: 0px;
	width: 318px;
}
#sub2 {
	left: 106px;
	width: 212px;
}
#sub4 {
	left: 318px;
	width: 318px;
}

/* @end Nav Styles */

/********************** footer ***********************/
#footer {
	border-top: 7px solid #08B8Ef;
	bottom: 0px;
	height: 100px;
	margin-left: -20px;
	padding-top: 15px;
	width: 970px;
}

#footer-menu ul li { 
	display: inline; 
	padding-left: 10px;
	padding-right: 6.5px;
}

#copy {
	padding-top: 5px;
	position: relative; 
	text-align: right;
	top: 100px;
	width: 100%;
}

div.push { 
	clear: both;
	padding-top: 118px; 
}

/********************** main page ***********************/
#home #content {
	min-height: 568px;
}

#home h1 {
	margin-left: 380px;
	padding-top: 30px;
}

#sell-points { 
	margin-left: 380px; 
	margin-top: 40px;
}
#sell-points h2 {
	padding: 0 0 5px 0;
}
#sell-points ul {
	
	margin-left: 25px;
}

#home .tab-head { 
	height: 39px;
	margin-top: -39px;
	width: 193px;
}

#home .tab-head a, #home .tab-head a:visited {
	left: 55px;
	position: absolute;
}

#home .tab-body { 
	margin-right: 2px;
	margin-top: 3px;
	min-height: 128px;
	padding: 5px;
	width: 183px; 
}

#home .tab-body div {
	margin: auto;
	min-height: 0;
	padding: 4px 25px 1px 0;
	position: absolute;
}

/********************** product pages ***********************/
#fusion_300 #bottom-content { top: 250px; }

#fusion_300 ul.product-points { margin-right: 525px; }

#fusion_50 #bottom-content { top: 525px; }

/********************** product side-bars ***********************/

/*
#f50-mini, #f70-mini { height: 120px; }
*/

#f50-mini img, #f70-mini img { 
	float: left;
	margin-right: 5px; 
}

#f300-mini img { margin: 10px 0 10px 15px; }

/********************** support page ***********************/
.support-form {
	margin-left: 1px;
	margin-top: 1px;
	width: 308px;
	float: right;
}
.support-form-content {
	padding: 5px 13px 5px 13px;
}

.form-label {
	width: 90px;
}

.support-form .sub-head {
	background-position: 14px 8.5px;
	display: table-cell;
	height: 66px;
	min-width: 308px;
	text-align: center;
	padding-top: 28px;
}

/********************** landing page ***********************/
#landing #content {
	min-height: 568px;
}

#landing h1 {
	margin-left: 380px;
	padding-top: 30px;
}

#landing #bottom-content {
	top: 410px;
	width: 930px;
}

#landing #bottom-content #first-heading {
	clear: left;
	padding-top: 1em;
}

#landing #where-to-buy { 
	float: left; 
	height: 137px;
	margin-left: 35px;
	margin-top: 3px;
	position: relative;
	width: 300px;
}

/************************ bios *************************/
#profile-image {
	float: left;
	padding-top: 16px;
	width: 144px;
}

#bio #bottom-content {
	margin-top: -10px;
}
#bio #body-content,
#company #body-content,
#contact #body-content,
#investors #body-content,
#solutions #body-content,
#products #body-content {
	width: 510px;
}
#bio #body-content {
	padding-top: 20px;
}

/*
#profile-bio {
	padding: 72px 10px 0 10px;
}
*/

#profile-title {}

.mini-profile-img {
	align: left;
	border: 0;
	height: 59px;
	padding-right:3px;
	width: 42px;
}

/*
#bio #content {
	margin-left: 130px;
	padding: 0 20px 143px 20px;
	width: 930px;
}

#bio #bottom-content {
	top: auto;
	width: 930px;
}

#bio #sidebars {
	padding-top: 69px;
}
*/

/*
#bio #tab2 .tab-body p {
	border-bottom:1px dashed #DFF6FC;
	padding-top:6px;
	padding-bottom:5px;
	padding-left:5px;
	font-weight:bold;
}

#bio #tab1 .tab-body p {
	padding-top:6px;
	padding-bottom:5px;
	padding-left:5px;
}
*/

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

