@charset "UTF-8";
/* CSS Document */

/* ------------ FIXES & HACKS START------------  */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

*{outline:none}

/* ------------ FIXES & HACKS END ------------  */

/* ------------ SITE WIDE TAGS START ------------ */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header-bkgd.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #6B6B6B;
}

td {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #6B6B6B;
}

img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

hr {
	color: #CCCCCC; background-color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1, h2, h3, h4, h5, h6 {padding:0; margin:0}

h1.nopadding, h2.nopadding, h3.nopadding, h4.nopadding, h5.nopadding, h6.nopadding, p.nopadding, ul.nopadding {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #00A0B0;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 20px;
}

h1#EMC {
	padding-bottom: 5px;
	background-image: url(../images/EMC-header.jpg);
	height: 20px;
	width: 392px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	display: block;
}

h1#banner1heading {
	background-image: url(../images/banners/educatemotivatecommunicate.jpg);
	display: block;
	height: 20px;
	width: 393px;
	text-indent: -9999em;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

h2 {
	color: #00A0B0;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 10px;
}

h3 {
	font-size: 15px;
	color: #6B6B6B;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

h3.italic {
	font-style: italic;
	font-weight: normal;
	font-size: 17px;
	height: 20px;
	color: #999999;
}

h1.details, h3.italic {
	display: inline-block;
}

h4 {
	font-size: 12px;
	color: #6B6B6B;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h5 {}

h6 {}

p {
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul li {
	padding: 0px;
	list-style-image: url(../images/star-bulletpoint.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

a:link, a:visited{
	color: #10A5B4;
	text-decoration: none;
}
a:hover {
	color: #C1D82F;
	text-decoration: underline;
}

/* ------------ SITE WIDE TAGS END ------------ */

/* ------------ MAING NAVIGATION START ------------ */

ul#nav {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
}

ul#nav li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
ul#nav li a {
	height: 47px;
	display: block;
	line-height: 47px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
ul#nav li a:hover {
	background-image: url(../images/nav-hover.png);
	background-repeat: repeat-x;
}

/* -------------------- Main Navigation Active States -------------------- */

#products #solutionsnav, #training #resourcesnav, #dealer-locator #howtobuynav, #in-the-news #newsnav, #company #aboutnav {
	background-image: url(../images/nav-hover.png);
	background-repeat: repeat-x;
}

/* ------------ MAING NAVIGATION END ------------ */


.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
}

.floatleft {
	float: left;
	margin: 10px 20px 5px 0;
}

.floatright {
	float: right;
	margin: 10px 0 5px 20px;
}

.right {
	margin: 0 60px 0 0;
	float: right;
}

/* ------------ TEACHER PAGE PHOTOS START ------------ */

#primary, #intermediate, #secondary, #specialed, #careertech {
	width: 200px; height: 133px;
}

#primary {
	background-image: url(../images/primary.jpg);
}

#intermediate {
	background-image: url(../images/intermediate.jpg);
}

#secondary {
	background-image: url(../images/secondary.jpg);
}

#specialed {
	background-image: url(../images/special-ed.jpg);
}


#careertech {
	background-image: url(../images/career-tech.jpg);
}


/* ------------ TEACHER PAGE PHOTOS END ------------ */

#logo a {
	background-image: url(../images/variquest-logo.jpg);
	height: 58px;
	width: 221px;
	text-indent: -9999em;
	display: block;
	margin-left: 30px;
}

/* ------------ FOOTER START ------------ */

#footer {
	background-image: url(../images/footer-bkgd.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 130px;
	margin-top: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #46CAD1;
	position:relative;
	z-index:100;
}

/* ------------ Footer Navigation Start ------------ */
ul.footernav  {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	height: 11px;
}
ul.footernav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
ul.footernav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 11px;
}

ul.footernav li a:hover {
	text-decoration: underline;
}

ul.footernav li a.last {
	border-right-style: none;
}

ul.footerlinks2 {
	padding: 0; margin: 0;
}

ul.footerlinks2 li.last a {
	border: none;
}

#veritronics {
	background-image: url(../images/varitronics-logo.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 112px;
	float: right;
	margin-top: 40px;
	margin-right: 30px;
}

