in@charset "utf-8";
/*Yahoo CSS reset*/
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

object {
	 outline:none;	
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}
#wrapper {
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
}
/* ***************************** Reusable Classes ************************* */

body {
	background-image:url(bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}


/* fonts */
a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#336699;
	text-decoration:underline;
	
}


/* fonts - h1 */
h1 {
	font-size:18px;
}


/* fonts - h2 */
h2 {
	font-size:16px;
}

h2 a {
	text-decoration:none;	
}

.h2spacer {
	padding-top:10px;
	padding-bottom:10px;
}

.h2spacerEx {
	padding-top:20px;
	padding-bottom:10px;
}

/* fonts - h3 */
h3 {
	font-size:16px;
	padding-bottom:5px;
	font-weight:bold;
}

h5 {
	font-size:16px;
	padding-top:20px;
	padding-bottom:5px;
	font-weight:bold;
}


h3 a {
	text-decoration:none;	
}

h3 a:active {  
	
}

h3 a:hover {
	text-decoration:underline;	
}


.spacemargin {
	margin-top:14px;	
}

.border {
}

.norm_width {
	width:890px;
	margin: 0 auto;
	
}
.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}
.clear_both {
	clear:both;
}

/*main content*/
.main_content_top {
	width:890px;
	height:10px;
	background-image:url(main_content_top.jpg);
	background-repeat:no-repeat;
}

.main_content_body_padding {
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
}

.main_content_body {
	width:890px;
	min-height:270px;
	background-image:url(main_content_body.jpg);
	background-repeat:repeat-y;
	padding-top:10px;


}



.main_content_side_menu_box {
	width:180px;
	float:left;
}
.main_content_side_menu_box ul {
	padding-top:15px;
}

.main_content_side_menu_box_2nd_menu {
	width: 180px;
	height:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.main_content_side_menu_box li{
	padding-bottom:10px;	
}

.main_content_container {
	width: 650px;
	margin:0 auto;
	float:left;
	padding-top:15px;
}


/*index page */

.main_content_body_index {
	width:810px;
	margin: 0 auto;
	line-height:18px;
	word-spacing:4px;
}

.main_content_body_index_title {
	width:810px;
	margin: 0 auto;
	padding-top:10px;
}


/*SUB PAGE FORMATING */

.main_content_images {
	width:220px;
	float:left;
}




.main_content_copy {
	width:430px;
	float:left;
}

.main_content_copy_style {
	padding-left:30px;
	line-height:18px;
	word-spacing:4px;
}

.main_content_copy_style h2 {
	padding-bottom:10px;	
}

.main_content_copy_style p {
	padding-bottom:10px;
}

.space {
	padding-left:30px;
	float:left;
	
}

/* main nav box */
#main_nav_box {
	width:320px;
	height:44px;
	float:left;
	
}

#main_nav_home {
	width:101px;
	height:44px;
	float:left;
	background-image:url(menu_home.jpg);
}

#main_nav_home a {
	display:block;
	width:101px;
	height:44px;
}

#main_nav_services {
	width:118;
	height:44px;
	float:left;
	background-image:url(menu_services.jpg);
}

#main_nav_services a {
	display:block;
	width:118px;
	height:44px;
}

#main_nav_contact {
	width:101px;
	height:44px;
	float:left;
	background-image:url(menu_contact.jpg);
}

#main_nav_contact a {
	display:block;
	width:101px;
	height:44px;
}


#main_nav_position {
	height: 44px;
	width:320px;
}


/* search */

#search_box_bg {

	float:left;
	height:35px;

	width:229px;
}

#search {
	height:44px;
	margin:0 auto;
	margin-top:5px;
	background-image:url(searchbg.png);
	background-repeat:no-repeat;
	width:229px;
}

#searchform {
	height:44px;
	width:229px;
}

#search_text {
	height:20px;
	width:179px;
	border:0px none;
	float:left;
	margin-top:9px;
	margin-left:9px;
}

#search_submit {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border-style:none;
	color:#E8AB29;
	cursor:pointer;
	float:left;
	font-size:0;
	height:27px;
	width:25px;
	line-height:0;
	margin-left:10px;
	margin-top:-10px;
	overflow:hidden;
	text-indent:-9999px;
	
}
/* ***************************** page menu ************************* */

