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

/*predefinded styles start*/

body {
		font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #4c4c4c;
		text-decoration: none;
		line-height: 18px;
		margin:0px;
		padding:0px;
		height:100%;
	}
	
td
	{
		font:12px Arial, Helvetica, sans-serif;
		color:#333333;
		font-weight:normal;
		text-decoration:none;
	}

ol, ul, li
	{
		font:12px Arial, Helvetica, sans-serif;
		color:#333333;
		font-weight:normal;
		text-decoration:none;
		padding:0px;
		margin:0px;
	}
	
p
	{	
		font:12px Arial, Helvetica, sans-serif;
		color:#333333;
		font-weight:normal;
		text-decoration:none;
		line-height:17px;
		margin:0px;
		padding:10px 0 0 0;
		text-align:justify;
	}

img{border:none;}

th {
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		background-color: #4c4c4c;
		font-weight: bold;
	}


/*predefinded styles end*/	


/*Customized Styles Start*/


/*Header Start*/

.body-bg
	{
		width:100%;
		margin:0 auto;
		overflow:hidden;
		background:url(../images/bdy-bg.gif) repeat-x top;
	}
	
.header-main
	{
		width:985px;
		margin:0 auto;
	}
	
.logo
	{
		width:222px;
		height:51px;
		float:left;
		text-align:right;
		padding:16px 0 0 0;
	}
	
.slogan
	{
		width:280px;
		height:40px;
		float:right;
		padding:27px 0 0 18px;
	}
	
.chaticon  {
float:left;
height:auto;
padding:23px 0 0 300px;
}


/*Top Navigation Start*/

#top-nav-main
	{
		width:985px;
		margin:0 auto;
	}
	
#top-nav
	{
		width:825px;
		float:left;
	
		}
	
	
.top-nav-links1
	{
		float:right;
		background:url(../images/web-development.gif) 0 7px no-repeat;
		height:34px;
		cursor:pointer;
	}	
	
.top-nav-links1 a
	{
		margin:0px;
		padding:9px 0 0 40px;
		float:left;
		width:100px;
		height:24px;
		display:block;
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#ffffff;
		text-decoration:none;
		cursor:pointer;
	}
		
.top-nav-links2
	{
		float:left;
		background:url(../images/sem.gif) 12px 10px no-repeat;
		height:34px;
		cursor:pointer;
	}	
	
.top-nav-links2 a
	{
		margin:0px;
		padding:9px 0 0 32px;
		float:left;
		width:165px;
		height:24px;
		display:block;
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#ffffff;
		text-decoration:none;
		cursor:pointer;
	}
		

.top-nav-links3
	{
		float:left;
		background:url(../images/social-media-marketing.gif) 14px 10px no-repeat;
		height:34px;
	}	
	
.top-nav-links3 a
	{
		margin:0px;
		padding:9px 0 0px 40px;
		float:left;
		width:155px;
		height:24px;
		display:block;
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#ffffff;
		text-decoration:none;
		cursor:pointer;
	}
		
.top-nav-links4
	{
		float:left;
		background:url(../images/about-redalkemi.gif) 14px 9px no-repeat;
		height:34px;
		
	}	
	
.top-nav-links4 a
	{
		margin:0px;
		padding:9px 0 0 38px;
		float:left;
		width:100px;
		height:24px;
		display:block;
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#ffffff;
		text-decoration:none;
		cursor:pointer;
	}
		
.top-nav-links5
	{
		float:left;
		background:url(../images/sitemap.gif) 14px 10px no-repeat;
		height:34px;
	}	
	
.top-nav-links5 a
	{
		margin:0px;
		padding:9px 0 0 34px;
		float:left;
		width:85px;
		height:24px;
		display:block;
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#ffffff;
		text-decoration:none;
		
	}
	
	
	
	.top-nav-links6
	{
		float:left;
		height:34px;
	}	
	
.top-nav-links6 a
	{
		margin:0px;
		padding:9px 0 0 10px;
		float:left;
		width:25px;
		height:24px;
		display:block;
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#ffffff;
		text-decoration:none;
		
	}
		

/*Top Navigation End*/
		

/*Search Box Start*/

#search-box-main
	{
		width:155px;
		float:left;
		height:27px;
		padding:7px 0 0 0;
	}

#search-box
	{
		width:145px;
		float:left;

	}
	
#search-icon
	{
		width:15px;
		float:left;
		margin:4px 0 0 0;
	}

/*Search Box End*/

/*Header End*/

/*Tool Tip Start*/

#dhtmltooltip{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#212121;
	text-decoration:none;
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 5px;
	background:#FFFFE0;
	visibility: hidden;
	z-index: 100;
	clear: both;
}

/*Tool Tip End*/


/*body Start*/

/*Body Heading Area Start*/

.body-main
	{
		width:985px;
		margin:0 auto;
	}

.heading-main
	{
		width:670px;
		margin:0 auto;
	}
	
.body-text
	{
		width:100%;
		float:left;
	}
	
.body-text p{
	text-align:justify;
	padding:0 5px 0 5px;
	}
	
.main-section
	{
		width:960px;
		margin:0 auto;
	}
	
.tag-line
	{
		width:100%;
		float:left;
		height:60px;
		padding:24px 0 0 0;
		text-align:center;
	}
	
.section-heading
	{
		font:14px Arial, Helvetica, sans-serif;
		color:#333333;
		width:100%;
		float:left;
		height:30px;
		text-align:center;
	}
	
.heading-bold-text
	{
		font:bold 14px Arial, Helvetica, sans-serif;
		color:#C5030A;
	}
	
	.heading-bold-text1
	{
		font:bold 13px Arial, Helvetica, sans-serif;
		color:#C5030A;
		padding:0 0 5px 0;
	}
	
.section-divider-main
	{
		width:100%;
		float:left;
	}
	
.left-section
	{
		width:172px;
		float:left;
	}
	
.icons
	{
		width:100%;
		float:left;
		text-align:center;
	}
	
.mull
	{
		font:bold 16px Arial, Helvetica, sans-serif;
		color:#1F3D4F;
		padding:3px 0 4px 0;
		text-align:center;
	}
	
.investigate
	{
		font:bold 16px Arial, Helvetica, sans-serif;
		color:#1A4627;
		padding:3px 0 4px 0;
		text-align:center;
	}	

.devise
	{
		font:bold 16px Arial, Helvetica, sans-serif;
		color:#7B592C;
		padding:3px 0 4px 0;
		text-align:center;
	}	

.accomplish
	{
		font:bold 16px Arial, Helvetica, sans-serif;
		color:#611012;
		padding:3px 0 4px 0;
		text-align:center;
	}	

.strengthen
	{
		font:bold 16px Arial, Helvetica, sans-serif;
		color:#383838;
		padding:2px 0 4px 0;
		text-align:center;
	}	
	
.desc
	{
		width:100%;
		float:left;
		border-right:1px solid #E5E4E4;
		color:#333333;
	}
	
.desc2
	{
		width:100%;
		float:left;
		border-right:1px solid #E5E4E4;
	}	
	
.desc2 p
	{
		padding:0 8px 0 8px;
		text-align:left;
	}
	
.desc3
	{
		width:100%;
		float:left;
	}
	
.desc3 p
	{
		padding:0 0 0 8px;
		text-align:left;
	}
	
.middle-section
	{
		width:190px;
		float:left;
	}
	
