body {
		background-color: #8C4242;
		/*background-color: #FF9900;*/
		/*background-color: #8c0000;*/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;		
		color: #000;
}

#mainBody
{
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right:auto;
		margin-left:auto;
		width: 650px;
		padding: 10px;
		background-color: #CAB769;
		color: #000;
		text-align: left;		
}
	
a {
	color: #ff0a44;
	text-decoration: none;

}

a:visited {
	text-decoration: none;
}

a:hover {
	/*border-bottom: 1px solid #3a75ae;*/
	color: #333333;
	background-color: #ccc;
	
}
td p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;		
		color: #fff;
		margin:10px 10px 10px 10px;
}
td li{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;		
		color: #fff;
		margin-bottom:2px;
}
td a{	
		color: #fff;
		text-decoration:underline;
}
form, label input {
	margin: 0;
	padding: 0;
}

h2 {
	border-bottom: .5em solid #FF3E69;
	color: #fff;
	font: normal 20px/5px serif;
	margin: 10px 10px;
}

h3 {
	/*border-bottom: .5em solid #E6F9F9;*/
	color: #fff;
	font: bold 12px/5px Arial, serif;
	margin: 10px 10px;
}
#logo {
	background: #ccc url('images/logo_regalis.gif') no-repeat top left;
	height:55px;
}

#leftCol {
	width: 300px;
	padding-left:50px;
	/*border: 1px solid #ccc;*/
	float:left;	
}

#leftCol input{
	padding: 4px;
}

#leftCol .input {
	font-size: 1.8em;
	margin-top: 3px;
	width: 97%;
}

#rightCol {
	position:relative;
	width: 400px;
	border: 1px solid #ccc;	
	margin-left:402px;	
}


#content {
	background: #ff0a44;
}

#footer {
	width: 80%;
	font-size: 11px;	
	font-weight: normal;

}

#footer a {
	padding-top: 5px;
	padding-left: 5px;
	border-right: 1px solid #ccc;
	padding-right: 5px;
}


img {
	border:0;
	margin:0;
	padding:0;
}
img a{
	border:0;
	margin:0;
	padding:0;
}
input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

li, dd {
	margin-bottom: 6px;
}

p, li, dl, dd, dt {
	line-height: 140%;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

.clear {
	clear: both;
	height: 2px;
}

.hidden {
	display: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.submit input, .submit input:focus, .button, .button:focus {

	font:  18px Georgia, Verdana, Helvetica, sans-serif;
	background: url( images/fade-butt.png );
	border: 2px single #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.15em;
}

.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.button, .button:focus {
	padding: 0.15em;
}


* html .button {
	padding: 0;
}



.boldclass {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

/************************************************
*	Header  									*
************************************************/

#header {
	}


#header p {
}
	
#header a, #header a:visited {
	font-size: 11px;

	}
	
#header a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
	
.linktext {
	float:right;
	width: 200px;
	font-size: 10px;	
	font-weight: normal;
	color:#999;

}	
.linktext a {
	padding-top: 5px;
	padding-left: 5px;
	border-right: 1px solid #ccc;
	padding-right: 5px;
}
	
/************************************************
*	Menu Code  									*
************************************************/
#modernbricksmenu{
	width:100%;
	padding: 0;
	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: right;
	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: black; /*Default menu color*/
	border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
	background-color: ff0a44; /*Menu hover bgcolor*/
	color:#fff;
}

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #ff0a44; /*Brown color theme*/ 
	border-color: #ff0a44; /*Brown color theme*/ 
}

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;	
	height: 5px;
	line-height: 5px;
	background: #ff0a44; /*Brown color theme*/ 
}