body  {
	font: 100% Lucida Sans Unicode;
	background: #f5f6f7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.thrColLiqHdr #containerheader { 
	height:60px;
	width: 990px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColLiqHdr #container { 
	width: 990px;  /* this will create a container 80% of the browser width */
	background-image:url(../images/new_bg.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColLiqHdr #containermiddlemiddle { 
	width:970px;
	background-image:url(../images/new_bg.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}  
 .thrColLiqHdr #servicecontainermiddle { 
	width:990px;
	background-image:url(../images/new_bg2.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
 .thrColLiqHdr #newscontainermiddle { 
	width:990px;
	background-image:url(../images/new_bg3.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.thrColLiqHdr #header { 
	padding: 0 35px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColLiqHdr #topblackheader { 
	background-color:#000000; 
	height:5px;
} 
.thrColLiqHdr #logo { 
	margin-top:10px;
	float:left;
	height:61px;
}
.thrColLiqHdr #topheaderlogin { 
	float:right;
	color:#888888;
	font-size:14px;
	width:100px;
}
.thrColLiqHdr #menu { 
	width:958px;
	margin:0 auto;
	height:38px;
}
.login{
	width:98%;
	float:left;
	text-align:right;
	font-size:14px;
}
#home{
	width:127px;
	height:38px;
	float:left;
	cursor:pointer;
	background-image:url(../images/new_nav_ahome.png);
	background-repeat:no-repeat;
	font-size:14px;
	
}
#menu_nav_home{
	width:127px;
	height:38px;
	float:left;
	cursor:pointer;
	background-image:url(../images/new_nav_dhome.png);
	background-repeat:no-repeat;
	font-size:14px;
	
}
#menu_nav_corporate{
	width:127px;
	height:38px;
	float:left;
	cursor:pointer;
	background-image:url(../images/new_nav_dcorporate.png);
	background-repeat:no-repeat;
	font-size:14px;
}
#menu_nav_decorporate{
	width:127px;
	height:38px;
	float:left;
	cursor:pointer;
	background-image:url(../images/new_nav_acorporate.png);
	background-repeat:no-repeat;
	font-size:14px;
}
.menu_nav_corporate{
	width:127px;
	height:38px;
	float:left;
	cursor:pointer;
	background-image:url(../images/new_nav_acorporate.png);
	background-repeat:no-repeat;
	font-size:15px;
}
#menu_nav_services{
	width:127px;
	height:38px;
	float:left;
	cursor:pointer;
	background-image:url(../images/new_nav_dcorporate.png);
	background-repeat:no-repeat;
	font-size:14px;
}
#menu_nav_press{
	width:127px;
	height:38px;
	float:left;
	cursor:pointer;
	background-image:url(../images/new_nav_dcorporate.png);
	background-repeat:no-repeat;
	font-size:14px;
}
#menu_nav_news{
	width:127px;
	height:38px;
	float:left;
	cursor:pointer;
	background-image:url(../images/new_nav_dcorporate.png);
	background-repeat:no-repeat;
	font-size:14px;
}
#menu_nav_contact{
	width:127px;
	height:38px;
	float:left;
	cursor:pointer;
	background-image:url(../images/new_nav_dcorporate.png);
	background-repeat:no-repeat;
	font-size:14px;
}
.deselect{
	width:127px;
	float:left;
	text-align:center;
	top:25px;
	position:inherit;
}
.menu_nav_textlink{
	color:#000000;
	text-decoration:none;
}
.thrColLiqHdr #carousal { 
	margin-top:10px;
}
.thrColLiqHdr #video { 
	float:right;
	padding-right:0px;
	padding-top:0px;
	width:332px;
	height:164px;
	padding-left:5px;
	padding-bottom:5px;
}
#servicemainContent h3 {
	color:#333333;
}
.thrColLiqHdr h3 {
	font-weight:200;
	color:#333333;
	margin-top:10px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 240px; /* since this element is floated, a width must be given */
	margin-left:33px;
	font-size:13px;
	margin-right:10px;
}
.thrColLiqHdr #sidebar1 .services_bg{
	margin-top:10px;
	width:225px;
	height:140px;
	background-image:url(../images/new_services_link_bg.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}

.thrColLiqHdr #sidebar1 .readmore{
	width:200px;
	height:20px;
	background-image:url(../images/new_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	padding-right:10px;
	color:#0088cc;
}
.thrColLiqHdr #sidebar1 .readmoretext{
	text-decoration:none;
	color:#0088cc;
}
.thrColLiqHdr #sidebar1 .readmoretext:hover{
	text-decoration:none;
	color:#0088cc;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 240px; /* since this element is floated, a width must be given */
	margin-right:29px;
	font-size:13px;
	margin-left:12px;
}
.thrColLiqHdr #servicesidebar {
	width: 320px; /* since this element is floated, a width must be given */
	font-size:13px;
	background-color:#f5f6f7;
	float:right;

}
.thrColLiqHdr #servicesidebar .services_bg{
	margin-top:10px;
	width:225px;
	height:140px;
	background-image:url(../images/new_services_link_bg.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}
