/* CSS Document */

body
{
	width:100%;
	font: 70% verdana, arial, times new roman;
	color: #333;
	padding: 0px;
	margin:0px;
}

#banner
{
	width: 100%;
	background-color:#666699;
	padding: 0px;
	margin:0px;
}

#underline
{
	padding: 0px;
	margin:0px;
	background-image:url(images/underlinebg.gif);
	background-repeat:repeat-x;
	height:7px;
}

#left
{
	width: 170px;
	float: left;
	height:100%;
}

#menu
{
	background-image:url(images/menubg.gif);
	margin: 0px auto 0px auto;
	width:148px;
	position:relative;
	top: -10px;
	font-size:100%;
	height:273px;
}
	
#menu li
{
	margin: 0px;
	list-style-type: none;
	line-height:23px;
	text-indent:-20px;
}

#menu a:link{
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}


#menu a:visited{
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}

#menu a:hover{
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
}

#middle
{
	width: auto;
	margin: 30px 0px 0px 0px;
}

#right
{
	width: 230px;
	float:right;
	height:100%;
	margin: 30px 0 0 0;
}


table{
	font: 100%;
}

h2
{
	font: bold 140% century gothic, microsoft sans serif;
	margin: 0px;
}


a:link{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #CC4E00;
	font-weight: bold;
	text-decoration: none;
}

#designedby
{
	clear:both;
	text-align: center;
	margin:10px
}

div.recruit
{
	border:1px solid #000066; text-align:center; padding:20px; margin:0 230px 0 170px;
}

div.recruit h2 { line-height:2;}

table#products img {border:1px solid; padding:3px; margin:5px;}