body {
	padding: 0;
	margin: 0;
	background-image:url(../img/grey_grid2.jpg);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #0069aa; 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 80px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #747474; /*Brown color theme*/ 
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #0069aa; /*Brown color theme*/ 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #0069aa; /*Brown color theme*/ 
color: white;
border-color: #0069aa; /*Brown color theme*/ 
}


#content {
	width: 860px;
	margin: 0px auto 0;
	background: #fff;
	border: solid 2px #ccc;
	padding: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0069aa;
}

.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #0069aa;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
}

.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}
.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0069aa;
}

.style4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 250px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(../img/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(../img/glossyback2.gif);
}

