/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
	
body {
	margin: 0;
	padding: 0;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
}
ul, li, a, p, h1, h2, h3, h4, h5, h6, hr, span, input, em, strong {margin:0;padding:0;}
img, form, fieldset {margin:0;padding:0;border:0;}		
/*typography*/
a {
	/*text-decoration: none;*/
	color: #000;
	
	}
a:link {
color: #003399;
		}
a:visited {
	color: #663366;
	
	}
a:active {
	}	
a:hover {
/*	text-decoration: none;*/
	color: #FF9900;
	}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color: #003366;
		}

h2 {
	font-size: 1.5em;
	margin: 15px 0px 5px 0px;
	font-weight: normal;
	color: #FF9900;
	}
h3 {
	font-size: 1.4em;
	/*margin: 1.2em 0em 1.2em 0em;*/
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.4em;
	font-weight: normal;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
ol, ul, li {
	font-size: 1em;
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	}
li p {
	margin-top: 0.2em;
	}
p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
	
.blue {
color: #003366;
}
.red {
color: #ff0000;
}
.orange {
color: #F59C1E;
}
.unlink a {
color: #666;
}
.unlink a:link {
color: #666666;
}
.right {
float:right;
}
.left {
float: left;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

	#container {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom: 15px;
	padding:5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	
		}
		
	#mainnav
	{
	height: 30px;
	background-color: #2B65A8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF4D2;
	margin: 0px;
	}
	
	#mainnav p
	{
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	padding: 7px;
	}
	
			
#contents {
	width: 541px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
	background-color: #FBFBFB;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #ddd;
		}

#contents .colordesc {
	width: 360px;
	float: left;
}
#contents .colordesc ul{
	list-style-type: none;
	margin: 3px 5px 5px 10px;
	
}
#contents .rightside {
	float: right;
	width: 150px;
}
#contents .rightside .imageright{
	background-color: #CCCCCC;
	
}

#contents .thumbs {
	float: right;
	border: 1px solid #ddd;
	padding: 3px;
	background-color: #FFFFFF;
	margin: 6px;
}
#contents .thumbs-left {
	float: left;
	border: 1px solid #ddd;
	padding: 3px;
	background-color: #FFFFFF;
	margin: 6px;
}


.subheader {
	color: #FF9900;
	font-size: 1.4em;
	font-weight: bold;
}	

.box {
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	float: left;
		}
.box h2 {
	color: #F59C1E;
	font-size: 1.6em;
	margin: 0px;
	padding-bottom: 10px;
}
.box h3 {
	color: #5A73AB;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 3px 3px 3px 5px;
	border-bottom: 3px solid #FF9900;
	
}
.box ul {
	font-size: 1em;
	color: #F59C1E;
	text-align: left;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 10px;
		}
.box ul li {
	font-size: 1em;
	color: #666666;
	line-height: 1.3em;
	text-align: left;
	margin: 3px 0 5px 0px;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 3px;
	list-style-image: url(../images/bullet-shadow.gif);
		}
/************* Content Tri-Column for differnet divisions ******************
**************************************************************/
.tricolumn {
	margin: 0px 0 5px 0;
	width: 530px;
	height: 125px;
	padding: 0px;
	border: solid #999 1px
		}
.tricolumn h1 {
	font-size: 1.2em;
	color: #333333;
	background-color:#FFFFFF;
	padding: 0px 0px 6px 6px;
	border-bottom: solid #F59C1E 3px;
	width: 100%;
	font-weight: bold;
		}
.tricolumn p {
	font-size: 1.2em;
	color: #333333;
	line-height: 1em;
	text-align: left;
	padding: 5px;
		}
.tricolumn ul {
	font-size: 1.2em;
	color: #F59C1E;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	margin: 0 0 0 10px;
		}
.tricolumn li {
	font-size: 0.9em;
	color: #134783;
	line-height: 1em;
	text-align: left;
	margin: 10px 0 10px 10px;
	font-weight: normal;
	list-style-type: square;
		}
