/*  
Theme Name: ritwik
Theme URI: http://www.ritwik.com
Description: WordPress theme designed by <a href="http://www.ritwik.com">ritwik</a>.
Version: 1.1
Author: ritwik
Author URI: http://www.ritwik.com

	
	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to N.Design Studio must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/

body {
	background: #dadada url(images/html-bg.gif) repeat-x;
	font: 75%/150% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a {
	color: #44a1d0;
	text-decoration: none;
}
a:visited {
	color: #5EAFD7;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 0px;
	padding-left: 0px;
}

ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
#page {
	 
}
 

/* ------------------------------------- header area  */
#header {
	height: 120px;
}
/* site title */
h1 {  margin:15px 0 10px 0;
	padding: 0px;
       line-height:normal;
	font: normal 24px/100% "Trebuchet MS", Arial, sans-serif;
}
#company h1 {  margin:15px 0 0px 0;
	padding: 0px;
       line-height:normal;
	font: normal 24px/100% "Trebuchet MS", Arial, sans-serif;
}
 

h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.description {
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
/* search form */
#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/searchform-bg.png) no-repeat right bottom;
	height: 37px;
	width: 210px;
}
#searchform #s{
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

/* ------------------------------------- main content area  */
#left-col {
	width: 600px;
	float: left;
	margin-top: 20px;
}
/* main menu */
#nav {
	background: url(images/content-top-bg.png) no-repeat left top;
	height: 26px;
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #000000;
}
#nav li a:hover, #nav .current_page_item a{
	text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}
/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

/* content */
#content {
	padding: 15px 15px 15px 15px;
	width: 600px;
	background: #ffffff;
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 438px;
}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.postdata .category{
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
.postdata .comments{
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
	overflow:hidden;
}

/* post title */
h2 {
	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	color: #44a1d0;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
	background: url(images/navigation-bg.gif) no-repeat left center;
	height: 21px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: -15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* ------------------------------------- comment area  */
h3#comments {
	background: url(images/comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
h3#respond {
	background: url(images/respond.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
}
#commentform #submit:hover {
	background: url(images/submit-btn.gif) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* comment list */
.commentlist {
	margin: 10px 0px;
	padding-left: 45px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #F4F4F4;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #669900;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #669900;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999999;
}

 

/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar {
	float:right;
	width: 210px;
	color: #666666;
	line-height: 160%;
	padding-right:20px;
}
#sidebar p {
	margin: 0px 0px 15px;
}
#sidebar h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #666666;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar ul li {
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}
#sidebar ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background: url(images/mini-archive.gif) no-repeat;
}
/* recent comments widget */
#recent-comments ul li {
	background: url(images/mini-comment.gif) no-repeat;
}
/* category widget */
#categories ul li {
	background: url(images/mini-category.gif) no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(images/mini-page.gif) no-repeat;
}
/* links widget */
#links ul li {
	background: url(images/mini-blogroll.gif) no-repeat;
}
/* meta */
#meta .rss {
	background: url(images/mini-rss.gif) no-repeat;
}
#meta .login {
	background: url(images/mini-user.gif) no-repeat;
}
#meta .check {
	background: url(images/mini-check.gif) no-repeat;
}
#meta .wordpress {
	background: url(images/mini-wp.gif) no-repeat;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both; margin:0px; line-height:0px !important;    
}
.clearh {
	clear:both;margin:0px; line-height:0 !important;  
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}

/* new design */

.pagename { 
	width:100%;
	font-size: 26px;
	color: #555555;
	margin: 15px 0  15px 0;
	padding: 0px;
	line-height:normal;
}
#banner_bottom_line {
	background-image: url(images/middle_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	height:10px;
	width:860px;
	margin-bottom: 0px;
	margin-top: 10px;
}

#banner_bottom_tittle { 
	width:860px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#banner_bottom_tittle2 h1 {
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	margin:5px 0;
	padding:0;
	line-height:32px;
}
#banner_bottom_tittle2 p { 
	width:100%;
	font-size: 18px;
	line-height:20px;
	color: #656565;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
