* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	font-size: 0.79em;
	font-family:Geneva, Arial, Helvetica, sans-serif;

}

#wrapper {
	width: 750px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#header {
	background-color:#46494e;
	height: 100px;
}

#header-strip {
	background-image: url(images/header-orange-strip.gif);
	background-repeat: repeat-x;
	height: 19px;
}

#menu ul {
	text-align:right;
	padding: 30px 20px 10px 0;
}

#menu li {
	list-style: none;
	display: inline;
	font-size: 140%;
	letter-spacing: -1px;
	padding-left: 10px;
}

#menu li a {
	color: #999999;
	text-decoration: none;
}

.orange {
	padding-bottom: 3px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.orange:hover {
	border-bottom-color: #ff8501;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: #ff8501;
}

.yellow {
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-bottom: 3px;
}

.yellow:hover {
	border-bottom-color: #f7c825;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: #f7c825;
}

.green {
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-bottom: 3px;
}

.green:hover {
	border-bottom-color: #659705;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: #659705;
}

#main {
	padding: 30px;
}

#main p {
	margin: 20px 300px 20px 20px;
	line-height: 160%;
	color: #999;
}

#main p a {
	color: #ff8501;
}

#main li {
	margin: 20px 300px 6px 40px;
	color: #999;
}

#main h1 {
	font-weight: normal;
	color: #ff8501;
	font-size: 200%;
	letter-spacing: -1px;
	margin-left: 20px;
}

#main h2 {
	font-weight: normal;
	color: #000;
	font-size: 150%;
	letter-spacing: -1px;
	margin-left: 20px;
}

.lemon {
	background-image:url(images/bg-lemon.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

.bgorange {
	background-image:url(images/bg-orange.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

.lime {
	background-image:url(images/bg-lime.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

.grapefruit {
	background-image: url(images/bg-grapefruit.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

#warning {
	padding: 10px 50px 30px 50px;
	font-size: 120%;
	line-height: 120%;
	color: #ff8501;
	text-align: center;
}

#warning a {
	color: #ff8501;
	text-decoration: none;
}

#warning a:hover {
	color: #FF6600;
}


#footer {
	background-image:url(images/footer-peel-orange.jpg);
	background-repeat: no-repeat;
	height: 78px;
	border-bottom: 1px solid #000;
	padding: 10px 10px 0px 258px;
	font-size: 90%;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration:none;
}

#footer a:hover {
	color: #ff8501;
}

.biglist {
	font-size: 150%;
	letter-spacing: -1px;
	color: #000;
	padding-left: 100px;
}

.biglist a {
	color: #000;
	text-decoration: none;
}

.biglist a:hover {
	color: #ff8501;
}

.biglist li {
	background-image:url(images/orange-icon.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 10px;
}

#prodwrapper {
	width: 100%;
	padding: 50px 0 50px 0;
	border-bottom: 1px dotted #999;
	height: 320px;
	clear: both;
}

#proddesc {
	width: 320px;
	float: left;
	clear: none;
}

#prodimage {
	width: 350px;
	float: right;
	clear: none;
}

#proddesc p {
	margin: 20px;
}

.mainimg {
	border: 3px solid #999;
}

.thumb {
	margin: 15px 20px 0 0;
	border: 3px solid #ff8501; 
	cursor: n-resize;
}


.frontsplash a {
	color: #ff8501;
	text-decoration: none;
	font-size: 130%;
}

.team {
	float: left;
	padding: 10px 20px 5px 0;	
}
