@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	height:100%;
	width:100%;
	color:#262626;
	font-family:Verdana, Trebuchet MS, Arial, Tahoma, Helvetica;
	padding: 0px;
	margin: 0px;
	font-size:12px;
}

#wrapper {
    width: 100%;
	padding: 0px 0px;
	margin: 0px auto;
}

#header {
	background-color:#262626;
	background-image:url(/images/new/black_header_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#header_content {
	height:86px;
	width:990px;
	margin: 0px auto;
}

#bitla_logo {
	margin-left:20px;
	margin-top:25px;
	float:left;
}

/* New Menu */
#menu
{
	float:left;
	height: 27px;
	margin-top:59px;
	margin-left:75px;	
}

#menu ul{
	margin: 0;
	list-style: none;
}

#menu ul li{
	float: left;
	font-size: 12px;
	width:100px;
	height: 27px;
	color: #000;
	margin: 0px 1px;
	text-align:center;
}

#menu ul li a {
	font-family:Arial, Helvetica, sans-serif;
	background: url(/images/new/menu_button.png) no-repeat;
	text-decoration: none;
	font-weight:bold;
	color: #000;
	height: 22px;
	padding-top:5px;
	display: block;
}
#menu ul li a:hover
{
	background: url(/images/new/menu_button_selected.png) no-repeat;
	color: #000;;
}
 #menu ul li a.current{
 	background: url(/images/new/menu_button_selected.png) no-repeat;
	color: #000;
 }


#main_content {
	margin: 0px auto;	
	width:100%;
}


#prod_teaser {
	background-color:#EEE;
	background-image:url(/images/new/prod_teaser_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:325px;
}

#glider {
	width:990px;
	margin: 0px auto;
	padding-top:6px;
}
#my-glider{
	height: 270px;
}

#products_bar {
	padding-top:0px;	
	padding-left: 15px;
	height: 55px;
}

#our_products{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#879940;
}

#icon_tabs{
	padding:0px 25px;
	border:#0099CC;
}

#home_content {
	margin:0 auto;
	padding:5px 20px;
	width:990px;
}

.news{
	height:32px;
	background:url(/images/new/news_bg.jpg) no-repeat;
	color:#333;
	padding:10px 5px 5px 30px; 
	margin:0 10px;
	padding:8px 20px 0;
}

#news_links {
	color:#777;
}

#center_content{
	height:100%;
}

#products {
	margin:0px;
}

.product_div {
	width:214px;
	height:177px;
	margin:5px 11px;
	margin-bottom:15px;
	padding-top:10px;
	padding-left:10px;
	padding-right:0px;
	background-image:url(/images/new/product_container_bg.jpg);
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	line-height:1.5;
}

.product_div:hover {
	width:214px;
	height:177px;
	margin:5px 11px;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:15px;
	background-image:url(/images/new/product_container_hover.jpg);
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	line-height:1.5;
}

.product_div a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6600;
}

.clear {
	clear:both;
}


#out_sourcing{
	width:214px;
	height:170px;
	margin:0px 11px 15px 11px;	
	padding-top:10px;
	padding-left:10px;
	background-image:url(/images/new/out_sourcing_bg.jpg);
	float:left;
}

#out_sourcing a {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6600;
}

#out_sourcing_text {
	margin-top:50px;
	margin-left:5px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:1.5;
}


#blog_contents {
	margin:0px;
}


.blogbox {
	width:339px;
	height:178px;
	margin:0px 11px;
	padding-top:2px;
	padding-left:10px;
	background-image:url(/images/new/blog_bg.png);
	float:left;
}
.blogbox  a {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6600;
}

#blog_title {
	margin-top:10px;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0066CC;
}

#blog_text{
	padding-top:10px;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:1.5;
}

.blog_title {
	margin-top:10px;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0066CC;
}

.blog_text{
	padding-top:10px;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:1.5;
}
 

#footer{
	height:70px;
	background-color:#262626;
	background-image:url(/images/new/footer_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	margin-top: 20px;
	bottom: 0px;
	width: 100%;
}
#footer a, #footer a.hover {
	color:#FFFFFF;
}
#footer_controls{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
}



/* Sub page Styles */
#subpage_header {
	margin: 0px auto;	
	width:990px;
	padding-top:20px;
}

#subpage_header .heading {
	color:#66CC00;
	font-size:28px;
	padding-left:10px;
}

#subpage_header .punchline {
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:18px;
	padding-top:60px;
}


#subpage_header .punchline span{
	margin-right: 42px;
}

#page_title_tabs{
	width: 958px;
	height:24px;
	text-align: left;
	padding: 6px 20px 0px 20px;
	vertical-align: middle;
}

#title_menu{
 	color: #333;
	cursor: pointer;
}
 
#title_menu span{
 	margin-right: 22px;
}


/* Styles */
#page_title_banner{
	background: url('/images/title_banner_bg.gif') no-repeat;
	width: 956px;
	height: 113px;
	margin-top:22px;
}
#page_title{
	font-size: 22px;
	color: #333333;
	padding: 8px 12px;
	font-weight: bold;
	text-align: left;
}
#page_sub_title{
	font-size: 22px;
	color: #333333;
}
#page_content{
	padding: 8px 12px;	
}
#page_title_desc{
	font-size: 18px;
	color: #ACACAC;
	text-align: center;
	margin-top: 20px;
}
#page_title_desc span{
	margin-right: 42px;
}

.page_sub_title{
	font-size: 22px;
	color: #333333;
}