.top_menu_box {
	 width:830px;
	 height:30px;
	 margin:0 auto;
	 
	 
}

.page_title_box {
	width:180px;
	height:30px;
	float:left;
	

}

.sub_menu_box {
	width:650px;
	height:30px;
	float:left;
	text-align:right;
	font-weight:600;
}



.sub_menu_contents ul li {
	display:inline;
	padding-right:20px;
}

/* ***************************** Header ************************* */
/*info box and tab */
#info_box {
	width:298px;
	height:59px;
	margin-left:59px;
	
}

#info_box_contents {
	width:298px;
	height:59px;
	background-image:url(info_box_bg.jpg); 
}

#info_box_text {
	padding-top:7px;
	width: 258px;
	margin: 0 auto;
	color:#FFF;
	text-align:center;
}

#info_box_text p strong {
	font-weight:bold;	
}

#info_box_text p em {
	font-style:italic;	
}

#info_box_tab {
	width:64px;
	height:21px;
	margin-left:179px;
	padding-top:-5px;
	background-image:url(info_box_tab.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
/*logo and menu */
#logo_box {
	width:320px;
	height:100px;
	float:left;
	background-image:url(logo.png);
	background-repeat:no-repeat;
}

#logo_box a {
	display:block;
	width:320px;
	height:100px;
}
#menu_box {
	width:570px;
	height:100px;
	float:left;
	
}

#menu_box_contents {
	height:44px;
	width:570px;
	margin-top: 30px;
	background-image:url(menu.png);
	background-repeat:no-repeat;
	
}
/* breadcrumbs */
#breadcrumbs_box {
	height:25px;	
	width:890px;

}

#breadcrumbs_box_contents {
	height:24px;
	width:800px;
	margin:10px auto 0;
	font-size:14px;
	
}

/* ***************************** Homepage ************************* */
/*info slider*/
#info_slider {
	width:940px;
	margin:0 auto;

}



/* case study box */

.main_casestudy_body {
	width:890px;
	background-image:url(main_content_body.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	
}


.main_casestudy_body .space {

}



.main_content_bot {
	width:890px;
	height:10px;
	background-image:url(main_content_bot.jpg);
	background-repeat:no-repeat;
}


#case_study_box {
	width:890px;

	
}

#homenews_box {
	width:890px;
	
}

.case_space {
	padding-top:10px;
	padding-bottom:10px;
	clear:left;
	width:650px;
}

.casestudy_intro {
	width:210px;
	float:left;
	padding-left:20px;
	padding-right:10px;
	line-height:18px;
	word-spacing:4px;

}

.homenews_intro {
	width:210px;
	float:left;
	padding-left:20px;
	padding-right:10px;
	line-height:18px;
	word-spacing:4px;
}


#casestudy_intro p {
		
}

.main_casestudy_body .casestudy_intro {
	width:210px;
	float:left;
	padding-left:20px;
	padding-right:10px;
	line-height:18px;
	word-spacing:4px;
}

.casestudy_container {
	width: 630px;
	float:left;
	padding-top:35px;	
}

.main_casestudy_body ul {
	display:inline;	
	
}

.main_casestudy_body ul li {
	display:inline;	
	
}

.mini_case_study_box {
	width:133px;
	min-height:180px;
	display:inline;
	float:left;
	padding-left:20px;
	
}



.mini_case_study_box h3 a {
	width:130px;
	text-align:justify;
	font-size:14px;
}
.mini_case_study_box p {
	width:130px;
	text-align:justify;
	border: 2px solid #CCC;
	height:98px;
	overflow:hidden;
}



/* ***************************** Normal Page ************************* */
#page_box {
}
#page_box_top {
	width:890px;
	height:10px;
}
#page_box_body {
	width:890px;
}
#page_box_bot {
	width:890px;
	height:10px;
}
/* ***************************** Footer part ************************* */

/* sitemap */

.sitemap_top_link {
	font-size:14px;	
}
#sitemap_box {
	width:384px;
	height:290px;
	float:left;
	
}
#sitemap_box_top {
	width:384px;
	height:10px;
	background-image:url(sitemap_box_top.jpg);
	background-repeat:no-repeat;
}
#sitemap_box_body {
	width:354px;
	min-height:270px;
	background-image:url(sitemap_box_body.jpg);
	background-repeat:repeat-y;
	padding-left:30px;
}
#sitemap_box_bot {
	width:384px;
	height:10px;
	background-image:url(sitemap_box_bot.jpg);
	background-repeat:no-repeat;
}

