﻿/* CSS Document */
/*------------General----------*/
html {height: 101%;   } 

body{
	padding:0 0;
	margin:0 0;
	font:normal 3 Centaur, Helvetica, sans-serif;
	color:#9da99d;
	background-color:#001F00;




	}

#refresh {
	float: center;
	padding-left: 600px;
	
	}
p, h1, h2, h3, h4, li, h5, label, input,form {
	padding:0 0;
	margin:0 0;
	line-height:20px;
	font-size:9pt;
	
	}
ul{
	padding:0 0;
	margin:0 0;
	list-style:none;
	line-height:0;
	font-size:0;
}
img{

	border:none;
	
}

#nomove { position:fixed;  left:150px; top:253px; font:centaur;  
}
.spacer{
	clear:both;
	line-height:0;
	font-size:0;
}
/*------------General----------*/
/*------------MAIN CONTAINER STARTS----------*/

#maintenancebullets {
	width: 500px;
	padding-left: 75px ;
	}

#maincontainer{

	width:1200px;
	padding:0 27px 0 27px;
	margin:0 auto;
	/*background: url('images/bodybackgroundleft1.gif') repeat;*/
	
}
/*------------TOP PART STARTS----------*/

#maincontainer div.topportion1{
	width:300px;
	height: 150px;
	float: left;
	/*padding-left: 20px;*/
}

#maincontainer div.topportion{
	width:950px
	height: 160px;
	padding-right: 155px;

	/*padding-left: 20px;*/
	
}
#maincontainer div.topportion div.left{
	float:left;
	padding:2px 0px 0px 0px;
	margin:0;
	width:495px;
	line-height:0;
	font-size:0;

}
#maincontainer div.topportion div.left img{
	margin-top:1px;
}
#maincontainer div.topportion div.right{
	float:right;
	padding:0;
	margin:0;
	width:325px;
	line-height:0;
	font-size:0;
}
#maincontainer div.topportion div.right ul{
	float:right;
	width:350px;
    background:url(../images/topnav_bg.gif) no-repeat 0 0;
	padding:12px 1px 14px 1px;
	margin-bottom:14px;
}
#maincontainer div.topportion div.right ul li{
	float:left;
	width:auto;
	padding:0 6px;
	font:normal 10px/16px Arial, Helvetica, sans-serif;
	color:#464444;
	background-color:inherit;
}

#maincontainer div.topportion div.right ul li.last{
	padding-right:0;
}
#maincontainer div.topportion div.right ul li a{
	color:#464444;
	background-color:inherit;
	text-decoration:none;
}
#maincontainer div.topportion div.right ul li a:hover{
	color:#3579d1;
	background-color:inherit;
}
#maincontainer div.topportion div.right p{
  	font:normal 21px/20px Centaur, Helvetica, sans-serif;
	padding:0 0 20px 0;
	color:#4685d7;
	background-color:inherit;
	text-align:right;
}
#maincontainer div.topportion div.left p{
  	font:normal 21px/20px Arial, Helvetica, sans-serif;
	padding:0 0 1px 0;
	color:#fff;
	background-color:inherit;
	text-align:left;
}

#maincontainer div.topportion div.right ul.smalllink{
	float:right;
	padding:0;
	margin:0;
	width:auto;
	background:none;
	padding-bottom:15px;
}
#maincontainer div.topportion div.right ul.smalllink li{
	float:left;
	padding-right:22px;
	width:auto;
	
}
#maincontainer div.topportion div.right ul.smalllink li a{
	font:bold 11px/16px Arial, Helvetica, sans-serif;
	color:#464444;
	background-color:inherit;
}
#maincontainer div.topportion div.right ul.smalllink li a:hover{
	color:#3579d1;
	background-color:inherit;
}
#maincontainer div.topportion div.right ul.smalllink li.chat{
	background:url(../images/live_chat.gif) no-repeat 0 0;
	padding-left:20px;
}
#maincontainer div.topportion div.right ul.smalllink li.call{
	background:url(../images/call2.gif) no-repeat 0 0;
	padding-left:20px;
}
#maincontainer div.topportion div.right ul.smalllink li.email{
	background:url(../images/email2.gif) no-repeat 0 3px;
	padding-left:20px;
	padding-right:0;
}

/*------------TOP PART ENDS----------*/
/*---------------NAVIGATION STARTS-------------*/

/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#menuwrapper {
	width:auto;
	padding:25px 0 0 254px;
	margin:0;
	margin-bottom:0px;	



}

