/* ------------------------------ General Styles ---------------------- */
body{
	margin: 0px;
	background: url(images/trythisbg.gif) #7E0202;
	text-align: center;
	font: 10pt Arial, sans-serif;
}
.hide{
	display: none;
}
.emphasis{
	font-weight: bold;
}

/* ---------------------------------- Container ----------------------- */
#container{
	width: 750px;
	margin: auto;
	border: 1px solid #160101;
	position: relative;
	background-color: #FFFFFF;
}

/* ----------------------------------- Header ----------------------- */
#header{
	height: 113px;
	background: url(images/headerb.gif);
}
#header h1{
	display: none;
}

/* ------------------------------------ Navigation -------------------- */
#navigation{
	background: url(images/navigationb.gif);
	height: 40px;
	border-bottom: 1px solid #601C14;
}
#navigation a{
	display: block;
	float: right;
	height: 40px;
}
#navigation a span{
	display: none;
}
#navigation a.home{
	width: 100px;
}
#navigation a.home:hover{
	background: url(images/navigationover2.gif) -418px 0px;
}
#navigation a.contact{
	width: 112px;
}
#navigation a.contact:hover{
	background: url(images/navigationover2.gif) -638px 0px;
}
#navigation a.products{
	width: 120px;
}
#navigation a.products:hover{
	background: url(images/navigationover2.gif) -518px 0px;
}

/* --------------------------------- Maincontent -------------------------- */
#maincontent{
	background: white;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 730px;
}
#maincontent img{
	margin: 5px;
	border: 1px solid #810101;
	float: right;
}
#maincontent h3{
	display: block;
	font: 10pt Arial, sans-serif;
	font-weight: bold;
	color: #810000;
	margin: 10px 0px 0px 0px;
}
body.color #maincontent table td{
	text-align: center;
}
body.color #maincontent table td img{
	margin: 0px;
	padding: 0px;
	float: none;
	border: 0px;
}
#maincontent object{
	margin-top: 10px;
}
/* --------------------------------- storecontent -------------------------- */
#storecontent{
	background: white;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 750px;
}
#storecontent img{
	margin: 5px;
	border: 1px solid #810101;
	float: right;
}
#storecontent h3{
	display: block;
	font: 10pt Arial, sans-serif;
	font-weight: bold;
	color: #810000;
	margin: 10px 0px 0px 0px;
}

/* ------------------------------- Additionalinfo (Home Page) ---------------------*/
#additionalinfo{
	border-top: 3px solid #810101;
	background-color: #FCF9D7;
	text-align: right;
}
#additionalinfo h3{
	display: block;
	color: #810101;
	margin: 0px;
	font: 8pt Arial, sans-serif;
	font-weight: bold;
}
#additionalinfo p{
	text-align: left;
	display: block;
	color: #202020;
	margin-left: 3px;
}

/* --------------------------- Productsbottom (Home Page) ----------------------- */
#productsbottom{
	width: 500px;
	float: right;
	background-color: #FCF9D7;
}
#productsbottom div.float{
	width: 33%;
	text-align: center;
	float: left;	
}
#productsbottom div.float img{
	border: 1px solid #810000;
	margin-top: 5px;
}
#productsbottom div.float p{
	text-align: center;
	vertical-align: baseline;
	font: 8pt Arial, sans-serif;
	color: #810000;
	margin: 0px;
}
/* ------------------------------ Leftbottom (Home Page) ----------------------- */
#leftbottom{
	width: 240px;
	float: left;
	background: url(images/leftbtmbg.gif);
	color: white;
	text-align: left;
	padding-bottom: 8px;
}
#leftbottom table{
	width: 240px;
}
#leftbottom form{
	width: 240px;
}
#leftbottom td{
	font: 10pt Arial, sans-serif;
	color: white;
}
* html #leftbottom{
	padding-top: 10px;
	width: 348px;
}
#leftbottom p{
	color: white;
}

/* ------------------------------- Bottom fix (allows background to fall down) --------- */
#bottomfix{
	clear: both;
}

/* ---------------------------- Footer --------------------------------- */
#footer{
	background-color: #6B0A07;
	color: white;
	border-top: 2px solid #290201;
	font: 8pt, Arial, sans-serif;
	padding-bottom: 3px;
}
* html #footer{
	margin-top: -14px;
}
#footer table{
	width: 740px;
	margin: auto;
	padding-top: 5px;
	margin-bottom: 8px;
}
#footer td{
	font: 8pt, Arial, sans-serif;
	color: white;
	text-align: center;
}
#footer td a, #footer a{
	color: white;
}
#footer h4{
	font-size: 12pt;
	font-style: italic;
	margin: 3px 0px 3px 0px;
}

/* ------------------------------- Location (Contact Page) ----------------------------- */
#location{
	text-align: center;
}
#location a{
	color: blue;
}
#location p{
	color: #810000;
	font-weight: bold;
}
#location p.address1{
	display: block;
	text-align: center;
	float: left;
	font-weight: normal;
	color: black;
}
#location p.address2{
	display: block;
	text-align: center;
	float: right;
	font-weight: normal;
	color: black;
	margin-right: 5px;
}

/* ------------------------------------- Formdiv (Contact Page) --------------------------- */
#formdiv{
	clear: both;
}
#formdiv form{
	margin: 0px;
	padding: 0px;
}
#formdiv table{
	width: 85%;
	margin: 10px 0px 10px 30px;
}
#formdiv table td{
	text-align: left;
	font: 10pt Arial, sans-serif;
}

/* ---------------------------------------- Tableproducts (Product page) ---------------------- */
#tableproducts{
	text-align: center;
}
#tableproducts img{
	float: none;
}
#tableproducts table{
	margin: 10px auto 15px auto;
	width: 95%;
}
#tableproducts table td{
	width: 33%;
	text-align: center;
	font: 10pt Arial, sans-serif;
	color: #810000;
}
#maincontent #tableproducts table td img{
	float: none;
	border: 1px soild #810000;
}
#maincontent #tableproducts table.knobs td img{
	border: 0px;
}