@charset "utf-8";
/* CSS Document */

body{
	margin-top:20px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
img{
	border:none;
}

a, a:visited{ text-decoration:none;	color:#333333; }
a:hover{ text-decoration:underline; }

a.red, a.red:visited{	color: #990000;	text-decoration:none; font-weight:bold;	}
a.red:hover{	color:#990000;	text-decoration:underline;	}


h1{
	font-size:14px;
	color:#990000;
	}

#container{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	}

#header{
	background-image:url(images/headerbg.jpg);
	background-repeat:no-repeat;
	height:134px;
	width:800px;
	padding: 10px 0px 0px 0px;
	}

#topnav{
	padding-top:80px;
	padding-right:1px;
	width:600px;
	float:right;
	}
	
#SMproducts{
	float:right;
	margin-top:6px;
	width:549px;
	font-size:11px;
	color: #990000;
	display: none;
	}
	
#SMlandscape{
	width:449px;
	}
	
#content{
	background-image:url(images/contentbg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border-left:1px solid #669966;
	border-right:1px solid #669966;
	border-top:none;
	border-bottom:none;
	margin: 0px;
	padding: 15px 30px 15px 30px;
	clear:both;
	}
	
#footer{
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:20px;
	color:#FFFFFF;
	margin:0px;
	padding:5px 10px 5px 10px;
	font-size:10px;
	}
	
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover{
	text-decoration:underline;
	}
	