@charset "utf-8";

/*

Theme Name: BNOTIONS version 3.0
Theme URI: http://www.bnotions.ca
Description: BNOTIONS Base Theme for WordPress Development
Version: 3.0
Author: Nick Karch, Aaron Ritchie
Tags: basic, no frills, clean

A standard Wordpress frame by Nick Karch & Aaron Ritchie || http://www.bnotions.ca
Based on:
Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
*/

/*

Colors

grey: #e4e4e4;
dark blue: #253552;
almost black: #323232;

*/

*{
	margin: 0px;
	padding: 0px;
	outline:none;
	}
img {
	border: none;
}
html {
	background: #ffffff;
	}	

.clear {
	clear: both;
	visibility: hidden;
}
#video_bg_home{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0px;
	left: 0px;
	overflow:hidden;
	#overflow:visible;
	z-index: 1;
	}

#scroll{
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:scroll;
	z-index: 10;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#scroll{
		width: 100%;
		height: 100%;
		margin: auto;
		position: fixed;
		top: 0px;
		overflow:scroll;
		}
	} 
	
#container{ /*formerly container_home*/
	margin: auto;
	margin-top: 20px;
	width: 920px;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#container{
		margin: auto;
		margin-top: 20px;
		width: 920px;
		}
	} 
	
#container_noflash{
	background: #fff;
	position: relative;
	margin: auto;
	margin-top: 2%;
	width: 920px;
	height: 620px;
	overflow: hidden;
	}
	
#f_get_flash{
	display: block;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	width: 300px;
	height: 30px;
	position:relative;
	top:-150px;
	}

	
#image_push{
	width: 100%;
	height: 100%;
	}

	
/*---------------------------------------------------------------------------------------------------------------------HEADER------*/

#header {
	width: 920px;
	height: 138px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}

#header_noflash {
	width: 920px;
	height: 138px;
	margin: 0 auto;
	position: relative;
	}

#header_left{
	background: #e4e4e4;
	width: 107px;
	height: 138px;
	float:left;
	
	margin-right: 300px !important;
	
	#margin-right: 290px;
	margin-left: 30px !important;
	#margin-left: 15px;
	}
	
#header_left img{
	border: none;
	#margin-bottom:-20px;
	}

#header_right{
	width:490px;
	height: 138px;
	float:left;
	}	

#header_right_contact{
	height:80px;
	width: 470px;
	font-size:11px;
	text-align: right;
	color:253552;
	font-family:Arial, Helvetica, sans-serif;
	margin: 30px 0 0 0;
	line-height: 16px;
	}

 #header_right_flash ul{
  	float:right;
	margin-right:16px;
	}
 
 #header_right_flash a{
	position:relative; 
	z-index:2; 
	cursor:pointer;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#202942;
	text-decoration:none;
	}
 
#header_right_flash li{
 	float:left;
	margin-left:5px;
	list-style:none;
	text-align:center;
	}
 
#header_right_flash .hovers{
 	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	
	background:#a1b8e2;
	height:16px;
	z-index:1; 
	top:0px;
	position:relative; 
	background:#fff;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#header_right_flash .hovers{
		top: 3px;
		}
	
	}
/*--------------------------------------------------------end of header----*/	

/*---------------------------------------------------------------------------------------------------------------------GREY------*/
#grey_extension{
	background: #e4e4e4;
	width: 107px;
	height: 217px;
	margin-left: 30px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:relative;
	top: -1px;
	z-index:5;
	}

#grey_extension_noflash{
	background: #e4e4e4;
	width: 107px;
	height: 217px;
	float: left;
	margin-left: 30px !important;
	margin-left: 15px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow:visible;
	position: relative;
	}

#grey_extension_home{
	background: #e4e4e4;
	width: 107px;
	height: 217px;
	margin-left: 30px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:relative;
	top: -27px;
	#top: -226px;
	z-index:5;
	}

#grey_extension_title{ /*our work*/
	height: 20px;
	float: left;
	margin-left: 75px !important;
	#margin-left: 37px;
	}

#grey_extension_title2{ /*about us*/
	height: 20px;
	float: left;
	margin-left: 57px !important;
	#margin-left: 26px;
	}

#grey_extension_title1 {
	font-weight:bold;
	color: #ffffff;
	}

#grey_extension_beside{
	color: #bcbcbb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	position: absolute;
	top: 0px;
	left: 108px;
	}