.tri-split {
	margin: 0px;
	width:33%;
	padding:0px;
	float:left;
	}
				
	.tri-left {
	margin: 0px;
	width:33%;
	padding:0px 0px 15px 0px;
	float:left;
	
		}

	
	.tri-center {
	margin: 0px;
	width:33%;
	padding:0px 0px 15px 0px;
	float:left;
	
		}
	
	.tri-right {
	bbackground: #ddd;
	margin: 0px;
	width:33%;
	padding:0px 0px 15px 0px;
	float:left;
		}
	
	
/* confirm box */

.confirm {
	margin: 1.5em 0;
	padding: 20px;
	font-size: 1em;
	line-height: 1.5em;
	color: #003366;
	border: 3px solid #306AAF;
	border-left: none;
	border-right: none;
	background-color: #DDF0FF;
	width: 200px;
	}
	
.confirm img{
	float: left;
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	
	}
/**** vertline *****/
.vertline {
	float: left;
	height: 300px;
	padding: 5px;
	margin-right: 5px;
}	
	

.imageright {
	float: right;
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-decoration: none;
	}

.imageright .caption {
	color: #666666;
	font-size: 0.9em;
	line-height: 1.2em;
	border: none;
	text-align: left;
	
}
.imageright .caption a{
color: #666666;	
border: none;
}

.imageright .caption a:hover{
	
	color: #134783;
	text-decoration: underline;
}

.imageleft {
	float: left;
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 25px;
	margin-right: 15px;
	
}
.imageleft .caption {
	color: #666666;
	font-size: 0.9em;
	line-height: 1.2em;
	border: none;
	text-align: left;
	
}
.imageleft .caption a{
color: #666666;	
border: none;
}

.imageleft .caption a:hover{
	
	color: #134783;
	text-decoration: underline;
}
/*************** application product style ****************
************************************************/
.products
{
	float: left;
	width: 115px;
	border: 1px solid #999;
	margin: 15px 4px 0px 0px;
	padding: 5px;
	background-color: #FFFFFF;
	text-decoration: none;
	
}
.products strong {
	color: #003366;
	margin: 3px 0 0 2px;
}
.products:hover
{	background-color: #FFF8DF;	
}
.products h2
{
	font-size: 1.0em;
	color: #003366;
	font-weight: bold;
	padding: 0px;
	margin: 3px 0 5px 0;
}
.products sup {
	font-size: 0.8em;

}
.products p
{
	font-size: 0.9em;
	color: #333333;
	line-height: 1.2em;
	text-align: left;
}
.products img
{
	border: 1px solid #999999;
}
.products a:hover img
{
	border: 1px solid #003366;
}
/* end product styles */

/*************** Material product style ****************
************************************************/
.material
{
	height: 180px;
	float: left;
	width: 115px;
	border: 1px solid #999;
	margin: 15px 4px 0px 0px;
	padding: 5px;
	background-color: #FFFFFF;
	text-decoration: none;
	
}
.material strong {
	color: #003366;
	margin: 3px 0 0 0;
}
.material:hover
{	background-color: #FFF8DF;	
}
.material h2
{
	font-size: 1.0em;
	color: #003366;
	font-weight: bold;
	padding: 0px;
	margin: 3px 0 5px 0;
}
.material sup {
	font-size: 0.8em;
}
.material p
{	font-size: 0.9em;
	color: #333333;
	line-height: 1.2em;
	text-align: left;
}
.material img
{	border: 1px solid #999999;
}
.material a:hover img
{
	border: 1px solid #003366;
}
/* end material styles */


/************* Product Specifications chart ******************
**************************************************************/
#specs {
	margin: 15px 0 10px 0;
	height: auto;
	width: 538px;
		}
#specs h1 {
	font-size: 1.2em;
	color: #fff;
	background-color:#F59C1E;
	padding: 1px 0px 1px 5px;
		}
#specs p {
	font-size: .9em;
	color: #333333;
	line-height: 1.2em;
	text-align: left;
	padding: 5px;
		}
#specs ul {
	font-size: 1.2em;
	color: #F59C1E;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
		}