#menuwrapper ul li a.active{ color: #9da99d;}

/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {

	float:left;
	width:950px;

	margin:0 auto;
	padding:0 0 0px 15px;

}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 30px 0px 10px;
	font: 12px/31px Centaur, Helvetica, sans-serif;
	color: #787777;	


}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#p7menubar a.trigger {
	padding: 5px 16px 0px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: left;
	
	
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
	float: left;
	width: 9em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
	float: left;
	z-index: 99999999;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#p7menubar ul li a  {
	
	padding: 0px 0px 0px 0px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;

	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
	

}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #9da99d;
	background-color: #001F00;

}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #9da99d;
	float: left;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
	background-color: #001F00!important;
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}



/*

#maincontainer div.nav{
	width:auto;
	padding:30px 0 0 254px;
	margin:0;
	margin-bottom:0px;
}
#maincontainer div.nav ul{
	float:left;
	width:950px;
	font: 11px/31px Centaur, Helvetica, sans-serif;
	margin:0 auto;
	padding:0 0 12px 0;
}
#maincontainer div.nav ul li{
	background:url(../images/li_border.gif) no-repeat 100% 0;
	float:left;
	width:auto;
	
}
#maincontainer div.nav ul li.noborder{
	background:none;
}
#maincontainer div.nav ul li a{
	font: 12px/33px Centaur, Helvetica, sans-serif;
	color:#787777;
	background-color:inherit;
	text-decoration:none;
	padding:0 20px;
	display:block;
}
#maincontainer div.nav ul li a.active{
	background:url(../images/nav_hover.gif) repeat-x 0 0;
	display:block;
	color:#9da99d;
	background-color:inherit;
}
#maincontainer div.nav ul li a:hover{
	background:url(../images/nav_hover.gif) repeat-x 0 0;
	color:#9da99d;
	background-color:inherit;
}*/
a {     outline: 0;  
}


/*---------------NAVIGATION ENDS-------------*/
/*--------------BANNER PART STARTS----------------*/
#maincontainer div.banner{
	background:url(../images/banner_bg.jpg) no-repeat 0 0;
	padding:0px 0 0 0px;
	display:block;
}
#maincontainer div.banner div{
	width:154px;
	float:right;
	padding:0;
	margin:-45px 0 0 0;
}
#maincontainer div.banner p{
	font:bold 35px/35px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	padding-bottom:30px;
}
#maincontainer div.banner p span{
	color:#4685d7;
	background-color:inherit;
}
#maincontainer div.banner p.smalltext{
	font:normal 12px/1px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	padding-bottom:16px;
	margin:0;
	
}
/*--------------BANNER PART ENDS----------------*/
/*--------------BODY PART STARTS----------------*/
/*#background {
			background: url('images/bodybackgroundleft.gif') repeat;
	
		}*/


#meetownerpic {
	width: 143px;
	height: 350px;
	float: right;
	padding-right: 35px;
}

#meetownerrightside {
	width: 410px;
	height: 350px;
	float: left;
	padding-left: 35px;
}

#meetownerbottom {
	width: 583px;
	float: left;
	padding-left: 35px;
}

#contactsummary {
	width: 435px;
	float: center;
	padding-left: 111px;
}

#availablesummary {
	width: 484px;
	float: center;
	padding-left: 90px;
	height: 150px;
}


#contacttitle {
	width: 50px;
	padding-left: 223px;
	float: left;
	height: 300px;

}

#contactinfo {
	width: 200px;
	padding-left: 20px;
	float: left;
}


#rewind {
	margin: auto;
	width: 700px;
	height: 10px;
	padding-right: 12px;
}

#gallerymenu {
	height: 60px;
}

#galleryhome {
	margin: auto;
	height: 30px;
}

#gallerytabscentered {
	margin: auto;
	float: center;
	width: 700px;
}

#galleryexteriors {
	float: left;
	margin: auto;
	width: 233px;
	height: 30px;
}




#galleryinteriors {
	margin: auto;
	float: left;
	width: 233px;
	height: 30px;
}

#gallerywinecellars {
	margin: auto;
	float: left;
	width: 233px;
	height: 30px;
}

#content {
	margin-left: 272px;
	width: 652px;
	
}

#content1 {
	margin-left: 272px;
	width: 675px;
	
}



#galleryindent {
	padding-left: 0px;
	}

#leftblueprintpadding {
	float: left;
	width: 156px;
	padding-left: 40px;
	}