.right-section
	{
		width:202px;
		float:left;
	}
	
.bot-line
	{
		width:100%;
		height:13px;
		float:left;
	}
	
/*Body Heading Area End*/


/*Footer Start*/

.footer-main
	{
		width:985px;
		margin:0 auto;
	}
	
.footer-links-main
	{
		width:385px;
		float:left;
		font:11px Arial, Helvetica, sans-serif;
		color:#666666;
		height:27px;
		padding:9px 0 0 10px;
	}

.footer-links
	{
		font:11px Arial, Helvetica, sans-serif;
		color:#666666;
		text-decoration:none;
	}
	.footer-links:hover
		{
			text-decoration:underline;
		}

	
.footer-text
	{
		font:11px Arial, Helvetica, sans-serif;
		color:#666666;
	}	
	
.possible
	{
		width:150px;
		float:left;
		height:31px;
		padding:5px 0 0 10px;
	}



/*Footer End*/

/*Drop Down Start*/


	
.sub-ul
	{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden;
		font-size:12px;
		font-weight:bold;
		visibility:hidden;
		position:absolute;
		margin-top:0px;
		margin-left:10px;
		z-index:10000;
	}
	
.sub-ul li
	{
		float: none;
		display:list-item;
		line-height:22px;
		border:#E4E4E4 solid 1px; 
		border-top:none;
		background:#f6f6f6;
		overflow:hidden;
	}
		
.sub-ul a
	{
		color:#666666;
		text-decoration:none;
		padding: 0 11px 0 11px;
		display:block;
		width:100%;
	}
	
.sub-ul a:hover
	{
		background:#939393;
		color:#ffffff;
		display:block;
	}
	
#sub-ul1
	{	
		width:160px;
	}
	
#sub-ul2
	{	
		width:185px;
	}
	
#sub-ul3
	{	
		width:187px;
	}
	
#sub-ul4
	{	
		width:150px;
	}
	
/*Drop Down End*/