#specs li {
	font-size: 0.8em;
	color: #134783;
	line-height: 1em;
	text-align: left;
	margin: 5px 0 10px 20px;
	font-weight: normal;
	list-style-type: square;
		}
				
	#specs-left {
	background:#ddd;
	margin: 0px 0px 10px 0px;
	width:33%;
	padding:0px;
	float:left;
	height: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
		}
	
	#specs-center {
	background:#eee;
	margin: 0px 0px 10px 0px;
	width:33%;
	padding:0px;
	float:left;
	height: 300px;
	border: 1px solid #999999;
		}
	
	#specs-right {
	bbackground: #ddd;
	margin: 0px 0px 10px 0px;
	width:33%;
	padding:0px;
	float:left;
	height: 300px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #ddd;
		}
table#app { background-color:#FFFFFF; border: solid #336699 3px; width: 533px;
}
table#app td {
	padding: 5px;
	border: solid #ccc 1px;
	text-align: left;
}



/* Adhesive table style */
table#adhesive { background-color:#FFFFFF; border: solid #336699 3px; width: 533px;
}
table#adhesive td { padding: 5px; border: solid #ccc 1px;
}


/* physical table style */
table#physical { background-color:#FFFFFF; border: solid #336699 3px; width: 533px;
}
table#physical td { padding: 5px; border: solid #ccc 1px;
}


/* options table style */
table#options { background-color:#FFFFFF; border: solid #336699 3px; width: 533px;
}
table#options td { padding: 5px; border: solid #ccc 1px;
}		

.toprow { background-color: #eee;
}
.bottomrow { background-color: #fff;
}
.lefttitle { width: 20px; background-color: #336699;
}
.toptitle h2{
	width: 100%;
	background-color: #336699;
	color: #FFFFFF;
	font-size: 1.5em;
	margin: 0px;
	text-indent: 5px;
	padding: 3px 0px 0px 0px;
}
.leftcol { text-align: left; width: 70%; background-color: #eee;
}
.leftcol p{ text-align: left;
}



.rightcol {
	color: #000000;
	background-color: #fff;
	width: 25%;
}

/* end specs table styles */

.clearboth { clear: both; }


/*************  FAQ  ******************
**************************************/
#faq {
	margin: 15px 0 10px 0;
	width: 525px;
		}
#faq h1 {
	font-size: 1.2em;
	color: #fff;
	background-color:#F59C1E;
	padding: 1px 0px 1px 5px;
	margin: 0 0 10px 0;
		}
#faq h2 {
	Font-size: 1.2em;
	color: #003366;
	font-weight: bold;
	}
#faq p {
	font-size: 1em;
	color: #333333;
	line-height: 1.3em;
	text-align: left;
	padding: 5px;
		}
#faq ul {
	font-size: 1.2em;
	color: #F59C1E;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	list-style-image: url(../images/bullet-down.gif);
	list-style-position: inside;
	margin-left: 0px;
		}
#faq li {
	font-size: 0.8em;
	color: #134783;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	list-style-type: square;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
		}
		
#faq ul a{
	border-bottom-style: none;
		}
#faq ul a:link {
	border-bottom: none	}
#faq ul a:visited {
	border-bottom: none
	}
	

/************* #Footer styles ***************/

#footer{
	clear: both;
	font-size: 75%;
	color: #CCCCCC;
	padding: 2px;
	width: 743px;
	text-align: center;
	background-color: #2A63A6;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ddd;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-left-color: #ddd;
	vertical-align: middle;
}
.center {
	text-align: center;
	margin: 0px 15px;
	float: right;
}
.center p {
	font-size: 0.9em;
	text-align: center;
}


.number {
	color: #FF9900;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0px;
}
#footer a{
color: #FFFFFF;	
border: none;
	}
	

footer a:hover{
	color: #FFFFFF;
	border-bottom: 1px dashed #ffffff;
}
	

#footer img{
	padding: 4px 15px 4px 10px;
	vertical-align: middle;
}
	
						
/************* #header styles ***************/
		
