@charset "utf-8";
/* CSS Document */


/*  ------ GLOBAL STYLES --------*/

html
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: url(../img/bg-main.jpg);
	font-family: Tahoma, Arial, sans-serif;
}
body
{
	margin: 0;
	padding: 40px 0 0 0;
	height: 100%;
	width: 100%;
	background: url(../img/bg-maintop.jpg) top center no-repeat;
}

img
{
    border: none;
}

#address
{
	margin: 0;
	float: right;
	text-align: justify;
	color: #555;
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
	padding: 0 30px 0 0;
}

#box
{
	margin: 0px auto 0 auto;
	background: #010101;
	height: auto;
	overflow: hidden;
	width: 955px;
}

#foot
{
	margin: 10px 0 0 0;
	padding: 10px 0 20px 0;
	
	height: auto;
	overflow: hidden;
	border-top: #333 1px solid;
	
	/**added*/
	width: 955px;
	clear: both;
	
}

#head
{
	margin: 0;
	padding: 0;
	height: 57px;
}

#head a img
{
	margin: 0;	
	padding: 0;
	border: none;
	float: left;
}

#head h1
{
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

#head li
{   
	display: inline;
	color: #4D4D4D;
	
}

#head li a
{
	text-decoration: none;
	color: #7D7D7D;
	margin: 0 0 0 -2px;
	padding: 6px 14px;
	font-weight: normal;
	font-size: 14px;
}

#head li a:hover
{
	text-decoration: none;
	color: #FFF;
	background: url(../img/bg-nav.jpg) center center no-repeat;
	font-weight: normal;
	font-size: 14px;
}
/*
#head li a:visited
{
	color:#4D4D4D;
}
*/
#head ul
{
	list-style-type: none;
	margin: -20px 0 0 0;
	padding: 0;
	float: right;
	height: auto;
	font-size: 14px;
}

#phone
{
	margin: 0;
	float: right;
	text-align: justify;
	color: #555;
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
}

#phone span.tele
{
	color:#808080;
}

#phone span.email
{
	color: #36a9e8;
}

#superwrap
{
	margin: 0;
	padding: 0 0 340px 0;
	height: auto;
	overflow: hidden;
	background: url(../img/bg-mainbottom.jpg) bottom center no-repeat;
}

#wrap
{ 
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #000 url(../img/bgstripes.gif);
}

/* ---  PAGE STYlES  --------------*/

#blogbox
{
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
	background: #fff url(../img/bg-blogright.gif) top right repeat-y;
}

#blog-left
{
	width: 599px;
	margin: 0;
	padding: 30px 4px 200px 20px;
	float: left;
	height: 100%;
	background: #fff;
	color: #CCCCCC;
	font-size: 12px; 
	text-decoration: none;
}

#blog-left a
{
	color: #62CAEF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

#blog-left a:hover
{
	color: #62CAEF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}

#blog-left div.blogentry
{
	margin: 10px 0 65px 0;
	padding: 0;
}

#blog-left div.proposal
{
	margin: 10px 0 35px 0 !important;
	padding: 0;
}

#blog-left div.pagination
{
	margin: 0;
	padding: 0;
	text-align: right;
	color: #4D4D4D;
}

#blog-left div.pagination a
{
	margin: 0;
	padding: 0;
	text-align: right;
	color: #62CAEF;
	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
}

#blog-left div.pagination a:hover
{
	margin: 0;
	padding: 0;
	text-align: right;
	color: #62CAEF;
	font-size: 12px;
	text-decoration:underline;
	font-weight: normal;
}

#blog-left form#comment_form
{
	margin: 0;
	padding: 0;
}

#blog-left form#comment_form input
{
	font-size: 12px;
	line-height: 18px;
	/*color: #808080;*/
	font-family:Arial, Helvetica, sans-serif;
	height: 20px;
}

/*----------------------- INPUT HIGHLIGHTS ------------------------*/
.commentInput
{
	background-color: #FAFAFA !important;
	border: 1px solid #DADADA !important;
	height: 20px;
}

.commentInput:focus
{
	background-color: #FFF !important;
	border: 1px solid #29ABE2 !important;
	height: 5000px;
}

#blog-left form#comment_form fieldset.left
{
	width: 49%;
	float: left;
	border: none;
	margin: -20px 0 0 0;
	padding: 0;
}

#blog-left form#comment_form fieldset.left p
{
	margin: 10px 0;
	padding: 0;
	text-align:right;
}

#blog-left form#comment_form fieldset.comment textarea
{
	width: 100%;
	margin: 0 0 0 0;
	height: 200px;
	padding: 0;
	font-size: 12px;
	/*color: #808080;*/
	font-family:Arial, Helvetica, sans-serif;
	border: #29ABE2 1px solid;
}

#blog-left form#comment_form fieldset.left p.input input
{
	width: 80%;
	margin: 0;
	padding: 0;
}

#blog-left form#comment_form fieldset.right
{
	width: 49%;
	float: right;
	border: none;
	margin: -20px 0 0 0;
	padding: 0;
	min-height: 200px;
}

#blog-left form#comment_form fieldset.right p
{
	width: 100%;
	margin: 10px 0;
	padding: 0;
}

#blog-left form#comment_form fieldset.right input
{
	width: 100%;
	margin: 0;
	padding: 0;
}

#blog-left form#comment_form fieldset.comment
{
	width: 100%;
	margin: 0  0 0 0;
	padding: 0;
	border: none;
}

#blog-left form#comment_form fieldset.submit
{
	width: 100%;
	margin: 0  0 0 0;
	padding: 0;
	border: none;
	float: left;
	clear: both;
}

#blog-left form#comment_form input.submit
{
	width: 94px;
	float: right;
	height: 29px;
	color: #fff;
	margin: 0 12px 0 0;
	font-size: 15px;
	background: url(../img/contact-btn.jpg) top left repeat-x;
	border: #29ABE2 1px solid;
	font-weight: bold;
}

#blog-left h1
{
	color:#29ABE2;
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#blog-left div.proposal-section
{
	margin: 0 0 5px -20px;
	padding: 12px 20px 0px 20px;
	height: 36px;
	width: 200px;
	overflow: hidden;
	background: url(../img/bg-proposal-section.jpg) top right no-repeat;
}

#blog-left h1 a
{
	color:#29ABE2;
	font-size: 23px;
	font-weight: normal;
	text-decoration: none;
	line-height: 23px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#blog-left h1 a:hover
{
	color: #29ABE2;
	font-size: 23px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 23px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#blog-left h5
{
	color: #29ABE2;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#blog-left p
{
	color:#808080;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 0;
}

#blog-left p.proposal
{
	font-size: 14px;
	line-height: 18px;
	color:#606060;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 10px 0 10px;
}

#blog-left img.signature
{
	float: right;
	margin-top: -40px;
	margin-right: 30px;
}

#blog-left p.proposal-indent
{
	font-size: 14px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 30px 0 30px;
	color: #606060;
}

#blog-left fieldset.proposal
{
	color: #606060;
	border: #E0E0E0 1px solid;
	background: #EFEFEF;
	padding: 10px 0;
}

#blog-left fieldset.proposal li
{
	color: #606060;
	margin: 0 0 5px 0;
	font-size: 13px;
}

#blog-left fieldset.proposal div.video
{
	margin: 0 auto;
	padding: 15px 0;
	width: 401px;
}

#blog-left fieldset.proposal legend, #blog-left h2.proposal-midsection
{
	color: #29ABE2;
	font-size: 18px;
	padding-left: 10px;
	font-weight: normal;
}

#blog-left p img
{
	background: #EFEFEF;
	border: 1px solid #E0E0E0;
	margin: 10px auto 0 auto;
	padding: 10px;
	max-width: 566px;
	border-bottom: 1px solid #EEE;
	display:block;
}

#blog-left ul.comments
{
	margin: 20px 0 0 -5px;
	padding: 0 0 0 0;
	width: 600px;
}

#blog-left ul.comments li
{
	margin: 0;
	padding: 20px;
	list-style: none;
	border: #E0E0E0 solid 1px;
	background: #EFEFEF;
	font-size: 14px;
	color: #B2B2B2;
}

#blog-left ul.comments li p
{
	margin: 10px 0 0 0;
	padding: 0;
	color: #808080;
	font-size: 12px;
	line-height: 18px;
}

#blog-left ul.comments li strong
{
	color: #4D4D4D;
}

#blog-left ul.comments li strong a, a:hover
{
	color: #4D4D4D;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#blog-left ul.comments li strong a:hover
{
	color: #4D4D4D;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

#blog-left ul.comments li.odd
{
	margin: 0;
	padding: 20px;
	list-style: none;
	border: none;
	background: #FFF;
}

#blog-left ul.menu
{
	background: url(../img/bg-blogmenu.jpg) top right no-repeat;
	margin: 20px 0 20px -20px;
	padding: 0 0 0 10px;
	height: 29px;
}

#blog-left ul.menu li
{
	color: #999;
	font-size: 12px;
	line-height: 16px;
	display: inline;
	height: 16px;
	margin: 0 0px 0 0;
}

#blog-left ul.menu li a
{
	color: #999;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
	font-weight: normal;
}

#blog-left ul.menu li a:hover
{
	color: #999;
	font-size: 12px;
	text-decoration: underline;
	line-height: 12px;
	font-weight: normal;
}

#blog-left ul.menu li.date
{
	font-size: 12px;
	color: #666;
	font-weight: bold;
	vertical-align: middle;
}

#blog-left ul.menu li img
{
	border: none;
	height: 16px;
	margin: 6px;
	padding: 0;
	width: 16px;
	vertical-align: middle;
	
}

#blog-left strong.comments
{
	color: #4D4D4D;
	font-size: 23px;
	margin: 20px 10px 0 0;
	padding: 20px 0 0 0;
}

#blog-left strong.section
{
	color:#4D4D4D;
	font-size: 12px;
	margin: -10px 0 5px 0;
	padding: 5px 10px 5px 0;
	display: block;
}

#blog-right
{
	width: 300px;
	margin: 0;
	padding: 10px 10px 0 10px;
	float: right;
	background: #010101 url(../img/bg-bloggradient.jpg) top left no-repeat;
	height: auto;
	overflow: hidden;
	min-height: 450px;
}

#blog-right a img
{
	border: none;
	margin: 0 auto;
	display: block;
}

#blog-right a img.proposal-download
{
	border: none;
	margin: -30px 0 0 30px;
	z-index: -2;
	/*display: block;*/
}

#blog-right p
{
	z-index: 5;
	/*display: block;*/
}

#blog-right div.subscribe
{
	margin: 50px -10px 50px -10px;
	padding: 0;
	background: #010101 url(../img/bg-bloggradient.jpg) top left no-repeat;
	height: auto;
	overflow: hidden;
}

#blog-right div.subscribe h2
{
	margin: 20px 20px 10px 25px;
	padding: 0;
	text-indent: -9000px;
	background: url(../img/blog-subscribe.gif) no-repeat;
	height: 28px;
	width: 152px;
}

#blog-right div.subscribe p
{
	margin: 0 20px 0 25px;
	padding: 0;
}

#blog-right div.subscribe li
{
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(../img/blog-ul.gif) center left no-repeat;
	vertical-align: middle;
}

#blog-right div.subscribe li a
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #29ABE2;
	text-decoration:none;
	font-weight: normal;
}

#blog-right div.subscribe li a:hover
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #29ABE2;
	text-decoration: underline;
	font-weight: normal;
}

#blog-right div.subscribe ul
{
	margin: 10px 20px 0 25px;
	padding: 0;
	list-style: none;
}

#blog-right div.readmore
{
	margin: 50px -10px 50px -10px;
	padding: 0;
	background: #010101 url(../img/bg-bloggradient.jpg) top left no-repeat;
	height: auto;
	overflow: hidden;
}

#blog-right div.readmore strong a
{
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	line-height: 14px;
	color: #29ABE2;
	text-decoration:none;
	font-weight: normal;
	display: block;
	width: 75px;
	height: auto;
	overflow: hidden;
	float: right;
}

#blog-right div.readmore strong a:hover
{
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	line-height: 14px;
	color: #29ABE2;
	text-decoration:underline;
	font-weight: normal;
	display: block;
	width: 75px;
	height: auto;
	overflow: hidden;
	float: right;
}

#blog-right div.readmore h2
{
	margin: 20px 20px 10px 25px;
	color: #959595;
	padding: 0;
	text-indent: 0;
	height: 22px;
	font-size: 20px;
	letter-spacing: 3px;
	width: 218px;
	font-weight: normal;
	text-align: center;
}

#blog-right div.readmore h2.readmore
{
	margin: 20px 20px 10px 25px;
	padding: 0;
	text-indent: -9000px;
	background: url(../img/blog-readmore.gif) no-repeat;
	height: 22px;
	width: 218px;
}

#blog-right li
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: #1A1A1A 1px solid;
}

#blog-right li.end
{
	border-bottom: none;
}

#blog-right div.readmore li p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #4D4D4D;
	font-size: 10px;
}

#blog-right div.readmore li a
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#blog-right li a.quicklinks
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#blog-right li a.quicklinks:hover
{
	color: #29ABE2;
	text-decoration: none;
}

#blog-right div.readmore li a:hover
{
	text-decoration:underline;
}

#blog-right div.readmore ul, #blog-right ul.proposal-links
{
	margin: 10px 20px 0 25px;
	padding: 0;
	list-style: none;
}

#blog-right div.search
{
	margin: 50px -10px 50px -10px;
	padding: 0;
	background: #010101 url(../img/bg-bloggradient.jpg) top left no-repeat;
	height: 200px;
	overflow: hidden;
}

#blog-right div.search form
{
	margin: 0;
	padding: 0;
}

#blog-right div.search fieldset
{
	margin: 0;
	padding: 0 0 0 20px;
	border: none;
}

#blog-right div.search h2
{
	margin: 20px 20px 10px 25px;
	padding: 0;
	text-indent: -9000px;
	background: url(../img/blog-search.gif) no-repeat;
	height: 22px;
	width: 141px;
}

#blog-right div.search input.searchEntry
{
	margin: 0;
	padding: 0;
	height: 20px;
	width: 177px;
	vertical-align:middle;
}

#blog-right div.search input.searchBtn
{
	margin: 0;
	padding: 0;
	height: 25px;
	width: 77px;
	font-size: 15px;
	background: url(../img/contact-btn.jpg) top left repeat-x;
	border: #29ABE2 1px solid;
	font-weight: bold;
	cursor: pointer;
	vertical-align:middle;
	color: #fff !important;
}


#blog-right h5
{
	background: url(../img/blog-about.gif) bottom no-repeat;
	text-indent: -9000px;
	height: 17px;
	line-height: 17px;
	margin: 40px 0 0 0;
	padding: 0;
}

#blog-right h5.proposal-download
{
	background: url(../img/proposal-download.gif) bottom no-repeat;
}

#blog-right h5.proposal-links
{
	background: url(../img/proposal-links.gif) top left no-repeat;
	padding: 0 0 10px 20px;
	margin-left: 15px;
}

#blog-right p
{
	margin: 15px auto;
	padding: 0 0 0 15px;
	color: #808080;
	font-size: 12px;
	line-height: 18px;
	width: 275px; 
}

#box-bottom
{
	padding: 0;
	margin: 0;
	
	width: 100%;
	background: #010101;
}

#box-bottom h3 { 
	margin: 0 0 0 20px;
	padding: 0;
	color: #fff;
	font-size: 28px;
	line-height: 28px;}

#box-bottom ul
{
	padding: 8px 5px 0px 5px;
	margin: 10px;
	width: 940px;
	
	overflow:hidden;
	display: block;
	/*background: #FFF;*/
	border-bottom: none;
}

#box-bottom ul.services
{
	border-bottom: #333 1px solid;
	height: 400px;
}

#box-bottom ul.end
{
	border: none;
	height: 200px;
}

#box-bottom ul li
{
	display:inline;
	margin: 0 0 25px 0;
	height: 200px;
	width: 285px;
	max-width: 285px;
	min-height: 150px;
	padding: 10px;
	overflow: hidden;
	color:#808080;
	float: left;
	font-size:12px;
	line-height: 18px;
}


#box-bottom ul li.work
{
	display:inline;
	margin: 0 0 25px 0;
	height: 350px;
	width: 285px;
	min-height: 330px;
	padding: 10px;
	overflow: hidden;
	color:#808080;
	float: left;
	font-size:12px;
	line-height: 18px;
}

#box-bottom ul li a img
{
	border:none;
	padding: 0;
	margin: 0;
	display:block;

}



#box-bottom ul li strong.more a
{
	border:none;
	padding: 0;
	margin: 0;
	display:block;
	width:125px;
	float:right;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	line-height: 16px;
	height: 12px;
	text-decoration:none;
	clear: both;
}

#box-bottom ul li strong.more a:hover
{
	border:none;
	padding: 0;
	margin: 0;
	display:block;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
}
#box-bottom ul li strong.more a:visited
{
	border:none;
	padding: 0;
	margin: 0;
	display:block;
	text-align:right;
	font-size:12px;
}

#box-bottom ul li strong a
{
	padding: 5px 0 5px 0;
	margin: 0;
	display:block;
	color: #62CAEF;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	text-decoration:none;
}

#box-bottom ul li strong a:hover
{
	padding: 5px 0 5px 0;
	margin: 0;
	display:block;
	color: #FFF;
	font-size: 16px;
	text-decoration:none;
}

#box-bottom ul li strong a:visited
{
	padding: 5px 0 5px 0;
	margin: 0;
	display: block;
	font-size: 16px;
	text-decoration: none;
}

#box-left
{
	width: 335px;
	margin: 0 0 0 0;
	padding: 25px 0 0 25px;
	float: left;
	height: 600px;
}

#box-left div.back
{
	width: 350px;
	
	/*margin: -15px -75px 0 75px;
	padding: 0 0 0 170px;*/
	height: auto;
	overflow: hidden;
	text-align: right;
}

#box-left div.back a
{
	margin: 0;
	padding: 0;
	color:#CCC;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	text-decoration: none;
	
}

#box-left div.back a:hover
{
	margin: 0;
	padding: 0;
	color:#29ABE2;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	text-decoration: underline;
	font-weight: normal;
}


#box-left div.link
{
	float: left;
	width: 210px;
	text-align: center;
	margin: 0 0 0 -30px;
	padding: 7px 0 7px 0;
	background: url(../img/bg-worklink.jpg) center left no-repeat;
	clear: both;
	color: #999;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}

#box-left div.link a
{
	color: #999;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#box-left div.link a:hover
{
	color:#29ABE2;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#box-left div.servicelink
{
	float:left;
	height: 14px;
	width: 220px;
	text-align:center;
	margin: 5px 0 0 -30px;
	padding: 7px 0 7px 0;
	background: url(../img/bg-workmenu.jpg) center right no-repeat;
	clear: both;
}

#box-left div.servicelink a
{
	color:#999;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#box-left div.servicelink a:hover
{
	color:#29ABE2;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#box-left div.video
{
	float:left;
	height: 14px;
	width: 142px;
	text-align:center;
	margin: 0 0 0 0;
	padding: 7px 0 7px 0;
	background: url(../img/bg-workvideo.jpg) center right no-repeat;
}

#box-left div.video a
{
	color:#E6E6E6;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#box-left div.video a:hover
{
	color:#29ABE2;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#box-left h1
{
	color:#29ABE2;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 -50px 0 0;
	padding: 0 0 20px 0;
}

#box-left h2
{
	height: 13px;
	line-height: 13px;
	text-indent: -9000px;
	margin: 0 0 10px 0;
	padding: 0;
}

#box-left h2.overview
{
	background: url(../img/work-overview.jpg) bottom left no-repeat;
	margin: 2px 0 10px 0;
	padding: 0;
}

#box-left h2.services
{
	background: url(../img/work-services.jpg) bottom left no-repeat;
	margin: 20px 0 10px 0;
	padding: 0;
}

#box-left li
{
	height: 12px;
	padding: 0 0 10px 20px;	
	margin:0 -10px 10px 0;
	background: url(../img/work-listicon.jpg) center left no-repeat;
}

#box-left li a
{
	color:#29ABE2;
	font-size: 12px;
	line-height: 12px;
	padding: 0;	
	margin: 0;
	font-weight: bold;
	text-decoration:none;
}

#box-left li a:hover
{
	color:#29ABE2;
	font-size: 12px;
	line-height: 12px;
	padding: 0;	
	margin: 0;
	font-weight: bold;
	text-decoration:none;
}


#box-left p
{
	color:#808080;
	font-size: 12px;
	line-height: 18px;
	margin: 0 -20px 10px 0;
	/*padding: 0 10px 0 0;*/
	padding: 0 5px 0 0;
	display: block;
	overflow: hidden;
	/*text-align:justify;*/
}

#box-left p a
{
	color:#29ABE2;
	font-size: 12px;
	line-height: 18px;
	padding: 0;	
	margin: 0;
	text-decoration:none;
}

#box-left p a:hover
{
	color:#29ABE2;
	font-size: 12px;
	line-height: 18px;
	padding: 0;	
	margin: 0;
	text-decoration:none;
}

#box-left ul
{
	padding: 0 0 0 0;	
	margin:0 0 10px -5px;
	float: left;
	width: 200px;
	list-style-type: none;
}
#box-left ul.second
{
	width: 133px;
	margin:0 0 10px 7px;
}

#box-right
{
	width: 574px;
	margin: 0;
	padding: 0;
	float: right;
	height: 600px;
	background: #010101	url(../img/bg-contactright.jpg) top left no-repeat;
}

#box-top
{
	padding: 0 0 0 10px;
	margin: 0;
	height: 90px;
	width: 940px;
	background: url(../img/bg-workheader.jpg) right no-repeat #fff;
}

#box-top h2.busy
{
	padding: 15px 0 10px 0;
	margin: 0 0 0 0;
	height: 24px;
	line-height: 24px;
	width: 925px;
	text-indent: -9000px;
	background: url(../img/work-title.jpg) bottom left no-repeat;
}

#box-top h2.services
{
	padding: 15px 0 10px 0;
	margin: 0 0 0 0;
	height: 24px;
	line-height: 24px;
	width: 925px;
	text-indent: -9000px;
	background: url(../img/services-title.jpg) bottom left no-repeat;
}

#box-top p
{
	padding: 0 0 0 290px;
	margin: -18px 0 0 0;
	line-height: 13px;
	font-size:13px;
	color: #999999;
}

#box-top p.services
{
	padding: 0 0 0 240px;
}

#box-top p a, a:hover, a:visited
{
	height: 13px;
	line-height: 13px;
	font-size: 13px;
	color: #62CAEF;
	text-decoration: none;
	font-weight: bold;
}

#box-top ul
{
	margin: 19px 0 0 -10px;
	padding: 3px 0 0 0;
	height:29px;
	width: auto;
	min-width: 500px;
	background: url(../img/bg-workmenu.jpg) top left no-repeat;
}

#box-top ul li
{
	display:inline;
	padding: 10px 5px 0 25px;
	margin: 10px 20px 0 10px;
	font-size: 14px;
	font-weight: normal;
}

#box-top ul li a
{
	font-weight: normal;
	text-decoration:none;
	color: #808080;
	font-size: 14px;
}

#box-top ul li a:hover
{
	font-weight: normal;
	text-decoration:none;
	color: #000;
	font-size: 14px; 
}
/*
#box-top ul li a:visited
{
	font-weight: normal;
	text-decoration:none;
	color: #808080;
	font-size: 14px;
}*/

#case-left
{
	width: 729px;
	margin: 0;
	padding: 30px 4px 0 20px;
	float: left;
	height: 600px;
}

#case-left div.link
{
	float:left;
	height: 14px;
	width: 220px;
	text-align:center;
	margin: 10px 0 0 -20px;
	padding: 7px 0 7px 0;
	background: url(../img/bg-worklink.jpg) center left no-repeat;
}

#case-left div.link a
{
	color:#999;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#case-left div.link a:hover
{
	color:#29ABE2;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#case-left div.video
{
	float:left;
	height: 14px;
	width: 142px;
	text-align:center;
	margin: 10px 0 0 0;
	padding: 7px 0 7px 0;
	background: url(../img/bg-workvideo.jpg) center right no-repeat;
}

#case-left div.video a
{
	color:#E6E6E6;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#case-left h1
{
	color:#29ABE2;
	font-size: 1.5em;
	font-weight:bold;
	margin: 0;
	padding: 0 0 20px 0;
}

#case-left h2
{
	height: 13px;
	line-height: 13px;
	text-indent: -9000px;
	margin: 0 0 10px 0;
	padding: 0;
}

#case-left h2.casestudy
{
	background: url(../img/casestudy.jpg) bottom left no-repeat;
	margin: 2px 0 10px 0;
	padding: 0;
}

#case-left div.video a:hover
{
	color:#29ABE2;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#case-left p.left
{
	color:#808080;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0 10px 0 0;
	height: auto;
	overflow: hidden;
	width: 345px;
	float: left;
	text-align:left;
}
#case-left p.right
{
	color:#808080;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 10px;
	height: auto;
	overflow: hidden;
	width: 345px;
	float: right;
	text-align:right;
}

#case-right
{
	width: 160px;
	margin: 0;
	padding: 30px 10px 0 20px;
	float: right;
	height: 600px;
	background: url(../img/bg-casestudy.jpg) top left no-repeat #010101;
}

#company-left
{
	width: 350px;
	margin: 0;
	padding: 30px 0 0 20px;
	float: left;
	height: 600px;
}

#company-left div.link
{
	float:left;
	height: 14px;
	width: 220px;
	text-align:center;
	margin: 15px 0 0 -30px;
	padding: 7px 0 7px 0;
	background: url(../img/bg-worklink.jpg) center left no-repeat;
	clear: both;
}

#company-left div.link a
{
	color:#999;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#company-left div.link a:hover
{
	color:#29ABE2;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#company-left div.video
{
	float:left;
	height: 14px;
	width: 142px;
	text-align:center;
	margin: 15px 0 0 0;
	padding: 7px 0 7px 0;
	background: url(../img/bg-workvideo.jpg) center right no-repeat;
}

#company-left div.video a
{
	color:#E6E6E6;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#company-left div.video a:hover
{
	color:#29ABE2;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}



#company-left h1
{
	color:#29ABE2;
	font-size: 1.5em;
	font-weight:bold;
	margin: 0;
	padding: 0 0 20px 0;
}

#company-left h2.approach
{
	height: 16px;
	line-height: 16px;
	text-indent: -9000px;
	background: url(../img/company-approach.jpg) bottom left no-repeat;
	margin: 20px 0 10px 0;
	padding: 0;
}

#company-left p
{
	color:#808080;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0px 0;
	padding: 0 10px 0 0;
}

#company-left p a
{
	color:#29ABE2;
	font-size: 12px;
	line-height: 16px;
	text-decoration:none;
	font-weight: normal;
}

#company-left p a:hover
{
	color:#29ABE2;
	font-size: 12px;
	line-height: 16px;
	text-decoration:underline;
	font-weight: normal;
}

#company-right
{
	width: 574px;
	margin: 0;
	padding: 0;
	float: right;
	height: 600px;
	background: #010101	url(../img/bg-companyright.jpg) top left no-repeat;
}

#contactbox
{
	margin: 0;
	padding: 0;
	height: 600px;
	overflow: hidden;
	background: #fff;
}

#contact-left
{
	width: 350px;
	margin: 0;
	padding: 30px 0 0 20px;
	float: left;
	height: 600px;
}

#contact-left div.map
{
	width: 361px;
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

#contact-left div.map a
{
	font-size:12px;
	line-height: 18px;
	color: #ccc;
	font-weight: normal;
	text-decoration:none;
}

#contact-left div.map a:hover
{
	font-size:12px;
	line-height: 18px;
	color: #ccc;
	font-weight: normal;
	text-decoration:underline;
}

#contact-left div.vcard
{
	margin:  0 0 0;
	padding: 20px 0 0 0;
	height: auto;
	overflow: hidden;
	color: #808080;
	font-size:12px;
}

#contact-left div.vcard a img
{
	float: right;
	margin: -10px 65px 0 0;
	padding: 0;
	border: none;
	}

#contact-left div.vcard strong
{
	margin: 0;
	padding: 0;
	display: block;
	font-size:16px;
	line-height: 20px;
	color: #29ABE2;
	height: 14px;
	width: 211px;
	text-indent: -9000px;
	background: url(../img/contact-vcard-dl.jpg) top left no-repeat;
}

#contact-left h1
{
	color:#29ABE2;
	font-size: 1.5em;
	font-weight:bold;
	margin: 0;
	padding: 0 0 20px 0;
}

#contact-left h2
{
	height: 13px;
	line-height: 13px;
	text-indent: -9000px;
	margin: 0 0 0px 0;
	padding: 0;
}

#contact-left h2.overview
{
	background: url(../img/work-overview.jpg) bottom left no-repeat;
	margin: 2px 0 10px 0;
	padding: 0;
}

#contact-left h2.services
{
	background: url(../img/contact-boss.jpg) bottom left no-repeat;
	margin: 20px 0 10px 0;
	padding: 0;
}

#contact-left p
{
	color:#808080;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0px 0;
	padding: 0 10px 0 0;
}

#contact-left p a
{
	color:#29ABE2;
	font-size: 12px;
	line-height: 16px;
	text-decoration:none;
	font-weight: normal;
}

#contact-left p a:hover
{
	color:#29ABE2;
	font-size: 12px;
	line-height: 16px;
	text-decoration:underline;
	font-weight: normal;
}

#contact-right
{
	width: 574px;
	margin: 0;
	padding: 0;
	float: right;
	height: 600px;
	background: #010101	url(../img/bg-contactright.jpg) top left no-repeat;
}

#contact-right fieldset
{
	margin:0;
	padding: 0;
	border:none;
	width: 400px;
}

#contact-right form
{
	width:400px;
	margin: 50px 40px 0 120px;
	padding: 0;
	float: right;
}

#contact-right form p
{
	margin: 0 0 15px  0;
	padding: 0;
	color: #fff;
	height: 18px;
	background: url(../img/contact-title.gif) bottom left no-repeat;
	text-indent: -9000px;
	
}

#contact-right form label strong.required
{
	color: #29ABE2;
	font-size:12px;
	line-height: 12px;
}

#contact-right form input
{
	width: 381px;
	height: 24px;
	margin: 5px 0 10px 0;
	padding: 2px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
}

/*----------------------- INPUT HIGHLIGHTS ------------------------*/
.textInput,textarea {
	background-color: #FAFAFA !important;
	border: 1px solid #2A2A2A !important;
	height: 24px;
}

.textInput:focus, textarea:focus {
	background-color: #FFF !important;
	border: 1px solid #29ABE2 !important;
	height: 24px;
}


#contact-right form.contact input.submit
{
	width: 94px;
	float:right;
	height: 29px;
	color: #fff;
	margin: 0 12px 0 0;
	font-size: 15px;
	background: url(../img/contact-btn.jpg) top left repeat-x;
	border: #29ABE2 1px solid;
	font-weight: bold;
}

#contact-right form textarea
{
	width: 381px;
	height: 200px;
	margin: 5px 0 10px 0;
	padding: 2px;
	font-size: 12px;
	color: #808080;
	font-family:Arial, Helvetica, sans-serif;
	border: #29ABE2 1px solid;
}

div.ruby
{
	background: url(../img/bg-rubycase.jpg) center center no-repeat;
	margin: 0 0 122px 0;
	padding: 0;
	width: auto;
	height: 300px;
}

div.kp
{
	background: url(../img/bg-kpcase.jpg) center center no-repeat;
	margin: 0 0 122px 0;
	padding: 0;
	width: auto;
	height: 300px;
}

div.pitstop
{
	background: url(../img/bg-pitstopcase.jpg) center center no-repeat;
	margin: 0 0 122px 0;
	padding: 0;
	width: auto;
	height: 300px;
}

div.lantrix
{
	background: url(../img/bg-lantrixcase.jpg) center center no-repeat;
	margin: 0 0 122px 0;
	padding: 0;
	width: auto;
	height: 300px;
}

div.hermann
{
	background: url(../img/bg-hermanncase.jpg) center center no-repeat;
	margin: 0 0 122px 0;
	padding: 0;
	width: auto;
	height: 300px;
}

div.tycoon
{
	background: url(../img/bg-tycooncase.jpg) center center no-repeat;
	margin: 0 0 122px 0;
	padding: 0;
	width: auto;
	height: 300px;
}


#flash
{
	width: 955px;
	height: 300px !important;
	min-height: 300px;
	max-height: 300px;
	padding: 0;
	margin: 0;
}

#frontbox
{
	height: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#front-left
{
	float:left;
	width: 350px;
	height: 300px;
	margin: 0;
	padding: 0 40px 0 20px;
	background: url(../img/bg-frontleft.jpg) top right no-repeat;/* #FFF;*/
}

#front-left h1
{
	color:#29ABE2;
	margin: 0 0 12px 0;
	padding: 18px 0 0 0;
	width: 144px;
	height: 18px;
	text-indent: -9000px;
	background: url(../img/home-thisisboss.jpg) bottom no-repeat;
}

#front-left h5
{
	color:#29ABE2;
	height: 42px;
	width:94px;
	margin: -7px 0 0 0;
	padding: 0;
	text-indent: -9000px;
	background: url(../img/home-whyboss.jpg) center center no-repeat;
	vertical-align: middle;
}

#front-left p
{
	margin: -5px 0px 20px 0;
	padding: 0 20px 10px 0;
	line-height:18px;
	font-size:12px;
	color:#808080;
	text-align:justify;
}

#front-left p.why
{
	margin: -40px 0 0 0;
	padding: 0 0 0 100px;
	vertical-align: middle;
	height: 42px;
}

#front-left p.why a
{
	color:#29ABE2;
	font-size: 12px;
	line-height:18px;
	padding: 0;	
	margin: 0;
	text-decoration:none;
	font-weight:bold;
}

#front-left p.why a:hover
{
	color:#29ABE2;
	font-size: 12px;
	line-height:18px;
	padding: 0;	
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}

#front-left p.why a.pdf:hover
{
	color:#0f3d51;
	font-size: 12px;
	line-height:18px;
	padding: 0;	
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}
/*
#front-left p.why a:visited
{
	color:#29ABE2;
	font-size: 12px;
	line-height:18px;
	padding: 0;	
	margin: 0;
	text-decoration:none;
	font-weight:bold;
}
*/
#front-left p img.reel
{
	vertical-align: middle;
	height: 42px;
	margin: 0 0 0 10px;
	border: none;
}

#front-mid
{
	height: 242px;
	margin: 0;
	padding: 0 14px 0 14px;
	width: 207px;
	float:left;
}

#front-mid h4
{
	color:#22afe4;
	font-size: 16px;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0;
	padding: 18px 0 10px 0;
font-family: Tahoma;
}

#front-mid h5
{
	color:#333;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0;
	padding: 13px 0 5px 0;
}

#front-mid li
{
	font-size: 10px;
	line-height:14px;
	color:#808080;
}

#front-mid li span.older a
{
	font-size: 10px;
	font-weight:bold;
	color:#F2F2F2;
	text-decoration:none;
	line-height: 18px;
}

#front-mid li span.older a:hover
{
	font-size: 10px;
	font-weight:bold;
	color:#F2F2F2;
	text-decoration:underline;
}

#front-mid li span.fresh a
{
	font-size: 14px;
	font-weight:bold;
	color:#F2F2F2;
	text-decoration:none;
	line-height: 22px;
}

#front-mid li span.fresh a:hover
{
	font-size: 14px;
	font-weight:bold;
	color:#F2F2F2;
	text-decoration:underline;
}

#front-mid span.more a
{
	color:#29ABE2;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

#front-mid span.more a:hover
{
	color:#FFF;
	text-decoration:underline;
	line-height: 18px;
}

#front-mid ul
{
	list-style-type:none;
	padding: 0 0 12px 0;	
	margin:0 auto;
	width: 220px;
}

#front-right
{
	float:right;
	width: 246px;
	height: 242px;
	margin: 0;
	padding: 0 20px 0 20px;
}

#front-right h2
{
	color:#CCC;
	line-height: 20px;
	margin: 0;
	padding: 18px 0 0 0;
	text-indent: -9000px;
}

#front-right h2.creative
{
	background: url(../img/home-creative.jpg) bottom left no-repeat;
}
#front-right h2.development
{
	background: url(../img/home-development.jpg) bottom left no-repeat;
}
#front-right h2.branding
{
	background: url(../img/home-branding.jpg) bottom left no-repeat;
}

#front-right h2.seo
{
	background: url(../img/home-seo.jpg) bottom left no-repeat;
}

#front-right p
{
	margin: 0;
	padding: 4px 0 0 0;
	font-size:12px;
	color:#808080;
	line-height: 14px;
	font-weight: normal;
}

#front-right p a
{
	color:#29ABE2;
	text-decoration:none;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

#front-right p a:hover
{
	color:#FFF;
	text-decoration:underline;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

img.flash
{
	width: 955px;
	height: 300px;
	padding: 0;
	margin: 0;
}

#workbox
{
	margin: 0;
	padding: 0;
	height: 600px;
	overflow: hidden;
	background: #fff;
}

#workcontents
{
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
	background: #010101;
}

/*<!-- Site Map -->*/

.sitemaptitle
{
	color: #29ABE2;
	margin: 0;
	font-size: 30px;
	text-indent: 0px;
	padding: 20px;
	font-weight: bold;
	display:block;
}

#sitemap-bottom
{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background: #010101;
}

#sitemap-bottom ul
{
	padding: 0 0 30px 0;
	margin: 10px 0 0 30px;
	height: auto;
	color: #fff;
}

#sitemap-bottom ul.sitemap
{
	margin-top: 20px;
	height: auto;
	color: #fff;
	float: left;
	width: 40%;
}

#sitemap-bottom ul.sitemap2
{
	margin-top: 20px;
	height: auto;
	color: #fff;
	float: left;
	width: 50%;
}

#sitemap-bottom ul.sub
{
	padding: 0;
	margin: 0 0 0 20px;
	height: auto;
	color: #fff;
}

#sitemap-bottom li ul
{
	margin: 0 0 1px 0;
	padding: 0;
}

#sitemap-bottom li
{
	margin: 0 0 1px 0;
	height: auto;
	padding: 0;
	overflow: hidden;
	color: #fff;
	width: 100%;
	font-size:12px;
	line-height: 18px;
	display:block;
	list-style: none;
}

#sitemap-bottom li.section
{
	margin: 0 0 10px 0;
}

#sitemap-bottom ul.sub li
{
	margin: 0 0 1px 0;
	height: auto;
	padding: 0;
	overflow: hidden;
	color: #fff;
	float: none;
}

#sitemap-bottom ul li a
{
	color:#fff;
	text-decoration: none;
	font-size:12px;
	line-height: 18px;
	font-weight: normal;
}

#sitemap-bottom ul li a:hover
{
	color:#29ABE2;
	font-size:12px;
	line-height: 18px;
	font-weight: normal;
}

#sitemap-bottom ul li span.title
{
	font-size:18px;
	line-height: 18px;
	font-weight: bold;
}

#sitemap-bottom ul li span.title a
{
	font-size:18px;
	line-height: 18px;
	font-weight: bold;
}

#sitemap-bottom ul li span.title a:hover
{
	font-size:18px;
	line-height: 18px;
	font-weight: bold;
}

#sitemap-bottom ul li span.subtitle
{
	font-size:16px;
	line-height: 18px;
	font-weight: bold;
}

#sitemap-bottom ul li span.subtitle a
{
	font-size:16px;
	line-height: 18px;
	font-weight: bold;
}

#sitemap-bottom ul li span.subtitle a:hover
{
	font-size:16px;
	line-height: 18px;
	font-weight: bold;
}


#sitemap-floater
{
	float: left;
	font-size: 14px;
	line-height: 14px;
	color: #666;
	padding: 0;
	margin: 0 0 0 20px;
	font-weight: bold;
}

#sitemap-floater a
{
	color: #666;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	margin: 0 20px 0 0;
	font-weight: normal;
}

#sitemap-floater a:hover
{
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}

/*<!-- Careers -->*/

#careers-bottom
{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background: #010101;
}

#careers-bottom ul.positions
{
	color: #fff;
	width: 850px;
}

#careers-bottom ul.positions a
{
	color: #29ABE2;
	text-decoration:none;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

#careers-bottom ul.positions a:hover
{
	color: #29ABE2;
	text-decoration:underline;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

#careers-bottom ul.positions li
{
	list-style-type: none;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0 40px 0;
	border-bottom: 1px #333 solid;
}

#careers-bottom ul.positions li.end
{
	list-style-type: none;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0 40px 0;
	border-bottom: none;
}

#careers-bottom ul.positions li span.title
{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	display: block;
	margin: 10px 0;
}
#careers-bottom ul.positions li span.subtitle
{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin: 5px 0;
}

#careers-bottom ul.requirements
{
	color: #fff;
	margin: 10px 0 10px -10px;
}

#careers-bottom ul.requirements li
{
	list-style-type: disc;
	font-size: 12px;       
	padding: 0;
	border: none;
	margin: 0 0 0 10px;
}

#contenttext strong
{
    margin: 20px 0;
    color:#00b0ea;
    font-weight: bold;
    font-size: 16px;
}

#contenttext p
{
    font-size: 12px;
    color: #8D8D8D;
}

#contenttext a
{
    margin: 20px 0;
    color:#00b0ea;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

#contenttext a:hover
{
    text-decoration: underline;
}