#leftblueprint {
	float: left;
	width: 156px;
	height: 160px;
	padding-left: 0px;
	padding-top: 70px;

	/*background: url('bodybackgroundleft.gif') repeat;*/

}





.imglft {
	 float:left;
	 padding: 0 0 0 20px;
	 margin-right: 20px;
	 margin-bottom: 20px;

/*	 border-style:outset;
	 border-color: white;
	 border-width:1px;*/
	 }

#photopadder {
	padding-left: 27px;
	padding-top: 15px;

}

#photodiv {
  width:285px;
  height:379px;
  	 float:left;
	 padding: 0 0 0 0px;
	 margin-right: 20px;
	 margin-bottom: 20px;
  
}

#servicesleftpart {
width: 150px;
float: left;
line-height: 25%;


}

#servicesrightpart {
width: 250px;
float: right;
padding-right: 200px;
line-height: 25%;

}

#servicesdetail {
padding-top: 40px;
}

#thephoto {
  width:285px;
  height:379px;
 
}



#maincontainer div.body{

	padding:25px 0 0 2px;

}
#maincontainer div.body div.leftpart{
	width:252px;
	display:block;
	float:left;
	padding:0;
	margin:0;
}
#maincontainer div.body div.leftpart h2{
	
	padding:21px 0 7px 36px;
	width:216px;
	font:normal 18px/18px Arial, Helvetica, sans-serif;
	
	background-color:inherit;
}
#maincontainer div.body div.leftpart ul{
	width:226px;
	padding-top:4px;
	padding-left:13px;
	padding-right:13px;
	background:url(../images/ul_repeat.gif) repeat-y 0 0;
	
}
#maincontainer div.body div.leftpart ul li{
	background:url(../images/li_left_border.gif) repeat-x 0 100%;
}
#maincontainer div.body div.leftpart ul li.last{
	background:none;
}
#maincontainer div.body div.leftpart ul li a{
	font:bold 10px/26px Arial, Helvetica, sans-serif;
	color:#7a7979;
	background:url(../images/arrow.gif) no-repeat 12px 5px;
	padding:0 0 0 24px;
	text-decoration:none;
	background-color:inherit;
	text-transform:uppercase;
}
#maincontainer div.body div.leftpart ul li a:hover{
	color:#000;
	background-color:inherit;
}
#maincontainer div.body div.leftpart div.call_banner{
	margin:11px 0 0 0;
	background:url(../images/call_bg.gif) no-repeat 0 0;
	padding:20px 0 9px 43px;
}
#maincontainer div.body div.leftpart div.call_banner p{
	font:bold 26px/16px Arial, Helvetica, sans-serif;
	color:#979797;
	background-color:inherit;
	
}
#maincontainer div.body div.leftpart div.call_banner p.number{
	font:normal 18px/16px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	margin:14px 0 10px 15px;
	
}
#maincontainer div.body div.leftpart div.search{
	background:url(../images/search_bg.jpg) no-repeat 0 0;
	padding:17px 0 20px 25px;
	display:block;
	margin-top:8px;
	height:114px;
}
#maincontainer div.body div.leftpart div.search p{
	font:bold 21px/24px Arial, Helvetica, sans-serif;
	color:#4a4d56;
	background-color:inherit;
	padding:0;
	margin:0;
	
}
#maincontainer div.body div.leftpart div.search p span{
	font:bold 21px/24px Arial, Helvetica, sans-serif;
	color:#4685d7;
	background-color:inherit;
	background:none;
	padding:0;
	margin:0;
}
#maincontainer div.body div.leftpart div.search p.free{
	font:bold 13px/22px Arial, Helvetica, sans-serif;
	color:#4a4d56;
	background-color:inherit;
	
}
#maincontainer div.body div.leftpart div.search input.textbox1{
	width:198px;
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	padding:3px 0 0 2px;
	background-color:#fff;
	color:#000;
	border:1px solid #c5c5c5;
}
#maincontainer div.body div.leftpart div.search input.textboxlogin{
	width:225px;
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	padding:3px 0 0 2px;
	background-color:#fff;
	color:#000;
	border:1px solid #c5c5c5;
	height:20px;
}
#maincontainer div.body div.leftpart div.search input.submit{
	width:61px;
	float:right;
	padding:5px 25px 0 0px;
	border:none;
	display:block;
	background:none;	
}
#maincontainer div.body div.rightpart{
	padding-top: 10px;
	padding-left: 5px;
	width:300px;
	float:left;
}
#toprightpartdesign {
padding-left: 15px;
}
#maincontainer div.body div.rightpart h2{
	font:bold 22px/22px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	padding-bottom:8px;
}
#maincontainer div.body div.rightpart p.head{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#4685d7;
	background-color:inherit;
	padding:7px 0 0 0;
}
#maincontainer div.body div.rightpart p{
	font: normal Centaur, Helvetica, sans-serif;
	padding:0px 0 0 15px;	
	color:#9da99d;
	background-color:inherit;
}
#maincontainer div.body div.rightpart p span{
	font-weight:bold;
	color:#000;
	background-color:inherit;
}
#maincontainer div.body div.rightpart h3{
	font:bold 22px/22px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	padding:18px 0 20px 0;
}
#maincontainer div.body div.rightpart div div.portfolio{
	padding:4px 0 0 0;
	width:674px;
	float:left;
}
#maincontainer div.body div.rightpart div div.portfolio img{
	margin:5px 40px 5px 0;
	float:left;
}
#maincontainer div.body div.rightpart div div.portfolio p{
	font:normal 12px/22px Arial, Helvetica, sans-serif;
	color:#787777;
	background-color:inherit;
	float:left;
	padding:10px 0 5px 0;
	margin:0;
	width:auto;	
}
#maincontainer div.body div.rightpart div div.portfolio p span{
	color:#4685d7;
	background-color:inherit;
}
#maincontainer div.body div.rightpart div div.middleborder{
	width:674px;
	display:block;
}
#maincontainer div.body div.rightpart div div.middleborder img{
	margin:0 auto;
	padding:3px 0;
}
/*----------------Service Part addition----------*/
#maincontainer div.body div.rightpart ul.submenu{
	width:650px;
	float:left;
	padding:2px 0 10px 0;
}
#maincontainer div.body div.rightpart ul.submenu li{
	float:left;
	width:auto;
	padding:0 3px;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	color:#4d6075;
	background-color:inherit;
}
#maincontainer div.body div.rightpart ul.submenu li a{
	color:#4d6075;
	background-color:inherit;
	text-decoration:underline;
}
#maincontainer div.body div.rightpart ul.submenu li a:hover{
	color:#000;
	background-color:inherit;
}
#maincontainer div.body div.rightpart ul.submenu li.first{
	padding-left:0;
}
#maincontainer div.body div.rightpart ul.images{
	padding:10px 0 0 0;
	width:670px;;
	float:left;
	margin:0 0 0 0;
}
#maincontainer div.body div.rightpart ul.images1{
	padding-top:0;
	margin:0;
}
#maincontainer div.body div.rightpart ul.images1 li{
	padding:0 28px 0 0;
	float:left;
	width:auto;
}
#maincontainer div.body div.rightpart ul.images1 li p{
	padding:10px 0 10px 0;
}
#maincontainer div.body div.rightpart ul.images1 li p a{
	color:#000;
	background-color:inherit;
}
#maincontainer div.body div.rightpart ul.images1 li p a:hover{
	color:#000066;
	background-color:inherit;
}
#maincontainer div.body div.rightpart ul.images li p a{
	color:#000;
	background-color:inherit;
}
#maincontainer div.body div.rightpart ul.images li p a:hover{
	color:#000066;
	background-color:inherit;
}
#maincontainer div.body div.rightpart ul.images1 li.last{
	padding-right:0;
}
#maincontainer div.body div.rightpart ul.images li{
	padding:0 28px 0 0;
	float:left;
	width:auto;
}
#maincontainer div.body div.rightpart ul.images li p{
	padding:10px 0 10px 0;
}
#maincontainer div.body div.rightpart ul.images li.last{
	padding-right:0;
}
#maincontainer div.body div.rightpart div.portfolio{
	float:left;
	width:670px;
}
#maincontainer div.body div.rightpart div.portfolio img.number{
	float:right;
	display:block;
	margin:0;
	padding:0 40px 0 0;
}
#maincontainer div.body div.rightpart div.portfolio div.left{
	width:395px;
	float:left;
	padding:0 0 0 0;
}
#maincontainer div.body div.rightpart div.portfolio div.left p span{
	color:#4685d7;
	background-color:inherit;
	
}
#maincontainer div.body div.rightpart div.portfolio div.left p a{
	padding-right:10px;
	color:#4685d7;
	text-decoration:none;
	background-color:inherit;
	
}
#maincontainer div.body div.rightpart div.portfolio div.left p a:hover{
	color:#000;
	text-decoration:underline;
	background-color:inherit;
}
/*--------------client list page-------------*/
#maincontainer div.body div.rightpart div{
	width:auto;
	float:left;
}
#maincontainer div.body div.rightpart div div.listing{
	width:418px;
	float:left;
	
	
}
#maincontainer div.body div.rightpart div div.listing ul{
	width:416px;
	float:left;
	padding-right:10px;
	margin-bottom:15px;
	
}
#maincontainer div.body div.rightpart div div.listing ul li{
	font:normal 10px/28px Arial, Helvetica, sans-serif;
	color:#203e5f;
	text-transform:uppercase;
	background-color:inherit;
	background:url(../images/listing_li_repeat.gif) repeat-x 0 100%;	
}
#maincontainer div.body div.rightpart div div.listing ul li.noborder{
	background:none;
}
#maincontainer div.body div.rightpart div div.listing ul li a{
	font:normal 10px/22px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	text-decoration:underline;
	
}
	
