/* CSS Document */

html {
	height: 100%; 
	margin-bottom: 1px; 
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../i/gfx_bkg.jpg);
	background-repeat: no-repeat;
	background-color: #050a0b;
}
#wrapper {
	width: 841px;
	margin: 8px auto;
}
#nav {
	height: 41px;
	width: 841px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../i/gfx_nav.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
}
#nav li {
    margin: 0px; 
	padding: 0px; 
	list-style: none;
    position: absolute; 
	top: 0px;
}
#nav li, #nav a {
    height: 41px; 
	display: block;
}
#home {
	left: 0px; 
	width: 91px;
}
#product {
	left: 91px; 
	width: 128px;
}
#testimonials {
	left: 219px; 
	width: 130px;
}
#order {
	left: 349px; 
	width: 131px;
}
#contact {
	left: 480px; 
	width: 116px;
}
#gallery {
	left: 596px; 
	width: 135px;
}
#home a:hover, #home a.current {
    background: transparent url(../i/gfx_nav.jpg)
    -0px -41px no-repeat;
}
#product a:hover, #product a.current {
    background: transparent url(../i/gfx_nav.jpg)
    -91px -41px no-repeat;
}
#testimonials a:hover, #testimonials a.current {
    background: transparent url(../i/gfx_nav.jpg)
    -219px -41px no-repeat;
}
#order a:hover, #order a.current {
    background: transparent url(../i/gfx_nav.jpg)
    -349px -41px no-repeat;
}
#contact a:hover, #contact a.current {
    background: transparent url(../i/gfx_nav.jpg)
    -480px -41px no-repeat;
}
#gallery a:hover, #gallery a.current {
    background: transparent url(../i/gfx_nav.jpg)
    -596px -41px no-repeat;
}
#banner {
	border-top: 1px solid #cdcdcd;
}
#content {
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(../i/gfx_bkg_content.gif);
	float: left;
}
#main {
	float: left;
	display: inline;
	width: 643px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.5em;
	border-bottom: 20px solid #eef2f7;
	margin: 0px;
	padding: 0px;
}
#main p {
	padding-right: 60px;
	padding-left: 60px;
	margin: 0px;
}
#main ul {
	padding-right: 60px;
	padding-left: 60px;
}
#main h1 {
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FF0000;
}
#sidebar {
	float: left;
	display: inline;
	width: 198px;
	margin: 0px;
	padding: 0px;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.8em;
	color: #333333;
	padding-right: 17px;
	padding-left: 17px;
	margin: 0px;
	padding-bottom: 17px;
}
#downloads {
	background-color: #e4e8ef;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.header {
	margin-bottom: 10px;
}
#downloads a, #downloads a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#downloads a:hover {
	color: #FF0000;
	text-decoration: none;
}
#noticed {
	background-color: #323a47;
	margin: 0px;
	padding: 0px;
}
#noticed p {
	color: #FFFFFF;
}
#noticed a, #noticed a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#noticed a:hover {
	color: #FF0000;
	text-decoration: none;
}
#footer {
	background-image: url(../i/gfx_bkg_footer.jpg);
	background-repeat: no-repeat;
	height: 29px;
	color: #5f6e8b;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	text-transform: uppercase;
	padding-top: 20px;
	padding-left: 60px;
	width: 781px;
}
#footer a, #footer a:visited {
	color: #5f6e8b;
	text-decoration: none;
	padding-left: 20px;
}
#footer a:hover {
	color: #123082;
}
.floatRight {
	float: right;
	padding-left: 10px;
}.frame {
	border: 1px solid #555E7D;
}