#middle {
	background-color: #FFFFFF;
	width: 860px;
	float: left;
	height:auto;
	padding:0px 10px;
	margin:0px !important; clear:both;
}
#wrapper {
	margin:10px auto 0px auto;
	width:900px;
}
#fram_bg {
	background:url(images/frame_bg.gif) no-repeat top center;
	width:880px;
	clear:both;
	padding:0px 10px 0px 10px;
	margin:0px; 
	overflow:hidden;
}

#fram_bg-bottom {
	background:url(images/frame_bottom_bg_new.png) no-repeat top center;
	width:900px;
	height:60px;
	behavior: url(/iepngfix.htc);
	margin:0px auto ;
	clear:both;
}
#toplinks {
	width:100%;
	padding:0px 0 10px 0;
	height: auto; 
}
#toplinks p {
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}
#toplinks p img {
	vertical-align:middle;
	margin:0 60px;
}
#toplinks p a {
	font-size:11px;
	color:#555555;
	text-decoration:none;
	margin:0 25px 0 0;
}
#toplinks p a:hover {
	font-size:11px;
	color:#ff9900;
	text-decoration:none;
}
#toplinks p a.current {
	font-size:11px;
	color:#ff9900;
	text-decoration:none;
}
h2{
    font-size: 14px;
	line-height:15px;
	color: #ff8702;
	font-weight:bold; margin:0px; padding:0px;
}
h3{
    font-size: 14px;
	line-height:15px;
	color:#333333;
	font-weight:bold; 
margin:0px; 
padding:0px;
}	
/*-------------Promotion Div Box -----------------------*/
.pt {background: url(images/greendott.jpg) 0 0 repeat-x;}
.pb {background: url(images/greendotb.jpg) 0 100% repeat-x;}
.pl {background: url(images/greendotl.jpg) 0 0 repeat-y;}
.pr {background: url(images/greendotr.jpg) 100% 0 repeat-y}
.pbl {background: url(images/promotioncorner3.jpg) 0 100% no-repeat}
.pbr {background: url(images/promotioncorner4.jpg) 100% 100% no-repeat}
.ptl {background: url(images/promotioncorner1.jpg) 0 0 no-repeat}
.ptr {background: url(images/promotioncorner2.jpg) 100% 0 no-repeat; padding:7px;}
/*----------------------------------------------*/
	
/*-------------Promotion Div Box -----------------------*/
.pt {background: url(images/greendott.jpg) 0 0 repeat-x;}
.pb {background: url(images/greendotb.jpg) 0 100% repeat-x;}
.pl {background: url(images/greendotl.jpg) 0 0 repeat-y;}
.pr {background: url(images/greendotr.jpg) 100% 0 repeat-y}
.pbl {background: url(images/promotioncorner3.jpg) 0 100% no-repeat}
.pbr {background: url(images/promotioncorner4.jpg) 100% 100% no-repeat}
.ptl {background: url(images/promotioncorner1.jpg) 0 0 no-repeat}
.ptr {background: url(images/promotioncorner2.jpg) 100% 0 no-repeat; padding:7px;}
/*----------------------------------------------*/
	
.ptr { 
background:transparent url(images/promotioncorner2.jpg) no-repeat scroll 100% 0;
padding:7px;
}
.promotion{
 background-image:url(images/greendot_bg.jpg);
 padding:4px;
 }	
.promotion_list {  
	font-size:12px;
	margin:0px 5px 0;
	padding-left:4px;
	width:23%;
}	
.promotion_list li { 
	display:block; 
	font-size:12px; 
}
promotion_list li a:hover { 
	color:#454545; 
	font-size:12px;
	text-decoration:underline;
}
.promotion_list li a:visited { 
	color:#454545; 
	font-size:12px;
	text-decoration:none;
}
.promotion_list li a { 
	color:#454545; 
	font-size:12px;
	text-decoration:none;
}
.left { 
float:left;
}