.r-cap {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.heading {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
}

.heading-new-ra
	{
		width:100%;
		float:left;
		text-align:center;
		padding:18px 0 0 0;
		height:50px;
	}

.title {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	font-size:13px;
}
.list {
	padding: 4px 0px 4px 11px; 
	margin: 4px 0px 4px 11px; 
}
.subtext {
	color: #4c4c4c;
	text-decoration: none;
	line-height: 1.5em;
	padding: 7px 0px 0px 16px; 
	margin: 7px 0px 0px 16px; 
}
.subtext ul li {
	line-height: 24px;
	list-style-image: url(../images/arrow-list.png);
}
.latesttext {
	font-family: Arial,  Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;

}
.latesttext1 {
	color: #4c4c4c;
	text-decoration: none;
}
.obol {
	color: #4c4c4c;
	text-decoration: none;
}
.obol ul li {
	list-style-image: url(../images/red-dot.gif);
	line-height: 16px;
	margin-left: 0px;
	padding-left: 0px;
}
.innertext ul li {
	color: #4c4c4c;
	list-style: none;
	text-decoration: none;
	line-height: 19px;
	padding: 0px; 
	margin: 0px; 
}
h1 {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.maintext {
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
	margin-top: 0px;
	line-height: 18px;
	text-align:justify;
}

.maintext ul li {
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
	margin:0 0 0 4px;
	line-height: 20px;
}

.hometext {
	text-decoration: none;
	margin-top: 0px;
	line-height: 18px;
	padding-left: 10px;
}
.links {
	color: #4c4c4c;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
}
.links:hover {
	font-size: 12px;
	color: #999;
}
.bcrumb {
	color: #4c4c4c;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
}
.bcrumb:hover {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


.bcrumb1 {
	color: #4c4c4c;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
}
.bcrumb1:hover {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


.bcrumb2 {
	color: #4c4c4c;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
}
.bcrumb2:hover {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


.topmainlinks {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.topmainlinks:hover {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.topsearch {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.submainlinks {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.submainlinks:hover {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.sectionlinks {
	color: #336699;
	text-decoration: none;
	font-weight: normal;
}
.sectionlinks:hover {
	color: #000;
	background:#ffffe1;
	text-decoration: none;
	font-weight: normal;
}
.sectionlinks1 {
	color: #336699;
	text-decoration: none;
	font-weight: normal;
	cursor:help;
}
.sectionlinks1:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	cursor:help;
}
.sectionlinks2 {
	text-decoration: none;
	font-weight: normal;
}
.sectionlinks2:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.sectionlinks4 {
	color: #336699;
	text-decoration: underline;
	font-weight: normal;
}
.sectionlinks4:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.sublinks {
	text-decoration: none;
	font-weight: normal;
	padding:0 0 0 5px;
}
.sublinks ul li {
	list-style-image: url(../images/arrow-list.png);
	line-height: 18px;
	margin-left: 0px;
	padding-left: 0px;
	
}

.sublinks-link
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

.text ul li {
	list-style-image: url(../images/arrow-square.png);
	text-decoration: none;
	margin-top: 0px;
	line-height: 18px;
}
.quote {
	font-size: 13px;
	color: #002874;
	text-decoration: none;
	font-weight: bold;
}
.quote1 {
	font-size: 14px;
	color: #002874;
	text-decoration: none;
	font-weight: bold;
}
.morelinks {
	text-decoration: none;
	font-weight: bold;
	padding-left: 16px;
}
.footer {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.footer:hover {
	font-size: 12px;
	color: #999;
}
/*.copyright {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding-top: 3px;
}*/

.copyright
	{
		width:430px;
		float:left;
		font:11px Arial, Helvetica, sans-serif;
		color:#666666;
		height:27px;
		padding:9px 0 2px 0px;
		text-align:right;
	}
	
table {
	text-decoration: none;
	font-weight: normal;
	border-collapse:collapse;
}
form {
	margin: 0px;
}
.tdbglc {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	color: #504F4F;
	text-decoration: none;
}
.input {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	border: 1px solid #999;
	width: 222px;
}

.input3
	{
		font:11px Arial, Helvetica, sans-serif;
		color:#7D7C7C;
		border:1px solid #393838;
		width:117px;
		height:16px;
		padding:2px 0 0 5px;
	}

.search {
	font-size: 12px;
	background-color: #e5e5e5;
	border: 1px solid #fff;
	width: 60%;
}
.button {
	font-size: 11px;
	color: #fff;
	background-color: #666;
	border: 1px solid #999;
	font-weight: bold;
	padding: 1px;
}
.gobut {
	font-size: 11px;
	color: #fff;
	background-color: #ff000a;
	border: 1px solid #000;
	font-weight: bold;
	width: 24px;
}
select {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	border: 1px solid #999;
}
textarea {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	border: 1px solid #999;
	width: 80%;
}
.mandatory {
	font-size: 11px;
	color: #cc3333;
	font-weight: normal;
}
.help {
	color:#000; 
	cursor:help;
}
.smalltext {
	font-size: 11px;
	color: #cc3333;
	font-weight: normal;
}
.updatehead {
	color: #ff000a;
}
/* css testimonials */
.heads-test {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
.heads-test:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.subheads-test {
	font-size: 11px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
}
.subheads-test:hover {
	font-size: 11px;
	color: #4c4c4c;
}
/* css portfolio */
.subheads-port {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.categoryheads {
	color:#000;
	text-decoration:none;
	font-weight: bold;
	background-image:url(../portfolio/images/head-bg.gif);
	background-repeat: repeat-x;
}
.border-table {
	background-color: #f6f6f6;
}

.atext
{
	text-decoration:none;
	font-weight:normal;
	line-height:16px;
}

.error {
	color: #cc3333;
	font-weight: normal;
}
.people-section {
	border-bottom: 2px solid #000000;
}
a.sel-big {
	background-image: url(../images/a-01.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
a.sel-big:active {
	background-image: url(../images/a-01a.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
a.sel-big1 {
	background-image: url(../images/a-02.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
a.sel-big1:active {
	background-image: url(../images/a-02a.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
a.sel-big2 {
	background-image: url(../images/a-03.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
a.sel-big2:active {
	background-image: url(../images/a-03a.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}
.head-prices {
	font-size: 12px;
	color: #fff;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
}
.hprices {
	color: #ffff00;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
}
.hprices:hover {
	font-size: 11px;
	color: #fff;
}
.sectionlinks3 {
	color: #992A20;
	text-decoration: none;
	font-weight: bold;
}
.sectionlinks3:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.blue {
	font-size: 10px;
	color: #336699;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
}

.input1 {
	background-color: #f2f2f2;
	border: 1px solid #999;
	width: 210px;
}

.input2 {
	background-color: #f2f2f2;
	border: 1px solid #999;
	width: 178px;
}
.seo1 {
	font-size: 24px;
	color: #FF000A;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
/*ol {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}*/
.startnow {
	font-size: 24px;
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
.box {
	border: 1px solid #999;
	height: 60px;
	width: 90%;
}
.tabletitle {
	color: #000;
	text-decoration: none;
}

.logotxt {
	font-size: 14px;
	text-decoration: none;
}



/* css latest */
#maincontainer-ra{
	width:1003px;
	overflow:hidden;
	margin:0 auto;
	}

.right{float:right;}
.left{float:left;}

#header-ra{
	width:1003px;
	float:left;
	overflow:hidden;
	}

#body-ra{
	width:1003px;
	overflow:hidden;
	margin:0 auto;
	}

.spacer-ra {width:1003px; float:left; height:8px;}
.spacer1-ra {width:1003px; float:left; height:4px;}
.spacer2-ra {width:1003px; float:left; height:26px;}

#logo {
	width:207px;
	padding:3px 0 0 31px;
	float:left;
	height:37px;
	border-right:1px solid #E5E5E5;
	}

#logo-1 {
	width:207px;
	padding:3px 0 0 31px;
	float:left;
	height:53px;
	}

#blog {
	width:48px;
	float:right;
	margin:0 8px 0 0;
	}


#logo-rt-txt{
	width:576px;
	padding:15px 0 0 39px;
	float:left;
	height:25px;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}

#yes-txt1{
	width:135px;
	padding:10px 0 0 0px;
	float:right;
	margin:13px 10px 0 0;
		}


#yes-txt{
	width:135px;
	padding:10px 0 0 0px;
	float:left;
		}

#top-link{
	width:839px;
	padding:4px 0 4px 18px;
	margin:0 0 0 0;
	float:left;
	border-top:1px solid #e5e5e5;
	}

#top-link ul {
	width:839px;
	list-style:none;
	padding:0px 0 0 0;
	margin: 0 0 0 0;
	float:left;
	}

#top-link ul li {
	padding:0px 0px 0 0;
	margin: 0 20px 0 0;
	float:left;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	}

#top-link ul li a {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:normal;
	}

#top-link ul li a:hover {
	color: #999999;
	}

#sitemap{
	width:132px;
	padding:3px 14px 0px 0px;
	float:left;
	border-top:1px solid #e5e5e5;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:normal;
	text-align:right;
	}

.sitemap{
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:normal;
	}

.sitemap:hover{
	color: #999999;
	}

.top-bg{
	width:1003px;
	float:left;
	padding:0px;
	background-color:#f2f2f2;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}

#bottom-bg{
	width:1003px;
	padding:0px 0 0px 0;
	background:url(../images/ra-dotted-bg1.gif);
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

#top-link1{
	width:920px;
	padding:3px 0 0px 18px;
	margin:0 0 0 0;
	float:left;
	}

#top-link1 ul {
	width:920px;
	list-style:none;
	padding:0px 0 0 0;
	margin: 0 0 0 0;
	float:left;
	}

#top-link1 ul li {
	padding:0px 0px 0 0;
	margin: 0 22px 0 0;
	float:left;
	}

#top-link1 ul li a {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	text-decoration: none;
	font-weight:bold;
	}

#top-link1 ul li a:hover {
	color: #000000;
	}

#search{
	width:160px;
	padding:0px;
	margin:0px;
	float:left;
	}

.input-box{
	width:142px;
	padding:1px 0 1px 0;
	margin:0px;
	float:left;
	height:22px;
	}
	
.input-ra{
	width:120px;
	border:1px solid #4B4B4B;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	}
	
.arrow{
	width:16px;
	padding:6px 0 0px 0px;
	margin:0px;
	float:right;
	}
	
#logo-k {
	width:238px;
	padding:12px 0 0 0;
	float:left;
	border-right:1px solid #E5E5E5;
	height:245px;
	}

#logo-k1 {
	width:189px;
	padding:26px 0 0 49px;
	float:left;
	border-right:1px solid #E5E5E5;
	height:241px;
	}
	
#detail-txt {
	width:710px;
	padding:0px 0 0 38px;
	float:left;
	font-family:Arial, Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #4c4c4c;
	text-decoration: none;
	line-height:30px;
	}

.detail-txt-lk {
	font-family:Arial, Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #707070;
	text-decoration: none;
	}

.detail-txt-lk:hover {
	text-decoration: none;
	background:url(../images/ra-txt-underline.gif) repeat-x bottom;
	}

#detail-txt1 {
	width:176px;
	padding:24px 0 0 0px;
	float:left;
	font-family:Arial, Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #4c4c4c;
	text-decoration: none;
	line-height:19px;
	}

.links-txt {
	width:150px;
	padding:22px 0 0 0px;
	float:left;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	color: #4c4c4c;
	text-decoration: none;
	}

.link-txt {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	color: #4c4c4c;
	text-decoration: none;
	}

.link-txt:hover {
	color: #999999;
	background:url(../images/ra-txt-underline.gif) repeat-x bottom;
	}

.red-txt
	{
	font-family: Arial, Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	font-weight:normal;
	}

#mid-txt{
	width:343px;
	padding:3px 0 0px 18px;
	margin:0px;
	float:left;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	font-weight:bold;
	text-decoration: none;
	}

#mid-txt1{
	width:465px;
	padding:3px 0px 0 0 ;
	margin:0px;
	float:left;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	font-weight:bold;
	text-decoration: none;
	}

#phone1{
	width:36px;
	padding:3px 4px 0 0 ;
	margin:0px;
	float:left;
	text-align:right;
	}
	
#phone{
	width:130px;
	padding:2px 0 0 0;
	margin:0px;
	float:left;
	text-align:left;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #FF000A;
	font-weight:bold;
	text-decoration: none;
	}


#bot-link{
	width:455px;
	padding:3px 0px 0px 18px;
	margin:0px;
	float:left;
	}

#bot-link ul {
	width:455px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}