.sitemap_norm_box {
	width:84px;
	float:left;
	padding-right:25px;
}

.sitemap_wide_box {
	width:110px;
	float:left;
}

#sitemap_box_body ul li {
	padding-bottom:10px;	
	
}


/* contact */
#contact_box {
	width:246px;
	height:290px;
	float:left;
	
}

#contact_box_body {
	padding-left:20px;	
	
}

#contact_box_body li {
	padding-bottom:10px;	
	
}





/* contact form */
#contact_form {
	width: 260px;
	height: 290px;
	float:left;


	
}

.email_norm1_bg {
	width:256px;
	height:37px;
	background-image:url(email_norm_bg.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:10px;
	
}

.email_norm2_bg{
	width:256px;
	height:37px;
	background-image:url(email_norm_bg.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:10px;
	
}

.email_message_bg {
	width:256px;
	height:110px;
	background-image:url(email_msg_bg.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:10px;
}

.email_submit_style {
	
}

#email_name {
	margin-bottom:10px;
	width:236px;
	height:15px;
	border:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.email_class {
	border:none;	
}

#email_address {
	margin-bottom:10px;
	width:236px;
	height:15px;
	border:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.email_address {
	border:none;	
}

#email_message {
	width:236px;
	margin-bottom:10px;
	height:87px;
	border:1px solid #fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.email_message {
	border:none;
}

#email_submit {
	background-image:url(send_button.jpg);
	background-repeat:no-repeat;
	width:57px;
	height:32px;
	border:none;
	color: transparent;
	text-transform: capitalize;
	line-height: 999px; /* Set it higher than your image height */
	overflow: hidden; /* Hide the text */
	
	
}

#email_submit:hover {
	cursor:pointer;	
	background-image:url(send_button_hover.jpg);
	background-repeat:no-repeat;
	width:57px;
	height:32px;
	border:none;
	color: transparent;
	text-transform: capitalize;
	line-height: 999px; /* Set it higher than your image height */
	overflow: hidden; /* Hide the text */
	
}

/* form fixes for ie6 and ie7 */

.ieEmailFix {
	margin-left:-20px;		
}

.ieEmailbord{
	margin-left:-20px;	
}




/* client login and copyright */

#footer {
}

#minibox {
	width:100px;
	height:200px;
	float:left;
	
}

.sifr_container {
	width:100px;	
}
/*additional styling */

.case_content {
	width:650px;	
}



.case_content_title {
	width:320px;	
}
.case_excerpt{
	border:1px solid #666666;
	float:left;
	height:210px;
	overflow:hidden;
	width:280px;
}

.case_excerpt p {
	height:225px;	
}



.case_content .entry {
	width:318px;
	float:left;
	padding-left:30px;
	
}

.entry_content {
	height:122px;
	overflow:hidden;
	
}

.entry_content h2 {
	padding-bottom:10px;	
}


.entry_content h3 {
	font-size:	14px;	
}

.entry_content h4 {
	font-size: 16px;
	padding-bottom:10px;
}

.entry_readmore {
 	float:left;
	margin-left:30px;
	margin-top:40px;
	width:100px;
}

/* Styling of page images */



.main_content_images img {
	width:200px;
	height:150px;
	margin-bottom:15px;
	border: 1px solid #999;
}

.mini_case_study_box_title {
	height:50px;	
}

.mini_case_study_box img {
	width:130px;
	height:98px;
}

.case_excerpt p img {
	width:300px;
	height:225px;
	border:none;
}

.main_casestudy_body p img {
	width:130px;
	height:98px;
}

.case_excerpt img {
	height:210px;
	margin-bottom:15px;
	width:280px;
}


#overview  {
	font-family:Arial, Helvetica, sans-serif;	
}

#overview p {
	font-family:Arial, Helvetica, sans-serif;
}

#overview p span {
	font-family:Arial, Helvetica, sans-serif;
}

#tech {
	font-family:Arial, Helvetica, sans-serif;
}

#tech p {
	font-family:Arial, Helvetica, sans-serif;
}

#tech p span {
	font-family:Arial, Helvetica, sans-serif;
}
