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

body{
	background-color:#FFFFFF;
	margin:0px;
}

.masterContainer{
	width:950px;
	height:auto;
	margin:0 auto;
}
.masterOuterBlock{
	width:950px;
	height:auto;
	float:left;
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
	-webkit-box-shadow: 2px 2px  #cdcdcd,  -2px 0 2px #cdcdcd;   
	-moz-box-shadow: 2px 0 2px #cdcdcd,  -2px 0 2px #cdcdcd;   
	box-shadow: 2px 0 2px #cdcdcd,  -2px 0 2px #cdcdcd;
	background-color:#FFFFFF; 
}
.masterTopBlock{
	width:950px;
	height:92px;
	float:left;
	margin-top:8px;
	background:url(../images/masterLayout/topBand.jpg) no-repeat;
}
.topMenuContainer{
	width:710px;
	height:20px;
	float: right;
	margin-top:70px;
}
.topLogoDiv{
	width:170px;
	height:75px;
	float: right;
}
/* Top Menu */
.topLink{
	width:auto;
	height:20px;
	float:right;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.topLinkPadding{
	padding-left:8px;
	padding-right:8px;
}
.topLastLinkPadding{
	padding-left:5px;
	padding-right:20px;
}
/* End Top Menu */

/* Home Layout */
.homeMiddleBlock{
	width:950px;
	height:610px;
	float:left;
}
.bottomBlock{
	width:950px;
	height:35px;
	float:left;
	background-color:#999999;
}
.bottomLink1{
	width:465px;
	height:25px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}
.bottomLink2{
	width:465px;
	height:25px;
	float:left;
	margin-top:10px;
	margin-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
}
/* End Home Layout */

.innerMasterLayoutBlock{
	width:950px;
	height:435px;
	float:left;
	background-color:#FFFFFF;
}
.innerBottomMasterLayout{
	width:950px;
	height:235px;
	float:left;
	background-color:#555555;
	background-image: url(../images/masterLayout/innerBottomBg.jpg);
	background-repeat: no-repeat;
}
.innerBottomProdcutsLinksBlock{
	width:950px;
	height:200px;
	float:left;
}
.innerBottomLinksBlock{
	width:950px;
	height:35px;
	float:left;
}

.innerProductLinkOuter1{
	width:190px;
	height:200px;
	float:left;
}
.innerProductLinkOuter2{
	width:190px;
	height:200px;
	float:left;
}
.innerProductLinkOuter3{
	width:190px;
	height:200px;
	float:left;
}
.innerProductLinkOuter4{
	width:190px;
	height:200px;
	float:left;
}
.innerProductLinkOuter5{
	width:190px;
	height:200px;
	float:left;
}


.innerProductLinkInnner1{
	width:120px;
	height:110px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}
.innerProductLinkInnner2{
	width:120px;
	height:110px;
	float:left;
	margin-left:20px;
	margin-top:80px;
}
.innerProductLinkInnner3{
	width:120px;
	height:110px;
	float:left;
	margin-left:40px;
	margin-top:60px;
}
.innerProductLinkInnner4{
	width:120px;
	height:110px;
	float:left;
	margin-left:60px;
	margin-top:10px;
}
.innerProductLinkInnner5{
	width:120px;
	height:110px;
	float:left;
	margin-left:40px;
	margin-top:100px;
}


.innerHeadingBlock{
	width:530px;
	height:70px;
	float:left;
	margin-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:45px;
	color:#b2b2b2;
}

.innerHeadingBlockNew{
	width:500px;
	height:100px;
	float:left;
	margin-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:45px;
	color:#b2b2b2;
}
.innerHeadingSubTextNew{
	font-size:24px;
}

.innerSubToSubBlock{
	width:350px;
	height:70px;
	float:left;
	margin-right:20px;
}
.innerSubToSubBlockfaqs{
	width:350px;
	height:70px;
	float:left;
	margin-right:20px;
}
.innerSubToSubBlock1{
	width:425px;
	height:25px;
	float:right;
	padding-right:5px;
}
.innerClientSubToSubBlock{
	width:295px;
	height:70px;
	float:left;
	margin-right:20px;
	padding-left:105px;
}
.innerContentBlock{
	width:910px;
	height:320px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.innerVGap10px{
	width:10px;
	height:320px;
	float:left;
}
.bodyText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:16px;
}
.bodyTextLightColor{
	color:#999999;
}