/*--------------------------------------------------------------end of grey------*/

/*---------------------------------------------------------------------------------------------------------------------HOME------*/

#home_content{
	width: 920px;
	overflow: hidden;
	padding-top: 1px;
	margin-bottom: 140px;
	}

@media screen and (max-device-width: 480px) {
    #home_content{
	margin-bottom: 40px;
	}
}	

#home_top{
	width: 920px;
	height:200px;
	margin: 26px 0 0 0;
	}

#home_banner{
	width: 620px;
	height: 200px;
	background: url(images/home_banner0.png) no-repeat;
	float:left;
	}

#home_banner a{
	color: #f9b67d;
	position: absolute;
	top: 144px;
	left: 412px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
	}
	
#home_banner a:hover{
	color: #fff;
	}
	
#home_bubbles{
	width:300px;
	height:200px;
	float:left;
	}
	
#home_alt_bubbles{
	width: 300px;
	height: 200px;
	background: url(images/bubbles.png) no-repeat;
	position: relative;
	}

#home_alt_bubbles a{
	font-family: Arial, Helvetica, sans-serif;
	color: #ee296d;
	text-decoration:none;
	}
	
#home_alt_bubbles a img{
	border: none;
	outline: none;
	}
	
#home_alt_bubbles a:hover{
	color: #ffffff;
	}	

#home_alt_bubbles_hire{
	font-size:16px;
	position: absolute;
	margin: 39px 0 0 181px;
	z-index: 13;
	text-align: center;
	}

#home_alt_bubbles #home_alt_bubbles_more{
	color: #ff9447;
	font-size:11px;
	position: absolute;
	margin: 142px 0 0 257px;
	z-index: 12;
	}		
	
#home_alt_bubbles a{
	cursor: pointer;
	}
	
#bubble_hire{
	position: absolute;
	top: 29px;
	left: 166px;
	display: block !important;
	#display: none;
	width: 58px;
	height: 58px;
	background: url(images/bubbles/bubble_hire_off.png) no-repeat;
	z-index: 26;
	}
	
#bubble_more{
	position: absolute;
	top: 129px;
	left: 252px;
	display: block !important;
	#display: none;
	width: 41px;
	height: 41px;
	background: url(images//bubbles/bubble_more_off.png) no-repeat;
	z-index: 26;
	}

#home_half_battle{
	width: 920px;
	height:150px;
	position:relative;
	background: url(images/home_half_battle.jpg) no-repeat;
	margin: 10px 0 10px 0 !important;
	#margin: -207px 0 0 0;
	color:#34201f;
	}

#home_half_battle a{
	color:#000000;
	font-size:9px;
	font-weight:bold;
	}

#home_half_battle a:hover{
	color:#666666;
	}
	
#home_half_battle h5{
	text-align: center;
	font-size:15px;
	font-weight: bold;
	margin-top: 19px;
	}

#home_half_battle p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px 0 0 10px;
	#margin: 3px 0 0 10px;
	line-height: 15px;
	letter-spacing: 1px;
	}

#home_half_battle_l{
	width: 300px;
	height: 150px;
	background: transparent;
	float:left;
	}
	
#home_half_battle_c{
	width: 300px;
	height: 150px;
	float:left;
	margin: 0 0 0 10px;
	}
	
#home_half_battle_r{
	width: 300px;
	height: 150px;
	float:left;
	margin: 0 0 0 10px;
	}

#home_half_battle div div{
	display:none;
	width: 300px;
	height: 150px;
	font-family:Arial, Helvetica, sans-serif;
	}

#home_projects{
	width: 920px;
	height: 200px;
	margin: -10px 0 0 0;
	#margin: 0 0 0 0;
	position:relative;
	}
	
#home_project_single_l{
	width: 455px;
	height: 200px;
	background: url(images/home_project.png) no-repeat;
	float:left;
	}
	
#home_project_single_r{
	width: 455px;
	height: 200px;
	background: url(images/home_project.png) no-repeat;
	float:left;
	margin: 0 0 0 10px !important;
	#margin: 0 0 0 7px;
	}

.home_project_img{
	width: 250px;
	height: 125px;
	background: #000000;
	display:block;
	position:relative;
	top: 12px;
	left: 3px;
	}
	
.home_project_title{
	color:white;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	position:relative;
	top: -99px;
	left: 265px;
	}
	
