/*
/-----[ Stylesheet Info ]------/

Client: Packaging Design, Inc.
Author: Kristine Macabare for WebDex Inc.
Date: July 2005

Stylesheet Notes:

Base fonts are styled in the body tag.

*/

a:link {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #550000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #BF0000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
}
a:focus {
}

body {
	font-family: "Trebuchet MS", "Myriad Pro", Arial, Helvetica, Verdana, "sans serif";
	font-size: 0.9em;
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	background-color: #3B3330;
	color: #ffffff;
}
p {
	text-align: left;
	margin-right: 10px;
}
#container {
	width: 100%;
	border: 1px solid green;
	text-align: center;
}

#banner {
	color: #ffffff;
	width: 775px;
	height: 69px;
	border: 0px solid pink;
	display: block;
	position: relative;
	text-align: left;
	padding-left: 20px;
}

img {
	border: 0px;
}

#menu {
	color: #ffffff;
	text-align: left;
	width: 775px;
	border: 0px solid orange;
	text-align: center;
}
	#menu a:link {
		width: 151px;
		height: 47px;
		color: #ffffff;	
		text-decoration: none;
	}
	#menu a:visited {
		width: 151px;
		height: 47px;	
		color: #ffffff;	
		text-decoration: none;
	}
	#menu a:hover {
		width: 151px;
		height: 47px;	
		color: #ffffff;	
		text-decoration: none;
	}
	#menu a:active {
		width: 151px;
		height: 47px;	
		color: #ffffff;	
		text-decoration: none;
	}
	#menu a:focus {
		width: 151px;
		height: 47px;	
		color: #ffffff;
		text-decoration: none;
	}

	#menu ul {
		height: 47px;	
		text-align: center;
		padding: 0px;
		margin: 0px;
	}

	#menu li {
		width: 151px;
		height: 47px;
		border: 0px solid yellow;
		background-image: url("../images/button.gif");
		background-repeat: no-repeat;
		background-position: top center;
		text-align: center;
		display: inline;
		}
#flash {
	width: 750px;
	height: 200px;
	background-color: #800000;
	color: white;
}
#subgraphic {
	width: 750px;
	height: 100px;
	background-color: #800000;
	color: white;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Narrow", "Trebuchet MS", Arial, Verdana, Helvetica, "sans serif";
	text-align: left;
	font-size: 1.4em;
}
h2 {
	font-family: "Arial Narrow", "sans serif";
	font-size: 1.3em;
	text-align: left;
}
.sub-h2 {
	margin-left: 20px;
}
#bodycontent {
	background-color: white;
	width: 750px;
	color: #3B3330;
	padding-top: 20px;
	padding-bottom: 20px;
}
li{
	text-align:left;
}
#copy > p {
	text-align: left;
	margin: 0px 5px 0px 0px;
	padding: 5px 20px 20px 20px;
	line-height: 1.5;
}
#copy > h1 {
	margin: 0px 0px 0px 20px;
}
#copy {
	width: 500px;
	border-left: 1px solid #000;
	position: relative;
	padding-top: 20px;
	padding-left:10px;

}
#sideimage {
	width: 200px;
	float: left;
	border: 0px solid orange;
	position: relative;
	left: 20px;
}
#sideimage > img {
	border: 1px solid #3B3330;
	padding: 3px;
}
#product-page {
	padding: 0px;
	width: 90%;
	margin: 20px 0px 20px 0px;
	border-spacing: 0px;
}
#product-page td {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #352E2C;
}
.desc-image {
	border: 1px solid #3B3330;
	padding: 3px;
	margin: 5px;	
}
.prod-page {
	width: 75%;
}
.prod-page > p {
	text-align: left;
}
.prod-page > ul,li {
	text-align: left;
}
.home-page {
	width: 75%;
}
.home-page > p {
	text-align: left;
	line-height: 1.5;
}
.home-page > ul,li {
	text-align: left;
}
.productimage {
	border: 1px solid #3B3330;
	padding: 3px;
	margin: 5px;
	float:left;
}
.breadcrumbs {
	text-align: left;
	font-size: 0.9em;
	margin: 10px;
}
.smallred {
	color: red;
}
label {
	text-align: left;
}
h2 {
	color: #800000;
	font-size: 1.2em;
}
.page {
	text-align: left;
}
.section {
	width: 30%;
	text-align: center;
}
.section-img {
	width: 30%;
	text-align: center;
}
.section-desc {
	width: 40%;
	text-align: left;
}
.row1 {
	background-color: #CBC6BD;
	margin: 0px;
	border-bottom: 1px solid #352E2C;
}
.row2 {
	background-color: #AAA599;
	margin: 0px;
	border-bottom: 1px solid #352E2C;
}
#text {
	padding: 10px;
}
#form {
	text-align: left;
}
#footer {
	width: 775px;
	font-size: 0.8em;
	clear: both;
	border: 0px solid green;
	text-align: center;
}
#footer ul {
	padding: 20px 0px 0px 0px;
}
#footer li {
	display: inline;
	margin: 10px;
	text-align: left;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #B2ABA5;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #CCC9C4;
	text-decoration: none;
	font-weight: bold;
}
#footer a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:focus {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.copyright {
	text-align: center;
}