/*-----Defaults-----*/
html, body{
	margin:0;
	padding:0;
}

body{
	min-width: 800px;
	font-family: Lucida Sans, Arial, sans-serif;
	font-size: .85em;
	color: #fff;
	background: #000 url(images/bg_site.jpg) no-repeat;
}

.spacer{
	clear: both;
	height: 20px;
}

/*-----Links-----*/
a.master:link, a.master:visited {text-decoration: none; color: #999966;}
a.master:hover, a.master:active {text-decoration: none; color: #CCCC99;}
a.footer:link, a.footer:visited {text-decoration: none; color: #333;}
a.footer:hover, a.footer:active {text-decoration: none; color: #666;}
	
/*-----Layout-----*/
#wrap{
	width: 750px;
	text-align: left;
	padding-top: 40px;
	padding-left: 80px;
}
	
#header{
	width: 100%;
	text-align: left;
}

#logo{
	width: 242px;
	float: left;
}

#slideshow{
	width: 750px;
}

/*-----Content-----*/
#content_wrap{
	margin: 0 auto;
	width: 750px;
}

#content_left{
	float: left;
	width: 200px;
}

#content_right{
	float: right;
	width: 540px;
	padding-left: 10px;
}

.imageset{
	width: 750px;
}

.imageset .imgleft{
	float: left;
	width: 200px;
}

.imageset .imgright{
	float: right;
	width: 200px;
}

.imageset .textleft{
	float: left;
	width: 550px;
}

.imageset .textright{
	float: right;
	width: 550px;
}

/*-----Footer-----*/
#footer_flourish{
	height: 50px;
}

#footer{
	width: 750px;
	color: #333;
	font-size: .75em;
	padding-bottom: 30px;
}

/*-----Nav Setup-----*/
#nav {background: url("images/nav.gif"); float: right; text-align: center; margin-top: 64px; padding: 0; position: relative; width: 315px; height: 20px;}
#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#nav li, #nav a  {text-decoration: none; display: block; height: 20px;}

#nav #home {left: 0; width: 41px;}
#nav #about {left: 42px; width: 51px;}
#nav #services {left: 93px; width: 61px;}
#nav #products {left: 159px; width: 74px;}
#nav #contactus {left: 233px; width: 82px;}

#nav #home a:hover {background: transparent url("images/nav.gif") 0 -20px no-repeat;}
#nav #about a:hover {background: transparent url("images/nav.gif") -42px -20px no-repeat;}
#nav #services a:hover {background: transparent url("images/nav.gif") -93px -20px no-repeat;}
#nav #products a:hover {background: transparent url("images/nav.gif") -159px -20px no-repeat;}
#nav #contactus a:hover {background: transparent url("images/nav.gif") -233px -20px no-repeat;}

/*-----Nav ON State-----*/
#nav #homeon {left: 0; width: 41px;}
#nav #homeon a {background: transparent url("images/nav.gif") 0 -20px no-repeat;}
#nav #homeon a:hover {background: transparent url("images/nav.gif") 0 -20px no-repeat;}
#nav #homeon a:active {background: transparent url("images/nav.gif") 0 -20px no-repeat;}

#nav #abouton {left: 42px; width: 51px;}
#nav #abouton a {background: transparent url("images/nav.gif") -42px -20px no-repeat;}
#nav #abouton a:hover {background: transparent url("images/nav.gif") -42px -20px no-repeat;}
#nav #abouton a:active {background: transparent url("images/nav.gif") -42px -20px no-repeat;}

#nav #serviceson {left: 93px; width: 61px;}
#nav #serviceson a {background: transparent url("images/nav.gif") -93px -20px no-repeat;}
#nav #serviceson a:hover {background: transparent url("images/nav.gif") -93px -20px no-repeat;}
#nav #serviceson a:active {background: transparent url("images/nav.gif") -93px -20px no-repeat;}

#nav #productson {left: 159px; width: 74px;}
#nav #productson a {background: transparent url("images/nav.gif") -159px -20px no-repeat;}
#nav #productson a:hover {background: transparent url("images/nav.gif") -159px -20px no-repeat;}
#nav #productson a:active {background: transparent url("images/nav.gif") -159px -20px no-repeat;}

#nav #contactuson {left: 233px; width: 82px;}
#nav #contactuson a {background: transparent url("images/nav.gif") -233px -20px no-repeat;}
#nav #contactuson a:hover {background: transparent url("images/nav.gif") -233px -20px no-repeat;}
#nav #contactuson a:active {background: transparent url("images/nav.gif") -233px -20px no-repeat;}