.home_project_url{ 
	color:#f9b67d;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	position:relative;
	top: -98px;
	left: 265px;
	text-decoration:none;
	}

.home_project_url:hover{
	color:#fff;
	}

#home_project_launch_l{
	color: #c57232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 253px;
	height: 20px;
	position: absolute;
	top: 140px !important;
	#top: -85px;
	left: 0;
	z-index: 20;
	}

#home_project_launch_l span{
	float:right;
	}

#home_project_launch_r{
	color: #c57232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 253px;
	height: 20px;
	position: absolute;
	top: 140px !important;
	#top: -85px;
	left: 465px !important;
	#left: 0px;
	z-index: 20;
	}

#home_project_launch_r span{
	float:right;
	}

.home_project_list_title{
	color: #a2bae1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	position:relative;
	letter-spacing:1px;
	top: -89px;
	left: 265px;
	}
	
.home_project_list{
	list-style: url(images/bullet.jpg) no-repeat;
	color: #a2bae1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	top: -85px;
	margin-left: 284px;
	#margin-left: 260px;
	#list-style-position: inside;
	}

/*---------------------------------------------------------end of home--------*/	

/*-------------------------------------------------------------------------------------------------------------ABOUT US------*/

#about_top{
	width: 920px;
	height: 190px;
	position:absolute;
	left: 0px;
	top:0;
	}

#about_main{
	background: url(images/about_us.png) no-repeat;
	width: 540px;
	height: 190px;
	position:relative;
	margin-left: 137px;
	float:left;
	display:inline;
	}

#about_points{
	width: 237px;
	height: 180px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	position:relative;
	top: 3px;
	left: -5px;
	float:left;
	}	

#about_points a{
	color: #207298;
	}


#about_bottom{
	width: 780px;
	height: 160px;
	position: relative;
	left: 135px;
	}
	
#about_header_purple{
	color: #71315b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
	}

#about_content_management{
	width: 240px;
	height: 140px !important;
	#height: 180px;
	float: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 16px !important;
	#margin-left: 8px;
}

#about_flash{
	width: 230px;
	height: 140px;
	float: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	}

#about_flash a{
	color: #b31f24;
	font-weight: bold;
	text-decoration:underline;
	}

#about_applications{
	width: 235px;
	height: 140px;
	float: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px
	}

#get_started{
	float:left;
	height: 15px;
	margin-top: 10px;
	margin-left: 16px !important;
	#margin-left: 8px;
	}

#get_started a{
	color: #71315b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	}

/*--------------------------------------------------------------end of about us------*/

/*-----------------------------------------------------------------------------------------------------------------FLASHPRESS------*/	

#flashpress{
	width:920px;
	height: 400px;
	position: relative;
	margin-top: -218px;
	}

#fp_left{
	width: 370px;
	height: 400px;
	position: relative;
	float:left;
	margin-left: 65px;
	#margin-left: 150px;
	display:inline;
	}
	
#fp_right{
	width: 370px;
	height: 300px;
	position: relative;
	float:left;
	top: 94px;
	}
	
#flashpress_logo{
	background: url(images/flashpress.png);
	width: 269px;
	height: 65px;
	float:left;
	margin: 9px 0 20px 0;
	}

.fp_para{
	width: 355px;
	margin-bottom: 20px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	position: relative;
	clear:both;
	}

.fp_para span{
	display:block;
	font-size:12px;
	margin-top: 15px;
	}

.fp_para h4{
	color: #781a1f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom: 5px;
	}

/*--------------------------------------------------------------end of flahpress------*/

/*--------------------------------------------------------------------------------------------------------------------WORDPRESS------*/	

#wordpress{
	width:770px;
	height: 400px;
	position: relative;
	margin-top: -218px;
	margin-left: 137px;
	}

#wp_left{
	width: 370px;
	height: 320px;
	position: relative;
	float:left;
	margin-left: 15px;
	display:inline;
	}

#wordpress_logo{
	width: 178px;
	height: 58px;
	margin-left: 15px;
	margin-top: 10px;
	}
	
#wordpress_logo img{
	border:none;
	}	

#wordpress_divide{
	width: 1px;
	height: 290px;
	float:left;
	background: #d1d8e3;
	margin-top: 16px;
	}

#wordpress_r {
	width: 375px !important;
	#width: 333px;
	height: 240px;
	float:left;
	}

