@charset "utf-8";
/* CSS Document */

body
{

	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383736;
	line-height:1.65em;
	margin:0px;
	padding:0px;
	background-color:#adc0ba;
	/*height:100%;*/
	}

h1 {
	color:#000000;
	font-size:1.8em;
	font-weight:normal;
/*	background-color:#f7f7f7;*/
	/*border-bottom: #CECECE solid 1px;*/
	border-bottom: 1px #ccc solid;
	
	line-height:1.8em;
	margin:0pt 0pt 0.7em;
	padding:0px;
	
}

h2{
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	line-height:1.2em;
	padding:0.5em 0pt 0pt;

}
h3{
	color:#342b2c;
	font-size:1.0em;
	font-weight:bold;
	padding:0;
	margin-bottom:0px;
}

h4{
	color:#0088B5;
	font-size:0.8em;
	font-weight:bold;
	padding:0;
	margin:0;
	text-align:right;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h4 a{
	font-size:1.9em;
	font-weight:bold;
}
h4 a:hover{
	color:#8AB54A;
}
p{
	margin:0pt 0pt 0.9em;
	font-size:1em;
}
li {
	line-height:1.65em;
/*	color:#9bbb59;*/

}

a{			color:#597368;	text-decoration:none;}
a:link{		color:#597368;	}
/*a:visited{	color:#c5d1cc;	}*/
a:hover{	color:#99b0a7; text-decoration:none;	}

.wrapper
{
	width:930px;
	margin: auto;
	/*margin: 0px 0px 10px 39px;*/
	height: 100%;

}
.headerContainer
{
	/*color:#FFFFFF;*/
	background-color:#ffffff;	
	width:930px;
}
.headerTop
{
	width:930px;
	height:75px;
/*	background-color: #e9edec;*/
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
}
.topLeft{
	float:left; 
	width:350px;
	margin-left:5px;
}

.topRight
{
	font-size:0.9em;
	width:260px;
	height:25px;
	float:right;
	text-align:right;
	
	/*background-color: #99FFFF;*/
/*	margin-right:250px;*/

}
.topRight ul
{
	list-style-type:none;
/*	color:#ffffff;*/
	vertical-align:top;
	margin:0px;
	margin-top:5px;
	padding:0px;
	text-align: right;
	float:right
}
.topRight li{			float:left;	padding:0px;	margin-right:5px; text-align:right;}
/*.topRight a{			color:#ffffff;	text-decoration:none;	font-size:0.9em;	}
.topRight a:link{		color:#ffffff;	}
.topRight a:visited{	color:#f7f7f7;	}
.topRight a:hover{		color:#fde18e; text-decoration:underline;	}
*/

.cart {
	font-size:0.9em;
	/*clear:both;*/
	float: right;
	text-align:right;
	width:140px;
/*	margin:0px 10px;*/
	margin-top:5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left:5px;

	border-left: 1px solid #cccccc;
	/*background-color:#f7f7f7;*/
	

}
.headerMid
{		
	background-color:#cccccc;
	width:930px;
	/*height:13px;*/
	height:5px;
	margin:0px;
	padding:0px;
	background-image:url(../images/midBg.jpg);
	background-repeat:repeat-x;

	
}
.midLeft
{
	
	float:left; height:13px;
}
.midMiddle
{float:left; height:13px; width:910px}
.midRight
{
	
	float:right; height:13px;
}
.horNavContainer
{
	background-color:#ffffff;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #f7f7f7;
	width:930px;
	height:30px;
/*	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;*/
	/*background-image:url(../images/navBg.jpg);
	background-repeat:repeat-x;*/
	
}
.horNav
{
padding:5px 10px; 
float:left;


}
.horNav ul
{
	list-style-type:none;
/*	color:#ffffff;*/
	margin:0px;
	padding:0px;
	
}
.horNav li
{
	display:block;
	float:left;
	padding:0pt 5px 0pt 5px;
	white-space:nowrap;
	background:transparent url(../images/nav_li_bg.gif) no-repeat scroll 100% 50%;
	position:relative;
	font-weight:bold;
	font-size:1.0em;
	letter-spacing:0.02em;
	text-transform:uppercase;


}
.horNav a:link{ text-decoration:none;	}
.horNav a:visited{text-decoration:none;		}
.horNav a:hover{		}


.horNews
{
	float:left;
/*	color:#f0f3a4;*/
	font-size:1em;
	padding:5px 15px;
	
}

.breadCrumb
{
	font-size: 0.9em;
/*	color: #999;*/
	padding: 0px 0 0px 0;
	margin: 0 0 0px 0;
	/*border-bottom: 1px #ccc solid;*/
}

.breadCrumb a
{
	font-size: 0.9em;
	/*color: #999;*/
}


.subNav
{
padding:5px 0px;
margin-bottom:30px;
/*float:left;*/


}

.subNav ul
{
	/*list-style-type:none;*/
	float:right;
/*	color:#ffffff;*/
	margin:0px 0px 0px 0px ;
	padding:0px;
}
.subNav li
{ font-size:0.9em;
	display:inline;
	/*float:left;*/
	padding:0pt 0.8em 0.25em 0.8em;
	white-space:nowrap;
	background:transparent url(../images/nav_li_bg.gif) no-repeat scroll 100% 50%;
	position:relative;

}
/*.subNav a{	color:#ffffff;	text-decoration:none;	font-size:1em;}
.subNav a:link{	color:#ffffff;	}
.subNav a:visited{	color:#cecece;	}
.subNav a:hover{	color:#fde18e; text-decoration:underline;	}
*/
.bannerContainer{
	background-color:#ffffff;
	margin: 0;
	/*border-top: 1px solid #e0e0e0;*/

	/*width:930px; 
	height:219px;
	
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;*/
}

.bannerContainer .bannerContent{
/*	background-color:#ff0000;*/
	margin: 0px 10px;
	width:270px;
	float:left;
}
.bannerContainer .bannerImage{
	background-color:#ffffff;
	margin: 0;
	float:right;
	width:630px;

}

.bannerContainer .homeContent{
/*	background-color:#ff0000;*/
	margin: 0px;
	width:400px;
	float:left;
	
}
.bannerContainer .homeContent ul{
 color: #009900;
 font-size:1.8em;
	margin-left:75px;
	
}

.bannerContainer .homeImage{
	background-color:#ffffff;
	margin-top:15px;
	
	margin-right:50px;
	float:right;
	width:450px;
	text-align:center;


}
.searchbox
{
	margin-top:10px;
	margin-left:15px;
	line-height: 1em;

}


.links
{
	margin-top:10px;
	margin-left:15px;

}
.links ul, .links ul a
{
	clear:both;
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0px;
	color:#FFFFFF;
}
.links ul li{
	line-height:2.0em;
	font-weight:bold;
	font-size:1.0em;
}
.links ul li ul li{
	
	display : block;
/*	background : url(../images/list_arrow.gif) no-repeat 0% 50%;*/
	background : url(../images/list_arrow.gif) no-repeat 0% 0.5em;
	padding-left : 10px;
	font-size : 1em;
	line-height : 1.7em;
	font-weight:normal;
}
/*
.links a{ line-height:1.45em;color:#004276;	text-decoration:underline;}
.links a:link{		color:#004276;	}
.links a:visited{	color:#84aecf;	}
.links a:hover{		color:#FF0000;	}
*/



.linkBodySep	{	width:1px; float:left;}
.pagetxt{
	background-color:#ecf0f0;

/*	background:#ffffff url(../images/bodyBg.gif) repeat-x scroll 0% 0%;*/
	margin:0px 0px 0px 0px;
	color:#767560;
	/*border-bottom:3px solid #CFCDAF;*/
/*		height: 1%;*/
	/*height: 100%;*/
		
/*		background-image:url(../images/bg_body.jpg);
	background-repeat:no-repeat;
*/
	background-image:url(../images/bg_color.gif);
	background-repeat: repeat-y;

}
.pagetxtwithoutbg{
	background-color:#ecf0f0;
	margin:0px 0px 0px 0px;
	color:#767560;

}
.pagetxtIndex{
	background-color:#ecf0f0;
	margin:0px 0px 0px 0px;
	color:#767560;


}

.pagetxtLeft, .resourcespage, .res, .paginglink{
	float:right;
	width:167px;
	/*background-color:#6c8c7d;*/
	/*min-height:500px;*/
	/*height: 100%;*/
	/*background-image:url(../images/american_express1.jpg)*/
	
}
.pagetxtMiddle{
	margin: 10px 0px 0px 0px;
	float:right;
	width:477px;
	display:block;
	min-height:250px;
}
.pagetxtRight{
	margin: 10px 10px 0px 0px;
	float:right;
	width:244px;
	display: inline; /*placed for IE overflow....by Gaurav*/
	min-height:250px;
}
.pagetxtRightTwoCols{
	margin: 10px 10px 0px 0px;
	float:right;
	width:732px;
	display:inline;
	min-height:400px;
	/*height:400px;*/
/*	background-color:#333399;*/
	background-image:url(../images/bg_body.jpg);
	background-repeat:no-repeat;

	
}

.pagetxtSingleCol{
	margin: 10px 10px 0px 10px;
	float:right;
	width:910px;
	display:inline;
	min-height:250px;
}

.ntContents, 	.ntContents	td{	
	font-size: 1em;		
	line-height:1.7em;
/*	min-height:400px;*/
	}



.vertical_separator{
	background-image:url(../images/linkBodySep.jpg);
	background-repeat:no-repeat;

/*	background-color:#cccccc;*/
	height:500px;
	width:1px;
	float:right;
	margin: 0px 10px 0px 10px;
}

.itemBorder{
/*	width:220px;*/
	border: 1px solid #eaeaea;
	padding: 10px;
	background-color:#f9f9f9;

	}
/*******************Image tags********************************/
.itemContainer{
	width:220px;
	border: 1px solid #eaeaea;
	background-color:#FFFFFF;
	

	}
.itemContainer .itemImage{
	width:200px;
	height:218px;
	padding: 10px;
	margin: 0px;
	text-align:center;
	/*background-color:#f7f7f7;*/
	top: 50%;
	display: table-cell; 
	vertical-align: middle;
	

	
	}	
.itemContainer .itemDesc{
	text-align:center;
	font-size:0.9em;
	line-height: 1.5em;
		margin-bottom:5px;
	
	}



/**************************************************/
.intro{
	text-align:justify;
	margin:0;
	width: 287px;
	display:block;
	border-bottom:1px solid #ddd;
}
/**************************************************/
.vision{
	text-align:justify;
	margin:0;
	width: 287px;
	display:block;

		}
/**************************************************/
.serviceList{
	margin:0px 0px 0px 0px;
	width: 177px;
	float:right;
	display:block;
}

.serviceListCol ul{
	list-style:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.serviceListCol ul li{
	display:block;
	background:url(../images/list_arrow.gif) no-repeat 0% 50%;
	padding-left:15px;
	font-size:1em;
	color:#777777;
}
/**************************************************/
.contact{
	margin:0px 0px 0px 0px ;
	display:block;
	border:1px solid #FDE18E;
	padding:10px;
	background-color:#FCF1D1;
/*
	margin:0;
	background:#fefefe;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	*/
}

/*.serviceList{
	padding:20px;
	margin:0;
	background:#fefefe;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.serviceListCol{
	float:left;
	width:235px;
	margin:0;
	padding:0;

}
.serviceListWebapp{
	float:left;
	width:270px;
	margin:0;
	padding:0;

}
.serviceListSmall{
	float:left;
	width:200px;
	padding:0;
	margin:0;

}
.serviceListCol ul, .serviceListWebapp ul, .serviceListSmall ul{
	list-style:none;
	list-style-type:none;
	padding:0 0 0 20px;
	margin:0;
}
.serviceListCol ul li, .serviceListWebapp ul li, .serviceListSmall ul li{
	display:block;
	background:url(../images/list_arrow.gif) no-repeat 0% 50%;
	padding-left:10px;
	font-size:0.75em;
	color:#777777;
}
*/
/**************************************************/
.news	{	margin:0px 0px 0px 0px ;}
.news a{			color:#780601;	text-decoration:underline;}
.news a:link{		color:#780601;	}
.news a:visited{	color:#fd8079;	}
.news a:hover{		color:#c6430f;	}

/**************************************************/
.footer{
	border-top: #9bb3aa solid 3px;
	background-color: #ecf0ef;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	/*padding-bottom:2em;*/
	text-align:center;
	height:46px;
}
.footertxt{
	text-align:center;
	font-size:0.9em;
	/*color:#aaa;*/
}/*
.footertxt a{
	text-decoration:none;
}
.footertxt a:hover{
	color:#8AB54A;
	text-decoration:none;
}*/
.divider {
	color:#0283AA;
	padding:0pt 4px;
}
.footer_left {
	margin:10px;
	width:350px;
	text-align:left;
	font-size:0.9em;
	float:left;
}
/*.footer_left a{			color:#aaa;	text-decoration:none;}
.footer_left a:hover{	color:#c48d88;	text-decoration:none;}
*/
.footer_right {

	float:right;
	margin:10px;
	width:300px;
	text-align:right;
	font-size:0.9em;
	vertical-align:middle;
}
/*.footer_right a{		color:#aaa;	text-decoration:none;}
.footer_right a:hover{	color:#c48d88;	text-decoration:none;}
*/


/**************************************************/
.clear{
	clear:both;
	content:".";
	font-size:1em;
	/*height:1px;*/
	display:block;
}


/*******************************************************/
.button {
	border-top : solid 1px #d5d5d5;
	border-right : solid 1px #808080;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #d5d5d5;
	color : #333;
	font-weight : bold;
}
.inputbox {
        z-index: -3;
        font-size: 1em;
}
.text_area {
        border : 1px solid #ccc;
        z-index: -3;
        font-size: 1em;
}
input, textarea, select {
	z-index : -3;
	font-size: 1em;
}
form { margin:0px; padding:0px;}

.msg {

	margin: 4px;
	border: 1px solid #6cd6e1;
	background-color: #cdf2f5;
	padding: 10px;
	font-size: 1em;
		font-weight:bold;

	color: #1c7d88;
	width: 400px;


}

.quote {
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #E9ECEF;
	padding: 5px;
	font-size: 1em;	color: #254D78;
	width: 400px;
/*	width: auto;*/

}

.error {
	padding: 10px;
	margin: 4px;
	border: 1px solid #ff0000;
	background-color: #FDFBCF;
	padding: 10px;
	font-size: 1.0em;
	font-weight:bold;
	color: #ff0000;
	width: 400px;
}

.bold{
	font-weight:bold;
}

hr {
color: #dddddd;
background-color: #dddddd;
height: 1px;
width:100%;
border:0;
}

.colorbox{
	border:solid 1px #b6b6b6;
}
.colorboxFaded{
	border:solid 1px #b6b6b6;
	opacity:0.4;filter:alpha(opacity=40);
}

.sizebox ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	
}
.sizebox li, .sizebox li a
{
	display:block;
	float:left;
	padding:0pt 2px 0pt 2px;
	white-space:nowrap;
	position:relative;
	font-weight:bold;
	font-size:1.0em;
	letter-spacing:0.02em;
	text-transform:uppercase;
	/*background-color:#ff0000;*/
	/*border:solid 1px #b6b6b6;*/

}
.sizebox li a:link{ text-decoration:none;	}
.sizebox li a:visited{text-decoration:none;		}
.sizebox li a:hover{ background-color:#6c8c7d; color:#ffffff; 	display:block;}


.sizeboxSelected a, .sizeboxSelected 
{
background-color:#6c8c7d; color:#ffffff; 	display:block;
	/*display:block;
	float:left;
	padding:0pt 2px 0pt 2px;
	white-space:nowrap;

	position:relative;
	font-weight:bold;
	font-size:1.0em;
	letter-spacing:0.02em;
	text-transform:uppercase;
	*/
}


/*
.sizeboxFaded li, .sizeboxFaded li a 
{
	display:block;
	float:left;
	padding:0pt 2px 0pt 2px;
	white-space:nowrap;

	position:relative;
	font-weight:bold;
	font-size:1.0em;
	letter-spacing:0.02em;
	text-transform:uppercase;
	opacity:0.4;filter:alpha(opacity=40);
	
}
*/


