 @import url(cad_global.css);
 
 * {
 	margin:0;padding:0
	}
	
a img {
	border: 0;
}
a {
	color: #0B5619;
}
a:hover {
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background: url(../images/bkgrd-top.png) repeat-y center center;*/
	background: #FFFFFF url(../images/bkgrd-top.png) repeat-y  center;
	margin:0 auto;
	padding: 0;
	width: 100%;
	line-height: 140%;
}


h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #9F4C4C;
	font-weight: normal;
	padding: 0;
	margin: 7px 0 0 0;
	line-height: 1.0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F8F8F;
	font-weight: normal;
	margin: 3px 0 0 3px;
	padding-bottom: 12px;
}
#container {
background-color: #ffffff;
 text-align:center;
 width: 777px;
 margin: 0 auto;
 }
 

#masthead {
	padding-left: 5px;
	padding-bottom: 5px;
}
#mainNav {
	padding-left: 12px;
}
p {
	margin:0 10px 10px 3px;
}


div#header {
	position:relative;
	text-align: left;
	}
div#header img {
	padding: 0;
	margin: 0;
}

div#footer p {
	color: #ccc;
}


div#content {
	float:right;
	width:500px;
	/*margin: 15px 15px 15px 0;*/
	margin: 8px 15px 15px 0;
	/*text-align: justify;*/
	text-align: left;
}

/*COLUMN TESTING 2 COLUMNS UNDER TABBED CONTENT*/
div#content .leftColumn{
	float: left;
	background: url(../../products/engraveLab/images/columnGrad.png) repeat-x;
	width: 50%;
	margin: 0 5px 0 0;
	padding-top: 10px;
}
.leftColumn img {
	margin: 0 7px 8px 15px;
}

.leftColumn p{
	padding-left: 7px;
}

.leftColumn h4{
	padding-left: 10px;
}


div#content .rightColumn{
	float: left;
	background: url(../../products/engraveLab/images/columnGrad.png) repeat-x;
	width: 49%;
	padding-top: 10px;
	position: relative;
}
.rightColumn h1 {
	margin-left: 9px;
}
.rightColumn h3 {
	margin-left: 11px;
	/*margin-bottom: 10px;*/
	color: #8F8F8F;
}
.rightColumn h4 {
	margin-left: 7px;
}

.rightColumn p{
	padding-left: 7px;
}

/*END COLUMN TESTING*/



div#subNavigation {
	/*background: url(../../products/signLab/images/subNav_bkgrd.png) no-repeat 0 0;*/
	float:left;
	width:237px;
	/*margin: 15px 0 10px 15px;*/
	margin: 15px 0 10px 0;
	/*padding: 20px 0 50px 0;
	text-align: left;*/
}

#footer  {
	font: Arial, Helvetica, sans-serif;
	font-family: sans-serif;
	font-size: 11px;
	/*color: #0B5619;*/
	text-align: center;
	padding-bottom: 5px;
	margin-top: 15px;
	clear: both;
}




/************************************************************************************************************
*	Tab view class	(CSS for the DHTMLSuite_tabView class)
*
*	Created:			August, 21st, 2006
*	Purpose of class:	Tab view class - transfors plain HTML into tabable layers.
*
*
* 	Update log:  Added to EngraveLab July 12 by Gaylin
*
************************************************************************************************************/
/* The tab widget */
.DHTMLSuite_tabWidget{
	margin-bottom:5px;	/* A little space below the tab pane */
}

.DHTMLSuite_tabContainer{
	height:21px;	/* Height of tabs */
	border-bottom:1px solid #8FBD62;   /*green*/
	/*background-color: Aqua;*/
	
}
.DHTMLSuite_aTab{
	border-left:11px solid #F5F5F5;
	border-right:11px solid #F5F5F5;
	border-bottom:11px solid #F5F5F5;
	border-top:11px solid #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	background-color:white;
	
}
.DHTMLSuite_tabContainer DIV{
	float:left;
	height:100%;	/* Height of tabs */
	padding-left:3px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:0px;
	margin-right:0px;
	
}
.DHTMLSuite_tabContainer .tabActive{
	margin-left:0px;
	margin-right:0px;	
	z-index:10;	
}
.DHTMLSuite_tabContainer .tabInactive{
	margin-left:0px;
	margin-right:0px;
	z-index:1;
	/*background-color: Aqua;*/
}

.DHTMLSuite_tabContainer .inactiveTabOver{
	margin-left:0px;
	margin-right:0px;
}
.DHTMLSuite_tabContainer span{
	font-family:arial;
	vertical-align:top;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;
	line-height:21px;
	float:left;
	
}
.DHTMLSuite_tabContainer .tabActive span{
	padding-bottom:1px;
	line-height:20px;
}

.DHTMLSuite_tabContainer img{
	float:left;
}
.tabContent {
	padding: 10px;
}


.floatKiller {
	clear: both;
}


.floatRight {
	float: right;
	margin-left: 5px;

}

#divider {
	width: 45%;
	border-top: 1px solid #E6E6E6;
	margin: 14px auto;
	/*height: 1px;*/
}