/* Right Navigation Links */
ul.right_nav_main{
	list-style-image: url('/images/arrow.gif'); 
	list-style-position: inside; 
	padding: 0px 2px 15px 10px;
	margin: 0px;
	font-size: 11px;
	border: 1px solid #D8D8D8;
}
ul.right_nav_main li{
	border-bottom: 1px solid #CCCCCC; 
	line-height: 32px;
	color: #333333;
}
ul.right_nav{
	list-style-image: url('/images/blackbullet.gif'); 
	list-style-position: inside; 
	padding: 0px 2px 15px 10px;
	margin: 0px;
}
ul.right_nav li{
	border-bottom: 1px dashed #CCCCCC; 
	line-height: 32px;
}
ul.news_story{
	list-style-type: none;
	padding: 0px 0px 0px 5px;
}
ul.news_story{
	list-style-type: none;
	padding-bottom: 10px;
}
#breadcrumb{
	font-size: 11px;
}
#breadcrumb a{
	color: #AAAAAA;
	text-decoration: none;
}
#breadcrumb a:hover{
	text-decoration: underline;
}
 
 
 
/* Sidebar menu */

ul.side_bar_menu{
		list-style: none; line-height: 1.5em; color: #333333; padding: 0px;
		text-align:left;
		margin: 0px;
	}
ul.side_bar_menu li{
		background: url('/images/sidebar_bg.gif'); padding-left: 35px; padding-top: 5px;
	}
ul.side_bar_menu li a{
	color: #333333;
	text-decoration: none;
}
ul.side_bar_menu li:hover{
	color: #333333;
	text-decoration: none;
	background: url('/images/sidebar_bg_hover.gif');
}
ul.side_bar_menu li.current{
		background: url('/images/sidebar_bg_selected.gif');
		color: #FFFFFF;
}
ul.side_bar_menu li.current a, ul.side_bar_menu li.current a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}

/* Services STYLE BEGINS */
div.services{
		border: 1px solid #D3D3D3; width: 750px; float: left;
	}
	
/* WORKS STYLES BEGINS*/
div.works_showcase{
	width: 224px;
	height: 160px;
	padding: 8px 4px;;
	border: 1px solid #BCBCBC;
	text-align: center;
}
div.works_showcase img{
	margin-bottom: 10px;
}
div.works_showcase a{
	color: #307abb;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial";
	margin-left: 4px;
	margin-top: 5px;
	text-align: left;
}
div.works_showcase:hover{
	background: #eaffa4;
}
div.works{
		border: 1px solid #D3D3D3; width: 750px; float: left; text-align:left;
	}
	div.works h3{
		margin-top: 10px;
	}
	div.works a{
		color: #5398CB;
		font-size: 14px;
	}
	div.works a:hover{
		text-decoration: none;
	}
	div.product_description{
		width: 440px; float: left;
	}
	div.work_screen_show{
		width: 295px; overflow: hidden; float: right;
	}
	.work_screen_show div#photo_set{
		width: 1000px; height: 280px; text-align: left;  background: url('/images/simple_pic_border.gif') no-repeat;
	}
	div#photo_thumbs a{
		width: 80px;
		height: 80px;
		padding: 3px;
		margin: 3px;
		border: 1px solid #e3e3e3;
		cursor: pointer;
	}
	div#photo_thumbs a:hover{
		border: 1px solid #CCCCCC;
	}
	div#photo_thumbs a.curr_pic{
		border: 1px solid #CCCCCC;
		background: #faffc0;
	}
	
	.divider{
	background: url('/images/divider_line.gif') no-repeat;
	height: 3px;
	margin-top: 10px;
	text-align: center;
}


/* WORKS STYLES ENDS */
/* Products STYLES BEGINS */
div.products{
	float: left;
	width: 770px;
}
/* Products STYLES ENDS */
ol{
	line-height: 20px;
}
/* Common Styles */
.red{color: red;}
.ticketColor {color:#0B3591;}
.simplyColor {color:#FD6902;}
.bold{font-weight: bold;}
.faded_text{color: #6C6C6C;}
.center{text-align: center;}
.size10{/*font-size: 10px;*/}
.size11{/*font-size: 11px;*/}
.size12{/*font-size: 12px;*/}
.size14{font-size: 14px;}
.size18{font-size: 18px;}
.margintop10{margin-top: 10px;}
.margintop15{margin-top: 15px;}
.margintop20{margin-top: 20px;}
.margintop50{margin-top: 50px;}
.marginbottom10{margin-bottom: 10px;}
.marginbottom22{margin-bottom: 22px;}
.marginbottom50{margin-bottom: 50px;}
.border1{border: 1px solid #CCCCCC;}
.pad5{padding: 5px;}
.pad10{padding: 10px;}
.pad22{padding: 22px;}
.clearfix{clear: both;}



/* flashes >>  */
#flashes {
  background: #fff9d0;
  min-height: 30px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  width: 90%;
}

/* ERRORS AND NOTICES >>  */
#flash-errors, #errorExplanation {
  margin: 0 auto;
  background: #F69A91;
  padding: 5px;
  color: #510;
  text-align: center;
}
#flash-notice {
  background: #cfc;
  padding: 5px;
  color: #051;
  text-align: center;
}
#errorExplanation ul, #flash-notice ul,#flash-errors ul,#flash-notice li,
#flash-errors li {
  list-style: none;
}
#errorExplanation {
  text-align: left;
  border: 1px solid #F99;
  background: #fdd;
}
#errorExplanation h2 {
  border: none;
  margin: 0;
  padding: 0;
}

.no-style{
	
}
