/* CSS Document */

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:1.2em;
}
body {
	background:#f4f4f4 url(../images/bodyBg.jpg) repeat 0px 0px;
	margin: 0px 0px -275px 0px;
	padding:0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form, fieldset, input, textarea, dl, dd, dt, ul, li, h1, h2, h3, h4, h5, h6, select {
	margin:0;
	padding:0;
}
p {
	margin:1.2em 0;
	padding:0;
}
img {
	border:none;
}

#shadeBody1, #shadeBody2 {
	margin:0 auto;
	padding:0;
	position:relative;
	clear:both;
	width:824px;
}
#shadeBody1 {
	background:transparent url(../images/bgLeft.png) repeat-y left top;
}
#shadeBody2 {
	background:transparent url(../images/bgRight.png) repeat-y right top;
}
#mainBody {
	background-color:#FFFFFF;
}

#mainBody, #headerBody, #menuBody, #breadCrumBody, #topBannerBody, #contentBody, #footerBody, #bottomBannerBody {
	position:relative;
	clear:both;
	width:792px;
	height:auto;
	margin:0 auto;
	padding:0;
}

/*----------------------------------- Header -----------------------------------*/
#headerBody {
}
#headerBody h1 {
	font-size:5em;
	font-family: BraveNewEraG98;
	font-weight:normal;
	width:450px;
	height:70px;
	position:relative;
	float:left;
	overflow:hidden;
	margin:0px 0px 16px 0px;
	padding:12px 0px 0px 27px;
	text-align:left;
	line-height:64px;
}
#headerBody h1 img {
	position:absolute;
}
#headerBody ul {
	list-style:none;
	float:right;
	height:auto;
	width:114px;
	padding-top:11px;
	font-size:0.9em;
}
#headerBody ul li {
	margin:0px 0px 0px 0px;
	padding:0;
}
#headerBody ul li {
	margin:0;
	padding:0px 0px 1px 0px;
}
#headerBody ul li a {
	margin:0;
	padding:2px 0px 0px 14px;
	background:transparent url(../images/icons/arrow.png) no-repeat 2px 3px;
	color:#fffffe;
	display:block;
	width:100px;
	height:16px;
	font-size:12px;
}
#headerBody ul li a.yelCol {
	background-color:#dfb300;
}
#headerBody ul li a.blackCol {
	background-color:#000000;
}
#headerBody ul li a.skyBluetCol {
	background-color:#009999;
}
/*----------------------------------- Ends Header -----------------------------------*/

/*----------------------------------- BreadCrum -----------------------------------*/
#breadCrumBody {
	background:#FFFFFF url(../images/greyBotBg.jpg) repeat-x left bottom;
	height:38px;
	border:1px solid #c2c2c2;
	border-width:0px 1px 1px 1px;
	color:#828282;
}
#breadCrumBody #breadcrumbs_text{
	list-style:none;
	float:left;
	width:65%;
	height:26px;
	padding:12px 0px 0px 12px;
}
#breadCrumBody a {
	color:#828282;
}
#breadCrumBody #serchBox {
	margin:0;
	padding:7px 7px 0px 0px;
	height:27px;
	float:right;
	line-height:23px;
	width:auto;
}
#serchBox input {
	border:1px solid #cecece;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#b0b0b0;
	font-size:1em;
	width:190px;
	height:18px;
	margin:0;
	padding:5px 0px 0px 3px;
}
#serchBox input.send {
	border:none;
	background:#000000 url(../images/go.jpg) repeat-x left top;
	width:30px;
	cursor:pointer;
	color:#FFFFFE;
	margin:0;
	padding:0;
	height:24px;
}
#serchBox fieldset {
	border:none;
	margin:0;
	padding:0;
}
/*----------------------------------- Ends BreadCrum -----------------------------------*/