.thrColLiqHdr #servicesidebar .mission_topbg{
	width:236px;
	height:11px;
	background-image:url(../images/new_mission_link_topbg.gif);
	background-repeat:no-repeat;
}

.thrColLiqHdr #servicesidebar .mission_middlebg{
	margin-top:10px;
	width:236px;
	height:auto;
	background-image:url(../images/new_mission_link_middlebg.gif);
	background-repeat:repeat-y;
}
.thrColLiqHdr #servicesidebar .mission_middletext{
	margin-top:10px;
	width:241px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
}
.thrColLiqHdr #servicesidebar .services_title{
	width:268px;
	height:20px;
	text-align:left;
	font-weight:bold;
	padding-left:25px;
}
.thrColLiqHdr #servicesidebar .services_titlelink{
	font-size:13px;
	color:#333333;
	text-decoration:none;
}
.thrColLiqHdr #servicesidebar .services_titlelink:hover{
	font-size:13px;
	color:#333333;
	text-decoration:none;
}
.thrColLiqHdr #servicesidebar .services_img{
	margin-top:5px;
	width:293px;
	height:132px;
	text-align:center;
}
.thrColLiqHdr #servicesidebar .mission_bottombg{
	width:236px;
	height:11px;
	background-image:url(../images/new_mission_link_bottombg.gif);
	background-repeat:no-repeat;
}
.thrColLiqHdr #servicesidebar .services_bg{
	margin-top:10px;
	width:225px;
	height:140px;
	background-image:url(../images/new_services_link_bg.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}


.thrColLiqHdr #servicesidebar .mission_middlebg{
	margin-top:10px;
	width:236px;
	height:auto;
	background-image:url(../images/new_mission_link_middlebg.gif);
	background-repeat:repeat-y;
}
.thrColLiqHdr #servicesidebar .mission_middletext{
	margin-top:10px;
	width:216px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
}

.thrColLiqHdr #servicesidebar .readmore{
	width:200px;
	height:20px;
	background-image:url(../images/new_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	padding-right:10px;
	color:#0088cc;
}
.thrColLiqHdr #servicesidebar .readmoretext{
	text-decoration:none;
	color:#0088cc;
}
.thrColLiqHdr #servicesidebar .readmoretext:hover{
	text-decoration:none;
	color:#0088cc;
}
.services_box{
	margin-top:10px;
	padding-top:10px;
	width:293px;
	height:175px;
	background-image:url(../images/new_service_bg.png);
	background-repeat:no-repeat;
	margin:0 auto;
}
.corporates_client_bg{
	width:293px;
	height:600px;
	margin:0 auto;
}
.thrColLiqHdr #sidebar1 .mission_topbg{
	width:236px;
	height:11px;
	background-image:url(../images/new_mission_link_topbg.gif);
	background-repeat:no-repeat;
}

.thrColLiqHdr #sidebar1 .mission_middlebg{
	margin-top:10px;
	width:236px;
	height:auto;
	background-image:url(../images/new_mission_link_middlebg.gif);
	background-repeat:repeat-y;
}
.thrColLiqHdr #sidebar1 .mission_middletext{
	margin-top:10px;
	width:216px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
}
.thrColLiqHdr #sidebar1 .mission_bottombg{
	width:236px;
	height:11px;
	background-image:url(../images/new_mission_link_bottombg.gif);
	background-repeat:no-repeat;
}



.thrColLiqHdr #sidebar2 .readmore{
	width:200px;
	height:20px;
	background-image:url(../images/new_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	padding-right:10px;
	color:#0088cc;
}
.thrColLiqHdr #sidebar2 .readmoretext{
	text-decoration:none;
	color:#0088cc;
}
.thrColLiqHdr #sidebar2 .readmoretext:hover{
	text-decoration:none;
	color:#0088cc;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #servicemainContent { 
	width:630px;
	font-size:14px;
	float:left;
	margin: 0 0% 0 2.8%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr .processtyle_bg { 
	width:100%;
	margin:0 auto;
	float:left;
	margin-top:20px;
}

