@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-position: left 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-repeat: repeat-x;
	background-color: #FFF;
}
p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#head-container {
	background-image: url(images/head-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 191px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#head {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#content-container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
#foot-container {
	background-image: url(images/foot-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 180px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}
#foot {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}
#logo {
	float: left;
	padding-top: 10px;
}
#contact {
	float: right;
	padding-top: 20px;
}
#nav-container {
	clear: both;
	width: 940px;
	padding-top: 28px;
	z-index: 999;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 999;
}

#nav a {
	display: block;
	width: 85px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	height: 26px;
	padding-top: 24px;
	background-image: url(images/tab-grey.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 999;
}

#nav li { /* all list items */
	float: left; /* width needed or else Opera goes nuts */
	width: 85px;
	z-index: 999;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 130px;
	z-index: 999;
}
#nav li ul li a{
	width: 151px;
	text-align: left;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(images/nav-bg.png);
	background-repeat: repeat;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	height: 20px;
	z-index: 999;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}
#nav li ul li a:hover {
	width: 151px;
	text-align: left;
	height: 20px;
	display: block;
	color: #FC9914;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	z-index: 999;
}
#nav li.active a {
	display: block;
	width: 85px;
	text-align: center;
	text-decoration: none;
	height: 26px;
	padding-top: 24px;
	background-image: url(images/tab-or.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 999;
}
#nav li.active ul li a {
	width: 151px;
	text-align: left;
	height: 20px;
	display: block;
	background-image: url(images/nav-bg-or.png);
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E68A00;
	border-right-color: #E68A00;
	border-bottom-color: #E68A00;
	border-left-color: #E68A00;
	background-repeat: repeat;
	z-index: 999;
}
#nav li.active ul li a:hover {
	width: 151px;
	text-align: left;
	height: 20px;
	display: block;
	background-image: url(images/nav-bg-or-hover.png);
	color: #FFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-repeat: repeat;
	z-index: 999;
}
#nav a:hover {
	display: block;
	width: 85px;
	text-align: center;
	text-decoration: none;
	color: #FC9914;
	height: 26px;
	padding-top: 24px;
	background-image: url(images/tab-grey.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 999;
}
#nav li.active a:hover {
	display: block;
	width: 85px;
	text-align: center;
	text-decoration: none;
	height: 26px;
	padding-top: 24px;
	background-image: url(images/tab-or.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	z-index: 999;
}
#nav li ul li.last a {
	width: 151px;
	text-align: left;
	height: 20px;
	display: block;
	background-image: url(images/menu-bottom.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	z-index: 999;
}
#nav li ul li.last a:hover {
	width: 151px;
	text-align: left;
	height: 20px;
	display: block;
	background-image: url(images/menu-bottom.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-repeat: no-repeat;
	background-position: left top;
	color: #FF9900;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	z-index: 999;
}
#nav li.active ul li.last a {
	width: 151px;
	text-align: left;
	height: 20px;
	display: block;
	background-image: url(images/menu-bottom-or.png);
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E68A00;
	border-right-color: #E68A00;
	border-bottom-color: #E68A00;
	border-left-color: #E68A00;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 999;
}
#nav li.active ul li.last a:hover {
	width: 151px;
	text-align: left;
	height: 20px;
	display: block;
	background-image: url(images/menu-bottom-or-hover.png);
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E68A00;
	border-right-color: #E68A00;
	border-bottom-color: #E68A00;
	border-left-color: #E68A00;
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	z-index: 999;
}
h1 {
	margin: 0px;
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333333;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}
.prod-box-containers {
	clear: both;
	background-image: url(images/prod-boxes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
}
.prod-box {
	float: left;
	height: 200px;
	width: 212px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	margin: auto;
}
.prod-box-spacer {
	clear: both;
	height: 20px;
}
.product-img {
	float: left;
	padding-right: 10px;
}
h2  {
	font-size: 17px;
	line-height: normal;
	margin: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #090;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}
.price   {
	color: #666;
	text-align: center;
	font-size: 12px;
}
.read-more {
	float: right;
	padding-top: 2px;
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.prod-box-text  {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 14px;
}
#preable {
}
.blue {
	color: #F00;
	font-size: 24px;
}
.purple {
	color: #333;
	font-style: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}
.black {
	color: #F00;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.red {
	color: #F03;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}
.yellow {
	color: #000;
	text-align: center;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.grey {
	color: #666;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#peable-left  {
	float: left;
	width: 320px;
	height: 240px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.preable-design {
	background-image: url(images/design-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
}
#peable-left  h1  {
	background-image: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#preable h1 {
	margin: 0px;
	font-size: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	background-image: url(images/images/top-line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}
#sub-page-text-container {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 14px;
	font-size: 12px;
}
#sub-page-text-container h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.features a {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF6600;
	text-decoration: underline;
}
.features-full-left {
	width: 170px;
	float: left;
}
.prod-img-full-width {
	padding-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
.features-full-right {
	float: right;
	width: 170px;
}
#sub-page-text-container  li {
	list-style-type: none;
	padding-left: 30px;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#sub-page-text-container ul {
	margin: 0px;
	padding: 0px;
}
.col1 {
	float: left;
	width: 120px;
	padding-top: 20px;
}
.prod-right {
	float: right;
	width: 400px;
}
.prod-spacer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
}
.prod-left {
	float: left;
	width: 400px;
	padding-bottom: 20px;
	padding-right: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.features {
	float: right;
	width: 220px;
	color: #333;
	font-style: normal;
	font-weight: normal;
}
.col2 {
	float: left;
	width: 80px;
	font-weight: normal;
}
.col3 {
	float: left;
	width: 80px;
}
.col-container {
	float: left;
	width: 230px;
}
.col-containerCopy {
	float: left;
	width: 300px;
}
.spec-container {
	clear: both;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	margin-top: 15px;
}
.col4 {
	float: left;
	width: 60px;
}
.prod-img-sub-page {
	padding-top: 10px;
	float: left;
}
.features-full-width {
	clear: both;
	width: 390px;
}
.features-full-width a {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF6600;
	text-decoration: underline;
}
.features-full-right a {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF6600;
	text-decoration: underline;
}
.prod-left-x3 {
	float: left;
	width: 258px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 20px;
}
.features-x3 {
	float: right;
	width: 100px;
}
.prod-left-x3-end {
	float: left;
	width: 258px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
	padding-left: 20px;
}
.features-x3 a {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF6600;
	text-decoration: underline;
}
.features-x3-end a {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF6600;
	text-decoration: underline;
}
.features-x3-full-right {
	float: right;
	width: 120px;
}
.features-x3-full-left {
	float: left;
	width: 120px;
}
.features-x3-full-right a {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF6600;
	text-decoration: underline;
}
.features-x3-full-left a {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF6600;
	text-decoration: underline;
}
.spec-container-x3 {
	clear: both;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	margin-top: 15px;
}
.col1-x3 {
	float: left;
	width: 90px;
	margin-top: 40px;
}
.col2-x3 {
	float: left;
	width: 60px;
}
.col3-x3 {
	float: left;
	width: 60px;
}
.col-container-x3 {
	float: left;
	width: 130px;
}
.float-right {
	float: right;
}
.preable-outdoor {
	background-image: url(images/headers/indoor-outdoor.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.move-over-download {
	padding-left: 26px;
	background-image: url(images/download.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.move-over-download a {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.preable-linear {
	background-image: url(images/headers/linear.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-literature {
	background-image: url(images/headers/lit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-mod {
	background-image: url(images/headers/mod.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-pop-up {
	background-image: url(images/headers/pop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-rigid {
	background-image: url(images/headers/rigid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-banners {
	background-image: url(images/headers/ban.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.form {
	width: 350px;
	background-image: url(images/form-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-left: 0px;
}
#form1 {
	margin: 0px;
	padding: 0px;
}
#textfield {
}
.best-day {
	width: 65px;
	margin-top: 10px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FF8400;
	background-image: url(images/best-day-input.png);
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
}
.input {
	width: 284px;
	background-image: url(images/input.png);
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FF8E00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-right: 4px;
	padding-left: 6px;
	padding-top: 4px;
}
.input-message {
	height: 78px;
	width: 286px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FF7400;
	background-image: url(images/message-input.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
.preable-about {
	background-image: url(images/headers/about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-contact {
	background-image: url(images/headers/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-banner {
	background-image: url(images/headers/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-display {
	background-image: url(images/headers/display.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-portable {
	background-image: url(images/headers/port.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-promo {
	background-image: url(images/headers/promo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-temp {
	background-image: url(images/headers/temp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.temp-x3-full-left {
	float: left;
	width: 80px;
}
.temp-x3-full-right {
	float: right;
	width: 160px;
}
.temp-x3-full-right a {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF6600;
	text-decoration: underline;
}
.temp-x3-full-left a {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF6600;
	text-decoration: underline;
}
.preable-digi {
	background-image: url(images/headers/dig.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-large {
	background-image: url(images/headers/large-format.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.preable-enviro {
	background-image: url(images/headers/enviro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
.preable-shell {
	background-image: url(images/headers/shell1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
.prod-box-containers-x2 {
	clear: both;
	background-image: url(images/prod-boxes-x2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
.prod-box-containers-x3 {
	clear: both;
	background-image: url(images/prod-boxes-x3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#green-block-container {
	float: right;
	width: 400px;
	margin-right: 10px;
}
#green-top {
	height: 12px;
	clear: both;
	background-image: url(images/green-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#green-bot {
	height: 20px;
	clear: both;
	background-image: url(images/green-bot.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#green-content {
	background-color: #339900;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	color: #FFFFFF;
}
#green-content p {
	background-color: #339900;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.prod-box-containers-x1 {
	clear: both;
	background-image: url(images/prod-boxes-x2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	width: 235px;
}
.preable-special {
	background-image: url(images/headers/spec.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
#foot a {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: underline;
}
.preable-worldcup {
	background-image: url(images/headers/worldcup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 940px;
	clear: both;
	color: #FFF;
}
#content-container .prod-box-containers .prod-box .blue {
	font-size: 17px;
	color: #39F;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#slider {
	position:relative;
	background:#202834 url(images/loading.gif) no-repeat 50% 50%;
	width: 936px;
	height: 250px;
	margin-bottom: 20px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption a { 
    text-decoration:underline;
}
#content-container .prod-box-containers table tr td {
	padding-left: 10px;
}
#last_name       {
	display: none;
}
#content-container #sub-page-text-container .prod-left .features .style5 .black .style1 .style4 .style6 .style8 .style7 .black .black .style4 .style8 .purple {
	color: #333;
}
#content-container #sub-page-text-container .prod-left .features .style5 .purple .style8 .style4 .black .black .style1 .style4 .style6 .style8 .style7 .black {
	color: #333;
}
#content-container #sub-page-text-container .prod-left .prod-left .features .style51 .black .style11 .style41 .style61 .style81 {
	font-weight: bold;
}
#content-container #sub-page-text-container .prod-left .prod-left .features .style51 .black .style11 .style41 .style61 .style81 {
	color: #333;
}
#content-container #sub-page-text-container .prod-left .prod-left .features .style51 .black .style11 .style41 .style61 .style81 {
	font-style: italic;
}
#content-container #sub-page-text-container .prod-left .prod-left .features .style51 .black .style11 .style41 .style61 .style81 .style81 {
	font-weight: bold;
}
#content-container #sub-page-text-container .prod-left .prod-left .features .style51 .black .style11 .style41 .style61 .style81 .style81 {
	font-weight: bold;
}
Front page header test {
	text-align: center;
}
.Artwork {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #F00;
	text-decoration: underline;
	text-align: center;
	position: absolute;
	left: 806px;
	top: 1096px;
}
.StylePrice {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #F90;
}
.StyleCall {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #F90;
}
.col5 {
	width: 95px;
	float: left;
}

