#top_section{
	background:url('/graphics/demo/shared/consumer_div_bg.jpg') repeat-x top left;
	border:1px solid white;
	height:340px;
	margin:0;
}
#left_heading{
	padding:10px;
	float:left;
}
#left_heading h1{
	font-size:28px;
	color:white;
	padding:0;
	margin:0;
}
#left_heading h2{
	font-size:12px;
	color:white;
	padding:0;
	margin:0;
}
#top_nav ul{
	margin:0 0 0 15px;
	list-style:none;
	clear:both;
	padding:0;
}
#top_nav ul li{
	padding:3px 0 0 5px;
	font-weight:bold;
	margin:0 10px 5px 0;
	font-size:12px;
	width:114px;
	height:19px;
	float:left;
}
li.button_on{
	background:url('/graphics/demo/shared/Button_on.gif');
	cursor:pointer;
	color:black;
}

li.button_off{
	background:url('/graphics/demo/shared/Button_off.gif');
	cursor:pointer;
	color:white;
}
li.button_off:hover{
	background:url('/graphics/demo/shared/Button_on.gif');
	cursor:pointer;
	color:black;
}

#top_nav p{
	margin-right:10px;
	font-weight:bold;
	float:right;
}

#top_nav a{
	color:white;
}
#thumbnails{
	position:relative;
	top:10px;
	margin:5px 0;
	clear:both;
}
#thumbnails a{
	text-align:left;
	font-size:10px;
	color:white;
}

#viewmoreproducts{
	margin:5px;
}

#bottom_section {
	margin:10px 0px 0 0;
	background-color:#dadada;
}
#bottom_section p {
	padding-top:0px;
	color:black;
}
#bottom_section h2 {
	font-weight:bold;
	text-align:left;
	display:inline;
	font-size:12px;
}
#bottom_section ul {
	width:100px;
	list-style:none;
	margin:0;
}
#bottom_section ul li a{
	text-decoration:none;
}
#bottom_section ul li{
	font-weight:normal;
}
#tiles .left, #tiles .right, #tiles .bottom, #tiles .system_image, #tiles ul {
	border:0px dotted red;
}

#tiles .left{
	float:left;
}	
#tiles .right{
	padding-top:6px;
	float:left;
	width:215px;
}

#tiles .bottom{
	clear:both;
	text-align:right;
	position:relative;
	bottom:0;
}
#tiles h1{
	font-weight:bold;
	font-size:10px;
	margin:5px;
}

#tiles .system_image{
	float:left;
	margin:5px 15px;
}

#tiles .system_name{
	font-size:11px;
	font-weight:bold;
}

#tiles ul {
	width:75px;
	float:left;
	padding: 0;
	margin: 5px;
}

#thumbnails{
	height:200px;
}

#top_section .footer{
	margin: 50px 10px 0 0;
	font-weight:bold;
	text-align:right;
	color:#fede2a;
}

#tiles .live_image{
	border:1px solid black;
	margin: 5px;
	padding:1px;
	height:90px;
	width:120px;
}

#tiles p{
	text-align:center;
}

.top_thumbnail{
	border:1px solid white;
	padding:2px;
}

.currentLocation a{
	font-size:11px;
}
/*HELPER CLASSES*/
.pt5 {padding-top:5px}
.bold {font-weight:bold}
.f_r {float:right}
