/***

	Basic.css
	Brilliance Business Solutions
	Project: Stefan Hernic Incoroporated
	
***/


body {
	background: url(images/bg_gradient.gif) repeat-y #853b28;
	margin: 0;
	padding: 0;
	font-family:  Arial, sans-serif;
	
}

#logo {
	z-index: 300;
	position: absolute;
	top: 86px;
	left: 26px;
	background: url(images/logo.jpg) no-repeat; 
	margin: 0;
	padding: 0;
	width: 303px;
	height: 88px; 

}

#login {
	position: absolute;
	left: 255px;
	top: 20px;
	color: fbf9ed;
	font-size: 16px;
	border: none;
}

#search {
	position: absolute;
	left: 587px;
	top: 15px;
	color: fbf9ed;
	width: 350px;
	font-size: 9px;
	border: none;
}

#header {
	z-index: 299;
	position: absolute;
	top: 40px;
	left: 255px;
	width: 600px;
	height: 175px;
	border: none;

}


 
.maincontent {
	z-index: 301;
	background-color: #fbf9ed;
	position: relative;
	top: 0;
	left: 0;
	padding: 20px;	
	border: 1px #999999 solid;
	
}

.maincontent { 
  width:600px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:600px;

} 

html>body .maincontent {
  width:560px;

} 

#breadcrumb {
	position: absolute;
	left: 255px;
	top: 227px;
	color: fbf9ed;
	font-size: 9px;
	border: none;
}

#menu  {
	position: relative;
	left: 26px;
	top: 240px;
	width: 200px;
	border: none;
} 
.wrapper {
	position: absolute;
	top: 240px;
	left: 255px;
}


.footer  {
	position: relative;
	left: 0px;
	top: 25px;
	width: 600px;
	border: none;
	padding-bottom: 40px;
} 

A.footerlink:link
{
	text-decoration: none;
	font-size: 12px;
	color: #eacbae;
	font-style: normal;
}

A.footerlink:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #eacbae;
	font-style: normal;
}

A.footerlink:hover
{
	text-decoration: none;
	font-size: 12px;
	color: #eacbae;
	font-style: normal;
}

A.footerlink:active
{
	text-decoration: none;
	font-size: 12px;
	color: #eacbae;
	font-style: normal;
}


	