#header {
	background-color: #FFD600;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 750px;
	margin: 0px;
}

/* Format the search and global nav in the header position */		
#headercontent {
	position: relative;
	font-size:1em;
	font-weight:bold;
	height: 80px;
	left: 530px;
	top: 20px;
	width: 210px;
	color: #FFFFFF;
	text-align: right;
}


#headercontent p {
	font-size:1em;
	line-height: 1.2em;
	color: #333333;
	padding-top: 0px;
		}
		
#headercontent strong {
	font-size:1.7em;
	line-height: 0.8em;
	color: #333333;
	padding-top: 5px;
	
		}
#headercontent a:link {
	text-decoration: none;		
		}	
#headercontent a:hover {
	text-decoration: underline;
	color: #fff;
}		
			
#header sub {
	position:absolute;
	top: 20px;
	float: left;	
}
#header sub a{
	border: none;
	}
#header sub a:link{
	border: none;
	}
/* Header Global Nav text style */
.headernav {
	font-size:1.1em;
	line-height: 1.1em;
	color: #333333;
	padding-top: 5px;
	text-decoration: none;
	
	}

.headernav a:link {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px
		
}	
.headernav a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px
}	
.headernav a:hover {
	color: #fff;
	text-decoration: underline;
	border-bottom: 0px
}
	
#search{
	font-size: 1em;
	color:#FFF;
	padding: 0px;
	margin-top: 10px;
	
}
#search label{
	color:#FF0000;
}

/* Search form styles */
.highlight {
	background-color: #FBD8A8;
}
		.searchheading {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
		.summary {
	font-size: 1em;
	font-style: italic;
	color: #000000;
} 
		.results {
	font-size: 0.9em;
	color: #003366;
}
		.category { color: #999999; }
		.description {
	font-size: 0.9em;
	color: #006699;
	margin-left: 10px;
}
		.context {
	font-size: 1em;
	color: #333333;
}
		.infoline { font-size: 0.8em; font-style: normal; color: #666666;}
		.sorting { text-align: right; }
		.result_title {
	font-size: 1em;
	margin-top: 10px;
	font-weight: bold;
	color: #003366;
}

		.zoom_searchform { font-size: 1em; }
		.zoom_options { font-size: .8em; }
		input.zoom_button {  }
		input.zoom_searchbox {  }	


/* navigation */

#nav {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	border-top: 1px solid #64A6F3;
	border-bottom: 3px solid #134783;
	background-color: #235C9D;
	background-image: url(../images/nav-bg-blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	width: 168px;
	background-image: url(../images/nav-li-bg-blu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
#nav a {
	float: left;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	width: 168px;
	}
#nav a:hover, #nav a.active {
	color: #fff;
	background-color: #235C9D;
	width: 168px;
	}
#nav a.active {
	font-weight: bold;
	}
	
body#home a#home-nav,
body#applications a#applications-nav,
body#custom a#custom-nav,
body#who a#who-nav {
	background: #235C9D;
	font-weight: bold;
}

/********************** Form *************************/

#contactform {
	margin: 0 0 25px 0;
	padding: 15px;
	background-color: #FFFFFF;
	}
#contactform dl, dd {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	
	}
#contactform dt {
	color: #333;
	font-weight: normal !important;
		
	}
	
#contactform dt em, #contactform .note em {
	color: #c00;
	font-weight: bold;
	font-style: normal;
	}
#contactform #name, #contactform #email, #contactform #address, #contactform #company,  #contactform  #title {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.1em;
	color: #444;
	}
#contactform #w, #contactform #h, #contactform #q {
	width: 50px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.1em;
	color: #444;
	margin-right: 20px;
	}
#contactform #entryfield {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.1em;
	color: #444;

	}
#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 1.1em;
	color: #444;
	border: 1px solid #ccc;
	}
	
/*---------- Quote form style ---------------*/
#quoteform {
	margin: 0;
	padding: 0px;
}
#quoteform h3{
	font-size: 1.4em;
	margin: 0 0 5px 0;
	font-weight: bold;
}
#quoteform p{
	padding: 0;
	font-size: 1em;
	float: left;
	margin: 0px 0 0 12px;
	vertical-align: middle;
	text-align: left;
	
}

