/* CSS Document */
body
{
	background:white;
	min-width:1000px;
}
body, td
{
	color: #333;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:14px;
}
.pagePadding
{
	width:1000px;
	max-width:1000px;
	min-width:800px;
	margin:auto;
}
h3
{
	font-size:16px;
	margin-bottom:0;
	color:#20347b;
}
a{
	color: #20347b;
}
div figure
{
	background:none;
	border:none;
}
.title
{
	font-family: 'Open Sans Condensed', sans-serif;
}
/***************************/
.mainLogo
{
	position:relative;
}
.mainLogo *
{
	margin:0;
	color: #20347b;
}

.mainLogo .ctx1
{
	position:absolute;
	right: 220px; top: 40%;
	width:250px;
}
.mainLogo .ctx2
{
	position:absolute;
	right: 0; top: 40%;
	width:220px;
	font-size:30px;
	text-align:right;
	font-family: 'Open Sans Condensed', sans-serif;
}
.mainLogo .ctx3
{
	position:absolute;
	right: 0; bottom: 0;
	text-align:right;
}
.mainLogo .ctx3 a
{
	font-size:27px;
	font-weight:bold;
}
/****************/
.indexBanner
{
	position:relative;
	height: 300px;
	overflow:hidden;
}
.indexBanner *
{
	margin:0;
}
.indexBanner .content{
	position:absolute;
	top: 0; left:50%;
	margin-left: -825px;
	width:1650px;
}
/************************/
.imageContent
{
	position:relative;
	z-index: 1;
	
	height:250px;
	font-size:36px;
}
.imageContent .ctxMark
{
	background:rgba(255,255,255,0.7);
	padding:2px 10px;
	color:#20347b;
	width:515px;
}
.imageContent .ctx1
{
	position:absolute;
	left: 25px; top:15px;
	background:rgba(255,255,255,0.5);
	font-size:43px;
}
.imageContent .ctx2
{
	position:absolute;
	left: 25px; bottom:25px;
}
.imageContent .ctx3
{
	position:absolute;
	left: 570px;
	bottom: -1px;
    font-size: 115px;
	color:white;
}
/***************************/
.topMenu
{
	font-weight:bold;
	text-transform:uppercase;
	background:#20347b url(design/menuBk.gif) top left;
	margin:10px 0;
}
.topMenu a
{
	font-family: 'Open Sans Condensed', sans-serif;
	display:block;
	text-decoration:none;
	color: white;
	padding:2px 5px;
}
.topMenu td
{
	padding:0 35px;
}
.topMenu td:first-child
{
	padding-left:0;
}
.topMenu td:last-child
{
	padding-right:0;
}

/***************************/
.bottomMenu
{
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
	text-transform:uppercase;
}
.bottomMenu a
{
	display:block;
	color: #20347b;
}
/***************************/
.copyright
{
	clear:both;
	border:solid 1px #20347b;
	border-left:none; border-right:none;
	padding-top:5px;
	padding-bottom:5px;
}
.copyright *
{
	margin:0;
}
.copyright .left
{
	width:300px;
}
.copyright .right
{
	width:300px;
	text-align:right;
}
.copyright .mid
{
	text-align:center;
}

/***************************/
.chooseMenu
{
	margin:15px auto;
}
.chooseMenu td
{
	vertical-align:top;
}
.chooseMenu a
{
	font-size:12px;
	color: #20347b;
	text-decoration:none;
	display:block;
}

.chooseMenu a:before
{
	display:block;
	content:"";
	width:60px; height:70px;
	margin:auto;
	background:url(design/icons.gif) no-repeat;
}
.chooseMenu .icon2 a:before
{
	background-position:-130px 0;
}
.chooseMenu .icon3 a:before
{
	background-position:-260px 0;
}
.chooseMenu .icon4 a:before
{
	background-position:-395px 0;
}
.chooseMenu .icon5 a:before
{
	background-position:-525px 0;
}
.chooseMenu .icon6 a:before
{
	background-position:-655px 0;
}
/*************************/
.pageIndexContent
{
	border: solid 1px #20347b;
	padding:15px 25px;
}
.pageIndexContent p
{
	line-height:140%;
}
.pageIndexContent p:first-child
{
	margin-top:0;
}
/***************************/
.feedbacks h3
{
	padding-left:25px;
}
.feedbacks .ctx
{
	float:left;
	width: 217px; height:190px;
	margin-left: 14px;
	border:solid 1px #20347b;
	border-radius:10px;
	padding:10px 10px;
	background:white;
	box-shadow:2px 2px 0px #ddd;
	margin-bottom:10px;
	position:relative;
	font-size:12px;
}
.feedbacks .ctx1
{
	margin-left:0;
	clear:both;
}
.feedbacks .fbLink
{
	position:absolute;
	display:block;
	left: 10px; top: 10px; right:10px; bottom:10px;
	text-decoration:none;
}
/************************/
.partners h3
{
	padding-left:25px;
}
.partners .productScroll
{
	position:relative;
	border:solid 1px #20347b;
	border-left:none; border-right:none;	
	height:145px;
	overflow:hidden;
}
.productScroll .left,
.productScroll .right
{
	position:absolute;
	display:block;
	top: 0; bottom:0;
	width:25px;
	background:url(design/scrollArrows.png) 0 center no-repeat;
	z-index: 2;
}
.productScroll .right
{
	right:0;
	background-position:-25px;
}
.partners td
{
	height:120px;
	vertical-align:middle;
	text-align:center;
}
.partners td:first-child
{
}
/**************************/
.pagePath
{
	margin:0 0 10px 0;
	font-weight:bold;
}
.pagePath,
.pagePath a
{
	color:#20347b;
	text-decoration:none;
	text-transform:uppercase;
}