@charset "utf-8";
/* CSS Document */

body {
	background-color: #d5c8d4;
	background-color: #003333;
	/*background-image: url(/img/v1/body_bg.gif);
	background-attachment: scroll;*/
	color: #000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	
	padding: 0;
	margin: 0;
}

#container {
	width: 900px;
	margin: 0 auto;
	background: #fff fixed;
	border-left: 5px solid #990066;
	border-right: 5px solid #990066;
	border-bottom: 5px solid #990066;
	padding-top: 10px;
}

#container_outer {
	width: 914px;
	margin: 0 auto;
	border-left: 2px solid #efd7e7;
	border-right: 2px solid #efd7e7;
	border-bottom: 2px solid #efd7e7;
	background-color: #CC6666;
}

#header {
	margin: 0 auto;
	background: url(/img/v1/header.gif) no-repeat top left;
	width: 740px;
	height: 108px;
	overflow: visible;
}

#topnav {
	padding-top: 8px;
	margin-left: -80px;
	width: 520px;
	text-align: right;
	position: absolute;
	z-index: 2;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav ul li {
	display: inline;
	border-right: 1px solid #000;
	padding-left: 4px;
	padding-right: 5px;
}

#topnav a:link, #topnav a:visited {
	color: #000;
	text-decoration: underline;
}

#topnav a:hover, #topnav #active {
	color: #990066;
}

#page-title {
	padding-top: 55px;
	width: 500px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-size: 50px;
	color: #efd7e7;
}

/* SUBNAV */
#subnav {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav ul li {
	display: inline;
	border-right: 1px solid #000;
	padding-left: 5px;
	padding-right: 8px;
}

#subnav a:link, #subnav a:visited {
	color: #000;
	text-decoration: underline;
}

#subnav a:hover, #subnav #active {
	color: #990066;
}

/* CONTENT */
#content_top {
	padding-top: 10px;
	background: url(/img/v1/content_top.gif) no-repeat bottom left;
	height: 60px;
}
#content_bot {
	background: url(/img/v1/content_bot.gif) no-repeat top right #fff;
	padding-left: 35px;
}

#content {

}

.content {

}

#content p {
	margin: 0;
	padding: 0;
	
	margin-bottom: 12px;
}

#content_table {
	border: 0;
	width: 852px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.content_cell {
	padding: 10px;
	margin: 0;
}

.content_cell h1, .content_cell h2, .content_cell h3 { margin: 0; padding: 0; padding-bottom: 8px; }
.content_cell h1 { font-size: 18px; }
.content_cell h2 { font-size: 16px; }
.content_cell h3 { font-size: 14px; }

/* FOOTER */
#footer {
	padding-top: 5px;
	text-align: right;
	padding-right: 32px;
	padding-bottom: 10px;
	overflow: hidden;
	
}

#copyright {
	font-size: 80%;
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 30px;
}

#footernav {
	padding-bottom: 10px;
}

#footernav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footernav ul li {
	display: inline;
	border-right: 1px solid #000;
	padding-left: 5px;
	padding-right: 8px;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: underline;
}

#footer a:hover, #footer #active {
	color: #990066;
}

/* SUNNY IMAGES! */
.sunny_image_left_wrap { float: left; position: relative; }
.sunny_image_left { position: relative;	margin-left: -34px; }
.sunny_image_left .cell1 { background: url(/img/v1/imgbox/topleft.gif) no-repeat 1px 0px; width: 22px; height: 22px; }
.sunny_image_left .cell2 { border-bottom: 1px solid #000; }
.sunny_image_left .cell3 { background: url(/img/v1/imgbox/topright.gif) no-repeat bottom left; width: 22px; height: 22px; }
.sunny_image_left .cell4 {  }
.sunny_image_left .cell5 {  }
.sunny_image_left .cell6 { border-left: 1px solid #000; }
.sunny_image_left .cell7 { background: url(/img/v1/imgbox/bottomleft.gif) no-repeat 1px 0px; width: 22px; height: 22px; }
.sunny_image_left .cell8 { border-top: 1px solid #000; }
.sunny_image_left .cell9 { background: url(/img/v1/imgbox/bottomright.gif) no-repeat top left; width: 22px; height: 22px; }

.sunny_image_right_wrap { float: right; position: relative; }
.sunny_image_right { position: relative; margin-right: -34px; }
.sunny_image_right .cell1 { background: url(/img/v1/imgbox/topleft.gif) no-repeat bottom right; width: 22px; height: 22px; }
.sunny_image_right .cell2 { border-bottom: 1px solid #000; }
.sunny_image_right .cell3 { background: url(/img/v1/imgbox/topright.gif) no-repeat -1px 0px; width: 22px; height: 22px; }
.sunny_image_right .cell4 { border-right: 1px solid #000; }
.sunny_image_right .cell5 {  }
.sunny_image_right .cell6 {  }
.sunny_image_right .cell7 { background: url(/img/v1/imgbox/bottomleft.gif) no-repeat top right; width: 22px; height: 22px; }
.sunny_image_right .cell8 { border-top: 1px solid #000; }
.sunny_image_right .cell9 { background: url(/img/v1/imgbox/bottomright.gif) no-repeat -1px 0px; width: 22px; height: 22px; }

.sunny_image_wrap { clear: both; }
.sunny_image { margin: 0 auto; }
.sunny_image .cell1 { background: url(/img/v1/imgbox/topleft.gif) no-repeat bottom right; width: 22px; height: 22px; }
.sunny_image .cell2 { border-bottom: 1px solid #000; }
.sunny_image .cell3 { background: url(/img/v1/imgbox/topright.gif) no-repeat bottom left; width: 22px; height: 22px; }
.sunny_image .cell4 { border-right: 1px solid #000; }
.sunny_image .cell5 {  }
.sunny_image .cell6 { border-left: 1px solid #000; }
.sunny_image .cell7 { background: url(/img/v1/imgbox/bottomleft.gif) no-repeat top right; width: 22px; height: 22px; }
.sunny_image .cell8 { border-top: 1px solid #000; }
.sunny_image .cell9 { background: url(/img/v1/imgbox/bottomright.gif) no-repeat top left; width: 22px; height: 22px; }

/* OLD LEGACY GARBAGE */
.vcenter {
	position: absolute;
	height: 50%;
	width: 50%;
}
.productdesc {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.product_hr {
	height: 1px;
	background-color: #000;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
}
.headers {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.mappage {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	background-image: url(images/map_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

.orderform_table {
	background-color: #EFD7E7;
	border: 2px solid #990066;
	padding: 15px;
}

.orderform_table td, th {
	border: none;
	padding: 5px;
}

.orderform_table th {
	background-color: #FFFFFF;
	vertical-align: middle;
}

/* ORDER FORM STYLING */
#orderform table {
	background-color: #EFD7E7;
	border: 2px solid #990066;
	padding: 15px;
}

#orderform td, th {
	border: none;
	border-bottom: 1px solid #990066;
	padding: 5px;
}

#orderform th {
	background-color: #FFFFFF;
	border: 1px solid #990066;
	vertical-align: middle;
}

#orderform strong {
color:#000;
font-weight:bold;
margin-bottom:5px;
margin-top:10px;
}