/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #3C3C3C;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1A1A1A;
}

body.editor {
	background-image: none;
	background-color: #C2C2C2;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

img { 
	border: none;
}


a {
	text-decoration: none;
	outline: none;
	color: #118382;
}

a:hover {
	text-decoration: none;
	outline: none;
	color: #1A1A1A;
}	

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;        
}

.blue {
	color: #118382;
	font-size: 13px;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #3C3C3C; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 1px;
	margin: 3px 0px 3px 0px;
}

.alert, .red {
	color: #FF0000;
}

.order_table td {
	padding: 2px 4px 2px 0px;
}

/* LAYOUT CSS */

#container {
	width: 948px;
	margin: 0px auto;
	position: relative;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	left: 38px;
	top: 45px;
}

#packets {
	position: absolute;
	left: 9px;
	top: 211px;
}

#tagline {
	clear: right;
	float: right;
	padding: 34px 17px 0px 0px;
}

#content {
	clear: right;
	float: right;
	padding: 20px 25px;
	margin: 6px 14px 20px 0px;
	width: 386px;
	min-height: 363px;
	background-color: #C2C2C2;
	background-image: url('../images/content_bg.gif');
	background-repeat: no-repeat;
}

#banners {
	padding-top: 420px;
	margin-left: 14px;
	height: 145px;
}

#banners img {
	float: left;
	text-align: center;
	margin: 0px 5px;
}

.content_image {
	border: solid 1px #3C3C3C;
	padding: 2px;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	margin: 0px 18px 20px 26px;
	border-top: 1px solid #262525;
	padding-top: 5px;
	font-size: 11px;
	text-align: right;
	color: #1D1D1D;
	float: right;
	width: 428px;
}

/* NAVIGATION CSS */

#nav {
	padding: 64px 1px 0px 0px;
	margin: 0px;
	float: right;
}

#nav li {
	list-style: none;
	float: left;
	background-image: url('../images/nav_divider.gif');
	background-repeat: no-repeat;
	padding: 0px 5px;
}

#nav li a {
	display: block;
        height: 22px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a:hover, #nav li.active a {
	background-position: 0px -22px !important;
}

#nav a.home {
	background-image: url('../images/nav_home.gif');
	width: 51px;
}

#nav a.product-information {
	background-image: url('../images/nav_product_information.gif');
	width: 170px;
}

#nav a.special-promotions {
	background-image: url('../images/nav_special_promotions.gif');
	width: 158px;
}

#nav a.purchase {
	background-image: url('../images/nav_purchase.gif');
	width: 84px;
}

#nav a.contact {
	background-image: url('../images/nav_contact.gif');
	width: 75px;
}

#subnav {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
}

/* ADMIN CSS */

#admin .button {
	margin: 3px 2px 3px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

