/* CSS Document */

/* BASIC */

* 	{
	margin: 0;
	padding: 0;
	}

body {
	background-color: #FFFFFF;
	font: 67.5%/150% Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: center;
	}
		
h1 {
	font: normal 3em Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
	color: #4FA800;
	}
	
#sidebar h1 {
	font: bold 1.4em Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 15px;
	}	
	
	
	
h2 {
	font: bold 1.4em Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	color: #f05028;
	text-transform:uppercase;
	
	}
		
h3 {
	font-size:11px;
	text-transform:uppercase;
	margin-bottom: 5px;
	color: #f05028;
	}
	
h4 {
	font: bold 1.2em Helvetica, Arial, sans-serif;
	margin-bottom: 8px;
	color: #000000;
	}		
	
p {
	font-size: 11px;
	margin-bottom: 8px;
	}
	
.spirigel td {
	background-color:#1d79c8;
	padding:5px;
	color:#fff;
	font-size:11px;
	border-bottom:thin #4792d2 solid;
	border-right:thin #4792d2 solid;
}

.complete td {
	background-color:#003592;
	padding:5px;
	color:#fff;
	font-size:11px;
	border-bottom:thin #4792d2 solid;
	border-right:thin #4792d2 solid;
}

.title {
	text-align:center;
	background-color:#4792d2;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:2px #fff solid;
	border-right:1px #fff solid;
}
.center {
	text-align:center;	
}
	
 .error {
	padding-top:10px;
	padding-left:20px;
	background: url(../images/icons/error.gif) no-repeat left bottom;	
	vertical-align:bottom;
	}
	
a:link {
	text-decoration: none;
	color:#000;
	
	}
	
a:visited {
	text-decoration: none;
	
	}
	
a:hover {
	text-decoration: underline;
	
	}
	
a:active {
	text-decoration: none;
	
	}			
		
ul {list-style-type: none;}



	
	
.bulletList {
	list-style: url(../images/bullet.gif) outside;
	margin-left: 12px;
	margin-bottom: 20px;
	}
	
.bulletList li {margin-bottom: 5px;}	

.tools {
	font-weight:bold;
	text-transform:uppercase;
	font-size:9px;
	color:#aaa;
}
		

/* LITTLE FIXES */	
	