/*----------------------------------- Top Banner -----------------------------------*/
#topBannerBody {
	padding:10px 0px;
	text-align:center;
}
/*----------------------------------- Ends Top Banner -----------------------------------*/

/*----------------------------------- Content Body -----------------------------------*/
#contentBody {
	padding:0px 6px 10px 10px;
	width:776px;
}
	/*----------------------------------- Left Body -----------------------------------*/
	#contentBody #leftBody {
		float:left;
		margin:0;
		padding:0;
		width:560px;
		min-height:400px;
		height:auto;
		overflow:hidden;
	}
	#leftBody .bannerHighlight {
		margin:0;
		padding:7px 0px 0px 12px;
		border:1px solid #bdbdbd;
		color:#727272;
		min-height:160px;
		height:auto !important;
		height:160px;
	}
	#leftBody .bannerHighlight h3 {
		font:normal 2.7em/1.2em Tw Cen MT Condensed, Arial, sans-serif;
		color:#000000;
	}
	#leftBody .bannerHighlight a {
		text-decoration:underline;
	}
	#leftBody .bannerHighlight a:hover {
		text-decoration:none;
	}
	#leftBody .bannerHighlight p {
		font-size:1.1em;
		line-height:1.2em;
	}
	#leftBody .onlyImgBg {
		position:relative;
		clear:both;
	}
	#leftBody .onlyImgBg img {
		position:absolute;
		padding:0;
		z-index:50;
	}
	#leftBody h2 {
		height:38px;
		margin:6px 0px 0px 0px;
		font:normal 1.7em/1.9em Trebuchet MS, Verdana, sans-serif;
		text-indent:12px;
		width:560px;
	}
	#leftBody .chooseOne {
		float:left;
		height:auto;
		width:186px;
		display:block;
		margin:6px 0px 0px 0px;
	}
	#leftBody ul.norm {
		list-style:none;
	}
	#leftBody ul.norm li {
		background:transparent url(../images/arrowBlue.jpg) no-repeat 7px 6px;
		padding:4px 0px 4px 17px;
	}
	/*----------------------------------- Ends Left Body -----------------------------------*/
	
	/*----------------------------------- Right Panel -----------------------------------*/
	#contentBody #rightPanel {
		float:right;
		width:200px;
		height:auto;
		padding:0;
		margin:0;
	}
	#rightPanel .borderContent {
		border:1px solid #bdbdbd;
		width:182px;
		padding:8px;
		position:relative;
		clear:both;
	}
	#rightPanel .borderContent fieldset {
		border:none;
		margin:0;
		padding:0;
	}
	#rightPanel .borderContent input {
		margin:0px 0px 5px 0px;
		padding:5px 0px 0px 5px;
		height:17px;
		border:1px solid #bdbdbd;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		color:#666666;
		width:175px;
	}
	#rightPanel .borderContent img.Captchas {
		margin-bottom:5px;
	}
	#rightPanel .borderContent dl {
		margin:0;
		padding:0;
		display:block;
		clear:both;
		height:30px;
		width:180px;
	}
	#rightPanel .borderContent dl dd {
		margin:0;
		padding:0px 1px;
		display:block;
		height:30px;
		width:auto;
		float:left;
	}
	#rightPanel .borderContent dl dd input {
		height:18px;
		width:60px;
		margin:0;
		padding:3px 0px 0px 5px;
		font-weight:bold;
	}
	#rightPanel .borderContent dl {
		margin:0;
		padding:0;
	}
	#rightPanel h2 {
		margin:0;
		padding:0;
		background-repeat:repeat-x;
		background-position:top;
		font:bold 1.2em/2.5em Arial, Helvetica, sans-serif;
		color:#FFFFFE;
		height:34px;
		text-indent:12px;
		position:relative;
		clear:both;
	}
	#rightPanel ul.tips {
		margin:0;
		padding:0;
		list-style:none;
		clear:both;
		position:relative;
		width:198px;
		border:1px solid #bdbdbd;
		border-width:1px 1px 0px 1px;
	}
	#rightPanel ul.tips li {
		margin:0;
		padding:0;
		display:block;
	}
	#rightPanel ul.tips li a {
		color:#666666;
		background:transparent url(../images/links/arrowOval.png) no-repeat left top;
		padding:5px 0px 5px 24px;
		border-bottom:1px solid #bdbdbd;
		display:block;
		width:174px;
		height:auto;
		text-decoration:none;
	}
	#rightPanel dl.sponsers, #rightPanel dl.sponsers dd, #rightPanel dl.sponsers dt, #rightPanel dl.feedBacks, #rightPanel dl.feedBacks dd, #rightPanel dl.feedBacks dt {
		position:relative;
		clear:both;
		height:auto;
		width:182px;
	}
	#rightPanel dl.sponsers, #rightPanel dl.feedBacks {
		margin:0;
		padding:8px;
		border:1px solid #bdbdbd;
		border-width:0px 1px 1px 1px;
	}
	#rightPanel dl.sponsers dd, #rightPanel dl.feedBacks dd {
		margin:0;
		padding:0;
	}
	#rightPanel dl.sponsers dd strong {
		color:#000000;
		font-weight:normal;
	}
	#rightPanel dl.sponsers dt, #rightPanel dl.feedBacks dt {
		padding:4px 0px 0px 0px;
		margin:0;
	}
	#rightPanel dl.sponsers dt a {
		color:#000000;
		text-decoration:none;
	}
	#rightPanel dl.feedBacks dd a {
		color:#666666;
		text-decoration:none;
	}
	#rightPanel dl.feedBacks dt {
		color:#000000;
	}
	#rightPanel ul.normRol {
		margin:0;
		padding:0;
		list-style:none;
	}
	#rightPanel ul.normRol li {
		margin:0;
		padding:0;
		color:#666666;
	}
	#rightPanel ul.normRol li a {
		margin:0;
		padding:7px 8px;
		display:block;
		width:182px;
		border:1px solid #bdbdbd;
		border-width:0px 1px 1px 1px;
		color:#666666;
		text-decoration:none;
	}
	#rightPanel ul.normRol li a:hover {
		font-weight:bold;
	}
	/*----------------------------------- Ends Right Panel -----------------------------------*/
	
