/*
Theme Name: Fusenet
Theme URI: http://fusenet.ca/
Description: The theme for Fusenet's site
Version: 1.0
Author: Ryan van Barneveld
Author URI: http://ryanvb.com/
Tags: fusenet
*/

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	color: rgb(25%,25%,25%);
	background: #1a1a1a;
}

html {
	padding: 0;
	margin: 0;
	height: 100%;
}

.hide {
	display:none;
}

a {
	color: rgb(255,80,20);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
        cursor: pointer;
}

div#site {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background: white;
}

div#header {
	height: 115px;
	width: 100%;
	background-color: rgb(25%,25%,25%);
	position: relative;
}

a.header-logo {
	background: url(images/header-logo.png);
	height: 75px;
	width: 255px;
	display:block;
	position: absolute;
	top: 20px;
	left: 13px;
}

div#header-slogan {
	background: url(images/header-slogan.png);
	width: 404px;
	height: 22px;
	position: absolute;
	right: 13px;
	top: 33px;
}

div#header-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-top: 1px;
	padding-right: 13px;
	height: 30px;
	left: 280px;
	text-align: right;
	background: url(images/header-nav-detail.png) 0 0 no-repeat;
	background-color: rgb(255,80,20);
	line-height: 14px;
}

div#header-nav-spacer {
	position: absolute;
	top: 16px;
	bottom: 0;
	left: 15px;
	right: 0;
	background: url(images/body-watermark.png) 100px -80px no-repeat white;
}

div#header-nav a {
	color: white;
	font-weight: bold;
	margin-left: 50px;
	letter-spacing: 1px;
	text-shadow: rgb(25%,25%,25%) 1px 1px 0px;
}

div#body {
	position: absolute;
	top: 115px;
	bottom: 48px;
	left: 0;
	right: 0;
	padding: 20px;
	background: url(images/body-watermark.png) 390px -90px no-repeat;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

div#footer-copyright {
	float: right;
	padding-right: 13px;
	padding-bottom: 15px;
}

div#footer-copyright img {
	position: relative;
	top: 6px;
}



/*---------------------------------------------------*/
*{
	padding: 0px;
	margin: 0px;	
        font-family: Helvetica, Verdana, Arial, sans-serif;
}

#header_new {
	background: transparent url("images/header_bg.jpg") repeat-x top left;
	height: 185px;
	border-bottom: 4px solid #999999;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

#content_page{
	left: 0;
	right: 0;
}

#footer_new{
	bottom: 0;
	width: 1024px;
	background: #000;
	border-top: 4px solid #999999;
}

#footer_copyright_new {
	float: right;
	color: #fff;
}

.clear_me{
	clear: both;
	position: relative;	
	line-height: 0px;
}

#date{
	line-height: 5px;
	position: relative;
	top: -10px;
}

#header_logo a{
	background: transparent url(images/header_logo.png) no-repeat top left;
	text-indent: -5000px;
	width: 308px;
	height: 185px;
	position: absolute;
	z-index: 100000;
}

#side_bar{
	height: 360px;
	width: 319px;
	background: #000;
	position: absolute;
  	top: 189px;
  	left: 0;
	/* for IE */
  	filter:alpha(opacity=80);
 	/* CSS3 standard */
  	opacity:0.8; 
  	z-index: 1000;
}

#side_bar_text{
	height: 360px;
	width: 319px;
	background: transparent;
	position: relative;
  	top: 0;
  	left: 0;
  	z-index: 10000;
}

#slide_div{
  	position: absolute;
  	top: 189px;
  	left: 0;
  	width: 1024px;
  	height: 360px;
  	background: transparent;
}

#slide_div_mask{
  	width: 1024px;
  	height: 360px;
	overflow: hidden;
	position: relative;
}

#images{
	position: absolute;
	height: 360px;
}

#images span{
	display: block;	
	float: left;
}

#images span img {
	border-style: none;
	display: block;
}

a:focus, a:hover, a:active {
	outline-style: none;
	outline-width: medium;
}

#horizontal_slide{
	position: static;
}

.info{
	color: #fff;	
}

.buttons span{
	color: #ff5014;
	cursor:pointer;
}

