/* 
Author:	Parag Jagdale of Un-identified.com
File:		SpecificStyle.css
Purpose:	Defines the styles for a specific page or feature
*/

div.homepageContent h2{
	color:#cb9500;
}

div.homepageIntro{
	text-align:center;background:url(../images/CC_home_content_re.jpg) left bottom repeat-x;width:768px;
	margin:0;
	padding:0;	
	float:left;
}

div.homepageContent{
	background-color:#ffe57a;width:768px;margin:0px;
	margin:0;
	padding:0;
	
	float:left;
}

div.homepageContent h2, div.homepageContent h3, div.homepageContent h5{
	margin-left:5px;
}

div.homepageContent div.leftColumn{
	width:455px;
	float:left;padding-top:8px;
	background-image:url(../images/CC_home_secbg_whit.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
}

div.homepageContent div.rightColumn{
	width:305px;
	float:right;padding-top:8px;
	background-image:url(../images/CC_home_secbg_whit.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
}

div.subColumn h3{
	color:#fff;
	background-color:#ffbc38;
	padding:4px;
	
}

div.homepageContent div.leftColumn div.subColumn{
	float:left;
	width:215px;
	
}

div.homepageContent div.rightColumn div.subColumn{
	float:left;
	width:200px;
	
}



div.homepageContent img{
	border:0px;
	margin-left:30px;
}

div.homepageContent h4{
	color:#000;
}

div.homepageContent a{
	border:0px;
}

div.homepageFoot{
	width:768px;
	height:40px;
	float:left;
	background-color:#697a9d;
	text-align:center;
}


/* --- Pricing Table -------------------------------*/
table.pricingTable{
	padding:0px;
	margin:10px 0px;
}

table.pricingTable tr{
	padding:0px;
}
table.pricingTable tr td{
	padding:0px;
}
table.pricingTable tr td.question{
	width:155px;
	padding:0px;
	background-image:url(../images/externalInfoTab_head.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

table.pricingTable tr td.question div.tabContent{	
	margin:0;
	
	text-align:left;
	padding:4px 4px 4px 10px;
	color:#336699;
	background-image:url(../images/externalInfoTab_re.jpg);
	background-position:top left;
	background-repeat:repeat-y;

}
table.pricingTable tr td.question div.tabFoot{
	height:8px;
	background-image:url(../images/externalInfoTab_foot.jpg);
	background-position:top left;
	background-repeat:no-repeat;

}

table.pricingTable tr td.answer{
	border:2px solid #ccced0;
	border-bottom:0;
	border-left:0;
	width:130px;
	text-align:center;
}

table.pricingTable tr td.firstColumn{
	border-left:2px solid #ccced0;
}
table.pricingTable tr td.lastRow{
	border-bottom:2px solid #ccced0;
}
table.pricingTable tr td.answer p{
	font-size:100%;
	margin:0px;
}
table.pricingTable tr th{
	text-align:center;
	
}


/* --- Pricing Table ----------------------------END---*/