.label {font-weight:bold; width:95px; text-align:right; float:left; color: #003592; font-size:12px; margin-right:5px;}
.labelWhite {font-weight:bold; color: #FFFFFF;}	
	
.noBottomMargin	{margin-bottom: 0px;}

.noBorder {border: none;}
	
.bold {font-weight: bold;}	

.whiteText {color: #FFFFFF;}

.redText {color: #F00;}	
	
.greenText {color: #4FA800;}	

.clearBoth {clear: both;}	
.clearRight {clear: right;}	

.bigger {font-size: 1.2em;}

.smaller {font-size: 0.9em;}
	
.spaceAbove {padding-top: 12px;}

.moreSpaceAbove {padding-top: 25px;}
	
.spaceBelow {margin-bottom: 20px;}	
	
.lineBelow {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	}
	
.newsLine {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	}

.boxFeature {
	padding:10px;
	border: 10px solid  #ddd;
	height:110px;
}
.boxFeature:hover {
	padding:10px;
	border: 10px solid #003592;
	height:110px;
	cursor:pointer;
}
.boxFeature .img {
	float:left;
	padding-right:15px;
	
}
.boxLink {
	
	border-width:10px;
	border-color:#ddd;
	border-style:solid;
	width:auto;
	height:140px;
	margin-top:15px;
	cursor:pointer;
}

.boxLink:hover {
	
	border-width:10px;
	border-color:#003592;
	border-style:solid;
	width:auto;
	height:140px;
	margin-top:15px;
}

.boxLink h2 {

	font-size:13px;
	font-weight:bold;
	color:#f05028;
	text-transform:uppercase;
	padding:5px;
	margin-bottom:0px;
}

.boxLink p {
	padding-left:5px;
	padding-right:5px;
	
	
}



.boxLink img {
	
	margin:auto;
	padding-bottom:0px;
	margin-bottom:0px;
	
}

#footerNotice a {
	color:#aaa;
	
}

.topBoxBg {
	background: url(../images/spirigeltop.jpg) no-repeat center bottom;
}

.secondBoxBg {
	background-image:url(../images/faq.jpg); 
	background-position:90px 70px; 
	background-repeat:no-repeat;	
}
	
	.efficacyBoxBg {
	background-image:url(../images/efficacy.jpg); 
	background-position:75px 70px; 
	background-repeat:no-repeat;	
}
.blueLineBelow {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1D79C8;
	}
	
.lineAbove {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
	clear: both;
	}	
	
.inputText{
	background-image:url(../images/icons/nameInactive.gif);	
	border:0px;
	width:168px;
	height:14px;
	background-repeat:no-repeat;
	padding:5px;
	outline:none;
}

.submitBtn {
	background-image:url(../images/icons/submitUp.gif);	
	border:none;
	width:52px;
	height:25px;
	background-repeat:no-repeat;
	
	outline:none;
}
.submitBtn:hover {
	background-image:url(../images/icons/submitHover.gif);	
	border:none;
	width:52px;
	height:24px;
	background-repeat:no-repeat;
	
	outline:none;
}

INPUT.submit {
	background-image:url(../images/icons/submitUp.gif);	
	border:none;
	width:52px;
	height:25px;
	background-repeat:no-repeat;
	
	outline:none;	
}

INPUT.button:hover {
	background-image:url(../images/icons/submitHover.gif);	
	border:none;
	width:52px;
	height:24px;
	background-repeat:no-repeat;
	
	outline:none;
	
}

#timeLogo {
	float:right;
	width:117px;
	height:135px;
}

.inputText:focus {
	background-image:url(../images/icons/nameActive.gif);	
	border:none;
	width:168px;
	height:14px;
	background-repeat:no-repeat;
	padding:5px;
}

	.productRow {
		width:100%;
		height:230px;
		margin-bottom:5px;
		
	}
	.productInfoRow {
		width:100%;
		height:40px;
		margin-bottom:20px;
		
	}
	
	.productInfo {
		width:178px;
		height:auto;
		min-height:42px;
		margin-left:5px;
		margin-right:5px;
		float:left;
		/*background-color:#dee;*/
		display:inline;
	
	}
	
	
	.productInfo p  {
	vertical-align:middle;
	
	}
	
	.productInfo p {
		padding:5px;
		color:#000;
		line-height:12px;
		font-size:11px;
		font-weight:bold;
		text-align:center;
	}
	
	.productBox {
		width:178px;
		height:220px;
		margin:5px;
		float:left;
		display:inline;
		
	}
	
	
	
	.productBox .h2 {
		padding:5px;
		font-size:12px;
		background-color:#fff;
		background-image:url(../images/productboxhead.gif);
		background-position:top;
		color:#fff;
		text-align:center;
	}
	
	.completeHead {
		
		padding:5px;
		font-size:11px;
		background-color:#fff;
		background-image:url(../images/completeproduct.gif);
		background-position:top;
		color:#fff;
		text-align:center;	
		
	}
	
	.techniqueRow {
		width:100%;
		height:185px;
		margin-bottom:5px;
		
	}
	.techniqueBox {
		width:173px;
		height:173px;
		margin:5px;
		float:left;
		display:inline;
		
	}
	
	.techniqueInfoRow {
		width:100%;
		height:60px;
		margin-bottom:20px;
		
		
	}
	
	.techniqueInfo {
		width:177px;
		height:60px;
		margin-left:5px;
		margin-right:5px;
		float:left;
	/*background-color:#dee;*/
		display:inline;
	
	}
	
	.techniqueInfo p {
		padding:5px;
		color:#000;
		line-height:12px;
		font-size:11px;
		font-weight:bold;
		text-align:left;
		
	}
	
	
	.resourcesRow {
		width:100%;
		height:260px;
		margin-bottom:5px;
		
	}
	.resourcesBox {
		width:171px;
		height:247px;
		margin:5px;
		float:left;
		border-width:1px;
		border-style:solid;
		border-color:#f05028;
		
		
	}
	
	.resourcesInfoRow {
		width:100%;
		height:50px;
		margin-bottom:20px;
		
		
	}
	
	.resourcesInfo {
		width:173px;
		height:50px;
		margin-left:5px;
		margin-right:5px;
		float:left;
		/*background-color:#dee;*/
	
	}
	
	.resourcesInfo p {
		padding:5px;
		color:#000;
		line-height:12px;
		font-size:11px;
		font-weight:bold;
		text-align:left;
		
	}
	
	
	/*CURSOR POINTERS*/
	
	.hand {
		cursor:pointer;
	}
	
	/*TECHNIQUES*/
.techniqueOne {
background-image:url(../images/icons/washTechnique1.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #f05028 solid;
}

.techniqueTwo{
background-image:url(../images/icons/washTechnique2.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #f05028 solid;
}

.techniqueThree{
background-image:url(../images/icons/washTechnique3.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #f05028 solid;
}

.techniqueFour{
background-image:url(../images/icons/washTechnique4.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #f05028 solid;
}

.techniqueFive{
background-image:url(../images/icons/washTechnique5.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #f05028 solid;
}

.techniqueSix{
background-image:url(../images/icons/washTechnique6.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #f05028 solid;
}

.techniqueSeven{
background-image:url(../images/icons/washTechnique7.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #f05028 solid;
}

.techniqueEight{
background-image:url(../images/icons/washTechnique8.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #f05028 solid;
}

.techniqueNine{
background-image:url(../images/icons/washTechnique9.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #f05028 solid;
}


/* COMPLETE TECHNIQUE */
.techniqueOneComplete {
background-image:url(../images/complete1.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}

.techniqueTwoComplete{
background-image:url(../images/complete2.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}

.techniqueThreeComplete{
background-image:url(../images/complete3.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}

.techniqueFourComplete{
background-image:url(../images/complete4.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}

.techniqueFiveComplete{
background-image:url(../images/complete5.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}

.techniqueSixComplete{
background-image:url(../images/complete6.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}

.techniqueSevenComplete{
background-image:url(../images/complete7.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}

.techniqueEightComplete{
background-image:url(../images/complete8.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}

.techniqueNineComplete{
background-image:url(../images/complete9.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}

.techniqueTenComplete{
background-image:url(../images/complete10.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}

.techniqueElevenComplete{
background-image:url(../images/complete11.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}

.techniqueTwelveComplete{
background-image:url(../images/complete12.gif);
background-position:center;
background-repeat:no-repeat;
border:thin #003592 solid;
}
/* END OF COMPLETE */
.posterFP {
	background-image:url(../images/SpirigelPosterFP.jpg);
	background-repeat:no-repeat;
}
.posterFP:hover {
	background-image:url(../images/SpirigelPosterFPhover.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

.posterSCLP {
	background-image:url(../images/completeLeavePiece.gif);
	background-repeat:no-repeat;
}
.posterSCLP:hover {
	background-image:url(../images/completeLeavePieceHover.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.posterSTSC {
	background-image:url(../images/CompleteTechnique.gif);
	background-repeat:no-repeat;
}
.posterSTSC:hover {
	background-image:url(../images/completeTechniqueHover.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.posterPS {
	background-image:url(../images/SpirigelPosterPS.jpg);
	background-repeat:no-repeat;
}
.posterPS:hover {
	background-image:url(../images/SpirigelPosterPShover.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
} 

.posterTG {
	background-image:url(../images/SpirigelPosterTG.gif);
	background-repeat:no-repeat;
}
.posterTG:hover {
	background-image:url(../images/SpirigelPosterTGhover.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.posterHH {
	background-image:url(../images/SpirigelPosterHH.gif);
	background-repeat:no-repeat;
}
.posterHH:hover {
	background-image:url(../images/SpirigelPosterHHhover.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.posterLP {
	background-image:url(../images/SpirigelPosterLP.jpg);
	background-repeat:no-repeat;
}
.posterLP:hover {
	background-image:url(../images/SpirigelPosterLPhover.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

.posterHHC {
	background-image:url(../images/SpirigelPosterHHC.jpg);
	background-repeat:no-repeat;
}
.posterHHC:hover {
	background-image:url(../images/SpirigelPosterHHChover.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}


.spirigelFiveHundred {
	background-image:url(../images/Spirigel500ml.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.spirigelFiveHundredComplete {
	background-image:url(../images/spirigelcomplete.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.blackText {
	color:#000;	
}

.spirigelFlipTop {
	background-image:url(../images/Spirigel500mlFliptop.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.spirigelcompletetottle {
	background-image:url(../images/completetottle.gif);
	background-position:center 20px;
	background-repeat:no-repeat;
}
.spirigelOneFifty {
	background-image:url(../images/Spirigel150ml.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.spirigelPouch {
	background-image:url(../images/SpirigelPouch.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.spirigelcompletePouch {
	background-image:url(../images/completepouch.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.spirigelBottleHolder {
	background-image:url(../images/Blueholder.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.spirigelTraining {
	background-image:url(../images/training.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.spirigelStation {
	background-image:url(../images/handstation.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.spirigelDispenser {
	background-image:url(../images/dispenser.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.spirigelTottle {
	background-image:url(../images/tottle.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.spirigelHook {
	background-image:url(../images/training.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.textarea {
	/*background-image:url(../images/icons/textAreaInactive.gif);	
	border:none;*/
	border:3px;
	border-color:#f9a591;
	border-style:solid;
	width:167px;
	height:108px;
	background-repeat:no-repeat;
	padding:2px;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.textarea:focus {
	/*background-image:url(../images/icons/textAreaActive.gif);	
	border:none;*/
	border:3px;
	border-color:#f05028;
	border-style:solid;
	width:167px;
	height:108px;
	background-repeat:no-repeat;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

	
.floatLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 59px;
	}	
	
.floatRight {float: right;}
	
.clear {clear: both;}			
	
.hidden {display: none;}

.orangeCaps {
	 font-size:22px;
	 color:#f05028;
	 text-transform:uppercase;
	 font-weight:bold;
}

.orangeText {
	color:#f05028;
	
}

.blueText {
	color:#003592;
	
}

.blueText a {
	color:#f05028;
	
}

.greyText {
	color:#444;	
}

.reference {
	font-size: 0.8em;
	color: #666666;
	line-height: 125%;
	}	
.padded {
margin-top:20px;
padding-right:10px;

}
.paddedLeft {

margin-left:10px;

}

/* LAYOUT */

#contactPageContainer {
	width:auto;
	height:137px;
	padding-right:100px;
	background-image: url(../images/ecolabbrochureedit.png);
	background-repeat: no-repeat;
	background-position: 390px;
}

#orderInfo {
padding:3px;
/*border-top: 1px solid #4FA800;
/*border-left: 1px solid #4FA800;*/
/*border-right: 1px solid #4FA800;*/
border-bottom: 2px solid #4FA800;

}
#cellStyle {
padding:5px;
border-bottom: 1px solid #4FA800;
/*border-right: 1px solid #4FA800;*/
/*border-left: 1px solid #4FA800;*/
}
#cellStyleBottomless {
padding:5px;

}
#container {
	background: #FFFFFF;
	width: 805px;
	margin: 0px auto;
	}

#wrapper {
	background: #FFFFFF;
	width: 800px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 3px solid #003592;
	}	

#contactForm {
	text-align:right;
	width:350px;

}	
#banner {
	width: auto;
	}	
	
#content {
	clear: both;
	width: 750px;
	margin: 0px;
	padding: 25px;
	}
	
#topPicture {
	float:right;
	height:140px;
	width:280px;
}

#topPictureSmall {
	float:right;
	height:157px;
	width:165px;
	padding-left:13px;
	padding-bottom:13px;
	display:inline;
}

#main {
	float:right;
	width: 565px;
	min-height:500px;
	margin-bottom:20px;
	}	
	
	.orderPage a:link{
		font-weight:bold;
			color:#f05028;
	}
	.normalWeight a:link{
		font-weight:normal;	
	}
#main a {
	color:#003592;	
}
	
body#home #main {background: url(../images/skinsanbottles.jpg) no-repeat right bottom;}		
		
#boxlink {
	position: relative;
	margin: 20px 0px;
	padding: 10px 10px 10px 10px;
	width: auto;
	border: 12px solid #E4E4E4;
	}

#boxlink:hover { border-color: #4FA800; }

#boxlink img { 
float:left;
margin-right:10px;
border:1px;
border-color: #4FA800; }

#boxlink p {
	color: #000000;
	margin-left: 100px;
	font-weight: normal;
	}

#boxlink p.boxlinkHeading {
	font-size: 1.3em;
	color: #4FA800;
	font-weight: bold;
	margin-bottom: 5px;
	}

#techPack {
	position: absolute;
	top: -22px;
	left: 14px;
	}
	
* html #techPack {
	position: absolute;
	top: -10px;
	left: 5px;
	}	
	
#leftContent {
	width: 280px;
	min-height:220px;
	}

#sidebar {
	float: left;
	width: 160px;
	height: auto;
	margin-bottom:15px;
	}
	
	#main li {
	list-style: url(../images/bullet.gif) outside;	
	margin-left:25px;
	margin-bottom:5px;
	color:#000;
	font-weight:normal;
	font-size:11px;
	clear:left;
	}
	
	#main .faqs li {
	list-style: url(../images/bullet.gif) outside;	
	margin-left:25px;
	color:#000;
	font-weight:normal;
	font-size:11px;
	clear:left;
	}
/*//////////////////////////////////////////APPLICATION PAGE SPRY LISTING HERE! /////////////////////////////////////////////////////////////*/
	#main .spry li {
		
		float:left;
		display:inline;
		clear:none;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:0px;
		color:#fff;
		font-size:12px;
	}
	
#sidebarBox {
	
	min-height:80px;
	background-color:#fff;
	background-image:url(../images/sideboxbg.gif);
	background-position:bottom;
	width:auto;
	padding-bottom:5px;
	

 
}

#sidebarBox p {
	margin-left:10px;	
	margin-right:10px;
	margin-top:10px;
}

#sidebarBox a {
	color:#003592;
	font-weight:bold;
}

#sidebarBoxLabel {
	
	 width:auto;
 height:20px;
 text-transform:uppercase;
 text-align:center;
 padding-bottom:1px;
 padding-top:6px;
 
 font-size:15px;
 color:#fff;
 background-color:#F05028;
 background-image:url(../images/sideboxhead.gif);
 background-position:top;
}
	
img.redBorder {border: 2px solid #CC0954;}	
			
#sublinks {
	width: 200px;
	margin-top: 20px;
	background-color: #4FA800;
	padding: 15px 0px;
	height: auto;
	}

#sublinks li {
	margin-bottom: 0px;
	}	

#sublinks .titles {
	font-size: 1.2em;
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
	}	

#sublinks a:link, #sublinks a:visited {
	display: block;
	width: 170px;
	padding: 8px 15px;
	color: #FFFFFF;
	font-weight: normal;
	}

#sublinks a:hover, #sublinks a:active {
	background-color: #CC0954;
	}
	
#footer {
	clear:both;
	
	margin-top:10px;
	height: 50px;
	width: 800px;
	background: #f05028 url(../images/SpirigelFooter.gif) no-repeat 475px;
	}		

/* BOTTOM LINKS */

#bottomLinks {
	font-size: 1em;
	text-align: right;
	width: 760px;
	margin: 8px auto 20px;
	}

#bottomLinks p {color: #999999;}

#bottomLinks a:link, #bottomLinks a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	}

#bottomLinks a:hover, #bottomLinks a:active {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}


/* NAVIGATION */				

#nav {
	padding-left: 0px;
	border-bottom: 2px solid #003592;
	border-top: 2px solid #003592;
	height:41px;
	background-color:#f05028;
	}		

#nav ul {
	width: auto;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}
		
#nav li {
	float: left;
	width: 15em;
	background: url(../images/tab-right.gif) no-repeat right top;
	margin-bottom: 0px;
	}
	
#nav li:hover {
	float: left;
	width: 15em;
	background: url(../images/tab-right-on.gif) no-repeat right top;
	margin-bottom: 0px;
	}	
		
#nav a:link, #nav a:visited {
	
	padding: 9px 25px 7px 25px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #fff;
	
	background:#f05028;
	font-size: 1.1em;
	}
	
* html #nav a {height: 1px;}	
	
#nav a:hover, #nav a:active {
	
	padding: 9px 25px 7px 25px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	
	background-color:#f05028;
	font-size: 1.1em;
	}	
	
        
/* YOU ARE HERE LINKS */	
	
body#home li#homeTab, 
body#downloads li#downloadsTab,
body#contact li#contactTab {
	float: left;
	width: 15em;
	background: url(../images/tab-right-on.gif) no-repeat right top;
	margin-bottom: 0px;
	}
		
body#home a#homeLink, 
body#downloads a#downloadsLink,
body#contact a#contactLink {
	display: block;
	padding:  9px 7px 7px 7px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 120%;
	background: url(../images/tab-left-on.gif) no-repeat left top;
	font-size: 1.1em;
	}		
		

/* FLOAT DROP FIX */

br.clear {
	clear: both;
	}
	
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}

.clear {
	min-height: 1px;
	}
	
* html .clear {
	height: 1px;
	}	