/*--------footer----*/
#footer {
	height:60px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 888px;
	margin:0 auto;
}
#footer ul {
	margin:0px;
	list-style:none;
	display:inline;
}
#footer ul li {
	list-style:none;
	display:inline;
	color:#555555;
	font-size: 11px;
	text-decoration: none;
	padding-right:5px;
}
#footer ul li a {
	color:#555555;
	text-decoration: none;
}
#footer ul li a:hover {
	color:#ff9900;
	text-decoration: none;
}
#footer p {
	color:#555555;
	font-size: 11px;
	text-decoration: none;
padding-top:5px;
	padding-right:5px;
	text-align:center;
}

/*----bottom header links----*/
#content_header_links { 
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding-top: 0px; 
	margin:0 auto;
        float:right;

}
#content_header_links ul {
	margin:0;
	list-style:none;
	display:inline;
}
#content_header_links ul li {
	list-style:none;
	display:inline;
	color:#555555;
	font-size: 10px;
	text-decoration: none;
	padding-right:15px;
}
#content_header_links ul li a {
	color:#555555;
	text-decoration: none;
}
#content_header_links ul li a:hover {
	color:#ff9900;
	text-decoration: none;
}


 
/*----home services box----*/

#home_services_box   {
	width:840px;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
}
#home_services_box   .header {
background: transparent url(images/arrow_right.gif) no-repeat 0px 9px;
	padding:4px 0 4px 23px;
	font-size:16px;
	font-weight:bold;
	color:#666666; 
}
#home_services_box   .header_image {
	margin:3px 0 0 0;
}

#home_services_box   .bulit_main{
	margin:10px 5px 15px 0px;
} 
#home_services_box   ul.bulit {
	list-style-type: none;
	margin: 5px 0 5px 0px;
	padding:0;
	list-style-position: outside;
	display:block;
	color:#777777;
}
#home_services_box   ul.bulit li:hover {
	line-height: 16px;
	background: #f3f3f3 url(images/bulit.gif) no-repeat 8px 9px;
	padding:4px 0 4px  21px; 
}
#home_services_box   ul.bulit li {
	line-height: 16px;
	background: transparent url(images/bulit.gif) no-repeat 8px 9px;
	padding:4px 0 4px  21px;
	border-top:1px dotted #B8B8B8
}
#home_services_box   ul.bulit li a{
	text-decoration:none;
	color:#858585;
}
#home_services_box   ul.bulit li a:hover{
	text-decoration:none;
	color:#0099CC;
}
#home_services_box .col1 { float:left; width:24%; margin-right:10px;}
#home_services_box .col2 { float:left; width:24%; margin-right:10px;}
#home_services_box .col3 { float:left; width:24%; margin-right:10px;}
#home_services_box .col4 { float:left; width:24%; }

/*----right nav----*/
#right_nav {
	width:210px;
	margin:25px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#right_nav .header {
 background:#ffffff url(images/side-nav-head-bg.gif)  repeat-x top left;
	padding:8px 0 4px 10px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	cursor:pointer;
}
#right_nav .header_image {
	margin:3px 0 0 0;
}

#right_nav .bullet_main{
	margin:0px 5px 15px 0px;
} 
#right_nav ul.bullet, #right_nav .dbx-content ul {
	list-style-type: none;
	margin: 5px 0 15px 0px;
	padding:0;
	list-style-position: outside;
	display:block;
	color:#777777;
}
#right_nav ul.bullet li:hover   {
	line-height: 16px;
	background:#f3f3f3 url(images/bullet.gif) no-repeat 8px 9px;
	padding:4px 0 4px  21px; 
}
#right_nav ul.bullet li  {
	line-height: 16px;
	background: url(images/bullet.gif) no-repeat 8px 9px;
	padding:4px 0 4px  21px;
	border-top:1px dotted #e0e0e0
}
#right_nav ul.bullet li a  {
	text-decoration:none;
	color:#0088cc;
}
#right_nav ul.bullet li a:hover  {
	text-decoration:none;
	color:#000000;
}


 
/*----contact us----*/

#contact_us {
	width:600px;
	font-family:Georgia, Arial,verdana;
	font-size:12px;
	margin:0;
	padding:0;
	color:#666666;
}

#contact_us .transparent75{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75	;
	position: absolute;
	top: -16px;
	left: 0px;
	width: 100%;
	height: 17px;
}