/* ------------ FOOTER END ------------ */

#subnav {
	background-image: url(../images/container-top.png);
	background-repeat: no-repeat;
	width: 960px;
	background-position: center -1px;
	clear: both;
	height: 29px;
	position: relative;
	z-index: 1000;
}
.frame {
	background-image: url(../images/container-middle.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 19px;
	overflow: hidden;
}
.frame-bottom {
	background-image: url(../images/container-bottom.png);
	height: 19px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
}
.contentholder {
	padding-right: 30px;
	padding-left: 30px;
}
.leftcolhome {
	width: 510px;
	float: left;
	position: relative;
}
.rightcolhome {
	float: right;
	width: 350px;
	position: relative;
	z-index: 1;
}
#personas {
	clear: both;
	padding-top: 20px;
	position: relative;
	z-index: 100;
}

.box-container {
	height: 171px;
	width: 264px;
}

#blog p {
	font-size: 12px;
	line-height: 15px;
}
#newsletter {
	height: 24px;
	width: 265px;
	position: absolute;
	top: 40px;
	right: 0px;
	font-size: 18px;
	color: #009FAF;
	text-decoration: none;
	z-index: 4;
}
#search {
	position: absolute;
	top: 113px;
	right: 30px;
	height: 23px;
	z-index: 5;
}
#search  form  input.searchbox {
	background-color: #66C4CD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	height: 20px;
	width: 154px;
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	position: relative;
	height: 177px;
	width: 960px;
}
.container.padding {
	padding-top: 23px;
}

/* ------------ HOME PAGE SLIDER START ------------ */
.homeframe {
	background-image: url(../images/container-middle.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 275px;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
#slide1 {
	position: relative;
}
#circles {
	background-image: url(../images/yellow-green-circles.png);
	height: 285px;
	width: 549px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 1000;
	right: -20px;
	top: -20px;
}

.hidden
{
display: none;
}
#slides {
	position: relative;
}
a#previousarrow, a#nextarrow  {
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 38px;
	width: 38px;
	position: absolute;
	text-indent: -9999em;
	display: block;
	z-index: 10;
}
a#previousarrow {
	left: 40px;
	bottom: 30px;
}
a#previousarrow:hover {
	background-position: 0px -38px;
}
a#nextarrow {
	left: 85px;
	bottom: 30px;
	background-position: -38px 0px;
}

a#nextarrow:hover {
	background-position: -38px -38px;
}

#banner1 p, #banner2 p, #banner3 p, #banner4 p {
	width: 420px;
}

#banner5 ul li {
	font-size: 14px;
}

#banner5 ul {
	width: 500px;
}


#banner1 {
	background-image: url(../images/banners/educatemotivate-banner.jpg);
	height: 255px;
	width: 890px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 20px;
	background-position: 436px -1px;
	padding-left: 30px;
}
#banner2 {
	background-image: url(../images/banners/banner2.jpg);
	height: 255px;
	width: 890px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 20px;
	background-position: 436px -1px;
	padding-left: 30px;
}

#banner3 {
	background-image: url(../images/banners/banner3.jpg);
	height: 255px;
	width: 890px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 20px;
	background-position: 436px -1px;
	padding-left: 30px;
}
#banner4 {
	height: 255px;
	width: 890px;
	position: absolute;
	top: 0;
	right: 20px;
	padding-left: 30px;
	background: url(../images/banners/emailbanner.jpg) no-repeat 436px -1px;
}

#banner5 {
	height: 255px;
	width: 890px;
	position: absolute;
	top: 0;
	right: 20px;
	padding-left: 30px;
	background: url(../images/banners/banner5.jpg) no-repeat 518px -1px;
}

h1#banner2heading {
	background-image: url(../images/banners/didyouknow.jpg);
	display: block;
	height: 20px;
	width: 250px;
	text-indent: -9999em;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
h1#banner3heading {
	background-image: url(../images/banners/donttakeourwordforit.jpg);
	display: block;
	height: 20px;
	width: 354px;
	text-indent: -9999em;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
h1#banner4heading {
	background-image: url(../images/banners/variquestenews.jpg);
	display: block;
	height: 20px;
	width: 191px;
	text-indent: -9999em;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