#bot-link ul li {
	padding:0px 0px 0 0;
	margin: 0 17px 0 0;
	float:left;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	}

#bot-link ul li a {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:normal;
	}

#bot-link ul li a:hover {
	color: #999;
	}

#iso-txt{
	width:100px;
	padding:3px 0 0 0;
	margin:0px;
	float:left;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
	font-weight:bold;
	}

#copy-txt{
	width:353px;
	padding:3px 0 0 20px;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	overflow:hidden;
	}
	
#services{
	width:1003px;
	padding:0px 0 0px 0px;
	margin:0 0 0 0;
	float:left;
	}

.services{width:327px;
	padding:0px 0 0px 15px;
	margin:0 0 0 0;
	float:left;
	}
	

.services ul {
	width:327px;
	list-style:none;
	padding:0px 0 0px 0;
	margin: 0 0 0 0;
	float:left;
	}

.services ul li {
	padding:4px 0 3px 10px;
	margin: 0 0 0 0;
	float:left;
	width:317px;
	background:url(../images/ra-arrow-1.gif) no-repeat left;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
	text-decoration: none;
	font-weight:normal;
	border-bottom:1px solid #E5E5E5;
	}

.services ul li a{
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
	text-decoration: none;
	font-weight:normal;
	text-decoration:none;
	}

.services ul li a:hover{
	color: #000;
	text-decoration: none;
	display:block;
	background-color:#f2f2f2;
	}


.services1{width:464px;
	padding:0px 0 0px 0px;
	margin:0 0 0 15px;
	float:left;
	}

.services1 ul {
	width:464px;
	list-style:none;
	padding:0px 0 0px 0;
	margin: 0 0 0 0;
	float:left;
	}

.services1 ul li {
	padding:4px 0 3px 10px;
	margin: 0 0 0 0;
	float:left;
	width:454px;
	background:url(../images/ra-arrow-1.gif) no-repeat left;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
	text-decoration: none;
	font-weight:normal;
	border-bottom:1px solid #E5E5E5;
	}

.services1 ul li a{
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
	text-decoration: none;
	font-weight:normal;
	text-decoration:none;
	}

.services1 ul li a:hover{
	color: #000;
	text-decoration: none;
	display:block;
	background-color:#f2f2f2;
	}


#rt-boxes{
	width:159px;
	padding:20px 0 0px 15px;
	margin:0 0 0 0 ;
	float:left;
	}

.rt-bx1{
	width:159px;
	padding:7px 0 0px 0px;
	margin:0 0 0 0px;
	float:left;
	background:url(../images/ra-rt-banner.gif) no-repeat top;
	height:80px;
			}

.rt-bx1:hover{
	width:159px;
	padding:7px 0 0px 0px;
	margin:0 0 0 0px;
	float:left;
	background:url(../images/ra-rt-banner-h.gif) no-repeat top;
	height:80px;
			}		
.rt--bx-spacer{
	width:159px;
	float:left;
	height:8px;
	}
	
.rt-bx{
	width:159px;
	float:left;
	height:80px;
	background:url(../images/volusion.gif) no-repeat top;
		}
.rt-bx:hover{
	width:159px;
	float:left;
	height:80px;
	background:url(../images/volusion-ovr.gif) no-repeat top;
		}

		
.clear
		{
		clear:both;
		margin:0;
		padding:0;
		}

.pop-bg {
background-color:#f2f2f2;
}


#lyr1, #lyr2, #lyr3 { 
	visibility:hidden; 
	position:relative;
	width:400px;
	padding:50px 0 0 20px;
	overflow:hidden;
}


.sectionlinks-2 {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	text-decoration:underline;
}
.sectionlinks-2:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
text-decoration:none;
}


/*17-10-2007*/

.showcase-img {
	border:1px solid #BAB9B9;
}

.buy-now{
	background:#E5E5E5;
	height:20px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
	
.buy-now:hover{
	
	text-decoration:underline;
	}

.tooltip-bt-border{
	border-bottom:1px solid #666666;
	}


.read-head {
	font-size:18px;
	color: #992A20;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}


.people-section1{
	background:url(../careers/images/line.gif) repeat-x;
	background-position:top;
}




/* New Top links start here */

#top-link-new{
	width:810px;
	padding:4px 0 4px 18px;
	margin:0 0 0 0;
	float:left;
	}


#top-link-new ul {
	width:810px;
	list-style:none;
	padding:0px 0 0 0;
	margin: 0 0 0 0;
	float:left;
	}

#top-link-new ul li {
	padding:0px 0px 0 0;
	margin: 0 20px 0 0;
	float:left;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	}

#top-link-new ul li a {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	}

#top-link-new ul li a:hover {
	color: #999999;
	}

#sitemap-new{
	width:159px;
	padding:3px 4px 0px 0px;
	float:right;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}


#mid-txt2{
	width:290px;
	padding:3px 0px 0 0 ;
	margin:0px;
	float:left;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	font-weight:bold;
	text-decoration: none;
}

#news-archive {
	width:175px;
	margin:0px;
	float:left;
}

#detail-txt-new {
	width:489px;
	padding:0px 0 0 38px;
	float:left;
	font-family: Arial, Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #4c4c4c;
	text-decoration: none;
	line-height:30px;
	}

#detail-txt-rt {
	width:220px;
	float:left;
	font-family: Arial, Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #4c4c4c;
	text-decoration: none;
	text-align:right;
	padding:13px 0 0 0;
}

.error-2 {
	color: #cc3333;
	font-weight: bold;
	font-size:13px;
	text-decoration:none;
}



#logo-k-new {
	width:160px;
	padding:27px 0 0 78px;
	float:left;
	border-right:1px solid #E5E5E5;
	height:230px;
	}

/* New Top links End here */


/*Body Categories Section Start*/

.category-section-main
	{
		width:100%;
		margin:0 auto;
		background:url(../images/category-bg.gif) repeat-x;
		overflow:hidden;
		float:left;
		}
	
.category-section-submain
	{
		width:990px;
		margin-left:auto;
		margin-right:auto;
		
		}
	
.category-section
	{
		width:155px;
		float:left;
		padding:0px 0 0px 10px;
	}
	
.category-heading
	{
		width:100%;
		font:bold 11px Arial, Helvetica, sans-serif;
		color:#fff;
		width:100%;
		float:left;
		height:20px;
		padding:7px 0 0 1px;
		/*background:url(../images/dvd.gif) right no-repeat;*/
	}
	
	
	.category-headinglink
	{
		font:bold 11px Arial, Helvetica, sans-serif;
		color:#fff;
		text-decoration:none;
	}
	
.category-listing
	{
		width:100%;
		float:left;
		padding:0;
		/*padding:5px 0 10px 0px;*/
	}
	
.category-listing ul
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
.category-listing ul li
	{
		margin:0px;
		padding:5px 0 0 10px;
		background:url(../images/arrow.gif) 0 9px no-repeat;
		font:11px Arial, Helvetica, sans-serif;
		color:#ffffff;
		text-decoration:none;
	}
	
.category-listing ul li a
	{
		font:11px Arial, Helvetica, sans-serif;
		color:#ffffff;
		text-decoration:none;
	}
	
.category-section2
	{
		width:165px;
		float:left;
		padding:0;
		/*padding:0px 0 0px 10px;*/
	}
	