/*----------------------------------- Ends Content Body -----------------------------------*/

/*----------------------------------- Footer -----------------------------------*/
#footerBody {
	border-top:1px solid #bdbdbd;
	padding:15px 0px;
}
#footerBody ul {
	list-style:none;
	float:left;
	height:auto;
	width:180px;
	margin:0;
	padding:0px 0px 0px 17px;
	font-size:1.1em;
}
#footerBody ul li {
	padding:3px 0px;
	float:none;
}
#footerBody ul li a {
	color:#0083FC;
}
/*----------------------------------- Ends Footer -----------------------------------*/

/*----------------------------------- Bottom Banner -----------------------------------*/
#bottomBannerBody {
	border-top:1px solid #bdbdbd;
	text-align:center;
	padding:10px 0px;
	min-height:27px;
	height:auto !important;
	height:27px;
}
#bottomBannerBody .leftTxt {
	height:auto;
	width:auto;
	text-align:left;
	float:left;
	padding:0px 9px;
	vertical-align:middle;
}
#bottomBannerBody .leftTxt img {
	vertical-align:middle;	
}
#bottomBannerBody ul.rightTxt {
	float:right;
	width:auto;
	height:auto;
	padding:5px;
	list-style:none;
}
#bottomBannerBody ul.rightTxt li {
	float:right;
	height:auto;
	width:auto;
	border-right:1px solid #666667;
	padding:0px 4px;
	line-height:0.85em;
}
#bottomBannerBody ul.rightTxt li.last {
	border:none;
}
#bottomBannerBody ul.rightTxt li a {
	color:#666666;
}
#bottomBannerBody img.bannerMarg {
	margin:15px 0px;
}
/*----------------------------------- Ends Bottom Banner -----------------------------------*/