h1#banner5heading {
	background-image: url(../images/banners/h1-completesolution.jpg);
	display: block;
	height: 20px;
	width: 444px;
	text-indent: -9999em;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

div#testimonial {
	background: url(../images/bubble-bkgd.jpg) no-repeat 0px 0px;
	height: 116px;
	width: 408px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 15px;
}
div#testimonial p {
	width: 400px;
}

#testimonialsplayer {
	width: 540px;
	margin: 0 auto 0 auto;
	padding: 20px 0;
}

.teachertitle {
	position: absolute;
	bottom: 0px;
	left: 220px;
	font-size: 14px;
	line-height: 16px;
}

p#facts {
	font-size: 12px;
}

/* ------------ HOME PAGE SLIDER END ------------ */


a.videothumb {
	background-repeat: no-repeat;
	background-position: 0px -1px;
	float: left;
	height: 53px;
	width: 71px;
	margin-right: 10px;
	border: 1px solid #333333;
	margin-top: 10px;
}
a.videothumb#homevideo   {
	background-image: url(../images/video-thumb.jpg);
	text-indent: -9999px;
	display: block;
	margin-bottom: 40px;
}

a.videothumb#homevideo:hover {
background-position: -71px -1px;
}

#phonenumber {
	position: absolute;
	right: 29px;
	top: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #006368;
}

ul#stayconnected {
	margin-left: 120px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul#stayconnected li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

ul#stayconnected li a {
	color: #006368;
	text-decoration: none;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	width: 72px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

ul#stayconnected li a:hover {
	color: #333333;
}

ul#stayconnected li.last a {
border-bottom-style: none;
}

#socialnetworking {
	background-image: url(../images/socialmedia-icons.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 111px;
	width: 109px;
	position: absolute;
	z-index: 8;
	top: 30px;
	left: 0px;
}

#starburst {
	background-image: url(../images/star-bkgd.jpg);
	height: 363px;
	width: 417px;
	position: absolute;
	left: -50px;
	top: -80px;
	z-index: -1;
}

#signupbutton {
	height: 24px;
	position: absolute;
	top: 0px;
	right: 30px;
}

.selector {
	background-image: url(../images/nav-arrow.png);
	height: 11px;
	width: 23px;
	position: absolute;
	z-index: 1000;
	bottom: -9px;
	right: 100px;
}

.specialed-photo {
	background-image: url(../images/special-ed-bottom.jpg);
	width: 500px; height: 300px;
	padding-top: 10px; padding-bottom: 10px;
}

.interiorframe {
	background-image: url(../images/container-middle.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 900px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

.interior2column {
	background-image: url(../images/interiorcontainer.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 900px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

.interiorcontainer-bottom {
	background-image: url(../images/container-bottom.png);
	height: 44px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
}

.interior2column-bottom {
	background-image: url(../images/interiorcontainer-bottom.png);
	height: 44px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
}

.interiorbanner {
	height: 265px;
	width: 580px;
	position: relative;
}

.interiordivider-top {
	background-image: url(../images/divider-top.png);
	height: 41px;
	width: 40px;
	position: absolute;
	z-index: 20;
	left: 610px;
	top: 0px;
}

.rightcol {
	float: right;
	width: 280px;
	padding-top: 10px;
	position: relative;
}

.leftcol {
	float: left;
	width: 580px;
	position: relative;
}

ul.subnavcontainer {
	padding: 0px;
	height: 29px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

ul.subnavcontainer.newscontainer {
	margin-left: 200px !important;
}

ul.subnavcontainer.aboutcontainer {
	margin-left: 370px !important;
}

ul.subnavcontainer li {
	list-style-type: none;
	margin-right: 20px;
	display: inline;
	padding: 0px;
	list-style-image: none;
	margin-left: 0px;
}

ul.subnavcontainer li a {
	line-height: 29px;
	font-size: 16px;
	font-weight: bold;
	color: #006368;
	text-decoration: none;
}

#dealerlocator-bkgd {
	background-image: url(../images/dealer-locator.jpg);
	height: 24px;
	width: 224px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 8px;
}

input#dealerinput {
	height: 14px;
	width: 165px;
	float: left;
	background-color: #66C6D0;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
}

.map {
	height: 332px;
}

p.small {
	font-size: 12px;
}

table#dealertable {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
}

table#dealertable p {
	padding: 0px;
	margin: 0px;
}

table#dealertable th.heading1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00A0B0;
	height: 47px;
	line-height: 47px;
}