.category-heading-last
	{
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#ffffff;
		width:100%;
		float:left;
		height:20px;
		padding:7px 0 0 0px;
	}
	
.category-section3
	{
		width:140px;
		float:left;
		padding:0;
		/*padding:0px 0 0px 20px;*/
	}
	
	.category-section4
	{
		width:185px;
		float:left;
		padding:0;
		/*padding:0px 0 0px 20px;*/
	}

/*Body Categories Section End*/

legend {
   color:#934158;
   font-weight:bold;
   padding:0 12px 0 12px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:15px;
}

fieldset {
   margin-bottom: 5px;
   padding: 0 20px;
   border:1px solid #E1E1E1;
} 

.table-border
	{
		border:1px solid #E1E1E1;
	}
	
.tabledata
{
	border:1px solid #e1e1e1;
	
	padding:0 0 0 5px;;
}

.tabledatahead
{
	border:1px solid #e1e1e1;
	padding:0 0 0 5px;
	background-color:#f2f2f2;
	font-weight:bold;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.tabledataheadmain
{
	border:1px solid #e1e1e1;
	padding:0 0 0 5px;
	background-color:#666666;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

table
{
	border-collapse:collapse;
}
	
.buy-link a:hover {
	background:url(../images/link-pay-ra.gif) no-repeat;
	height:37px;
	width:147px;
	}	
	
.aff{
	background:#333333;
	font-family:"Times New Roman", Times, serif;
	color:#CCCCCC;
	font-size:18px;
	padding-top:8px;
	height:30px;
	}

.handcurcor
{
	cursor:pointer;
}

.heading-new {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	}

#local-ad
{
width:1003px;
margin:0px;
padding:0px;
font-size:11px;
color:#999999;
}

.invisible-link
{
text-decoration: none;
color:#666666;
}

.invisible-link:hover
{
color: #336699;
}

.heading-new-articles {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	margin:0px;

}

.sub-heading-h2
{
 margin:0px; 
 font-size: 12px; 
 color: rgb(51, 102, 153); 
}

#seo-content
{
width:100%;

}

#seo-methodology
{
float:left;
}

#seo-image
{
float:right;
}

#seo-table
{
margin:auto;
}

.pinkie
{
color:#934158;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
}

.pinkie-small
{
color:#934158;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}

	
#client-portfolio-box
	{
	font-size:22px;
	padding-top:8px;
	height:500px;
	width:580px;
	}
	
#client-listing
{
font-size:14px;
height:100%;
}


#client-listing ul
{
font-size:14px;
color:#186EB7;
margin:0px;
padding:0px;
list-style-type:none;
}

#client-listing li
{
padding-left:10px;
padding-top:8px;
}

#port-col-1
{
width:170px;
float:left;
height:100%;
margin-left:20px;
}

#port-col-2
{
width:170px;
float:right;
height:100%;
margin-right:20px;
}

#port-col-3
{
width:170px;
float:right;
height:100%;
margin-right:15px;
}

#portfolio-text-box
{
padding-top:3px;
height:115px;
margin-left:15px;
width:540px;
}

#port-main-list
{
height:100%;
margin-top:35px;
}


#portfolio-pic-list-main
{
width:580px;
height:100%;
margin-top:15px;
}

#portfolio-pic-list1
{
width:290px;
float:left;
height:70px;
}

#portfolio-pic-list2
{
width:290px;
float:right;
height:70px;
}

#form-left
{
height:100%;
}

#top-bg1{
	width:990px;
	float:left;
	background-color:#f2f2f2;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}

#body-main-container{
	width:1003px;
	margin:0 auto;
	}
	
#body-container{
	width:968px;
	margin:0 auto;
	}
	
#heading-main{
	width:968px;
	float:left;
	padding:12px 0 0 0;
	}
	
#portfolio-hdng-main{
	width:633px;
	float:left;
	padding-left:3px;
	}

#portfolio{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FF0000;
	}	
	
#dotted-line{
	background:url(../portfolio/images/dotted-line.gif) repeat-x left;
	width:700px;
	float:left;
	}
	
#b-crumb{
	width:636px;
	float:left;
	}
	
#rgt-links-main{
	width:261px;
	float:right;
	padding:12px 0 0 0px;
	}
	
#hr-line{
	width:968px;
	float:left;
	height:22px;
	}
	
#body-part-1{
	width:966px;
	margin:0 auto;
	}
	
#body-part-details{
	width:930px;
	margin:0 auto;
}
	
#content-part{	
	width:386px;
	float:left;
	padding-right:20px;
	text-align:justify;
	margin-top:20px;
	}
	
#fashion-acc-main{
	width:400px;
	float:left;
	text-align:center;
	height:260px;
	
	}
#accessary-txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	height:25px;
	padding-left:35px;
	text-align:left;
	}
	
#slide-imgs-main{
	width:158px;
	float:left;
	margin-top:25px;
	text-align:center;
	}	
	
.slide-img{
	padding:0 0 0 10px;
	}
	
.hr-line-1{
	width:154px;
	float:left;
	height:8px;
	}
	
#slide-show-main{
	width:968px;
	float:left;
	}

.slide-images-part{
	width:199px;
	float:left;
	}
	
.slide-images-endpart{
	width:172px;
	float:left;
	text-align:right;
	}		
	
.hr-line-2{
	width:968px;
	float:left;
	height:30px;
	}
	
#hr-line-3{
	width:968px;
	float:left;
	height:28px;
	}
	
#olympus-main{
	width:456px;
	float:left;
	}
	
#olympus-spa-hdng{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	height:21px;
	}
	
#cntr-arrow{
	width:98px;
	float:left;
	height:175px;
	/*margin-top:21px;*/
	padding-top:103px;
	text-align:center;
	}
	
#olympus-spa-inner{
	width:500px;
	float:left;
	/*margin-top:21px;*/
	}
	
#nxt-prev-main{
	width:38px;
	float:left;
	margin-top:21px;
	height:202px;
	padding-top:76px;
	}

#olympus-spa-first-image{
	width:332px;
	float:left;
	margin-top:17px;
	}	
	
#bdy-links-main{
	width:946px;
	float:left;
	height:25px;
	padding:0 0 0 22px;
	}

#bdy-links ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
#bdy-links ul li{
	padding:0 20px 0 12px;
	float:left;
	background:url(../portfolio/images/bulit-black.gif) left no-repeat;
	}
	
#bdy-links ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#ff0000;
	text-decoration:none;
	}
	#bdy-links ul li a:hover{
		color:#000000;
		}

#tab-saction-main{
	width:660px;
	float:left;
	
	}
	
#tab-saction-area{
	width:650px;
	float:left;
	}
	
#tab-saction-link{
	width:650px;
	float:left;
	margin-top:12px;
	}
	
#tab-list-main{
	width:610px;
	float:left;
	height:25px;
	}
	
#tab-list-submain1{
	width:366px;
	float:left;
	}
	
#tab-list-submain2{
	width:240px;
	float:left;
	}

.tab-list ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
.tab-list ul li{
	padding:0 0px 0 12px;
	background:url(../portfolio/images/bulit-red.gif) left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	}
	
#imgs-box-main{
	width:270px;
	float:left;
	
	}

#imgs-box-area{
	width:221px;
	float:right;
	}
	
#top-arrow{
	width:223px;
	text-align:center;
	float:left;
	}
	