#wordpress_r ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:black;
	display:block;
	list-style: none;
	margin-left: 17px;
	}

#wordpress_r ul li{
	background: url(images/bullet.png) no-repeat;
	padding-left: 38px;
	margin-top: 3px;
	}
	
#wordpress_r ul li a{
	color: black;
	text-decoration: none;
	}

#wordpress_r ul li a:hover{
	color: #999;
	text-decoration: none;
	}
	
.wp_para{
	width: 355px;
	float:left;
	margin-top: 20px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	}

.wp_para span{
	display:block;
	font-size:12px;
	margin-top: 15px;
	}

.wp_para h4{
	color: #207298;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom: 5px;
	}

.wp_para a{
	text-decoration:none;
	color:#207298;
	}

.wp_para a:hover{
	text-decoration:none;
	color:#a9c9d8;
	}
	
#wp_examples{
	color: #207298;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	margin: 20px 0 18px 20px;
	}
/*---------------------------------------------------------------end of Wordpress------*/

/*-------------------------------------------------------------------------------------------------------------------WORK------*/

#work_wrap{
	width: 774px;
	position:relative;
	margin-top: -210px;
	left: 146px;
}
.portList {
	width: 774px;
	height: 100px;
	margin-bottom: 2px;
}
.portCatLabel {
	float: left;
}
#portSliderContainer-1 {
	width: 523px;
	height: 80px;
	padding: 10px;
	background: url(images/slider_bg.gif);
	float: left;
	overflow: hidden;
	position: relative;
}
#portSliderContainer-2 {
	width: 523px;
	height: 80px;
	padding: 10px;
	background: url(images/slider_bg.gif);
	float: left;
	overflow: hidden;
	position: relative;
}
#portSliderContainer-3 {
	width: 523px;
	height: 80px;
	padding: 10px;
	background: url(images/slider_bg.gif);
	float: left;
	overflow: hidden;
	position: relative;
}
.portSlider {
	width: 4000px;	
}
#portSlider-1 {
	position: absolute;
	left: 24px;
}
#portSlider-2 {
	position: absolute;
	left: 24px;
}
#portSlider-3 {
	position: absolute;
	left: 24px;
}
.portNavLeft {
	float: left;
	margin-right: 1px;
	margin-left: -4px;
	border: none;
	width: 14px;
	height: 100px;
	background: url(images/arrow_left.png) no-repeat right;
}
.portNavRight {
	position: absolute;
	left: 759px;
	margin-left: 1px;
	outline: none;
	width: 14px;
	height: 100px;
	background: url(images/arrow_right.png) no-repeat left;
}
.thumbFrame {
	width: 144px;
	height: 59px;
	background: url(images/thumb_frame.png);
	position: absolute;
	top: 2px !important;
	#top: -63px;
	left: 3px !important;
	#left: 0px;
}
#work_wrap .line {
	width: 774px;
	height: 2px;
	background: #e7edf7;
	color: #e7edf7;
	border: none;
	margin-bottom: 20px;
}
.portCatTitle {
	margin-bottom: 5px;
}
#clientsTitle {
	margin-top: 25px;
}
#brandsTitle {
	margin-top: 25px;
}
.clientList {
	display: block;
	padding-left: 17px;
	float: left;
	width: 310px;
	list-style-image: url(images/bullet_2.gif);
}
.clientListAlternate {
	margin-left: 34px;
}
.clientList li {
	font-family: Arial, Helvetica, sans-serif;
	color: #424241;
	font-size: 14px;
	margin-top: 5px;
}
.clientList li a {
	color: #424241;
}
.clientList li a:hover {
	color: #9fb7e3;
}
.portItem {
	width: 144px;
	height: 74px;
	background: #424241;
	padding: 3px;
	position: relative;
	text-align: center;
	float: left;
	margin: 0px 24px 0px 0px;
	cursor: pointer;
}

.portItem .mask {
	width: 144px;
	height: 74px;
	overflow: hidden;
}