.thrColLiqHdr #mainContent { 
	float:left;
	font-size:14px;
	margin: 0 35px 0 35px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr #maincontentfooter { 
	width: 990px;  /* this will create a container 80% of the browser width */
	background-image:url(../images/new_bg-bottom.png);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:7px;
	float:left;
}
.thrColLiqHdr #servicefooter { 
	width: 990px;  /* this will create a container 80% of the browser width */
	background-image:url(../images/new_bg-bottom2.png);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:7px;
	float:left;
}
.thrColLiqHdr #newsfooter { 
	width: 990px;  /* this will create a container 80% of the browser width */
	background-image:url(../images/new_bg-bottom3.png);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:7px;
	float:left;
}
thrColLiqHdr #designingfooter { 
	width: 990px;  /* this will create a container 80% of the browser width */
	background-image:url(../images/new_bg-bottom2.png);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:7px;
	float:left
}
.thrColLiqHdr #footer { 
	background-image:url(../images/new_footer.png);
	background-repeat:no-repeat;
	height:80px;
	padding-top:10px;
	padding-left:20px;
	font-size:11px;
} 
.thrColLiqHdr .footermenu { 
	width:100%;
	float:left;
	text-decoration:none;
	padding-bottom:10px;
}
.thrColLiqHdr .footmenu { 
	color:#888888;
	text-decoration:none;
}
.thrColLiqHdr .footmenu:hover { 
	color:#666666;
	text-decoration:underline;
}
.thrColLiqHdr .menubreak { 
	color:#888888;
}
.thrColLiqHdr .mail { 
	color:#0088cc;
	text-decoration:none;
}
.thrColLiqHdr .mail:hover { 
	color:#0088cc;
	text-decoration:underline;
}
.thrColLiqHdr .contactinfo { 
	width:175px;
	float:right;
	background-image:url(../images/new_contact-icon.png);
	background-repeat:no-repeat; 
	padding-left:30px;
	height:80px;
	line-height:16px;
	color:#888888;
}
.thrColLiqHdr .copyright { 
	width:100%;
	float:left; 
	color:#888888;
}
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* header menu css */
#menunav {
	list-style:none;
	width:918px;
	height:38px;
	padding:0px 0px 0px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#f4f4f4;
	border: 1px solid #e7e6e6;
	line-height:21px;
	z-index:10000;

}
#menunav li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 10px 1px 4px 0px;
	width:127px;
	height:38px;
	z-index:10000;
}
#menunav .first{
	background-image:url(../images/new_home_bg.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:38px;
}

#menunav .first:hover{
	background-image:url(../images/new_home_bg.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:38px;
}
#menunav .newfirst{
	width:127px;
	height:38px;
}

#menunav .newfirst:hover{
	background-image:url(../images/new_home_bg.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:38px;
}
#menunav .second{
	background-image:url(../images/new_menu_bg.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:38px;
}
#menunav .second:hover{
	background-image:url(../images/new_menu_bg.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:38px;
}
#menunav li:hover {
	background-image:url(../images/new_menu_bg.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:38px;
	padding: 10px 1px 0px 0px;
}
#menunav li a {
	font-family:Lucida Sans Unicode;
	font-size:14px; 
	color: #000000;
	display:block;
	outline:0;
	text-decoration:none;

}
#menunav li:hover a {
	color:#000000;
}
.dropdown_1column{
	margin:7px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	border:1px solid #e7e6e6;
	background-color:#f4f4f4;
}

.dropdown_1column {width: 190px;}

#menunav li:hover .dropdown_1column, 
#menunav li:hover .dropdown_2columns, 
#menunav li:hover .dropdown_3columns,
#menunav li:hover .dropdown_4columns,
#menunav li:hover .dropdown_5columns {
	top:auto;
	padding-left:10px;	
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
}
.col_1 {width:30px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}


#menunav li .align_right {
	
}

#menunav li:hover .align_right {
	left:-40px;
	right:-10px;
	top:auto;
	text-align:center;
	
}

#menunav p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#menunav li:hover div a {
	font-size:12px;
	color:#000000;
}
#menunav li:hover div a:hover {
	color:#666666;
}

#menunav li ul {
	list-style:none;
	padding:0;
}
#menunav li ul li {
	font-size:12px;
	line-height:15px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:190px;
	margin-top:5px;
	height:30px;

}
#menunav li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
	margin-top:5px;
	line-height:15px;
	height:30px;
	width:190px;
}

/* Css for Production html */

.thrColLiqHdr #productionmainContent { 
	width:917px;
	font-size:14px;
	float:left;
	margin: 0 0% 0 2.7%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr #pressmainContent { 
	width:917px;
	font-size:14px;
	float:left;
	margin: 0 0% 0 3.4%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr .production_image { 
	width:917px;
	margin: 0 0% 0 3.7%;
	float:left;
}

/* Css for News html */
.thrColLiqHdr #newsmainContent { 
	width:970px;
	font-size:14px;
	float:left;
	margin: 0 0% 0 0.7%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr .newsidebar_left { 
	width:630px;
	float:left;
	padding-left:20px;
}
.thrColLiqHdr .sidebar_right { 
	width:269px;
	height:600px;
	float:right;
	background-image:url(../images/new_news_rightbar.png);
	background-repeat:no-repeat;
	margin-left:15px;
	
}
.thrColLiqHdr .sidebar_right_archive { 
	width:150px;
	float:left;
	margin-top:10px;
	cursor:pointer;
	color:#0088cc;
	margin-left:20px;
}

/* Css for Contact html */
.thrColLiqHdr .sidebarcontact_left { 
	width:330px;
	float:left;
	font-size:13px;
}
.thrColLiqHdr .sidebarcontact_right { 
	width:580px;
	float:right;
	margin-top:48px;
}

/* Css for designing & sampling html */
.back { 
	color:#0088cc;
	font-family:8px;
	text-decoration:none;
	font:Lucida Sans Unicode;
}
.back:hover { 
	color:#0088cc;
	font-family:8px;
	text-decoration:underline;
	font:Lucida Sans Unicode;
}

