@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;
}
#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: 2;
}

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

#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;
}

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

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 130px;
}
#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;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#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;
}
#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;
}
#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;		
	
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
h1 {
	margin: 0px;
	font-size: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-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;
	text-align: left;
}
.prod-box {
	float: left;
	height: 200px;
	width: 214px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.prod-box-spacer {
	clear: both;
	height: 20px;
}
.product-img {
	float: left;
	padding-right: 10px;
}
h2  {
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #6C0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.price   {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
.read-more {
	float: right;
	padding-top: 10px;
}
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: #09C;
	font-size: 24px;
}
.purple {
	color: #606;
}
.black {
	color: #000;
}
.red {
	color: #F03;
}
.yellow {
	color: #F90;
}
.grey {
	color: #666;
}
#peable-left  {
	float: left;
	width: 310px;
	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;
}
#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;
}
#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: "Trebuchet MS", Arial, Helvetica, sans-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;
}
.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;
}
.col2 {
	float: left;
	width: 80px;
}
.col3 {
	float: left;
	width: 80px;
}
.col-container {
	float: left;
	width: 230px;
}
.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: 26px;
	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: #FF6600;
	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: 16px;
}
