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


/* COLOURS ***************************************************** */

/* #52c6c2 - blue background */

/* #fafaf0 - white canvas */

/* #ea4486 - pink rollover */

/* #666 - grey text */

/* #6c6c6c - grey breadcrumbs */

/* #89bfcf - blue left panel rollover */

/* ************************************************************* */










#top-middle {
	width:840px;
	float:left;
	background:#fafaf0 url(../global-images/bg-header-top.jpg) no-repeat top;
	height:auto;
}
#second-middle {
	width:840px;
	float:left;
	background:#fafaf0 url(../global-images/bg-header-second.jpg) no-repeat top;
	height:auto;
}




/* NAV PANEL *********************************************************** */


#navpanel-top {
	float:left;
	width:185px;
	clear:both;
	margin:8px 0 0 20px;
}

*html #navpanel-top {
margin:10px 0 0 10px;
}

#navpanel-top-foot {
	float:left;
	background:url(../global-images/nav-panel-foot2.gif) no-repeat top;
	height:98px;
	width:185px;
	padding: 10px 0px 0px 0px;
}

#navpanel-top-foot p {
	text-align:left;
	font-size:9px;
	color:#fff;
	float:left;
	line-height:14px;
	padding:12px 0px 5px 11px;
	display: inline;
}

*html #navpanel-top-foot p {
margin-left:0px;
}



#navpanel-newsevents{
	text-align: left;
	float:left;
	width:164px;
	margin-left: 9px;
	height: 440px;
}
	*html #navpanel-newsevents{
	margin-left: 5px;
}
#navpanel-newsevents a{
	color: #666666;
	text-decoration: underline;
	line-height: 16px;
}
#navpanel-newsevents a:hover{
	color: #ea4486;
}





/* CONTENT *********************************************************** */

#content-top-right {
	float:right;
	width:615px;
	padding-right:20px;
	text-align:left;
	margin: 8px 0px 0px;
}

/**html #content-top-right {
margin-top:165px;
width:615px;
}*/


*html #random-visual {margin-top:2px;}

#select {
	float:left;
	background: url(../global-images/top-bg-select.jpg) no-repeat left top;
	width: 615px;
}
#select p {
	font-size:12px;
	line-height:24px;
	margin: 12px 0px 0px;
	padding: 0px 2px;
}
#select-business {
	float: left;
	width: 185px;
	margin: 0px 20px;
}
	*html #select-business {
	margin: 0px 20px 0 10px;;
}
#select-decorators {
	float: left;
	width: 185px;
	margin: 0px 20px 0px 0px;
}
#select-consumers {
	float: left;
	width: 185px;
}



/* Float Clrea ********************************************************** */

.clearfix{
	zoom: 100%;
}

.clearfix :after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

.