#headernav{
	float: right;
    position: relative;
    padding-right: 40px;
    top: 160px;
    z-index: 10000;
}

#mainnav{
    list-style-type: none;
    /*position: absolute;
    top: 170px;
    left: 500px;*/
    z-index: 10000;
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    clear: both;    
}

#mainnav a{
	color: #FFFFFF;
}

#mainnav li{
	float: left;
	position: relative;
	padding-left: 50px; 
	overflow: visible;
}

.menu li{
	cursor: pointer;
	float: left;
	padding: 5px !important;
}

.links{
	z-index: 10000;
	list-style-type: none;
	margin: 0px;
	padding: 10px 0 0 0;
	position: static;
}

.links li{
	padding: 5px !important;
	background: #333333 none repeat scroll 0 0;
	display: block;
	float: none;
	clear: both;
}

.links li a{
	text-decoration: none;
	display: block;
}

#infoBox{
	width: 240px;
	padding: 20px;
}

#infoBox h4, #sideBar h4{
	color: #ff5014;      
    font-size: 30px;
	margin-bottom: 15px;
    padding-top: 45px;
}

#infoBox p, #sideBar p{
	color: #ffffff;
    line-height: 1.75;
}

#button_left, #infoBox, #button_right{
	float: left;
	position: relative;	
}

#button_left, #button_right{
	margin-top: 170px;	
}

#sideBar{
	background: #292929 none repeat scroll 0 0;
	width: 239px;
	position: relative;
	float: left;
	padding: 20px 40px;
}

#page_content{
	background: #fff none repeat scroll 0 0;
	width: 705px;
	position: relative;
	float: left;
}

#page_content_text{
	padding: 65px 40px;
}

#page_content_text h4{
	color: #404040;
    font-size: 18px;
    padding-top: 20px;
}

#page_content_text p{
    color: #717171;
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
}

#page_content_text ul{
    padding-left: 15px;
}

#page_content_text li{
    color: #717171;
    font-size: 12px;
    line-height: 14px;
    padding-top: 3px;
}

.subheading {
	color: #717171 !important;
    font-size: 15px;
    line-height: 15px;
}
#careers_main{
	list-style-type: none;
}

#careers_main li{
 	font-size: 16px;
 	color: #fff;
 	margin-bottom: 10px;	
}
.careers_sub{
	list-style-type: none;	
}
.careers_sub li{
	background: transparent url('images/list_dash.png')no-repeat center left;
	padding-left: 10px;	
	color: #FF5014 !important;
	margin-left: 20px;
	margin-bottom: 20px !important;
}

#bottom_div_container{
    background: #FFFFFF;
    width: 1024px;
    overflow: hidden;
    background: transparent url('images/bottom_bg.png') repeat-y top left;
}

#bottom_div_right, #bottom_div_middle, #bottom_div_left{
    float: left;
    position: relative;
}

#bottom_div_leftheading, #bottom_div_middleheading, #bottom_div_rightheading{
    height: 50px;
    float: left;
    background: #1A1A1A;
    position: relative;
}


#bottom_divleftheading h4, #bottom_div_middleheading h4, #bottom_div_rightheading h4{
	color: #FFFFFF;
    font-size: 18px;     
    text-align: center;
    padding-top: 16px;
}

/*left*/

#bottom_div_left{
	background: #FFFFFF;
    position: relative;
    margin-right: 1px;
}

#bottom_div_left, #bottom_div_leftheading{
	width: 319px;
}

#bottom_div_left a{
    color: 	#1A1A1A !important;
}

#bottom_div_leftcontent h4{
    color: #1A1A1A !important;        
    font-size: 25px;
    padding-left: 50px;
    padding-top: 40px;	
}

#bottom_div_leftcontent p{
    color: #717171;
    font-size: 12px;
    text-align: right;
    padding-top: 0px;
}

#bottom_div_leftcontent{
    position: relative;
    float: left;
}

/*middle*/

#bottom_div_middle{
	background: #FFFFFF;
    position: relative;
    margin-right: 1px;
}

#bottom_div_middle, #bottom_div_middleheading{
	width: 335px;
}

#bottom_div_middlecontent{
	float: left;
	width: 285px;
}