#maincontainer div.body div.rightpart div div.listing ul li a:hover{
	text-decoration:none;
}
#maincontainer div.body div.rightpart div div.listing ul li span{
	padding-left:100px;
	
}
#maincontainer div.body div.rightpart div div.listing1{
	width:416px;
	float:left;
	
	
}
#maincontainer div.body div.rightpart div div.listing1 ul{
	width:416px;
	float:left;
	margin-bottom:40px;
	margin-top:15px;
	
}
#maincontainer div.body div.rightpart div div.listing1 ul li{
	font:normal 10px/26px Arial, Helvetica, sans-serif;
	color:#203e5f;
	text-transform:capitalize;
	background-color:inherit;
	
}

#maincontainer div.body div.rightpart div div.listing1 ul li a{
	font:normal 10px/22px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	text-decoration:underline;	
}
#maincontainer div.body div.rightpart div div.listing1 ul li a:hover{
	text-decoration:none;
}
#maincontainer div.body div.rightpart div div.listing1 ul li span{
	padding-left:100px;
	
}
#maincontainer div.body div.rightpart div div.rightbanners{
	width:200px;
	
}
#maincontainer div.body div.rightpart div div.rightbanners ul{
	width:180px;
	padding:0 28px;
}
#maincontainer div.body div.rightpart div div.rightbanners ul li{
	padding:0 0 10px 0;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	background-color:inherit;
	color:#5e5e5e;
		
}
#maincontainer div.body div.rightpart div div.rightbanners ul li a{
	color:#4685d7;
	background-color:inherit;
	text-decoration:underline;
}
#maincontainer div.body div.rightpart div div.rightbanners ul li a:hover{
	color:#000;
	background-color:inherit;
	text-decoration:none;
}
#maincontainer div.body div.rightpart div div.rightbanners ul li img{
	margin-left:40px;
	margin-top:10px;
}
p.click{
	margin-right:35px;
/*-----------------Solution page addition--------------*/	
}
#maincontainer div.body div.rightpart div div.solution{
	width:322px;
	float:left;
	margin-right:20px;
}
#maincontainer div.body div.rightpart div div.solution1{
	margin-right:0;
	float:left;
	width:auto;
}
#maincontainer div.body div.rightpart div div.solution ul{
	width:322px;
	float:left;
	margin-bottom:30px;
}
#maincontainer div.body div.rightpart div div.solution ul li{
	font:normal 10px/26px Arial, Helvetica, sans-serif;
	color:#203e5f;
	text-transform:uppercase;
	background-color:inherit;
	background:url(../images/listing_li_repeat.gif) repeat-x 0 100%;
	
}
#maincontainer div.body div.rightpart div div.solution ul li a{
	font:normal 10px/20px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	text-decoration:underline;
	
}
#maincontainer div.body div.rightpart div div.solution ul li a:hover{
	text-decoration:none;
}
#maincontainer div.body div.rightpart div div.solution1 ul{
	width:320px;
	float:left;
	margin-bottom:30px;
}
#maincontainer div.body div.rightpart div div.solution1 ul li{
	font:normal 10px/26px Arial, Helvetica, sans-serif;
	color:#203e5f;
	text-transform:uppercase;
	background-color:inherit;
	background:url(../images/listing_li_repeat.gif) repeat-x 0 100%;	
}
#maincontainer div.body div.rightpart div div.solution1 ul li.noborder{
	background:none;
}
#maincontainer div.body div.rightpart div div.solution ul li.noborder{
	background:none;
}
#maincontainer div.body div.rightpart div div.solution1 ul li a{
	font:normal 10px/20px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	text-decoration:underline;
	
}
#maincontainer div.body div.rightpart div div.solution1 ul li a:hover{
	text-decoration:none;
}
img.solution{
	margin:30px 0 5px 0;
}
#maincontainer div.body div.rightpart div div.solution1 ul p.solutionbig{
	font:normal 20px/22px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
}
/*---------------update page------------------*/
#maincontainer div.body div.rightpart div.updates{
	width:auto;
	padding:38px 0 0 150px;
}
#maincontainer div.body div.rightpart div.updates p{
	margin:0 auto;
	font:bold 18px/30px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	text-align:center;
}
#maincontainer div.body div.rightpart div.updates p a{
	margin:0 auto;
	font:bold 16px/30px Arial, Helvetica, sans-serif;
	color:#4685d7;
	background-color:inherit;
	text-align:center;
	text-decoration:underline;
}
#maincontainer div.body div.rightpart div.updates p a:hover{
	color:#000;
	background-color:inherit;
}
img.updatesection{
	margin:150px 0 0 40px;
}
p.updatesection{
	margin:0 0 0 0;
	padding:0 0 0 5px;
	
}
#maincontainer div.body div.rightpart div div.page{
	width:140px;
	margin:0 auto;
	padding-left:270px;
}
#maincontainer div.body div.rightpart div div.page a{
	color:#000;
	background-color:inherit;
	text-decoration:none;
}
#maincontainer div.body div.rightpart div div.page a:hover{
	color:#4685d7;
	background-color:inherit;
	text-decoration:underline;
}
/*-------------Form Part Section----------------*/
.form{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#787777;
	background-color:inherit;
}
td.name{
	font:normal 12px/36px Arial, Helvetica, sans-serif;
	color:#787777;
	background-color:inherit;
	padding:0;
	text-align:left;	
}
input.textboxlarge{
	width:195px;
	border:1px solid #c5c5c5;
	background-color:#fff;
	padding:2px 0 0 3px;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	float:left;
	height:18px;
	color:#000;
}
textarea{
	width:195px;
	margin-top:7px;
	border:1px solid #c5c5c5;
	background-color:#fff;
	padding:2px 0 0 3px;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	float:left;
	height:200px;
	color:#000;
}
p.buttons{
	margin:4px 0 0 200px;
	
}
p.buttons input{
	margin-right:10px;
}
p.back{
	margin-right:80px;
}
p.back a{
	text-decoration:none;
	color:#000;
	background-color:inherit;
	background:url(../images/up_arrow.gif) no-repeat 100% 4px;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	
}
p.back a:hover{
	text-decoration:underline;
}
#maincontainer div.body div.rightpart p.call1{
  	font:normal 14px/20px Arial, Helvetica, sans-serif;
	padding:6px 0 0 0;
	color:#000;
	background-color:inherit;

}
#maincontainer div.body div.rightpart p.call1 span{
	font-weight:bold;
}
#maincontainer div.body div.rightpart h5{
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	color:#3e3e3e;
	background-color:inherit;
	padding:12px 0 6px 0;
}
div.smallform{
	padding:10px 0;
	
}
input.consubmit{
	margin-left:5px;

.login{
	height:21px !important;width:180 !important;

}


}
/*--------------BODY PART ENDS----------------*/
/*------------MAIN CONTAINER ENDS----------*/
/*----------------FOOTER PART START------------*/
#footer{
	padding-top:14px;
	padding-left: 10px;
	margin-top:10px;
	font:normal 11px/16px Centaur, Helvetica, sans-serif;
}
#footer p{
	width:950px;
	margin:0 auto;
	font:normal 11px/16px Centaur, Helvetica, sans-serif;
	color:#9da99d;
	background-color:inherit;
	padding-bottom:22px;
		
}
#footer p span{
	line-height:16px;
	/*padding:0 10px;*/
}
#footer p a{
	text-decoration:none;
	color:#9da99d;
	background-color:inherit;
}
#footer p a:hover{
	color:#000;
	background-color:inherit;
}
/*----------------FOOTER PART ENDS------------*/

#slider {
    position:relative;
	
    width:285px; /* Change this to your images width */
    height:379px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

#slider .nivo-controlNav {
	position:absolute;
	bottom:-70px; /* Put the nav below the slider */
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}