#header
{
	margin:0px;
	width:100%;
	height:152px;
	background-image:url(../images/header_bg.jpg);
}
body
{
	margin:0px;
}
#logo
{
	float:left;
	background:url(../images/logo.jpg) no-repeat top left;
	width:148px;
	height:49px;
	margin-top:25px;
	cursor:pointer;
}
#header-container
{
	margin:0 auto;
	width:989px;
}
#search
{
	float:right;
	margin-top:25px;
}
#search-input
{
	float:left;
	background:url(../images/search_bg.jpg)  no-repeat left top;
	width:191px;
	height:28px;
	border:none;
	padding:6px;
	font-family:Verdana;
	font-size:11px;
}
.search-text
{
	border:none;
	background: #FFFFFF;
	height:14px;
	width:178px;
	color:#666666;
}
#search-button
{
	float:left;
	background:url(../images/search_button.jpg)  no-repeat left top;
	width:65px;
	height:27px;
	cursor:pointer;
}
#menubar
{
	float:left;
	width:100%;
	height:48px;
	margin-top:30px;
	background-image:url(../images/menu_bg.jpg);
}
.menu-item
{
	float:left;
	height:48px;
	color:#FFFFFF;
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:15px;
	padding:14px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}
.menu-separator
{
	background:url(../images/menu_separator.jpg)  no-repeat right top;
	float:left;
	height:48px;
	width:2px;
}
.menu-item-selected
{
	float:left;
	height:48px;
	background-image:url(../images/menu_selected_bg.jpg);
	background-repeat:repeat-x;
	color:#000000;
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:15px;
	padding:14px;
	padding-left:20px;
	padding-right:20px;
	margin-left:1px; /*Use this only when home is highlighted. Set through Java Script*/
}
#lchat{
	float:left;
	background:url(../images/chat.png) no-repeat top right;
	font-family:Lucida Sans Unicode, Verdana;
	font-size:15px;
	color:#ffffff;
	padding-right:34px;
	margin-top:14px;
	margin-left:22px;
}
#body-container
{
	margin:0 auto;
	width:989px;
	margin-top:8px;
	overflow:hidden;
}
#banner
{
	float:left;
	width:100%;
	height:399px;
	background:url(../images/banner.jpg)  no-repeat left top;
}
#content
{
	float:left;
	width:100%;
	height:100%;
	background-color:#ebebeb;
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:14px;
	font-weight:normal;
}
#leftpane
{
	float:left;
	width:647px;
	background:url(../images/left-pane-top.jpg) no-repeat left top;
	background-color:#ffffff;	
	padding-top:50px;
}
#rightpane
{
	float:left;
	width:342px;
	background:url(../images/right-pane-top.jpg) no-repeat left top;
	font-size:12px;
	padding-top:80px;
}
.section-heading
{
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:33px;
	font-weight:normal;
	color:#bc1525;
	padding-top:0px;
	padding-bottom:20px;
	float:left;
	margin:0px;
	width:100%;
	visibility:hidden;
}
.section-heading1
{
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:33px;
	font-weight:normal;
	color:#bc1525;
	padding-top:5px;
	padding-bottom:20px;
	padding-left:15px;
	float:left;
	margin:0px;
	width:100%;
	visibility:hidden;
}
.section-heading2
{
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:33px;
	font-weight:normal;
	color:#000000;
	padding-top:25px;
	padding-bottom:20px;
	padding-left:15px;
	float:left;
	margin:0px;
	width:100%;
}
h3
{
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:27px;
	font-weight:normal;
	margin:0px;
}
.producttagline
{
	font-family:"Lucida Sans Unicode",Verdana;
	font-weight:normal;
	line-height:25px;
}
.redlink
{
	color:#b32617;
	line-height:25px;
}
.blacklink
{
	color:#000000;
	line-height:25px;
}
.plainlink
{
	text-decoration:none;
}
.whitelink
{
	color:#bababa;
	text-decoration:none;
}	
.quicklinks
{
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:24px;
	font-weight:normal;
	color:#c05d2a;
	padding-top:25px;
	padding-bottom:20px;
	float:left;
	margin:0px;
	width:100%;
}
.service-box
{
	float:left;
	height:100%;
	width:480px;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:145px;
	margin-top:50px;
}
#spacerbox
{
	float:left;
	height:20px;
	width:480px;
}
#mod1
{
	float:left;
	width:319px;
	height:143px;
	background:url(../images/mod_offshore.jpg)  no-repeat left top;	
	margin-left:11px;
}
#mod2
{
	float:left;
	width:319px;
	height:144px;
	background:url(../images/mod_design_dev.jpg)  no-repeat left top;	
	margin-left:11px;
}
#mod3
{
	float:left;
	width:319px;
	height:136px;
	background:url(../images/mod_online_marketing.jpg)  no-repeat left top;	
	margin-left:11px;
}
#mod4
{
	float:left;
	width:319px;
	height:101px;
	background:url(../images/mod_team.jpg)  no-repeat left top;	
	margin-left:11px;
}
.modtext
{
	float:left;
	width:306px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:20px;
}
#footer
{
	float:left;
	width:100%;
	height:100%;
	background-color:#181818;
}
#footer-container
{
	margin:0 auto;
	width:989px;
}
#footer-left
{
	float:left;
	margin-top:20px;
	margin-left:10px;
	width:540px;
}
.footer-menu-heading
{
	color:#ccbd84;
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:15px;
	line-height:25px;
}
.footer-menu-links
{
	color:#bababa;
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:13px;
	line-height:20px;
}
.footer-text
{
	color:#919191;
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:12px;
	line-height:45px;
}
#footer-right
{
	float:left;
	margin-top:20px;
	margin-left:35px;
	width:400px;
}
#name-text-small
{
	background:url(../images/small_text_bg.jpg)  no-repeat left top;		
	width:130px;
	height:25px;
	float:left;
	margin-top:5px;
	margin-right:10px;	
	padding:2px;
}
.name-textbox
{
	border:none;
	background: #a3a3a3;
	height:20px;
	width:125px;
	color:#000000;
}
#email-text-large
{
	background:url(../images/large_text_bg.jpg)  no-repeat left top;		
	width:210px;
	height:25px;
	float:left;
	margin-top:5px;
	padding:2px;
}
.email-textbox
{
	border:none;
	background: #a3a3a3;
	height:20px;
	width:205px;
	color:#000000;
}
#submit_button
{
	background:url(../images/submit_button.jpg)  no-repeat left top;		
	width:80px;
	height:25px;
	float:left;
	margin-top:10px;
	margin-bottom:30px;
	clear:both;
	cursor:pointer;
}
#address
{
	clear:both;
}
#address1
{
	float:left;
	margin-right:20px;
}
#footer-terms-privacy
{
	float:right;
	color:#919191;
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:12px;
	margin-top:30px;
}
#spacer
{
	width:100%;
	height:320px;
}