#work_wrap a {
	text-decoration: none;
}
.portItem small {
	display: block;
	position: relative;
	padding: 2px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 0px;
	background: url(images/small_bg.png) repeat;
	text-shadow: #000 0px 1px 1px;
	
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.portItem small {
	margin-top: 3px;
}
}
.brandContainer {
	width: 228px;
	height: 100px;
	background: #e7edf7;
	padding: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.brandContainerAlternate {
	width: 228px;
	height: 100px;
	background: #e7edf7;
	padding: 10px;
	float: left;
	margin-bottom: 15px;
}
.brand {
	border: #a0b9e1 1px solid;
}
#detail_wrap{
	width: 774px;
	position:relative;
	margin-top: -170px;
	left: 146px;
}
#infoColumn{
	width: 263px !important;
	#width: 263px;
	margin-left: 5px;
	float: left;
	margin-bottom: 20px;
	margin-right: 25px;
	#margin-right: 0px;
}
#detail_wrap h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #424241;
	font-weight: bold;
}
#detail_wrap h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #a2b7e2;
	font-weight: bold;
}
#detail_wrap h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #424241;
	font-weight: bold;
}
.infoLine {
	height: 1px;
	border: 0px;
	color: #e7edf7;
	background: #e7edf7;
	margin: 10px 0px 10px 0px;
}
.servicesList {
	display: block;
	margin-left: 17px;
	width: 284px;
	list-style-image: url(images/bullet_2.gif);
}
.servicesList li {
	font-family: Arial, Helvetica, sans-serif;
	color: #424241;
	font-size: 12px;
	margin-top: 5px;
}
.infoDescription {
	color: #717783;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#imageColumn{
	width: 460px;
	margin-bottom: 20px;
	margin-right: 21px;
	float: right;
	#float: none;
}
.portImageContainer {
	width: 450px;
	height: 250px;
	background: #e7edf7;
	padding: 5px;
	margin-bottom: 10px;
}
.portImage {
	border: #a0b9e1 1px solid;
}
#webLink {
	display: block;
	float: left;
	margin-right: 10px;
}
#backLink {
	display: block;
}
.moreLabel {
	width: 0px;
	height: 17px;
	background: url(images/more.gif) no-repeat left;
	position: absolute;
	top: 41px;
	left: 17px;
}
/*-------------------------------------------------------end of work------*/	


/*------HIRE US------*/

#hire{
	width:790px;
	height: 400px;
	position: relative;
	margin-top: -218px;
	margin-left: 137px;
	}

#hire_l{
	width: 437px;
	float:left;
	margin-top: 16px;
	}

#hire_l_top{
	width: 415px;
	height: 150px;
	float:left;
	}

#hire_l_top h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color:#434242;
	margin-left: 18px;
	}

#hire_l_top p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#434242;
	margin-top: 10px;
	margin-left: 18px;
	}

#rfp_bullet{
	background: url(images/rfp_bullet.png);
	width: 32px;
	height: 32px;
	float:left;
	margin-top: 10px;
	margin-left: 18px !important;
	margin-left: 9px;
	}

#rfp_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#3a3938;
	display: block;
	position:relative;
	top: 17px;
	left: 6px;
	}

#hire_l_bot{
	margin-left: 55px !important;
	#margin-left: 27px;
	width: 370px;
	height: 150px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#3a3938;
	position: relative;
	}

#hire_l_bot form{
	margin-left: 2px;
	}

#doc_type{
	display: block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#3a3938;
	margin-left: 15px !important;
	#margin-left: 10px;
	margin-top: 0px;
	}
	
#submit_file{
	float:left;
	margin-left: 28px;
	margin-top: 8px;
	}

#hire_divide{
	width: 1px;
	height: 338px;
	float:left;
	background: #d1d8e3;
	margin-top: 16px;
	}

#hire_r {
	width: 343px !important;
	#width: 303px;
	height: 240px;
	float:left;
	}

#f_we_offer{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:black;
	display:block;
	margin: 31px 0 18px 20px;
	}

#hire_r ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:black;
	display:block;
	list-style: none;
	margin-left: 17px;
	}

#hire_r ul li{
	background: url(images/bullet.png) no-repeat;
	padding-left: 38px;
	margin-top: 3px;
	#margin-top: 0px;
	}
	
#hire_r li a{
	color: black;
	text-decoration: underline;
	}

#hire_r ul li a:hover{
	color: #999;
	}
/**************************************/

.hidden {
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	text-align: right;
	width: 290px;
	}

.fakefile {
	position: relative;
	top: -23px;
	left: 75px;
	z-index: 1;
	width: 300px;
	}

.fakefile input {
	width: 250px;
	border: none;
	height: 20px;
	position: relative;
	left: 5px;
	border: solid 1px #999;
	}