#imgs-box{
	width:213px;
	float:left;
	border:1px solid #999999;
	padding:7px 0 7px 7px;
	margin-top:5px;
	}
	
.imgs-inner-box{
	width:71px;
	float:left;
	}

.hr-new{
	width:213px;
	height:8px;
	float:left;
	}
	
#bot-arrow{
	width:223px;
	text-align:center;
	float:left;
	margin-top:5px;
	}
	
#onmouse-cat{
	width:600px;
	height:200px;
	background:#F4F3F3;
	border:1px solid #EAE8E8;
	overflow:hidden;
	padding:10px 0 0 0;
	}
	
#onmouse-subcat{
	width:200px;
	float:left;
	}
	
#onmouse-cat ul{
	list-style:none;
	margin:0px;
	padding:0 0 0 18px;
	}
	
#onmouse-cat ul li{
	background:url(../portfolio/images/arrow-grey.gif) left no-repeat;
	padding:1px 0 0 10px;
	margin:0px 0 5px 0;
	}
	
#onmouse-cat ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	}
#onmouse-cat ul li a:hover{
		color:#000000;
	}
.select-free
{
	position:absolute;
	z-index:10;
	overflow:hidden;/*must have*/
}

.bd{ background-color:#f7f7f7; border:1px solid #dbdbdb;}

#dd6{/*left:600px;*/ top:140px; margin:0 0 0 560px; .margin:0 0 0 -400px; overflow:hidden;} 
	
/*#dd6{left:600px; top:142px; }*/

.link-txt-web  {
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color:#272727;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}	
	
.link-txt-web:hover {
	color: #999999;
	background:url(../images/ra-txt-underline.gif) repeat-x bottom;
	}	
	
.sectionlinks-thanks {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
.sectionlinks-thanks:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#category-title {
	font-family:Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}	
.borderit img{
border: 0px solid #FFF;
}

.borderit:hover img{
border: 2px solid #FF0000;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

.borderit2{
border: 2px solid #FF0000;
}

#hr-line-title{
	width:968px;
	float:left;
	height:11px;
	}
	
.latesttext-new {
	color: #336699;
	text-decoration: none;
	font-weight: bold;

}
/*SEM Form */

.intelligence-txt {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #A30632;
	font-weight:bold;
	text-decoration: none;

}
.sectionlinks-new {
	color: #336699;
	text-decoration: underline;
	font-weight: normal;
}
.sectionlinks-new:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

sectionlinks-red{
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
}

.ra-link
{
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	/*color:#333333;*/
	color:#c5030a;
	text-decoration:none;
	border-bottom:1px dotted #c5030a;
	
}

a.ra-link:hover
{
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#c5030a;
	text-decoration:none;
	border-bottom:1px dotted #c5030a;
	background:#ffffe1;
	
}

.ra-link1
{
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:13px;
	/*color:#333333;*/
	color:#c5030a;
	text-decoration:none;
	border-bottom:1px dotted #c5030a;
	
}

a.ra-link1:hover
{
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#c5030a;
	text-decoration:none;
	border-bottom:1px dotted #c5030a;
	background:#ffffe1;
	
}


.r
{
border:1px solid red;
}

.word-head  {
	color:#336699;
	font-size:14px;
	}
	
.box-bdr {
	border:1px solid #d8d6d6;
	}
	
.text-space {
	padding:0 10px 0 0;
	}
	
.bdr{
	border:1px solid #DADADA;
	}
	
.content{
	width:100%;
	float:left;
	}
	
.content p{
	text-align:justify;
	padding:5px 0 0 0;
	}
	
.midas-touch-main{
	width:30%;
	float:left;
	padding:20px 0 0 5%;
	}

.midas-touch-hdng{
	width:100%;
	float:left;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:center;
	}
	
.midas-touch-img{
	width:100%;
	float:left;
	text-align:center;
	padding:10px 0 0 0;
	}

/* icons section */

.section-divider-main2
	{
		width:100%;
		float:left;
		margin:0 0 0 20px;
		
	}

.left-section2
	{
		width:175px;
		float:left;
	}
	
.middle-section2
	{
		width:185px;
		float:left;
	}
	
.right-section2
	{
		width:185px;
		float:left;
	}
	
.bot-line
	{
		width:100%;
		height:13px;
		float:left;
	}
	
/* icon section end */

.icons-tagline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	text-align:center;	
	color:#333333;
	text-align:center;
	padding:5px 0 0 0;
	}

/* form*/
/*.margin-chk {
	margin-left:-1px;
	.margin-left:-4px;
	}
*/	
.form-lft-pad {
	padding-left:5px;
	padding-top:5px;
	}
	
	.form-field {
	padding:5px;
	padding:5px;
	background-color:#ebebeb;
	border:1px solid #cccccc;
	color:#333333;
	}
	
.form-legend {
	color:#c5030a;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	}
	
.lbl label input {
	vertical-align:top;
	margin-top:1px;
/*	.margin-top:-3px;*/
	}
.left {
	float:left;
		}
		
.title-txt{
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	padding:0 0 2px 0;
	text-decoration:none;
	}

	
.article:hover {
	background:#FFFFE1 none repeat scroll 0 0;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	}
.article {
	color:#000;
	font-weight:normal;
	text-decoration:none;
	}
.article-txt-pad {
	padding-left:15px;
	}
	
.article-txt-pad 	{
	margin: 15px 0 0 25px;
	}					
.article-txt-pad li{
	padding: 0 0 10px 0;
	line-height:17px;
	}

.article-list-text {
	margin: 15px 0 0 25px;
	}
.article-list-text li {
	padding: 0 0 5px 0;
	}			
	
	
.picheading
{
	border-bottom:1px solid #e0e2e9;
	margin: 0 0 7px 0;
}

.midas-txt-box {
	width:785px;
	overflow:hidden;
	margin:0 auto;
	}
	
	
.dmoshead
{
	width:60%;
	float:right;
	text-align:center;

}

.textlink
	{	
		font:12px Arial, Helvetica, sans-serif;
		color:#333333;
		font-weight:normal;
		text-decoration:none;
		line-height:17px;
		text-decoration:none;
	}
	
	a.textlink:hover
	{	
		font:12px Arial, Helvetica, sans-serif;
		color:#000000;
		font-weight:normal;
		text-decoration:none;
		line-height:17px;
		text-decoration:underline;
	}
	
	
	.spacer
	{
		width:90%;
		float:left;
	}
/************************social-media*************************/

.bg-heading{ 
background-color:#E5E5E5;
}
.tbborder{border:1px solid #D8D6D6;}
.social_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
.social_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	
}
.social_txt a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#265685;
	text-decoration:none;
}
.social_txt a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333333;
	text-decoration:underline;
}
.social_txt ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:justify;
	padding:0;
	margin:0 0 0 10px;
}
.social_txt ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	
	
}
.paging{
	font-size:12px;
	color:#000000;
}
.paging a{
	font-size:12px;
	text-decoration:none;
	color:#000000;
}
.paging a:hover{
	font-size:12px;
	text-decoration:none;
	color: #336699;
}
.tbbgcl5{
	background-color:#F9F9F9;
}
table{
border-collapse:collapse;
}
.tbbgcl10{
	border:1px solid #999;
}

.tbbgcl11{background-color:#f2f2f2;
	
}

.sub-heading{
	font-size:11px;
	color:#000;
}
.divider
{
	border-top:1px solid #f2f2f2;
}