#quoteform dd {
	float: left;
}

.section {
	border: solid #999 1px;
	padding: 10px;
	background-color: #F7F7F7;
	float: left;
	clear: both;
	width: 515px;
}
}
#quoteform dt {
	color: #000;
	font-weight: normal !important;
		
	}

.formfields {
	float: left;
	margin: 0px 0px 10px 0px;
}
.formmaterial {
	float: left;
	margin: 5px 0 0 10px;
	width: 155px;
}
.formmaterial h5{
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
}
.formmaterial p{
	font-size: .7em;
	width: 110px;
	
}


.forminbtwn {
	float: left;
	padding: 0 7px;
	margin-top: 27px;
}

.questionbutton {

background-image: url(http://www.labelsandgraphics.com/images/question.gif);
background-repeat:no-repeat
}
.questionbutton:hover {
background-image:url(http://www.labelsandgraphics.com/images/question-over.gif);
background-repeat:no-repeat
}

.highlights {
	margin: 10px 0;
	padding: 10px;
	font-size: 1em;
	color: #003366;
	border: 1px solid #306AAF;
	background-color: #DDF0FF;
	}

/* ---[ side menu ]----------------------------- */
#sidebar {
	color: #fff;
	line-height: 1.5em;
	float:left;
	width: 165px;
	padding: 0px;
	background-color: #F5F5F5;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
		}

		
/*  Used sub to removed link underline */		
#sidebar sub {
	border: none;
}
	#sidebar sub a{
	border: none;
	}
	#sidebar sub a:link{
	border: none;
	color: #fff;
	}

#sidebar h3 {
	margin: 5px 0 12px 0;
	padding: 4px 10px;
	color: #fff;
	font-size: 1.2em;
	background-color: #F59C1E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BD7109;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
	#sidebar h3 a{
	color: #FFFFFF;
	text-decoration: none;
	
		}
	#sidebar h3 a:hover{
	color:#003366;
			
	}


#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
#sidemenu a {
color: #FFFFFF;
}
.rollover
{
	float: left;
	width: 155px;
	margin: 5px 0px;
	padding: 4px 5px;
	text-decoration: none;
	font-size: 1.2em;
	background-color: #F59C1E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BD7109;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
}

.rollover:hover
{	color: #BD7109;
	background-color: #DE840A;
	}

.rolloversmall
{
	float: left;
	width: 155px;
	margin: 5px 0px;
	padding: 0px 5px;
	text-decoration: none;
	font-size: 1.2em;
	background-color: #F59C1E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BD7109;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;	
}

.rolloversmall:hover
{	color: #BD7109;
	background-color: #DE840A;
	}
#sidebar p, #sidebar ul, #sidebar dl {
	margin: 4px 10px 4px 10px;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 12px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5A73AB;
	}
#sidebar ul.none li {
	margin-bottom: 2px;
	padding-left: 0;
	background: none;
	}
#sidebar ul.sub li {
	padding-left: 12px;
	background: none;
	text-decoration: none;
	}
#sidebar ul.sub li.active a:link, #sidebar ul.sub li.active a:visited {
	/*color: #333333;*/
	font-weight: bold;
	border-bottom: none;
	}
#sidebar ul.sub a:hover {
	color: #003366;
	}
#sidebar ul.sub a {
	/*color: #666666;*/
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
	}
	
#sidebar address{
	margin: 0px;
	padding: 3px;
	font-style: normal;
	color: #333333;
	font-size: 0.9em;
	}	
#sidebar address p{
	margin: 0px;
	padding: 0;
	font-style: normal;
	color: #666666;
	font-size: 1.1em;
	line-height: 1.3em;
	}
	/* side bar extras info*/
.extras {
	margin: 0px;
	padding: 3px;
	font-style: normal;
	color: #333333;
	font-size: 1em;
	border: none;
	}