.cl {
	clear:both;
	font-size:0.01em;
	font-weight:normal;
	line-height:0.01em;
}
.clb {
	clear:both;
}
.alignCenter {
	text-align:center;
}

/*-------------------------------------------------------------------new css dec 22, 2009*/
.pageheading_news{
	background:#fff url(../images/greyHead.gif) repeat-x;
	border:1px solid #cacaca;
	color:#353535;
	width:558px;
	height:38px;
	margin:6px 0px 0px 0px;
	font:normal 1.7em/1.9em Trebuchet MS, Verdana, sans-serif;
	text-indent:12px;
}

.right_block{
	margin-bottom:10px;
}
.right_block1{
	text-align:center;
	border:1px solid #bdbdbd;
	padding:10px;
	margin-bottom:10px;
}
/*news block*/
#testimonial_holder{
	display:block;
	padding:10px;
	border:1px solid #cacaca;
	margin:10px 0;
}
#testimonial_holder p{
	margin:0;
	padding:0;
}

/*news block*/
#news_holder{
	display:block;
	padding:10px;
	border:1px solid #cacaca;
	margin:10px 0;
}

/*blue news block*/
#news_holder .news_block{
	display:block;
	margin-bottom:15px;
	color:#000;
}
#news_holder .news_block .news_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#0083FC;
	margin-bottom:10px;
	text-decoration:underline;
}
#news_holder .news_block .news_head a, #news_holder .news_block .news_head a:hover{
	color:#0083FC;
	text-decoration:underline;
}
#news_holder .news_block .author{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin-bottom:4px;
	color:#666;
}
#news_holder .news_block .author .debts{
	background:#3366CC;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block .author .date{
	background:#92afea;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block a.news_readmore{
	color:#0083FC;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#news_holder .news_block a.news_readmore:hover{
	color:#0083FC;
	text-decoration:underline;
}
/*end blue news block*/

/*red news block*/
#news_holder .news_block_red{
	display:block;
	margin-bottom:15px;
	color:#000;
}
#news_holder .news_block_red .news_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#cc0000;
	margin-bottom:10px;
	text-decoration:underline;
}
#news_holder .news_block_red .news_head a, #news_holder .news_block .news_head a:hover{
	color:#cc0000;
	text-decoration:underline;
}
#news_holder .news_block_red .author{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin-bottom:4px;
	color:#666;
}
#news_holder .news_block_red .author .debts{
	background:#cc0000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_red .author .date{
	background:#efa0a0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_red a.news_readmore{
	color:#0083FC;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#news_holder .news_block_red a.news_readmore:hover{
	color:#0083FC;
	text-decoration:underline;
}
/*end red news block*/

/*green news block*/
#news_holder .news_block_green{
	display:block;
	margin-bottom:15px;
	color:#000;
}
#news_holder .news_block_green .news_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#669900;
	margin-bottom:10px;
	text-decoration:underline;
}
#news_holder .news_block_green .news_head a, #news_holder .news_block .news_head a:hover{
	color:#669900;
	text-decoration:underline;
}
#news_holder .news_block_green .author{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin-bottom:4px;
	color:#666;
}
#news_holder .news_block_green .author .debts{
	background:#669900;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_green .author .date{
	background:#c0dd85;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_green a.news_readmore{
	color:#0083FC;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#news_holder .news_block_green a.news_readmore:hover{
	color:#0083FC;
	text-decoration:underline;
}
/*end green news block*/

