body,td,th {
	font-family: Times New Roman, Georgia, Times, serif;
	font-size: 14px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#pagewidth{
 width:760px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
}

#header{
 position:relative;
 width:100%;
 height:115px;
 padding: 0px;
}

#maincol{
 float: right;
 display:inline;
 position: relative;
 width:560px;
}

#footer{
 height:30px;
 clear:both;
}
#copyright{
 height:30px;
 background-color:White;
 color:#888888;
 clear:both;
 margin-top: 10px;
}
#headertitle0 {
float:left;
width:400px;
margin:75px 0px 0px 15px;
}
#headertitle1 {
 height:30px;
 padding-top: 4px;
 clear:both;
}
#headertitle2 {
 height:20px;
 width:578px;
 padding-top:8px;
 margin-left:182px;
 clear:both;
 font-weight: bold;
 font-size: 10px;
}
#headertitle3 {
 height:50px;
 width:560px;
 padding-top:4px;
 margin-left:199px;
 clear:both;
 font-weight: bold;
 font-size: 13px;
 letter-spacing: 0px;
}
#headertitle4 {
 font-weight: bold;
 font-size: 13px;
 letter-spacing: 4px;
}
#headertitle5 {
font-weight: bold;
font-size: 14px;
}
#headertitle6 {
float:left;
margin:80px 0px 0px 0px;
font-weight: bold;
font-size: 15px;
text-align: right;
}
.pantone	{
margin:25px;
}
.pantone img	{
padding: 1px;
}
.fonts	{
margin:0px;
}
#plainfonts table {
border: 1px solid #CCCCCC;
}
#plainfonts td {
border-bottom: 1px dashed #CCCCCC;
}
.motifs	{
margin:20px;
}

.hidden {
display: none;
}

.productdesc {
	font-family: Times New Roman, Georgia, Times, serif;
	font-size: 13px;
	color: #666666;
	line-height: 150%;
}

caption {
/*	visibility: hidden;
*/
}

.pricestable {
border-left: 1px solid #666666;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
}
.pricesheader {
background-color: #F5F5F5;
padding: 4px 2px 4px 5px;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
}
.priceslight {
background-color: #F5F5F5;
padding: 4px 2px 4px 5px;
border-right: 1px solid #666666;
}
.pricesdark {
background-color: transparent;
padding: 4px 2px 4px 5px;
border-right: 1px solid #666666;
}
.moredesigns {
font-weight: bold;
font-size: 16px;
}
.package {
height: 552px;
background-color: White;
}
/************** MENU Lower ******************************************/

#leftcol {
 width:200px;
 float:left;
 position:relative;
 margin: 0px;
 padding: 0px;
 font-size: 14px;
}

#leftcol ul {
list-style: none;
margin: 20px 0px 0px 0px;
padding: 0px;
}

#leftcol li {
line-height: 250%;
letter-spacing: 0px;
font-weight: bold;
padding: 0px 0px 0px 15px;
}

li a
{
display: block;
margin: 0px 0px 0px 0px;
text-decoration: none;
width: 100%;
}

html>body #leftcol li a { width: auto; }

/************** END MENU **************************************/


/************** MENU Upper ******************************************/
#headertitle2 ul {
list-style: none ;
margin:0px;
}

#headertitle2 li {
padding: 0px;
margin-left: 8px;
}

#headertitle2 li a
{
display: block;
padding: 0px 0px 0px 5px;
text-decoration: none;
}

html>body #headertitle2 li { float: left; }
html>body #headertitle2 li a { width: auto; }

.hiliteoff {
padding: 4px;
background-color: transparent;
border: 0px solid #fff;
}
.hiliteon {
padding: 4px;
background-color: #eee;
border: 1px solid #ccc;
}

/************** END MENU **************************************/

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}