#contact_us .column{
	width: 182px;
	margin:15px 10px 0 0;
	float:left;
	color:#FFFFFF;
}
#contact_us .column a{
	color:#FFFFFF;
	text-decoration:underline;
}
#contact_us .column img{border:none;}
#contact_us .column a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#contact_us .yellow{
	background-color: #c2d337;
}

#contact_us .grey{
	background-color: #7c8687;
}

#contact_us .red{
	background-color: #F73101;
}
#contact_us .h1{	
	font-size:22px;
	padding:0 0 8px;
	font-weight:bold;
}
#contact_us .info{	
	height:115px;
	width: 100%; 
}
#contact_us .info ul{list-style-type:none; margin:0; padding:0 10px;}
#contact_us .info ul li{line-height:16px;}
#contact_us .info ul li.cont_title{line-height:30px; font-size:24px; font-weight:bold;}
#contact_us .info ul li.rqinfo{padding:5px 0 5px 0 ; margin:0; }
#contact_us .info ul li.rqinfo a{ color:#FFF; }

#contact_us #prot {
	float:left;
	padding:5px 0 5px 0px;
	color:#636668;
	font-size:11px;
	line-height:15px;
	font-family:Georgia;
	width:100%;
}
#contact_us #prot .cont_title {
color:#636668;
font-size:26px;
padding:0 0 10px;
/*border-bottom:1px solid #999;*/
}
#contact_us #prot .col {
	float:left;
	width:182px;
	height:237px;
	padding:0 0 0 0px;
	margin:15px 10px 0 0;
}
#contact_us #prot h2 {
	color:#2D2D2D;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 0;
}

#contact_us #prot h3 {
	color:#636668;
	font-size:26px;
	padding:0 0 10px;
	font-weight:normal;
}
#contact_us #ritwik_bodyTabsContainer {float:left; border-bottom:1px solid #999; width:100%; margin:5px 0 0;}
#contact_us #ritwik_bodyTabsContainer ul {list-style-type:none; margin:0; padding:0; float:left;}
#contact_us #ritwik_bodyTabsContainer ul li.isLink{cursor: pointer;}
#contact_us #ritwik_bodyTabsContainer ul li.active {background-color:#727b7d;}
#contact_us #ritwik_bodyTabsContainer ul li{	float: left;	margin: 0px 3px 0px 0px;	padding: 17px 25px 14px 25px;	background-color: #a3aaac;	font-weight: bold;	text-align: center;}

#contact_us #ritwik_bodyTabsContainer ul li:hover{	background-color: #727b7d;}

#contact_us #ritwik_bodyTabsContainer ul li a{	color: white;	text-decoration: none;}

#contact_us #ritwik_bodyTabsContainer ul li.active a{	color:white; background-color:#727b7d;}
.brclear{clear:both; margin:0; padding:0; line-height:0;}


/*-------Request info----------*/