table#dealertable th {
	font-size: 16px;
	font-weight: bold;
	color: #006368;
	line-height: 40px;
	background-color: #6AD3D8;
	height: 40px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00A0B0;
}

table#dealertable td {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
  vertical-align:middle;
}

table#dealertable td.last,
table#dealertable th.last{
	border-right-style: none;
}

table#dealertable tr.grey {
	background-color: #EAEAEA;
}

ul.subnavcontainer li a:hover {
	color: #003D3D;
}

#flashcontainer {
	background-image: url(../images/products/green-oval.jpg);
	background-position: center 110px;
	background-repeat: no-repeat;
}

span.arrowsubmit a {
	background-image: url(../images/arrow-sm.jpg);
	height: 16px;
	width: 16px;
	display: inline-block;
	text-indent: -9999em;
	margin-left: 4px;
	background-position: 0px 0px;
}

span.arrowsubmit a:hover {
	background-position: -16px 0px;
}

.bubbletop {
	background: url(../images/bubbletop.jpg);
  margin:0;
  padding:0;
	height: 12px;
	width: 580px;
	clear: both;
}
.bubblemiddle {
	background: url(../images/bubblemiddle.jpg) repeat-y;
	width: 540px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
}

.bubblemiddle p {
	margin: 0; padding: 0;
	
}
.bubblebottom {
	background: url(../images/bubblebottom.jpg);
	height: 34px;
	width: 580px;
    margin:0;
  padding:0;
}

.testimonialsbio {
	float:right; font-size: 13px; line-height: 15px; padding-top: 5px; padding-bottom: 15px; width: 200px; position: relative;
}

.starbio {
	background-image: url(../images/star-bulletpoint.png);
	width: 16px; height: 12px;
	position: absolute;
	left: -20px; top: 5px;
  margin:0;
  padding:0;
}

/* ------------ PRODUCT THUMBNAILS START ------------ */

ul#productthumbs {
	margin: 0px;
	padding: 0px;
}

ul#productthumbs li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	float: left;
	list-style-image: none;
}

ul#productthumbs li a {
	display: block;
	text-indent: -9999em;
	height: 126px;
	width: 140px;
	margin-right: 5px;
	margin-top: 5px;
	background-image: url(../images/products/product-thumbs.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#productthumbs li a#designthumb:hover {
background-position: 0 -126px
}

ul#productthumbs li a#posterthumb{
	background-position: -140px 0px;
}

ul#productthumbs li a#posterthumb:hover{
	background-position: -140px -126px;
}

ul#productthumbs li a#cutoutthumb {
	background-position: -280px 0px;
}

ul#productthumbs li a#cutoutthumb:hover {
	background-position: -280px -126px;
}

ul#productthumbs li a#awardsthumb {
	background-position: -420px 0px;
}
ul#productthumbs li a#awardsthumb:hover {
	background-position: -420px -126px;
}

ul#productthumbs li a#coldthumb {
	background-position: -560px 0px;
}
ul#productthumbs li a#coldthumb:hover {
	background-position: -560px -126px;
}

/* ------------ PRODUCT THUMBNAILS END ------------ */

.product {
	margin: 60px 20px 20px 20px;
	float: left;
}

.details-right {
	width: 535px;
	float: right;
	padding-bottom: 20px;
	position: relative;
}

.productbutton {
	position: absolute;
	top: 275px; left: -300px;
}

.productbutton2 {
	position: absolute;
	top: 315px; left: -296px;
}

.productbutton3 {
	position: absolute;
	bottom: -20px; left:0px;
}

#cutoutbutton a{
	display: block;
	background-image: url(/images/productbutton.jpg);
	height:58px; 
	width:187px;
	text-indent: -2000em;
}

#cutoutbutton a:hover {
	background-image: url(/images/cutoutbutton-over.jpg);
}

#poster-maker-3600 .productbutton2 {
	left: -290px;
}

#poster-maker-3600 .productbutton {
	left: -305px;
}

