#maincontainer {
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	text-align: left;
}

body {
	margin: 10px;
	padding: 0px;
	background: #000000;
	color: #ffffff;
	font: 15px Tahoma;
}
body a	{
	color: #ff5900;
	text-decoration: none;
}
body a:hover {
	color: #ffffff;
	text-decoration: none;
}

.main {
	font: 12px Verdana;
	font-weight: bold;
}



#modernbricksmenu{
padding: 0;
width: 960px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*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 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #555555; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #ff5900; /*Brown color theme*/ 
border-color: #ff5900; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 960px;
height: 5px;
line-height: 5px;
background: #ff5900; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}

#categoryheader {
	font: 15px Verdana;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	background: #555555;
	color: #ffffff;
	clear: left;
	width: 960px;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: #aaaaaa 1px dotted;
	border-bottom: #aaaaaa 1px dotted;
}

#categorydesc {
	font: 11px Verdana;
	font-style: italic;
	text-align: left;
	background: #000000;
	color: #ffffff;
	clear: left;
	width: 960px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: #ffffff 1px dotted;
	border-top: #ffffff 1px dotted;
}

#aboutheader {
	font: 15px Tahoma;
	font-weight: bold;
	text-align: left;
	background: #555555;
	color: #ffffff;
	clear: left;
	width: 960px;
	margin-top: 15px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: #aaaaaa 1px dotted;
	border-bottom: #aaaaaa 1px dotted;
}

#aboutdetails {
	font: 15px Tahoma;
	text-align: left;
	background: #000000;
	color: #ffffff;
	clear: left;
	width: 960px;
	padding-top: 13px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


#footer {
	font: 11px Verdana;
	text-align: center;
	background: #000000
	color: #ffffff;
	clear: left;
	width: 960px;
	padding: 4px 0;
	/* top margins set in above elements for Firefox */
	margin-top: 20px;
	padding-top: 5px;
	border-top: #ff5900 1px solid;
}

#main_logobox {
	font: 11px Tahoma;
	font-weight: bold;
	text-align: center;
	background: #000000;
	color: #ffffff;
	clear: left;
	width: 960px;
	margin-top: 15px;
	padding-top: 4px;
	padding-bottom: 12px;
	border-left: #555555 4px dotted;
	border-right: #555555 4px dotted;
	border-top: #555555 4px dotted;
}


#main_linksbox {
	font: 15px Tahoma;
	font-weight: bold;
	text-align: center;
	background: #000000;
	color: #ffffff;
	clear: left;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 4px;
	border: #555555 4px dotted;
}

#main_details {
	font: 11px Tahoma;
	text-align: center;
	background: #000000;
	color: #ffffff;
	clear: left;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 4px;
}



#mainfooter {
	font: 11px Verdana;
	text-align: center;
	background: #000000
	color: #ffffff;
	clear: left;
	width: 368px;
	padding: 4px 0;
	/* top margins set in above elements for Firefox */
	margin-top: 20px;
	padding-top: 12px;
	border-top: #555555 1px solid;
}