/*new contact page styles*/

.contactbox
{
	width:710px;
	float:left;
}


.box-bg
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(../images/box.gif) no-repeat top;
	padding:7px;
	width:217px;
	height:75px;
	float:left;
}

.boxhead
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	line-height:18px;
}

.spacer-box

	{

	float:left;

	}
	
/*Social Media Intelligence page styles*/

.smi-list ul
	{
		width:325px;
		margin:0 0 0 20px;
		padding:0px;
		float:left;
	}
	
.smi-list ul li
	{
		margin:2px 0 0 0px;
		padding:0 0 0 12px;
		list-style:none;
		background:url(../images/bullet-smi.gif) no-repeat 0px 8px ;
				
	}
	
.smi-title {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
}

.smi-heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#c5030a;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	
}

.linktext
{
	color:#333333;
	text-decoration:none;
	font-weight:normal;

}

a.linktext:hover
{
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	border-bottom:1px dotted #c5030a;
	background:#ffffe1;
}

/*calendar page styles*/

.calendar-main
	{
		width:962px;
		margin:0 auto;
	}

.cal-spacer
	{
		background:url(../images/cal-spacer.gif) repeat-y right
	}
.black-line
	{
		width:100%;
		height:18px;
		border-bottom:1px solid #B3B3B3;
	}


/* 100303 new link building sample link page edit */

.h1-link{
font-family:Helvetica, Arial, sans-serif, verdana;
font-size:22px;
color:#231F20;
padding:0px;
margin:0px;
margin-left:25px;
}

.h1-link a{
font-family:Helvetica, Arial, sans-serif, verdana;
font-size:16px;
color:#C5030A;
text-decoration:none;
background:#eee;
padding:5px;
font-weight:bold;
border:1px solid #C5030A;
}

.h1-link a:hover{
border:1px solid #000;

}

.report{
	border:1px solid #ccc;
	border-bottom:none;
	border-left:none;
	}
	
	.report th{
	background:#eee;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
	
	.report td{
	background:#F7F7F7;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:12px;

	}
	
	.report a{
	color:#333;
	text-decoration:none;
	}
	
	.report a:hover{
	color:#C5030A;
	}
	
	
	.sample-link ul{
	padding:0px;
	margin:0;
	}
	
	.sample-link ul li{
	list-style:disc;
	padding:0px;
	margin:0px 0px 0px 20px;
	
	}
	
	.sample-link ul li a{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#444;
	padding:3px;
	
	
	}
	
.sample-link ul li a:hover{
	color:#C5030A;
	background:#eee;
	}
	
.offer-detail{
	margin:0px 0px 0px 20px;
	}

.reoprt-title td{
background:#ddd;
}

.close-window a{
color: #A30632;
}

.close-window a:hover{
color: #000;
}


/*----------index page new-----------*/

#home-left
	{
		width:680px;
		float:left;
		margin:30px 0 0 12px;
		_margin:30px 0 0 6px;
		padding:0px;
	}
	
#doms-text
	{
		width:100%;
		text-align:justify;
	}
	
#doms-text a
{
color:#333333;
font-family:Arial,Trebuchet MS,Tahoma,Verdana,Helvetica,sans-serif;
font-size:12px;
line-height:18px;
text-decoration:none;
}

#doms-text a:hover
{
color:#333333;
font-family:Arial,Trebuchet MS,Tahoma,Verdana,Helvetica,sans-serif;
font-size:12px;
line-height:18px;
border-bottom:1px dotted #c5030a;
background:#ffffe1;
text-decoration:none;
}
	
	
	
	
	
	
.tag-line1
	{
		width:100%;
		float:left;
		text-align:center;
		margin:12px 0 12px 0;
	}
	
.gray-box
	{
		width:674px;
		float:right;
		margin:0px;
	}
	
.gray-top
	{
		width:100%;
		background:url(../images/gray-bg-top.gif) repeat-x;
		height:8px;
		clear:both;
	}
	
.gray-mid
	{	width:672px;
		background:url(../images/gray-bg-mid.gif) repeat-x bottom #F9F9F9;
		display:block;
		overflow:auto;
		border-left:1px solid #EBEBEB;
		border-right:1px solid #EBEBEB;
		
	}
	
.gray-btm
	{
		width:100%;
		background:url(../images/gray-bg-btm.gif) repeat-x;
		height:8px;
		clear:both;
	}
	
.box-div
	{
		width:206px;
		float:left;
		text-align:left;
		line-height:16px;
		background:url(../images/box-rt-border.gif) no-repeat right bottom;
		margin:0 0 0 9px;
		padding:0 9px 0 0px;
		_margin:0 0 0 6px;
		_padding:0 6px 0 0px;
	}
	
.box-heading
	{
		padding-bottom:3px;
		height:27px;
		background:url(../images/h-dot-line.gif) repeat-x bottom;
	}
	
.box-heading1
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#333333;
		float:left;
		padding:5px 0 0 0;
		}

.box-heading1 a
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#333333;
		text-decoration:none;
		
		}
		
		
		
		
.box-text
	{
		font:11px Arial, Helvetica, sans-serif;
		color:#666666;
		text-align:left;
		margin:0px;
	}
	
	
	.box-text a
	{
		font:11px Arial, Helvetica, sans-serif;
		color:#666;
		text-align:left;
		text-decoration:none;
		margin:0px;
		
	}
		
	
			.box-text a:hover
	{
		font:11px Arial, Helvetica, sans-serif;
		color:#333;
		text-align:left;
		text-decoration:none;
		margin:0px;
		
	}
		
.read-more
	{
		width:206px;
		float:left;
		margin:0px 0 0px 9px;
		padding:0 9px 0px 0px;
		_padding:0 6px 0px 0px;
		font-size: 11px;
		color: #cc3333;
		text-align:right;
		font-weight: normal;
	}	
	
.read-more a
	{
		font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
		font-size:11px;
		color: #cc3333;
		text-align:right;
		font-weight: normal;
		text-decoration:none;
		border-bottom:1px dotted #c5030a;
	}	
	
.read-more a:hover
{
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#c5030a;
	text-decoration:none;
	border-bottom:1px dotted #c5030a;
	background:#ffffe1;
	
}

	
	
#home-right
	{
		width:258px;
		background:url(../images/rt-bg.gif) repeat-x bottom #F9F8F8;
		border:1px solid #EBEBEB;
		float:right;
		margin:19px 0 0 0;
		padding:0 9px 0 9px;
		_padding:0 6px 0 6px;
	}

.rt-panel
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:17px;
		color:#424242;
		width:258px;
		height:32px;
		font-weight:normal;
	}	
.rt-icon
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:17px;
		color:#424242;
		width:37px;
		float:left;
		font-weight:normal;
	}
	
.rt-heading
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:17px;
		color:#424242;
		width:210px;
		height:27px;
		padding: 5px 0 0 0;
		font-weight:normal;
	}
	
	
.rt-heading a
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:17px;
		color:#424242;
		font-weight:normal;
		text-decoration:none;
	}
	
	
.right-txt
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333333;
		line-height:normal;
		margin:8px 0 0 0px;
		padding-bottom:5px;
		background:url(../images/h-dot-line.gif) repeat-x bottom;
	}
	