.product-footer {
clear: both;
}

.rightcol.padding, ul#tabnav.padding  {
}

.humanshot {
	float: right;
	margin-bottom: 20px;
}

.tabsbox {
	width: 556px;
	height: 270px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	overflow: auto;
	padding: 10px;
}

#lessons-and-activities .tabsbox {
	height: auto;
	overflow: none;
}

.tabsbox h2 {
	padding-left: 10px;
}

#lessons-and-activities {
	height: 340px;
}

/* ------------ PRODUCT DETAILS TABS START ------------ */

ul#tabnav { /* general settings */
	margin: 0; /* set border COLOR as desired */
	list-style-type: none;
	padding: 0px; /* THIRD number must change with respect to padding-top (X) below */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	width: 579px;
}

ul#tabnav li { /* do not change */
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

ul#tabnav li.tab1.active, ul#tabnav li.tab2.active, ul#tabnav li.tab3.active, ul#tabnav li.tab4.active { /* settings for selected tab */
}

ul#tabnav li.tab1 a.active, ul#tabnav li.tab2 a.active, ul#tabnav li.tab3 a.active, ul#tabnav li.tab4 a.active { /* settings for selected tab link */
	color: #666666; /* set selected tab link color as desired */
	position: relative;
	top: 1px; /* must change with respect to padding (X) above and below */
	background-position: -190px 0px;
}

ul#tabnav li a { /* settings for all tab links */
	background-color: #999999; /* set unselected tab background color as desired */
	color: #FFFFFF; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/tabs.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#tabnav a:hover { /* settings for hover effect */
	background-position: -190px 0px;
	color: #666666;
}

/* ------------ PRODUCT DETAILS TABS END ------------ */

.productdivider {
	background-image: url(../images/product-divider.jpg);
	height: 424px;
	width: 21px;
	float: right;
	margin-right: 20px;
}

ul.productlinks {
	height: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

ul.productlinks li {
	float: left;
	padding-right: 8px;
}

/* ------------ PRODUCT DETAILS BOTTOM NAVIGATION START ------------ */

#design-center-1000 ul.productlinks li#designcenterlink, #poster-maker-3600 ul.productlinks li#postermakerlink, #awards-maker-400 ul.productlinks li#awardsmakerlink, #cutout-maker-1800 ul.productlinks li#cutoutmakerlink, #cold-laminators ul.productlinks li#coldlaminatorslink {
	display: none;
}

/* ------------ PRODUCT DETAILS BOTTOM NAVIGATION END ------------ */

.tabscontainer {
	width: 576px;
	float: right;
}

#lessons-and-activities .tabscontainer {
	padding-top: 20px;
}

.tabscontainer p {
	padding: 5px 10px 0 10px;
	margin: 0;
}
.productdetails-frame {
	background-image: url(../images/container-middle.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 900px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}


/* ------------ PRODUCT DETAILS -- VIDEO BUTTON ------------ */

.productvideobutton {
	position: absolute;
	top: 355px; left: -240px;
}

a.productvideothumb {
	background-repeat: no-repeat;
	background-position: 0px -1px;
	height: 53px;
	width: 71px;
	border: 1px solid #333333;
     text-indent: -9999px;
	display: block;
    
}
a.productvideothumb#designcentervideo   {
	background-image: url(../images/video-thumb-designcenter.jpg);
}

a.productvideothumb#postermakervideo   {
	background-image: url(../images/video-thumb-postermaker.jpg);
}

a.productvideothumb#cutoutmakervideo   {
	background-image: url(../images/video-thumb-cutoutmaker.jpg);
}

a.productvideothumb#awardsmakervideo   {
	background-image: url(../images/video-thumb-awardsmaker.jpg);
}

a.productvideothumb:hover {
background-position: -71px -1px;
}



/* ------------ CONTACT FORM START ------------ */
#contacttable {
	font-family: Arial, Helvetica, sans-serif;
}

#contacttable tr td
 {
	padding-top: 5px;
	padding-bottom: 5px;
}
#contacttable td.inputcontact input {
	border: 1px solid #999999;
	background: #FFFFFF;
	padding: 3px;
	margin-left: 15px;
}

