@import url("international-core.css");

/* 
	Overrides or adds styles needed above and beyond what is found in global_div.css that is specific to the CE pages
*/

@media all 
{

	div#international-head
	{
		background-image: url(international-assets/images/TopBannerHome.jpg); 
		height: 120px; 
	}
	div#content-center
	{
		background-color: Transparent;
		padding:0px;
		margin: 0px 0px 0px 10px;
	}
	div#content-main
	{
		padding-left:20px;
	}
	
	div#left-column
	{
		display: none;
	}
	div#right-column
	{
		display:none;
	}
	
	/* feature buttons */
	.feature h2
	{
		font-size:12px;
		font-weight:bold;
		padding:0px;
	}
	.feature img 
	{
		margin: 0px 0px 6px 0px;
	}
	.feature p
	{
		padding:0px;
		margin:0px;
	}
	.feature
	{
		float:left; 
		width:225px;
		height:271px;
		padding: 11px;
		margin: 15px 5px 10px 5px;
		background-color: #dde1da;
		background-image:url(international-assets/images/homefeaturebg.jpg);
		line-height:16px;
		letter-spacing:0px;
		font-size:12px;
	}		
	.marvin-distributor #title-image
	{
		background-image: url(international-assets/images/homefeaturetitle1.gif);
		background-repeat: no-repeat;
		height: 30px;		
	}
	.marvin-windows #title-image
	{
		background-image: url(international-assets/images/homefeaturetitle2.gif);
		background-repeat: no-repeat;
		height: 30px;		
	}
	.marvin-doors #title-image
	{
		background-image: url(international-assets/images/homefeaturetitle3.gif);
		background-repeat: no-repeat;
		height: 30px;		
	}
	.homehightlight
	{
	line-height:16px;
	width:240px;
	margin-left:20px;
	padding:15px 0px 15px 0px;
	border-bottom: 1px solid #c6c5bd;
	}
	/*-- feature buttons */
	
}
@media print
{
	
}