.fileinputs img {
	position: relative;
	top: 5px;
	left: 10px;
	#top: 0px;
	#left: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.fileinputs img { 
		top: 2px; 
	} 
}

#cover_fake{
	width:330px;
	#width: 340px;
	height: 23px;
	#height: 26px;
	position: absolute;
	z-index: 5;
	}

#send{
	float:left;
	width: 140px;
	height: 80px;
	float: right;
	}

/*-----------------------------------------------------------------end of hire--------*/

/*------CONTACT------*/

#contact{
	color: black;
	font-weight: normal;
	width:790px;
	height: 400px;
	position: relative;
	margin-top: -218px;
	margin-left: 137px;
	}

#inquiries{
	width: 230px;
	height: 100px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 130px;
	margin-left: 50px !important;
	#margin-left: 25px;
	}

#f_inquiries_title{
	font-size: 18px;
	color: #71325b;
	}

#directors{
	width: 205px;
	height: 200px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 75px;
	}

#f_directors_title{
	color: #71325b;
	font-weight: bold;
	}

#location{
	width: 275px;
	height: 300px;
	background: url(images/map.png) no-repeat;
	float:left;
	margin-top: 55px;
	}

#location_int{
	width: 200px;
	height: 150px;
	float:right;
	text-align: right;
	margin-top: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	}

/*------------------------------------------------------------end of contact-------*/

/*------------------------------------------------------------------------------------------------------------------------CMS--------*/		

#half_battle{
	width:770px;
	height: 590px;
	position: relative;
	margin-top: -218px;
	margin-left: 137px;
	}

#half_battle_left{
	width: 422px;
	position: relative;
	float:left;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow: visible;
	margin: 0 0 0 15px;
	}

#half_battle_left h4{
	font-size:18px;
	font-weight:normal;
	margin: 10px 0 10px 0;
	}
	
#half_battle_left p{
	margin: 10px 0 10px 0;
	}
	
#half_battle_left a{
	color: #9f005d;
	}

#half_battle_left ul{
	list-style:none;
	margin: 0 0 0 30px;
	}

#half_battle_left ul li a{
	color: #dd0000;
	}

#half_battle_left h5{
	font-weight: bold;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#half_battle_left h5 a{
	color:#9f005d;
	text-decoration:none;
	}

#half_battle_r {
	width: 315px !important;
	#width: 280px;
	height: 240px;
	float:left;

	}

#half_battle_r h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 13px 0 10px 20px;
	}

#half_battle_r ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:black;
	display:block;
	list-style: none;
	margin-left: 17px;
	}

#half_battle_r ul li{
	background: url(images/bullet.png) no-repeat;
	padding-left: 38px;
	margin-top: 3px;
	#margin-top: 0px;
	}
	
#half_battle_r ul li a{
	color: black;
	text-decoration: underline;
	}

#half_battle_r ul li a:hover{
	color: #999;
	}
	
/*------------------------------------------------------------end of cms-------*/

/*-----------------------------------------------------------------------------------------------------------------PRIVACY--------*/		

#priv{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: relative;
	margin: -220px 0 0 150px;
	width: 750px;
	height: 400px;
	}

#priv h4{
	color: #71315b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	}

#priv_l{
	width: 360px;
	float:left;
	}

#priv_r{
	margin-left: 20px;
	width: 360px;
	float:left;
	}

#cms_h4{
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 20px;
}
/*------------------------------------------------------------end of privacy-------*/

/*---------------------------------------------------------------------------------------------------------------FOOTER--------*/	

#footer{
	width:920px;
	height: 24px;
	position: relative;
	}

#footer_bar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #cccccc;
	width: 920px;
	height: 12px; 
	position: relative;
	margin: 10px 0 10px 0 !important;
	#margin: -30px 0 10px 0;
	} 

#footer_bar span{
	color: #253552;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	position:relative;
	top: -1px;
	}

#footer_bar span a{
	color: #253552;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	}

#f_subscribe {
	margin-left:20px !important;
	#margin-left: 10px;
	float: left;
	}
	
#f_privacy {
	margin-left:20px !important;
	#margin-left: 10px;
	float: left;
	width: 640px;
	#width: 653px;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) { 

	#f_privacy {
		width: 650px;
		}
		
	}
	
#f_copyright {
	}

#f_allrights {
	margin-left: 18px;
	float: left;
	}
	
.clearfix { clear: both; }