.changePass {
	font-size: 11px;
	color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
	/*margin-left: 270px;*/
	margin-left: 0px;
	padding-top: 70px;
}

.floatLeft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.floatRight {
	float: right;	
}


h4{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #0B5619;
	padding: 5px 0 0px 3px;
}

div#content .leftColumnShrt {
	float: left;
	background: url(../images/columnGradShrt_2.png) repeat-x;
	width: 47%;
	margin: 7px 5px 0 0;
	padding-top: 10px;
	color: #000000;
}
.leftColumnShrt img {
	margin: 7px 10px 8px 15px;
}
.leftColumnShrt p{
	padding-left: 7px;
}
.leftColumnShrt h1 {
	margin-left: 9px;
}
.leftColumnShrt h3 {
	margin-left: 11px;
	margin-bottom: 10px;
}
.leftColumnShrt h4 {
	margin-left: 7px;
} 

div#content .rightColumnShrt {
	float: left;
	background: url(../images/columnGradShrt_2.png) repeat-x;
	width: 49%;
	margin: 7px 0 0 0;
	padding-top: 10px;
	position: relative;
}
.rightColumnShrt img {
	margin: 7px 10px 8px 15px;
}
.rightColumnShrt p{
	padding-left: 7px;
}
.rightColumnShrt h1 {
	margin-left: 9px;
}
/*.rightColumnShrt h3 {
	margin-left: 11px;
	margin-bottom: 10px;
}*/
.rightColumnShrt h4 {
	margin-left: 7px;
}


.tmpltList{
	margin: 3px 0 0 6px;
	padding-left: 0;
	text-align: left;
	list-style-type: none;
}

.tmpltList li {
	width: 87%;
	padding-left: 16px;
	list-style-type: none;
	background: url(../../products/engraveLab/images/home_bulletArrow.gif) no-repeat 0 2px;
	line-height: 1.4;
	margin-top: 3px;
}

img.pad {
	/*padding:5px 5px 5px 0;*/
	padding: 7px 7px 7px 7
}

.specialMarg{
	float: right;
	margin-left: 5px;
	margin-right: 25px;
}

blockquote {
margin-left: 10px;
	background-color: #F5F5F5;
	border: 1px #ccc dashed;
	padding: 5px 5px 10px 8px;;
	/*padding: -5px 5px 10px 10px;*/  /*ie */
	/*margin-top: -5px;*/
}

input.button {
font-family:Verdana;
font-size:11px;
color: #5A5A5A;
background-image: url(../images/but_bkgrd.gif);
background-repeat: repeat-x;
border: 1px solid #CECECE;
height: 20px;
margin: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

input.textField {
font-family:Verdana;
font-size:11px;
font-style:normal;
color: #000;
border-style: outset inset inset outset;
border-width:1px;
border-top: #999999;
border-left: #999999;
border-bottom: #cccccc;
border-right: #cccccc;
padding-right: 3px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
margin:2px;
height: 25px;
}


/* START INNER NAVIGATION */

div#subInnerNavTop{
	float:left;
	margin: 0px 0px -15px 15px;
	padding: 0px 0 0px 0;
}

div#subInnerNavBot{
	float:left;
	margin: 0 0 0 0px;
	padding: 0;
}

div#subInnerNav{
background: url(../images/subInnerNav_bkgrd_mid.png) repeat-y;
	float:left;
	width: 237px;
	/*margin: 8px 0 0 15px; */
	margin: -8px 0 0 15px;
	text-align: left;
}
div#subInnerNav hr {
	color: #ccc;
	width: 170px;
	margin-left: 20px;
	height: 1px;
}
div#subInnerNav h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 2px 28px;
	color: #0B5619;
}
div#subInnerNav ul {
	font-size: 11px;
	color: #4E3449;
	line-height: 175%;
	padding-left: 0;
	margin: 0;
}
div#subInnerNav li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	margin: 0;
}
div#subInnerNav a {
	display: block;
	width: 79%;
	margin-left: 3px;
	padding: 0 0 0 34px;
	color: #4E3449;
	text-decoration: none;
}
div#subInnerNav a.subMenu:hover {
	background-color: transparent;
	text-decoration: underline;
}
div#subInnerNav a:hover {
	background-color: #EFEFEF;
}

div#subMenu {
	/*width: 145px;*/
	width: 195px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*margin-left: 35px;*/
	margin-left: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#subMenu ul {
	font-size: 10px;
	color: #4E3449;
	line-height: 150%;
	/*list-style-type: none;*/
	padding-left: 0;
	margin: 0;
}
div#subMenu li {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
div#subMenu a {
	text-decoration: none;
	padding: 0;
}

/* END INNER NAVIGATION */

.subSelect {
	display: block;
	width: 79%;
	margin-left: 3px; 
	padding: 0 0 0 34px;
	color: #4E3449;
	text-decoration: none;
	background-color: #EFEFEF;
}


.errorMessage {
	/*font: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	margin: 2px;
	/*text-decoration: underline;*/
	color: #A91649;
}

.rowNoBack { background-color: transparent; }

.regFormLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	/*padding-bottom: 13px;*/
	padding-right: 5px;
}
.regFormLabel_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	/*padding-bottom: 13px;*/
	/*padding-left: 5px;*/
	padding-left: 0;
	font-weight: bold;
}
.regFormPadd {
	padding-top: 8px;
}
.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}
input.regForm, select.regForm {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: auto;
	height: 18px;
	background-color: #EFEFEF;
	border: 1px solid #9D9D9D;
	border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #F5F5F5;
	border-left: 1px solid #7E7E7E;
	border-right: 1px solid #F5F5F5;
	vertical-align: middle;
}
/*Table on outDev html*/
.chartHeading_feature  {           
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	border: 1px dashed #DDDDDD;
	border-bottom-width:: 1px;
	border-top: 1px solid #cccccc;
	border-left: 1px dashed #E7E7E7;
	border-right: 1px solid #cccccc;
	padding-bottom: 5px;
	/*width: 120px;*/
	background-color: #676967;
	color: #ffffff;
	padding-top: 5px;
}

.chartHeading_feature a{
	text-decoration: underline;
	color: #ffffff;
}

.chartHeading_feature a:hover{
	text-decoration: none;
	color: #ffffff;
}
.chartHeading  {
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	border: 1px dashed #DDDDDD;
	border-bottom-width:: 1px;
	border-top: 1px solid #cccccc;
	border-left: 1px dashed #E7E7E7;
	border-right: 1px solid #cccccc;
	padding-bottom: 5px;
	/*width: 86px;*/
	background-color: #676967;
	color: #ffffff;
	padding-top: 5px;
}

.chartHeading a{
	text-decoration: underline;
	color: #ffffff;
}

.chartHeading a:hover{
	text-decoration: none;
	color: #ffffff;
}
.chartSeparator {
	background: #caccca;
	text-align: center;
	font: arial, helvetica, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
}
.chartBody {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.25;
	border: 1px solid #DDDDDD;
}
.available {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: Gray;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.25;
	/*border: 1px solid #DDDDDD;*/
}
.oddRow {
		background: #f5f7f5;
}

h5{
	background: url(../../products/signLab/images/contactInfoTab.gif) no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #71133B;
	padding: 5px 0 7px 7px;
}

/*background for customer contact table */
.infoFormBkg{   
	width: 390px;
	margin-top: -31px;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	background-color: #F5F5F5;
	padding: 10px 50px 10px 0px;
	
}

.highlight{
	background-color: #E1F8A6;
}

.homeList {
	margin: 10px 0 0 6px;
	padding-left: 0;
	list-style: none;
	text-align: left;
}
.homeList li {
	width: 87%;
	padding-left: 16px;
	background: url(../../products/engraveLab/images/home_bulletArrow.gif)no-repeat 0 2px;
	line-height: 1.4;
	margin-top: 3px;
}

.caption{
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.tmpltList{
	margin: 3px 0 0 6px;
	padding-left: 0;
	text-align: left;
	list-style-type: none;
}

.tmpltList li {
	width: 87%;
	padding-left: 16px;
	list-style-type: none;
	background: url(../../products/signLab/images/home_bulletArrow.gif) no-repeat 0 2px;
	line-height: 1.4;
	margin-top: 3px;
}

#indexImg{
	border: 5px solid #612121;
}

.newStarburst{
	float: left;
	/*margin-top: -20px;*/
	margin-top: -20px;
	margin-left: -5px;
	margin-right: 7px;
}

.extraPadBot{
	padding-bottom: 7px;
}

.newBlueHead {
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}

.normalText{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

.indexH4List{
	margin: 3px 0 0 6px;
	width: 87%
	list-style-type: none;
}

.indexH4List li{
	list-style-type: none;
	line-height: 1.4;
	 background: url(../../products/signLab/images/home_bulletArrow.gif) no-repeat 0 8px ;
	padding-left: 16px;
}

.new{
	color: #B56565;
	font-weight: bold;
}

/* COMPARISON CHART */
#comprTable{
	width: 500px;
}

#comprTable th{
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	/*border: 1px dashed #DDDDDD;*/
	border-bottom-width:: 1px;
	border-top: 1px solid #cccccc;
	/*border-left: 1px dashed #E7E7E7;*/
	/*border-right: 1px solid #cccccc;*/
	border-right: 1px dashed #E7E7E7;
	padding-bottom: 5px;
	background-color: #676967;
	color: #ffffff;
	padding: 5px 5px 0 5px;
	
}

#comprTable td{
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.25;
	/*border: 1px solid #DDDDDD;*/
}

.rightAlign{
	text-align: right;
}
/* END COMPARISON CHART */

#calendarButt {
	margin-right: 155px;
	float: right;
}

.smallFont{
	font-size: 10px;
}

.contactFormTable{
	padding-left: 30px;
}

/*top bar stuff*/
#selectorBoxPositioning{
	position:absolute;
	z-index: 1000;
	top: 34px;
	/*top: 31px;*/
}

input.checkbox {
	margin: 5px 0 5px 0;
	background-color: transparent;
	border: none;
}

.formAreaCodeCaption{
	font-size: 9px;
	font-style: italic;
}