@charset "UTF-8";
/* CSS Document */
<style type="text/css">
#modernbricksmenu{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#modernbricksmenu ul{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	margin-left: 285px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
#modernbricksmenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}
#modernbricksmenu a{
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 8px; /*Top-Bottom Left-Right*/
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #FE9900; /*Orange menu color*/
/*	border-top: 10px solid #462B7D; Two-tone effect*/
	border-bottom: 1px solid white;
}
#modernbricksmenu a:hover{
	background-color: #FF6600; /*Dark Orange Menu hover bgcolor*/
}
#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #10682B; /*Purple color theme*/
	border-color: #10682B; /*Purple color theme*/
}
#modernbricksmenuline{
	clear: both;
	padding: 0;
	padding-right: 0px;
	width: 842px;
	height: 28px;
	line-height: 5px;
	background: #10682B; /*Purple color theme*/
}

/* These two are for the little bit of text in the purple bar */
#dyna_loc {
	float:left;
	width:300px;
	z-index:10;
}
.dyna_text {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:28px;
	text-align:left;
	padding-left:10px;
}
/* These two are for the category subhead backgrounds */
#cat_blockimage {
	display: block;
	width:480px;
	padding-top:8px;
	padding-bottom:12px;
	background-image: url(/main/images/titlebars.jpg);
	background-repeat: no-repeat
}
.cat_title {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:center;
}

#cat_blockimage_wide {
	display: block;
	width:480px;
	padding-top:8px;
	padding-bottom:12px;
	background-image: url(/main/images/titlebars_wide.jpg);
	background-repeat: no-repeat
}

#cat_blockimage_tall {
	display: block;
	width:480px;
	padding-top:8px;
	padding-bottom:12px;
	background-image: url(/main/images/titlebars_tall.jpg);
	background-repeat: no-repeat
}

/* These three pad the three columns of the main content area */
#left_content {
	padding:5px 5px 5px 15px;
}
#center_content {
	padding:5px 10px;
}
#right_content {
	padding:5px 0px;
}

#topper {
	position:relative;
	width:850px;
	height:245px;
	padding:0px;
	margin:0px;
	z-index:777;
}
#dropdown {
	float:left;
	position: absolute;
	left:0px;
	top:0px;
	/*	background-color:#FF00FF; */
	padding:0px;
	margin:0px;
}
#flexdata {
	float:left;
	position: absolute;
	left:292px;
	top:93px;
	/*	background-color:#FF00FF; */
	padding:0px;
	margin:0px;
	width: 320px;
	height: 138px;
}

#freeship {
	float:left;
	position: absolute;
	left:15px;
	top:245px;
	padding:0px;
	margin:0px;
}

</style>