.extras p{
	color: #666666;
	font-size: .9em;
	text-align: left;
	}

.extras strong{
	margin: 0px;
	padding: 0px;
	color: #134783;
	font-size: 1.1em;
	line-height: 1.3em;
	}
	/* side bar extras info*/
.testimonials {
	margin: 5px;
	padding: 7px;
	color: #333333;
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	}
.testimonials strong{
	color: #134783;
	font-size: .9em;
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
/* start pop-up window styles */
#popup {
	border: solid #999 1px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:10px;
	margin-left:10px;
	
	background-color: #FFFFFF;
}
#popup h1 {
	font-size: 1.5em;
	margin: 0px 0px 5px 0px;
}
#popup ul {
	margin-left: 10;
	padding: 0;
}
#popup ul li{
	list-style-position: inside;
}
.floatright {
	float: right;
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px
		
	}
/* color style */
table#colors {
	background-color:#336699;
	border: solid #ddd 3px;
	width: 538px;
}
.colorblocks {
	margin: 1px 2px 1px 2px;
	border: solid #ddd 1px;
	width: 127px;
	float: left;
	background-color: #FFFFFF;
}		
.colortitle h2{
	width: 100%;
	background-color: #336699;
	color: #FFFFFF;
	font-size: 1.5em;
	margin: 0px;
	text-indent: 5px;
	padding: 3px 0px 3px 0px;
}
.colorname{
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 2px 0px 2px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.pantone{
	font-size: 0.9em;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
.colorborder {
	border: solid #ccc 1px;
	text-align: center;
}


.pricechart {
	margin: 0;
	padding: 0;
	width: 518px;
}
.pricechart p{
	text-align: left;
	margin: 10px 0 0 0;
}

.pricechart ul{
	list-style-type: none;
	
}
.pricechart h1 {
	font-size: 1.4em;
	background-color: 336699;
	margin: 0;
	color: #fff;
	font-weight: bold;
	padding: 0;
}
.pricechart .sizetitle{
	background-color: #336699;
	width: 60px;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	border-top: solid #ccc 1px;
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
	border-bottom: solid #336699 1px;
	text-align: center;
	padding: 1px 0 0 0;
}
.pricechart .quanitytitle{
	background-color: #000000;
	width: 455px;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	border-top: solid #ccc 1px;
	border-right: solid #ccc 1px;
	border-bottom: solid #666 1px;
	padding: 1px 0 0 0;
}

.size{
	width: 60px;
	float: left;
	padding: 0;
	margin: 0;
	border-right: solid #ccc 1px;
	border-left: solid #ccc 1px;
}
.size h1{
	font-size: 1.2em;
	background-color: #336699;
	padding: 0;
	color: #fff;
	text-align: center;
}

.size ul li{
	font-size: 1em;
	color: #000;
	font-weight: normal;
	border-bottom: solid #ccc 1px;
	text-align: center;
}


.price {
	width: 45px;
	float: left;
	padding: 0;
	margin: 0;
}
.price h1{
	font-size: 1.2em;
	background-color: #333333;
	padding: 0;
	text-align: center;
}
.price ul {
	
}
.price ul li{
	font-size: 1em;
	color: #000;
	font-weight: normal;
	border-bottom: solid #ccc 1px;
	text-align: center;
	
}


.price_end  {
	border-right: solid #ccc 1px;
	width: 50px;
	float: left;
	padding: 0;
	margin: 0;
}
.price_end  h1{
	font-size: 1.2em;
	background-color: #333333;
	padding: 0;
	text-align: center;
}
.price_end  ul {
	color: 336699;
	font-weight: bold;
}
.price_end  ul li{
	font-size: 1em;
	color: #000;
	font-weight: normal;
	border-bottom: solid #ccc 1px;
	text-align: center;	
}
.pricechart .altrow{
	background-color: #eee;
}
.order {
	FLOAT: left;
	FONT: bold 1em Verdana, Helvetica, sans-serif;
	COLOR: #666666;
	MARGIN: 10px 5px 15px 0;
	HEIGHT: 22px;
	padding: 0;
}

