body {
	padding: 0;
	margin: 0;
	background-image:url(../img/backround.jpg);
	background-repeat: repeat-x;
}

h1.heading {
	color:#1F394D;
	 font-size:25px;
	 text-align:right;
	 padding-right:10px;
	 border-bottom: solid 2px #1F394D;
	 font-family:'Arial Black', Gadget, sans-serif;
	 font-weight:600;
	 margin-top:10px;
	 margin-bottom:10px;
}

#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #0f5f2c; 
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: #0f5f2c; /*Brown color theme*/ 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #0f5f2c; /*Brown color theme*/ 
color: white;
border-color: #0f5f2c; /*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:18px;
	font-weight:bold;
	color:#0f5f2b;
}

.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0f5f2b;
}

.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.style4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}

.style5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0f5f2b;
}

.main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #0f5f2b;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
}

.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}


.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);
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #8a8a8a;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8a8a8a;
	box-shadow:inset 0px 1px 0px 0px #8a8a8a;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23946d), color-stop(1, #104432) );
	background:-moz-linear-gradient( center top, #23946d 5%, #104432 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23946d', endColorstr='#104432');
	background-color:#23946d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #104432;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #104432), color-stop(1, #23946d) );
	background:-moz-linear-gradient( center top, #104432 5%, #23946d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#104432', endColorstr='#23946d');
	background-color:#104432;
	text-decoration:none;
	color:#ffffff;
}.myButton:active {
	position:relative;
	top:1px;
}