.reqest_form {width:600px; background-color:#F7F8FA; font-size:11px; float:left; font-family:Arial, Helvetica, sans-serif; padding:30px 0;}
.reqest_form label{font-size:11px; margin:0px 5px 20px 5px; padding:0; width:90px; text-align:right; float:left;}
.reqest_form input{font-size:11px;  margin:0px 5px 20px 5px; padding:0;  float:left;}
.reqest_form input.button{font-size:11px;  margin:0px 122px 0px 5px; padding:0;  float:right;}
.reqest_form textarea{font-size:11px; width:376px;  margin:0px 5px 20px 5px; padding:0;  float:left;}
.reqest_form span{  margin:0; padding:0;  float:left;}
.reqest_form .form_rt{width:43%;  float:left;}
.reqest_form .form_lt{width:57%;  float:left;}
.reqest_form .rqfieldtext{text-align:left; padding-left:30px;}


/*-------carrer info----------*/

.carrer_form {width:600px; background-color:#F7F8FA; font-size:11px; float:left; font-family:Arial, Helvetica, sans-serif; padding:30px 0;}
.carrer_form label{font-size:11px; margin:0px 5px 20px 5px; padding:0; width:90px; text-align:right; float:left;}
.carrer_form input,select{font-size:11px;  margin:0px 5px 20px 5px; padding:0;  float:left; width:135px; }

.carrer_form input.button{font-size:11px;  margin:0px 10px 0px 0px; padding:0; float:none; width:50px;}
.carrer_form textarea{font-size:11px; width:135px;  margin:0px 5px 20px 5px; padding:0;  float:left;}
.carrer_form span{  margin:0; padding:0;  float:left;}
.carrer_form .form_rt{width:43%;  float:left;}
.carrer_form .form_lt{width:57%;  float:left;}
.carrer_form .rqfieldtext{text-align:left; padding-left:30px;}



/*-------Light box----------*/


#portfolio {
	float:left;
	margin:15px 0 30px 0;
	padding:0;
	width:100%;
	background:#FFFFFF;
}
.mainheading {
	float:left;
        font-family:none;
	margin:0;
	padding:6px;
	width:98%;
	font-size:18px;
	background-color: #f3f3f3;
        font-family:Arial, Helvetica, sans-serif;

}
.subheading {
	float:left;
	margin: 0;
	padding:3px 0 5px 7px;
	font-size:14px;
	font-weight:bold;
        width:100%;
}
.subheading_in {
	font-size:12px;
	font-weight:normal;
	color:#999999;
}
#portfolio {
	float:left;
	margin:15px 0 30px 0;
	padding:0;
	width:100%;
	background:#FFFFFF;
}
 #portfolio ul  {
	margin:0 0 0 0px;
	padding:0px; 
}
#portfolio ul li {
	padding:0px;
	float:left;
	margin: 1px;
	list-style-image: none;
	list-style-type: none;
	/*background-color:gray; 
	 width:144px;  
	 border:1px solid #CCCCCC;*/
	height:98px;
	width:98px;
	
}
#portfolio ul li img {
	border:5px solid #CCCCCC;
	height:80px;
	width:80px;
	 
}

#portfolio ul li:hover { 
}

#portfolio ul li a{
	padding:0px;
	float:left;
	margin:0; 
	/*width:144px;*/
	
	opacity: 0.85;
	-moz-opacity: 0.85; /* older Gecko-based browsers */
	filter:alpha(opacity=85); /* For IE6&7 */
}
#portfolio ul li a:hover{
	padding:0px;	
	margin:0; 
	/*width:144px;*/
	opacity: 1;
	-moz-opacity: 1; /* older Gecko-based browsers */
	filter:alpha(opacity=100); /* For IE6&7 */
}

.portfolio {
	float:left;
	margin:15px 0 30px 0;
	padding:0;
	width:100%;
	background:#FFFFFF;
}
.portfolio ul  {
	margin:0 0 0 0px;
	padding:0px; 
}
.portfolio ul li {
	padding:0px;
	float:left;
	margin: 1px;
	list-style-image: none;
	list-style-type: none;
	/*background-color:gray; 
	 width:144px;  
	 border:1px solid #CCCCCC;*/
	height:98px;
	width:98px;
	
}
.portfolio ul li img {
	border:5px solid #CCCCCC;
	height:80px;
	width:80px;
	 
}

.portfolio ul li:hover { 
}

.portfolio ul li a{
	padding:0px;
	float:left;
	margin:0; 
	/*width:144px;*/
	
	opacity: 0.85;
	-moz-opacity: 0.85; /* older Gecko-based browsers */
	filter:alpha(opacity=85); /* For IE6&7 */
}
.portfolio ul li a:hover{
	padding:0px;	
	margin:0; 
	/*width:144px;*/
	opacity: 1;
	-moz-opacity: 1; /* older Gecko-based browsers */
	filter:alpha(opacity=100); /* For IE6&7 */
}


/*-------new home--------*/