.rt-img
	{
		float:right;
		display:block;
		overflow:hidden;
		margin-left:5px;
		text-align:center;
	}
	
.read-more1
	{
		font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
		font-size:11px;
		color: #cc3333;
		text-decoration:none;
		
	}	
	
.read-more1 a
	{
		font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
		font-size:11px;
		color: #cc3333;
		text-decoration:none;
		
	}	
	
.read-more1:hover
{
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#c5030a;
	text-decoration:none;
	border-bottom:1px dotted #c5030a;
	background:#ffffe1;
	
}

.head1 {
	color:#333;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
}

.butcherblock
{
background:url(../images/butcherblock.gif) right no-repeat;
}

.moosejaw
{
background:url(../case-studies/images/moosejaw-logo.gif) right no-repeat;
}

.kitchen-island
{
background:url(../case-studies/images/kitchen-island-logo.jpg) right no-repeat;
}


.passged
{
background:url(../case-studies/images/passged-logo.gif) right no-repeat;
}

.cashone
{
background:url(../case-studies/images/cashone-logo.gif) right no-repeat;
}

.taskescape
{
background:url(../case-studies/images/taskescape-logo.gif) right no-repeat;
}

.indiebike
{
background:url(../case-studies/images/indiebike-logo.gif) right no-repeat;
}

.proacousticsusa
{
background:url(../case-studies/images/proacousticsusa-logo.gif) right no-repeat;
}

.stainlesssteelstore
{
background:url(../case-studies/images/stainlesssteelstore-logo.gif) right no-repeat;
}


.loftsmemphis
{
background:url(../case-studies/images/loftsmemphis-logo.gif) right no-repeat;
}

.bmstravel
{
background:url(../case-studies/images/bmstravel-logo.gif) right no-repeat;
}

.famous-smoke
{
background:url(../case-studies/images/famous-smoke-logo.gif) right no-repeat;
}

.catchannel
{
background:url(../case-studies/images/catchannel-logo.gif) right no-repeat;
}

.baytreesolutions
{
background:url(../case-studies/images/baytreesolutions-logo.gif) right no-repeat;
}

.dogchannel
{
background:url(../case-studies/images/dogchannel-logo.gif) right no-repeat;
}

.dwfritz
{
background:url(../case-studies/images/dwfritz-logo.gif) right no-repeat;
}

.stamp-connection
{
background:url(../case-studies/images/stamp-connection-logo.gif) right no-repeat;
}

.dubaiapartments
{
background:url(../case-studies/images/dubaiapartments-logo.gif) right no-repeat;
}

.hatcountry
{
background:url(../case-studies/images/hatcountry-logo.gif) right no-repeat;
}

.henryturleyrealtors
{
background:url(../case-studies/images/henryturleyrealtors-logo.gif) right no-repeat;
}

.firepitsinc
{
background:url(../case-studies/images/firepitsinc-logo.gif) right no-repeat;
}

.get-licensed
{
background:url(../case-studies/images/get-licensed-logo.gif) right no-repeat;
}
.hedgeco
{
background:url(../case-studies/images/hedgeco-logo.gif) right no-repeat;
}

.therapii
{
background:url(../case-studies/images/therapii-logo.gif) right no-repeat;
}

.termland
{
background:url(../case-studies/images/termland-logo.gif) right no-repeat;
}

.celtic-weddingrings
{
background:url(../case-studies/images/celtic-weddingrings-logo.gif) right no-repeat;
}

.flashreferral
{
background:url(../case-studies/images/flashreferral-logo.gif) right no-repeat;
}

.big-text
    {
        font-size:14px;
    }
   
   
.ra-link2
{
    font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:14px;
    /*color:#333333;*/
    color:#c5030a;
    text-decoration:none;
    border-bottom:1px dotted #c5030a;
   
}

a.ra-link2:hover
{
    font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:14px;
    color:#c5030a;
    text-decoration:none;
    border-bottom:1px dotted #c5030a;
    background:#ffffe1;
   
}

/*------------new testimonial----------------*/

#basic-accordian{
	z-index:2;
	margin-left:auto;
	margin-right:auto;
	width:625px;
}

.accordion_headings{
	padding:5px;
	background:#fff;
	color:#336699;
	height:57px;
	cursor:pointer;
	border-bottom:1px dotted #cdcdcd;
	font:12px Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-weight:bold;
}

.accordion_headings img{
	float:left;
	padding-right:15px;
}

#basic-accordian .accordion_headings small{
	color:#282828;
	font:12px Helvetica, sans-serif;
}


.accordion_headings:hover,
#basic-accordian .accordion_headings:hover small
{
	color:#20456a;
	background:#f9f9f9;
}

.accordion_child{
	padding:10px 5px;
	font:11px/16px Arial, Helvetica, sans-serif;
	background:#fff;
	border-bottom:1px dotted #cdcdcd;
}

.header_highlight,
#basic-accordian .header_highlight small
{
	border-bottom:none;
	background:#fff;

}


/*------link-building offer----*/

.link-building-img
	{
		width:351px;
		float:right;
		margin:0 0 0 10px;
	}
	
.lbo-heading
	{
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:19px;
		color:#336699;
		
	}
.title-txt1{
	color:#336699;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding:0 0 2px 0;
	text-decoration:none;
	}
	
.tabborder{
border:1px solid #eeeded;
background-color:#f9f9f9;
line-height:18px;
}

.tabborder td{
line-height:18px;
}

.offer-of-month
	{
		width:425px;
		float:right;
		margin:0 0 0 25px;
	}
	
.offer-of-month1
	{
		width:400px;
		float:right;
		margin:0 0 0 45px;
	}
	
.offer-of-month-testimonial
	{
		width:290px;
		float:left;
		margin:0 20px 0 0;
		padding-right:20px;
		text-align:left;
		border-right:1px dotted #cccccc;
	}
	
.offer-of-month-testimonial1
	{
		width:390px;
		margin:0 0px 0 0;
		border-bottom:1px dotted #cccccc;
		overflow:hidden;
	}
	
.img-pad
	{
		padding:0 0 10px 10px;
	}
	
.tdbglcnew {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f6fbfd;
	color: #504F4F;
	text-decoration: none;
}


.bg-heading-new{ 
background-color:#d2dbe0;
}

.lifetime
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#D20912;
		text-align:center;
	}
	
.lifetime-large
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#04537B;
		text-align:center;
		border-bottom:1px  dotted #cccccc;
		padding-bottom:2px;
	}
	
.lifetime-bold
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#04537B;
		
	}
	
.new-banner 
	{
		width:100%;
		clear:both;
	}
	
.new-banner img 
	{
		float:left;
		display:block;
		margin:0 8px 21px 0;
	}
	
	
.quality {
	background:url(../images/quality-parameters.jpg)right top no-repeat;
	width:100%;
}



/*Tool Tip Start*/

#dhtmltooltip{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	line-height:15px;
	text-align:justify;
	position: absolute;
	border: 1px solid #cccccc;
	padding: 5px;
	background:#ffffee;
	/*filter: alpha(opacity=90);
    opacity: .9;*/
	visibility: hidden;
	z-index: 100;
	clear: both;
}

/*Tool Tip End*/
.description{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#292929; font-weight:normal; text-decoration:none; padding-right:5px;}

.tdbgcl
	{
		background:#FFFFFF;
	}
	
.padding{
	padding:10px;
	text-align:justify;
	}