#contacttable span, .requiredfield span {
	font-size: 14px;
	color: #FF0000;
}

#contacttable select, #contacttable textarea#contact_comment {
	margin-left: 15px;
	border: 1px solid #999999;
	background: #FFFFFF;
	padding: 3px;
}

#contactmargin {
	margin-left: 15px;
}

.requiredfield {
	position: absolute;
	top: 30px; right: 30px;
}

#enewsletter .requiredfield {	
	top: 115px; right: 160px;
}
/* ------------ CONTACT FORM END ------------ */

/* ------------ SITEMAP START ------------ */

ul.sitemap {
width: 300px;
float:left;
}

ul.sitemap li {
padding-bottom: 10px
}

ul.sitemap li ul {
padding-top: 0; margin-top: 0
}

ul.sitemap li ul li {
	padding-bottom: 2px;
	list-style: url(none) none;
}

ul.sitemap li ul li ul li {
	font-size: 12px;
	line-height: 15px;
}

/* ------------ SITEMAP END ------------ */




/* ------------ ON PAGE EDITING START ------------ */

.onpage_edit_link a img {
	position: absolute; z-index:900;
}

.onpage-editing-area-overlay {
  background-image:url(/images/black-70.png);
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:9999;
}

.onpage-editing-area-frame{
  position:absolute;
  border:7px solid black;
  top:40px;
  left:50%;
  margin-left:-375px;
  width:750px;
  background-color:#fef9e4;
  z-index:10000;
}

.onpage-editing-area-close-link{
  float:right;
  margin:5px 15px 5px 0px;
}

.onpage-editing-area-insertable-editor-location{
  margin:15px 35px 30px 35px;
}

/* ------------ ON PAGE EDITING END ------------ */


.form-errors {
 color:#dd0000;
padding: 15px 0 0 15px;
}

/* styles for andrew's CUTOUTS page */
td.cutout {
  text-align:center;
  vertical-align:bottom;
  font-size:12px;
  padding-top:12px;
  width:193px
}



/* ------------ TABLES, ETC FOR THE PRODUCT SUPPLIES PAGES ------------ */


table.supplyGrey {
 border: solid 1px #777; 
 margin-top:4px;
}

table.supplyGrey td {
 padding: 5px;
 font-size: 12px;
 line-height:16px;
 color: #333;
}

table.supplyGrey th {
  background-color:#777;
 text-align:left;
 color:white;
  font-size: 12px;
 line-height:14px;
 padding: 5px;
}

table.supplyGrey tr.greyrow td {
background-color:#eaeaea;
}

table.supplyGrey tr.papersize_row th {
  font-size:16px;
  padding-bottom:0;
}


/*these 2 are for the Cutouts page (modules table)*/
table.supplyGrey td.catalog_column {
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
}

table.supplyGrey td h2 {
  margin-top:0;
  padding-top:0;
  line-height:19px;
}


table.supplyTeal {
 border: solid 1px #0097A1; 
 margin-top:4px;
}

table.supplyTeal td {
 padding: 5px;
 font-size: 12px;
 line-height:16px;
 color: #333;
}

table.supplyTeal th {
  background-color:#0097A1;
 text-align:left;
 color:white;
  font-size: 12px;
 line-height:14px;
 padding: 5px;
}

table.supplyTeal td.savings {
 color:#0097A1;
 font-size:14px;
 line-height:16px;
 vertical-align:bottom;
 text-align:right;
 font-weight:bold;
}

table.supplyTeal td.savings2 {
 color:#0097A1;
 font-size:16px;
 line-height:18px;
 vertical-align:middle;
 text-align:right;
 font-weight:bold;
 padding-right:5px;
 white-space:nowrap;
}

table.supplyTeal td.greenDots {
 /* border-bottom: 1px solid #bbd236;  -- this would not show up in ie7 for some reason*/
font-size:4px;
line-height:4px;
height:4px;
padding:0;
margin:0;
background-image:url(/images/outline-green-dots.png);
background-repeat:repeat-x;
}

table.supplyTeal ul {
 margin-left:20px; 
}


.size14 {
  font-size:14px;
  line-height:18px;
}

.size16 {
  font-size:16px;
  line-height:20px;
}

.teal {
  color:#0097A1;
}