#home_left {
	float:left;
	width:600px;
	font-size: 12px;
	line-height:20px;
	color: #555555;
	margin: 0px;
	padding: 0px;
}
.innerleftcontent {
	float:left;
	width:100%;
	font-size: 12px;
	line-height:16px;
	color: #666666;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

.innerleftcontent p {
	float:left;
	width:90%;
	font-size: 12px;
	color: #555555;
	font-weight:normal;
	margin:15px 0px 0px 0px;
	padding: 0px;
}
.innerleftcontent ul {
	display:block;
float:left;
margin:0;
padding:0;
width:100%;
	
}
.innerleftcontent ul li {
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	font-weight:normal;
	list-style-type:none;
	background-position: left;
	margin: 0;
	float: left;
	
}
.innerleftcontent ol {
	margin:0px ;
}
.innerleftcontent ol li {
	list-style:none;
}
.innerleftcontent ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	text-decoration:none;
	font-weight:bold;
}
.innerleftcontent ul li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff9900;
	text-decoration:underline;
}
.innerleftcontent p a {
	font-size: 12px;
	/*color: #999999;*/
	color: #ff9900;
	font-weight:normal;
	text-decoration:none;
}
.innerleftcontent p a:hover {
	font-size: 12px;
	color: #999999;
	font-weight:normal;
	text-decoration:underline;
}


.f14{
	font-size:14px;
}
.content_img {
	background:url(images/content_image.jpg) repeat-x;
	border:#e9e9e9 solid 1px;
	height:45px;
	font-size:12px;
	color:#999999;
}
.content_img a{
	font-size:12px;
	color:#999999;
	text-decoration:none;
}
.content_img a:hover{
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#home_right_nav {
	width:250px;
	float:right;
	margin:0;
}

#home_right_nav #home_right {
	background-color:#FFFFFF;
	width:248px;
	float:right;
	padding:0;
	margin:0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
}
#home_right_nav .right_top{
	background:#000000 url(images/home_right_top.jpg) repeat-x scroll 0 0;
	color:#FFFFFF;
	float:left;
line-height:20px;
	font-size:13px;
	height:45px;
	margin:20px 0 0 0;
	padding:2px 10px;
	width:230px;
}
#home_right_nav #home_right .right_middle{
	background:url(images/home_right_middle.jpg) repeat-x;
	height:22px;
	padding:5px 0 0 7px;
	margin:0;
	color:#000000;
	font-size:12px;
	margin:0;
	cursor:pointer
}
#home_right_nav #home_right .right_middle_text{
	padding:7px;
	margin:0;
	line-height:18px;
}
.home_content_back {
	background:url(images/home_content_back.jpg) repeat-x;
	height:45px;
	padding:0;
	line-height:16px;
	font-weight:bold;
} 

ul.arrow {
display:block;
float:left;
margin:0;
width:100%;
padding:3px 0 10px 0;
}

ul.arrow li {
background-image:url(images/bullet.gif);
background-position:0px 4px;
background-repeat:no-repeat;
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
line-height:130%;
list-style-type:none;
margin:0px 10px;
padding:0 0 4px 14px;
}


#sitemap{
	width:100%;
	float:left;
	line-height:150%;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin:10px 0 20px 0px;
}
#sitemap .mainhead{
	font-size:20px;
	font-weight:bold;
	width:100%;
	border-bottom:#d5d5d5 solid 1px;
	float:left;
	margin:0 0 0 0px;
	padding:0 0 6px 0;
}
#sitemap .mainhead a{
	color:#333333;
	text-decoration:none;
}
#sitemap .mainhead a:hover{
	text-decoration:none;
}
#sitemap .maincolumn {
	width:100%;
	float:left;
	margin:23px 0 40px 0px;
}
#sitemap .column {
	width:278px;
	font-size:11px;
	float:left;
}
#sitemap .column_heading {
	color:#333333;
	font-size:12px;
}
#sitemap .column_heading a{
	text-decoration:none;
	color:#333333;
}
#sitemap .column_heading a:hover{
	text-decoration:none;
}
#sitemap ul li{
	list-style:none;
	color:#76797c;
        padding:0;
	margin:0;
}
#sitemap ul li a{
	text-decoration:none;
	color:#76797c;
}
#sitemap ul li a:hover{
	text-decoration:underline;
}
#content_header_links ul li {
	list-style:none;
	float:left;
}
#content_header_links ul li a {
	color:#333333;
	text-decoration:none;
}
#content_header_links ul li a:hover {
	color:#FF6600;
	text-decoration:none;
}
