/* CSS Document */
body {
	background: #FFF url(images/bg.jpg) repeat fixed;
	padding: 0px;
	color: #000000;
}
p {
	margin: 0em 0em 1em;
}
#container {
	width:800px;
	height:auto;
	text-align:left;
	margin: 0 auto;
	position: relative;
	top: 10px;
}
#branding {
	width:821px;
	height:133px;
	background: url(images/branding.gif);
	position: relative;
}
#logo {
	left:125px;
	top:2px;
	width:222px;
	height:123px;
	z-index: 2;
	background: url(images/logo.gif) no-repeat;
	position: absolute;
	display: block;
	border: 4px solid #F00;
	overflow: visible;
	visibility: visible;
}
#slogan {
	position:absolute;
	left:347px;
	top:17px;
	width:393px;
	height:36px;
	z-index: 2;
	background: url(images/slogan.gif) no-repeat;
}
#aboveContent {
	position:absolute;
	left:347px;
	top:71px;
	width:443px;
	height:58px;
	z-index: 5;
	background: url(images/aboveContent.gif) no-repeat;
}
#menuHeader {
	position:absolute;
	left:10px;
	top:94px;
	width:115px;
	height:41px;
	z-index: 2;
	background: url(images/menuHeader.gif) no-repeat;
}
#menuHeaderSmall {
	position:absolute;
	left:125px;
	top:125px;
	width:78px;
	height:10px;
	z-index: 2;
	background: url(images/menuHeader2.gif) no-repeat;
}
#nav-main {
	position:absolute;
	left:0px;
	width:173px;
	height:152px;
	background: url(images/menuBg.gif) repeat-y;
	z-index: auto;
	padding: 10px 5px 0px 15px;
	font-weight: bold;
	color: #000000;
	font-size: 1em;
	top: 130px;
	overflow: visible;
	visibility: visible;
}
#nav-main li, #nav-main ul {display:inline}

#nav-main a {
	display:block;
	line-height: 1.0;
	margin: 0px 10px 0.8em 0px;
	text-indent: 0em;
	width: auto;
}
#nav-main a:link, #nav-main a:visited {
	color: #264492;
	text-decoration: none;
	background: url(images/menuBullet.gif) no-repeat left center;
	padding-left: 15px;
}
#nav-main a:hover, #nav-main a:active {
	color: #939393;
	text-decoration: none;
	background: url(images/menuBulletover.gif) no-repeat left center;
}
#menuFooter {
	position:absolute;
	top:160px;
	width:193px;
	height:72px;
	z-index:2;
	background: url(images/menuFooter.gif) no-repeat;
	left: 0px;
}
#dRing {
	position:absolute;
	left:669px;
	top:5px;
	width:159px;
	height:135px;
	background: url(images/dRing.gif) no-repeat;
	z-index: 0;
}
body h1 {
	margin:0 0 1em -30px;
	display:block;
	width:567px;
	height:35px;
}
.headerHome {
	background: url(images/pageTitle.gif) no-repeat left top;
}
.headerProducts {
	background: url(images/pageTitleProducts.gif) no-repeat left top;
}
.headerContact {
	background: url(images/pageTitleContact.gif) no-repeat left top;
}
.headerAbout {
	background: url(images/pageTitleAbout.gif) no-repeat left top;
}
.headerProductList {
	background: url(images/pageTitleProductList.gif) no-repeat left top;
}
#content {
	width:520px;
	height:240px;
	z-index: 4;
	padding: 25px 30px 0px 90px;
	margin: 0 0 0 70px;
	background: url(images/contentBg.gif) repeat-y;
	float: left;
}
* > #content {
	margin: 0 0 0 140px;
	height:auto;
	min-height:240px;	
}
#contentFooter {
	width:640px;
	height:86px;
	z-index: 2;
	background: url(images/contentFooter.gif) no-repeat;
	float: left;
	margin-left: 70px;
}
* > #contentFooter {margin-left:140px}
.imgWithCaption img {
	border: 1px solid #333333;
}
.imgWithCaption {
	margin-bottom: 1em;
	width: 300px;
	border-bottom: 1px solid #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding: 5px 5px 0px;
	background: #E4E4E4;
}




/* Hidden Elements
*************************************************************************/
#logo, #slogan,  #menuHeader, #menuFooter, h1 {
	text-indent:-9999px;
}
a img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a:link, a:visited {
	color: #0053B3;
}
a:hover, a:active {
	color: #A91C00;
}
.priceList tr:hover {
	background: #CCCCCC;
}
