﻿@charset "UTF-8";
@import url(../content.css);
@import url(../brandfinder.css);
@media all
{
body { background: white url("../../images/colour_theme_blue/background-gradient.png") repeat-x top left; padding: 0px 0; overflow-x:hidden;overflow-y:visible;}

	
	h2 {color: #666666; }   
	       /* 24px */
	h3 { color: #0076BE}                        /* 18px */
	a {color: #3c6caa;}
	a:focus,
	a:hover,
	a:active {color: #0076BE; }

	#footer a, 
	#footer a:focus, 
	#footer a:hover,
	#footer a:active {font-weight:normal; color: #888888; }

	#topnav a {color: #7DA7D9; }
	#topsearchbox{	
		color: #0076BE;	
		text-align:right;
		margin-top:3px;		
/*		margin-right:10px;	*/	
	}
	#header {
		background-image:none;
		font-size: 87%;
	}

	#themeImage {
		background-position: left;
	}
	
	.gen{
		border:1px solid red;
		margin:0.5em;
	}
	.introLink a:hover,
	.introLink a:active,
	.introLink a:focus{
		color:#0076BE;
	}
	
	#col3 table.fullwidthtable tbody{
	border:1px solid #CBBB83;
}
	
	#col3 table.fullwidthtable{
		margin:1px;
		border:1px solid #E5DDC1;
		margin-top:15px;
		width: 610px;
		margin-bottom:10px;
	}
	
	#col3 #newsListing table.fullwidthtable{
		border: none;
		border-collapse: separate;
		font-size:1.0em;
	} 
	
	
	#col3 table.fullwidthtablenoborder{
		margin:1px;
		border:none;
		margin-top:15px;
		width: 610px;
		margin-bottom:10px;
		border-collapse: separate;
	}
	
	#col3 table.fullwidthtablenoborder td{
		white-space:normal;
		border:none!important;
	}

	#breadcrumbInner{		
		color:#4271a9;
/*	 	border-bottom: 1px solid #CCCCCC; */
		padding-bottom:3px;
	}

	#breadcrumbInner a{		
		color:#4271a9;
	 	border-bottom: 1px solid #CCCCCC;
		padding-bottom:3px;
		font-weight:bold;		
	}
	
	#footer{
		border-top: none;
		background: url("../../images/footerbg.png") repeat-y  0 0;
		margin-top:10px;
		width:930px;
	}

#leftObjects h2{
	color:#4976B0;
	
}
div.contactinfo ul li a:link, div.contactinfo ul li a:visited{
	color: #888888;
	text-decoration:underline;
}

div.centerObjectSet .heading h2{
	color:#6389BB;
	font-family: "HelveticaNeueLTStd", ThCn;
	
} 

div.object h3{
	color: #666666;
	font-size: 98%;
}

#productcontent p{
	line-height:120%;
	padding-right:	10px;
}
	
}

