@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}
a img {
	border: none;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0px; padding: 0px; }

#wrapper  {
	position:relative;
	width:1000px;
	top:0px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	height:1%;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
}

#head_blue  { 
	position:relative; 
	height:125px;
	top:0px;
	width:811px;
	left:96px;
	background-color:#3e762c;
}


#head_red  { 
	position:relative; 
	height:35px;
	width:601px;
	left:96px;
	background-color:#58491a;
	padding-left:210px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../images/top_nav_back.jpg);
	background-repeat:no-repeat;
}

#phone {
	position:absolute;
	top:2px;
	left:680px;
	text-align:right;
	width:120px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

#logo {
	position:absolute;
	top:2px;
	left:105px;
	width:194px;
	height:125px;
}

#flashimage {
	position:relative;
	z-index: 101;
}

#flash {
	position:absolute;
	top:0px;
	left:300px;
	width:608px;
	height:125px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

#flash a:link {
	color: #fff;
	text-decoration: none;
}
#flash a:visited {
	text-decoration: none;
	color: #fff;
}
#flash a:hover {
	text-decoration: underline;
	color: #57491A;
}
#flash a:active {
	text-decoration: none;
	color: #fff;
}

#top_nav  { 
	position:relative; 
	height:45px;
	width:805px;
	left:98px;
	background-image:url(../images/tan_nav_bar.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#3e762c;
	text-align:center;
	padding: 7px;
	margin: 5px 0 0 -2px;
}
#top_nav ul {
	list-style: none;
}
#top_nav ul li{
	float: left;
	text-align: center;
}
#top_nav a:link {
	color: #3e762c;
	text-decoration: none;
	width: 85px;
	display: block;
}
#top_nav a:visited {
	text-decoration: none;
	color: #3e762c;
}
#top_nav a:hover {
	text-decoration: underline;
	color: #58491a;
}
#top_nav a:active {
	text-decoration: none;
	color: #3e762c;
}
#top_nav a.one {
	line-height: 32px; 
}
.divi {
	background: url(../images/divi.png) repeat;
	height: 36px;
	width: 2px;
	text-indent: -999em;
}
/*navigation*/

#dropmenudiv{
	position:absolute;
	border:1px solid #fff;
	border-bottom-width: 0px;
	top:35px;
	left:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height:18px;
	z-index:30;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	background-color:#3e762c;
	color: #fff;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #58491a;
	color: #fff;
}

#side_nav {
	float:left;
	position:relative;
	/*background-image:url(../images/side_nav_back_secure2.jpg);
	background-repeat:no-repeat;*/
	left:87px;
	width:215px;
	height:1150px;
}
.left-top {
	background: url(../images/side_nav_back_secure2-top.jpg) no-repeat;
	height: 18px;
	width: 215px;
}
.left-mid {
	background: url(../images/side_nav_back_secure2-mid.jpg) repeat-y;
	width: 185px;
	padding: 0 5px 0 16px;
}
.left-bottom {
	background: url(../images/side_nav_back_secure2-botto.jpg) no-repeat;
	width: 215px;
	height: 14px;
}
#side_nav_content {
	position:absolute;
	left:10px;
	width:200px;
	height:575px;
	top:0px;
}

#side_nav_content a:link {
	color: #000;
	text-decoration: none;
}
#side_nav_content a:visited {
	text-decoration: none;
	color: #000;
}
#side_nav_content a:hover {
	text-decoration: underline;
	color: #3e762c;
}
#side_nav_content a:active {
	text-decoration: none;
	color: #000;
}

.side_content {font-family:Arial, Helvetica, sans-serif; padding-left:20px; padding-bottom:10px; font-size:12px; font-weight:bold; color:#000000; }
.side_content_middle {font-family:Arial, Helvetica, sans-serif; padding:10px 0 10px 22px; font-size:12px; font-weight:bold; color:#000000; }
	
.order {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:16px; color:#3e762c; text-decoration:none;}

#content {
	float:left;
	position:relative;
	left:110px;
	width:580px;
	height:1%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content li {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#content a:link {
	color: #3e762c;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #3e762c;
}
#content a:hover {
	text-decoration: underline;
	color: #58491a;
}
#content a:active {
	text-decoration: none;
	color: #3e762c;
}

.image_left {
	padding-right:10px;
	padding-bottom:10px;
}

.image_left_2 {
	padding-right:20px;
}

.image_left_3 {
	padding-right:8px;
}

h1 { 
	margin:0px;
	padding: 10px 0px 5px 20px; 
	font: bold 15px Arial, sans-serif; 
	color: #3e762c; 
	background: url(../images/check_mark.gif) 0px 10px no-repeat;
}

#theh1 {
margin:0px;
	padding: 10px 0px 5px 20px; 
	font: bold 15px Arial, sans-serif; 
	color: #3e762c; 
	background:none;
}

h2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:16px; 
	color:#3e762c; 
}

h3 {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:14px; 
	color:#57491A; 
}

#footer {
	clear:both;
	position:relative;
	left:96px;
	width:811px;
	height:1%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#footer a:link {
	color: #3e762c;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #3e762c;
}
#footer a:hover {
	text-decoration: underline;
	color: #58491a;
}
#footer a:active {
	text-decoration: none;
	color: #3e762c;
}


#footer2 a:link {
	color: #3e762c;
	text-decoration: none;
}
#footer2 a:visited {
	text-decoration: none;
	color: #3e762c;
}
#footer2 a:hover {
	text-decoration: underline;
	color: #58491a;
}
#footer2 a:active {
	text-decoration: none;
	color: #3e762c;
}

hr {
	color:#3e762c;
	background-color:#57491A;
	height:8px;
}

