@charset "utf-8";
/*============This section of CSS holds all branding/colour schemes for the LIVE section content===========*/	

html body {
	background-image:url(/images/layout_assets/live-bg.jpg);
	background-position:center 0;
	background-repeat:repeat-y;
	background-color: #b8b8b8;
}
	
#content {
	background-image:url(/images/layout_assets/bk_live.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	}

#content h2 {
	color:#d78900;
	border-bottom-color:#d78900;
}

body #wrap #main #content .gallery .tn a {border-color:#6b6b6b;}
body #wrap #main #content .gallery .tn a:hover {border-color:#d78900;}

body #wrap #main #content {

	background-position:0 0;
	background-repeat:no-repeat;
	}

#content h3 {
	color:#666666;
	border-bottom:none;
}

body #wrap #menuh-container #menuh ul li a, body #wrap #menuh-container #menuh p a {
	color:#333333;
	}

body #wrap #menuh-container #menuh ul li a:hover, body #wrap #menuh-container #menuh p a:hover {
	color:#000000;
	}

/*============Sidebar colour styles for Live section===========*/	
#main #sidebar h2 {
	background-color:#d78900;
	}

#main #sidebar a {
	color:#6b6b6b;
	}

#main #sidebar a:hover {
	color:#d78900;
	}	
	
#main #sidebar dl dt {
	background-color:#999999;
	}
	
#main #sidebar dl dt a {
	border:1px solid #6b6b6b;
	}

#main #sidebar dl dt a:hover {
	border:1px solid #d78900;
	}

#main #sidebar .sidebar-downloads h3 {
	color:#d78900;}

/*============2 Col Colour styles for Live section===========*/	
#main #content #col_lft h3, #main #content #col_rt h3 {
	color:#d78900;
}


#main #content #col_lft .item p a, 
#main #content #col_rt .item p a {
	color:#333333;
	}

#main #content #col_lft .item p a:hover, 
#main #content #col_rt .item p a:hover {
	color:#d78900;
	}


/*============2 Col layout thumbnail styles for Live section===========*/	
#main #content #col_lft .item .thumb, #main #content #col_rt .item .thumb, body #wrap #main #content .item .thumb {
	background-color:#999999;
	}

#main #content #col_lft .item .thumb a, #main #content #col_rt .item .thumb a, #main #content .banner a, body #wrap #main #content .item .thumb a{
	border:1px solid #999999;
	}

#main #content #col_lft .item .thumb a:hover, #main #content #col_rt .item .thumb a:hover, #main #content .banner a:hover, body #wrap #main #content .item .thumb a:hover{
	border:1px solid #d78900;
	}

#main #content p a, #main #content a, #main #content ul li a {
	color:#333333;
	}

#main #content p a:hover, #main #content a:hover, #main #content ul li a:hover {
	color:#d78900;
	}

/*============Styles for Live product pages===========*/	
#main #content .itemBox a{
	border:1px solid #ececec;
	}
		
#main #content .itemBox a:hover{
	border:1px solid #d78900;
	}

body #wrap #main #content .multicol p.price strong {
	background-color:#999999;}

#wrap .feature-col h2 {
	background-color:#D78900;
	}

body #wrap .feature-col p.button a {
	background-color:#FF9900; 
	color:#000000!important;
	}

body #wrap .feature-col p.button a:hover {
	color:#FFFFFF!important;
	}
