/* CSS Document */

body{
	margin-top: 0px;
	background-color: #000000;
	background-image:url(images/blue_bkgrd.gif);
	font-family: Arial, sans-serif;
	font-size:11px;
}

/**Container To Hold The Layout**/
#container{
	margin:0;
	padding: 0px;
	width: 742px;
	background-color: #ffffff;
}

/**Banner Styles**/
#banner{
	margin:0;
	height: 142px;
	background-image:url(images/banner.gif);
	width:742px;
}

/**Links Styles**/
#menu{
	width: 189px;
	float: left;
	height:635px;
	background-color:#EAEAEA;
	background-image:url(images/lhs_homepage_pic2.gif); background-repeat:no-repeat; background-position:bottom right;
}


.links{
	padding: 5px 5px 0 5px;
	color: #598059;
	font-size: 11px;
	color:#000000;
}

/**Content Styles**/
#right{
	float: left;
}

.content{
	float:right;
	padding: 1px 250px 0 0 ;
	color: #000000;
	height:380px;
	background-image:url(images/homepage_bkgrd.gif); background-position:top right; background-repeat: no-repeat;
	background-color:#FFFFFF;
}

.content p {
	width:295px;
	text-align:left;
	padding-left:5px;
}

/**Navigation**/
#nav{
}
a:visited {
	color: #000000;
}
a:link {
	color: #000000;
}
a:hover {
	color: #376DA5;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {font:Arial, Helvetica, sans-serif; color:#0066CC; font-size:12px;}
h2 {font:Arial, Helvetica, sans-serif; color:#0066CC; font-size:12px;}

#karndean {
	position: relative;
	float: left;
	left: 4px;
	width: 179px;
	height: 455px;
	border: 0px;
	cursor: pointer;
}

#karndeanmenu {
	position: relative;
	float: left;
	left: 4px;
	width: 179px;
	height: 455px;
	border: 2px;
}

a img
{
	border:0px;
}

#products a
{
	text-decoration:underline;
	font-weight:bold;
}