.hr2 {
	color:#3e762c;
	background-color:#57491A;
	height:1px;
}

#footer2 a:link {
	color: #000000;
	text-decoration: none;
}
#footer2 a:visited {
	text-decoration: none;
	color: #000000;
}
#footer2 a:hover {
	text-decoration: none;
	color: #000000;
}
#footer2 a:active {
	text-decoration: none;
	color: #000000;
}
#hacker {
	text-indent:60px;
	padding-top:30px;
	padding-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 175px;
	height: 40px;
	background: url(../images/secureBg.jpg) no-repeat;
}
p.leadTimeBox {
	display: block;
	padding: 0px 8px 0px 0px;
	font-size: 16px;
	color: #3E762D;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
}

.bookmark {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.bookmark_image {
	padding-top:8px;
}
.yellowBtns {
	width: 600px;
	margin: 0px 0px 40px 225px;
}
.boxedH2 {
	background: #3E762D;
	color: #FFF !important;
	padding: 4px;
}

.vidBox {
	display: block;
	width: 480px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
.vidBox h1 {
	background: none;
}
.vid {
	display: block;
	border: 1px solid #000;
	width: 480px;
	height: 385px;
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	margin-bottom: 10px;
}

.uppercase {
	text-transform:uppercase;
}

.lowercase {
	text-transform: lowercase
}

.bigSubmitButton {
	width: 200px;
	height: 50px;
	background: url(../images/bigSubmitButtonBG.jpg) no-repeat;
	font-size: 18pt;
	color: #FFF;
	border: none;
	display: block;
	outline: none;
	line-height: 40px;
}
.bigSubmitButton:hover {
	background: url(../images/bigSubmitButtonBGhover.jpg)
}	

/*  FAQ PAGE */
#faqTable {
	width: 560px;
	border: 1px solid #777;
	background: #aaa;
}
#faqTable td {
	border: 1px solid #777;
	padding: 4px;
	background: #F5F5F5;
}
#faqTable tr.theQ td {
	font-weight:bold;
	font-size: 12pt;
	color: #1f580e;
	background: #E9DDB7;
}
#faqTable tr.theAnswer td {
	padding: 8px 12px;
}
#gallery {
	padding-bottom: 20px;
	position: relative;
}
#gallery .galReturn {
	position: absolute;
	bottom: -6px;
	right: -4px;
	text-decoration: underline;
}
#gallery a {
	display: block;
	float: left;
	text-align: center;
	margin: 0px 12px 12px;
}
#gallery a img {
	display: block;
	width: 63px;
	margin-bottom: 3px;
}
#gallery a.thickbox img {
	border: 1px solid #AAA;
}

.imgList {
	background: #E9DDB7;
	border: 1px solid #3D7933;
	width: 560px;
	margin-bottom: 12px;
}
.imgList img {
	width: 60px;
	height: 44px;
	border: 1px solid #3D7933;
	margin: 8px 14px;
}
hr.thin {
	height: 1px;
	width: 560px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.clearL {
	clear:left;
}

#upper-phone {
	font-size: 22px;
	margin: 0 0 0 32px;
	line-height: 21px;
}
/*--------------------------------------------------------------------------
SLIDESHOW1 ELEMENTS for corrugated_plastic_die_cut_shaped_signs.php
--------------------------------------------------------------------------*/
#slideshow {
	height: 255px;
	width: 200px;
	position: relative;
	float: left;
	margin-right: 20px;
}
#slideshow IMG {
    position:absolute;
		height: 255px;
		width: 200px;
    top:0px;
    left:0px;
    z-index: 5;
}
#slideshow IMG.active {
    z-index: 20;
}
#slideshow IMG.last-active {
    z-index: 15;
}
/*---------------------------------------------------------------------------
Social Media Images for three
---------------------------------------------------------------------------*/
#social-media {
	list-style: none;
	margin: 10px 0 12px -7px;
	position: relative;
	top: 40px;
}
#social-media li {
	float: left;
	margin: 0 0 0 15px;
}
#social-media li a img{
	border: none;
}
#ie-social {
	margin: 0 0 0 0;
}
#ie7-social ul#social-media li a img {
	margin: 0 0 0 -5px;
}
.connect_confirmation_cell connect_confirmation_cell_no_like {
	display: none;
}
#kindle {
	margin: 0 0 30px 0;
}
#kindle a img{
	border: none;
}
/*---------------------------------------------------------------------------
Social Media Images for two

#social-media {
	list-style: none;
	margin: 0 0 12px 29px;
}
#social-media li {
	float: left;
	margin: 0 0 0 32px;
}
#social-media li a img{
	border: none;
}
---------------------------------------------------------------------------*/
.underline {
	text-decoration: underline;
}
div#content ul.no-bullet {
	list-style: none;
	margin: 0 0 10px 0;
}
div#content ul.no-bullet li{
	list-style: none;
}
#graph {
	margin: 5px 0 5px 50px;
}
#wdis-form {
	width: 350px;
	margin: 10px 0 10px 47px;
}
form#wdis-form fieldset,
#wdis-form fieldset{
	border: 3px #57491a solid;
}
#wdis-form ol li{
	list-style: none;
}
#wdis-form ol li label{
	width: 90px;
	float: left;
	color: #33762d;
}
#wdis-form ol li input[type="text"] {
	width: 220px;
	color: #33762d;
}
#wdis-form ol li input#send {
	margin: 0 0 5px 140px;
}
#test {
	background: url(../images/test-bg.png) no-repeat;
	height: 366px;
	width: 196px;
	position: relative;
	top: 25px;
	left: -7px;
}
#new-test {
	position: relative;
	top: 50px;
	left: 6px;
}