/*right*/

#bottom_div_right{
    background: #FFFFFF;
    position: relative;
}

#bottom_div_right, #bottom_div_rightheading{
	width: 368px;
}

#bottom_div_rightcontent{
	float: left;
        border: none;
}

#bottom_div_rightcontent img{
        border: none;	
}

#div_graboid{
	float: left;
        width: 165px;
        padding-left: 23px;
        padding-top: 12px;
        cursor:  pointer;
}

#div_graboid a{
	cursor: pointer;
}

#div_sab{
        float: right;
        padding-right: 23px;
        padding-top: 12px;
}

#div_gygan{
	float: left;
        width: 165px;
        padding-left: 23px;
}

#div_whambox{
        float: right;
        padding-right: 23px;
}

.opportunities_list li{
    list-style: none;
    font-size: 14px;
    color: #1A1A1A !important;
    padding-left: 50px;
	width: 285px;
}


.opportunities_list a{
	color: #717171 !important;
	line-height: 36px !important;

}

/* logos */
.logo_graboid{
	background: transparent url("/wp-content/themes/default/images/graboid.jpg") no-repeat top left;
}

.logo_binmonkey{
	background: transparent url("/wp-content/themes/default/images/binmonkey.jpg") no-repeat top left;
}

.logo_gygan{
	background: transparent url("/wp-content/themes/default/images/gygan.jpg") no-repeat top left;
}

.logo_whambox{
	background: transparent url("/wp-content/themes/default/images/whambox.jpg") no-repeat top left;
}

.logo_bustedvacuum{
	background: transparent url("/wp-content/themes/default/images/bustedvacuum.jpg") no-repeat top left;
}

.logo_sab{
	background: transparent url("/wp-content/themes/default/images/sab.jpg") no-repeat top left;
}

.investments_home{
	height: 49px;
    width: 185px;
}

.investments_home a{
	text-indent: -5000px;
    position: absolute;
    height: 49px;
    width: 185px;
}

.investments_home:hover{
    background-position: 0 -49px;
}

.logo_graboid a{
	position: absolute;
    top: 49px;
    left: 0px;
}

.logo_binmonkey a{
	position: absolute;
    top: 49px;
    left: 185px;
}

.logo_gygan a{
	position: absolute;
    top: 98px;
    left: 0px;
}

.logo_whambox a{
	position: absolute;
    top: 98px;
    left: 185px;
}

.logo_bustedvacuum a{
	position: absolute;
    top: 147px;
    left: 0px;
}

.logo_sab a{
	position: absolute;
    top: 147px;
    left: 185px;
}

#bottom_div_rightcontent a{
    cursor: pointer;	
}

.grey_background{
	background-color: #E6E6E6;
}

#no_page_search{
	padding-top: 20px;
}

#footer_links{
        top: -10px;
        line-height: 5px;
        color: #fff !important;
        position: relative;
        padding-right: 20px;
}

#footer_links a{
        padding: 0 10px;
        color: #fff !important;      	
}

.careers_top_level a{
	color: #fff !important;
}


//------------------------------------------------------//
#blinds-cont { 

}
#blinds-cont #blinds { 
     margin: 0 auto; 
     background: #000 url(/wp-content/themes/default/images/spinner.gif) 50% no-repeat; 
     height: 360px; 
     width: 1024px; 
}

#blinds-cont #blinds .floom_slice { 
     z-index: 10; 
}

#blinds-cont #blinds .floom_caption { 
     text-shadow: 0 1px 0 #fff; 
     font-size: 1.0em; 
     color: #333; 
     font-style: italic; 
     position: relative; 
     text-align: center; 
     width: 100%; 
     top: 25px; 
}

#blinds-cont #blinds .floom_progressbar { 
     font-size: 1px; 
     background: #131718; 
     border-bottom: solid 2px #fff; 
     height: 3px; 
     position: relative; 
     z-index: 1000; 
     width: 0; 
     top: -365px; 
}

#blinds-cont #blinds .floom_container { 
     overflow: hidden; 
     border-bottom: solid 1px #fff; 
     border-top: solid 1px #666;
}

#blinds-cont #blinds .floom_vertical { 
     float: left; 
}