/*purple news block*/
#news_holder .news_block_purple{
	display:block;
	margin-bottom:15px;
	color:#000;
}
#news_holder .news_block_purple .news_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#6600CC;
	margin-bottom:10px;
	text-decoration:underline;
}
#news_holder .news_block_purple .news_head a, #news_holder .news_block .news_head a:hover{
	color:#6600CC;
	text-decoration:underline;
}
#news_holder .news_block_purple .author{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin-bottom:4px;
	color:#666;
}
#news_holder .news_block_purple .author .debts{
	background:#6600CC;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_purple .author .date{
	background:#b085dc;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_purple a.news_readmore{
	color:#0083FC;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#news_holder .news_block_purple a.news_readmore:hover{
	color:#0083FC;
	text-decoration:underline;
}
/*end purple news block*/

/*orange news block*/
#news_holder .news_block_orange{
	display:block;
	margin-bottom:15px;
	color:#000;
}
#news_holder .news_block_orange .news_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#EF6B19;
	margin-bottom:10px;
	text-decoration:underline;
}
#news_holder .news_block_orange .news_head a, #news_holder .news_block .news_head a:hover{
	color:#EF6B19;
	text-decoration:underline;
}
#news_holder .news_block_orange .author{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin-bottom:4px;
	color:#666;
}
#news_holder .news_block_orange .author .debts{
	background:#EF6B19;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_orange .author .date{
	background:#e2a986;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_orange a.news_readmore{
	color:#0083FC;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#news_holder .news_block_orange a.news_readmore:hover{
	color:#0083FC;
	text-decoration:underline;
}
/*end orange news block*/

/*morgVoilet news block*/
#news_holder .news_block_morgVoilet{
	display:block;
	margin-bottom:15px;
	color:#000;
}
#news_holder .news_block_morgVoilet .news_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#1C7AB3;
	margin-bottom:10px;
	text-decoration:underline;
}
#news_holder .news_block_morgVoilet .news_head a, #news_holder .news_block .news_head a:hover{
	color:#1C7AB3;
	text-decoration:underline;
}
#news_holder .news_block_morgVoilet .author{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin-bottom:4px;
	color:#666;
}
#news_holder .news_block_morgVoilet .author .debts{
	background:#1C7AB3;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_morgVoilet .author .date{
	background:#91c2df;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_morgVoilet a.news_readmore{
	color:#0083FC;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#news_holder .news_block_morgVoilet a.news_readmore:hover{
	color:#0083FC;
	text-decoration:underline;
}
/*end orange news block*/


/*homeVoilet news block*/
#news_holder .news_block_homeVoilet{
	display:block;
	margin-bottom:15px;
	color:#000;
}
#news_holder .news_block_homeVoilet .news_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#29a3d4;
	margin-bottom:10px;
	text-decoration:underline;
}
#news_holder .news_block_homeVoilet .news_head a, #news_holder .news_block .news_head a:hover{
	color:#29a3d4;
	text-decoration:underline;
}
#news_holder .news_block_homeVoilet .author{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin-bottom:4px;
	color:#666;
}
#news_holder .news_block_homeVoilet .author .debts{
	background:#29a3d4;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_homeVoilet .author .date{
	background:#8acde8;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-style:normal;
}
#news_holder .news_block_homeVoilet a.news_readmore{
	color:#0083FC;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#news_holder .news_block_homeVoilet a.news_readmore:hover{
	color:#0083FC;
	text-decoration:underline;
}
/*end orange news block*/


/*testimonials block*/
.testi_block{
	display:block;
	background:url(../images/quote.gif) no-repeat;
	padding:10px 0 10px 60px;
	font-size:11px;
	border-bottom:1px dashed #666;
	margin-top:10px;
}
.testi_block .testi_block_bottom_quote{
	display:block;
	background:url(../images/quote1.gif) no-repeat bottom right;
	padding:0px 45px 0 0;
	font-size:11px;
	min-height:70px;
}
* html .testi_block .testi_block_bottom_quote{
	height:70px;
}

.testi_block .testi_block_bottom_quote .client_name{
	display:block;
	text-align:right;
	font-weight:bold;
	font-style:italic;
	color:#000;
}
