/* CSS Document */
html { font-size: 20px; /* IE hack */ height: 100%; line-height: normal;}
body {
	font-size: 62.5% !important;
	color: #8d8b89;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #c7be92;	
	text-align: center;
	height: 100%;
}
.clear {
	display: block;
	float: none;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
a {
	text-decoration: none;
	color: #5b2816;
}
strong {
	font-weight: bold;
}
a:hover, a:active {
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
div#canvas {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/canvas_bgd.gif) top center repeat-y; 
	height: 100%;
	position: relative;
	z-index: 2;
}
	html>body div#canvas {
		/*background: url(../images/canvas_bgd.png) top center repeat-y;*/
	}
div#header {
	width: 960px;
	position: relative;
	height: 92px;
	background: url(../images/header_bgd2.png) top center no-repeat;
	/*overflow: hidden;*/
	z-index: 2;
}
div#header h1 {
	background: url(../images/logo_cvl.png) no-repeat;
	width: 430px;
	height: 92px;
	margin-left: 75px;
}
div#header h1 strong {
	position: absolute;
	top: -2000em;
	left: -2000em;
}
div#header h1 a {
	width: 113px;
	height: 92px;
	display: block;
}
	div#header div#menu {
		background: url(../images/menu_bgd_inner.png);
		height: 38px;
		position: relative;
		z-index: 3;
}
div#header div#menu ul {
	margin-left: 60px;
	list-style: none;
	padding: 0;
}
div#header div#menu ul li {
	float: left;
	position: relative;
}
	div#header div#menu ul li a {
	color: #f8f6ea;
	text-decoration: none;
	padding: 8px 12px 5px 8px;
   	display: block;
	font-size: 11px;
}
div#header div#menu a:hover, div#header div#menu a:active {
	color: #000000;
	text-decoration: underline;
}
/* second level */
div#header div#menu ul ul
{
	margin-left: 10px;
	display: none;
	background-color: #1B759C;
	opacity: .85;
	-moz-opacity: .85;
	-khtml-opacity: .85;
	filter: alpha(opacity=85);
}
div#header div#menu ul li:hover ul, div#header div#menu ul li.hover ul
{
	display: block;
	position: absolute;
	border-left: 1px solid #12516B;
	border-right: 1px solid #12516B;
	border-bottom: 1px solid #12516B;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#header div#menu ul li:hover ul li, div#header div#menu ul li.hover ul li
{
	float: left;
	clear: left;
	position: relative;
	width: 13.2em;
}
div#header div#menu ul li:hover ul li a, div#header div#menu ul li.hover ul li a
{
	color: #fff;
	font-size: 11px;
	padding: 3px 0 2px 0;
	margin: 0 10px;
	border: none;
	border-bottom: 1px dotted #fff;
	text-transform: capitalize;
}
div#header div#menu ul li:hover ul li a:hover, div#header div#menu ul li.hover ul li a:hover
{
	color: #fff;
	background-color: transparent;
}
div#header div#menu ul li:hover ul li.LastItem a, div#header div#menu ul li.hover ul li.LastItem a
{
	border-bottom: none;
}
div#flash-container {
	width: 960px;
	height: 195px;
	display: block;
	background: url(../images/inner-header2.png) top center no-repeat;
	position: relative;
	z-index: 1;
	margin-top: -32px;
}
html>body div#flash-container {
	margin-top: 0;
}
div#flash-container.presentation {
	background-image: url(../images/inner-header2.png);
}
div#content {
	background: url(../images/content_inner_bgd.gif) top center repeat-y;
	min-height: 400px;
	height: 1%;
	padding: 0 10px 0 60px;	
	position: relative;
	z-index: 3;
	display: block;
}
html>body div#content {
	background: url(../images/content_inner_bgd.png) top center repeat-y;
	height: auto;
	padding: 0 10px 0 60px;
}
div#content-header {
	height: 45px;
	width: 960px;
	background: url(../images/main_inner_bgd.png) top center no-repeat;
	margin: -45px -60px 0 -60px;
	z-index: 3;
	position: relative;
}
div#content p {
	margin: 1.5em 0;
	line-height: 1.2em;
}
div#additional h4 {
	background: url(../images/h3_inner_bgd.jpg) top right no-repeat;		
	/**/
	margin: 0;
	color: #f8f6ea;
	padding: 0 0 0 0.5em !important;
	height: 40px;
	line-height: 40px;
	font-size:12px;
	font-weight:bold;	
}
div#additional ul.submenu {
	margin: -25px 0 4px 0;
	/*border-bottom: 1px solid #C7BE92;*/
}
div#additional ul.submenu li {
	margin: 1px 0 0 5px;
	/*border-bottom: 1px solid #C7BE92;*/
}
div#additional ul.submenu li a {
	display: block;
	/*background: #C7BE92;*/
	color: #655347;
	background: url(../images/h3_decoration.gif) 10px 10px no-repeat;
	font-size: 1.2em;
	padding: 0 0 0 4.0em !important;
	height: 40px;
	line-height: 40px;
}
div#additional ul.submenu li a:hover, div#additional ul.submenu li a.active {
	background: url(../images/h3_decoration_hover.gif) 10px 10px no-repeat #1B759C;
	color: #F8F6EA;
}
	
div#additional ul.submenu ul {
	margin: 0px 0 0px 0;
	/*border-bottom: 1px solid #C7BE92;*/
}
div#additional ul.submenu ul li {
	margin: 1px 0 0 0px;
	border-bottom: 1px solid #C7BE92;
}
div#additional ul.submenu ul li a {
	display: block;
	/*background: #C7BE92;*/
	color: #655347;
	background: none;
	font-size: 1.0em;
	padding: 0 0 0 2.0em !important;
	height: 17px;
	line-height: 17px;
}
div#additional ul.submenu ul li a:hover {
	background: #1B759C;
	color: #F8F6EA;
}

div#content h2.first {
	font-family: Garamond, Sabon, "Times New Roman", Times, serif;		
	font-size: 2.2em;
	color: #655347;
	margin-top: 2px;
	margin-bottom: -30px;
	padding: 0;
	position: relative;
	top: -37px;					
	background: none;	
	color: #655347;
	z-index:9999;
}
div#content div#main h3 {
	font-size: 1.8em;
	color: #9b7b1d;
	margin: 1em 0;
	font-family: Garamond, Sabon, "Times New Roman", Times, serif;		
}
div#content div#main h4 {
	color: #5b2816;
	font-weight: bold;
	margin-bottom: 1em;
}
div#content p.image-wrapper {
	float: left;
	margin: 0;
	width: 110px;
}
div#content p.image-wrapper span object, div#content p.image-wrapper span embed {
	width: 110px !important;
	overflow: hidden;
	height: 75px;
}	
div#content p.image-wrapper-mid {
	float: left;
	margin: 0;
	width: 260px;
}
div#content p.image-wrapper span object-mid, div#content p.image-wrapper span embed-mid {
	width: 260px !important;
	overflow: hidden;
	height: 260px;
}		
div#content div#main p.main-decoration {
	float: right; 
	margin-top: -44px;
	margin-left: 20px;
	margin-right: 5px;
}
div#content div#main p.main-decoration:not([class="xxx"]):lang(es) {
	margin-top: -45px;
}	
div#content div#main ul#notices2 h3 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
div#content div#main ul#notices2 p.image-wrapper {
	margin-bottom: 3em;
}
div#content div.hr {
	margin: 2em 0 0 0;
	height: 40px;
	background: url(../images/content_separador.gif) top center no-repeat #F8F6EA;
}
div#content hr {
	display: none;
}	
div#content p#file-wrapper a {
	background: url(../images/file_ico.gif) center left no-repeat;
	height: 70px !important;
	line-height: 70px;
	padding-left: 70px;
	display: block;
}
div#content ul#products-home li {
	width: 44%;
	float: left;
}				
html>body div#content ul#products-home li {
	width: 45%;
	float: left;
}		
div#content ul#products-home li.tab-btm1 {
	margin-right: 5%;
}
div#content ul#products-home li.tab-btm2 {
	margin-left: 2%;
}
html>body div#content ul#products-home li.tab-btm2 {
	margin-left: 5%;
}
div#content ul#products-home li h4 {
	font-size: 1.2em;
	font-weight: normal !important;
}
div#content ul#products-home li h4 span {
	margin: 0 1em;
	padding-left: 1em;
	font-weight: normal !important;	
	display: block;
}
div#content ul#products-home li img {
	display: block;
	margin: 0 auto;
}
div#content ul#list-categories-home {
	margin: 2em 0 1em 5%;
}		
div#content ul#list-categories-home li {
	float: left;
	width: 44.0%;
	height: 10em;
	margin: 1em 1em 1em 0;
	padding: 0;
	position: relative;
}
html>body div#content ul#list-categories-home li {
	float: left;
	width: 45.7%;
	height: 10em;
	margin: 1em 4.5% 1em 0;
	padding: 0;
	position: relative;
}
div#content ul#list-categories-home li:not([class="xxx"]) {
	width: 45%;
}
div#content ul#list-categories-home span.decorator {
	background: url(../images/decorator.gif) top center no-repeat;
	display: block;
	width: 241px;
	height: 130px;
}	
div#content ul#list-categories-home li strong {
	background: url(../images/translucid_grid.gif);
	padding: 0.25em 0.5em;
	margin-top: 80px;
	font-family: Garamond, Sabon, "Times New Roman", Times, serif;	
	position: absolute;
	top: -10px;
	left: 3px;
	width: 204px;
	font-size: 2.3em;
	font-weight: normal;
}
div#content ul#list-categories-home li strong:not([class="xxx"]) {
	width: 204px;	
}
div#content ul#list-categories-home li strong a {
	color: #fff;
	display: block;
}
div#content div#main {
	float: left;
	width: 560px;
	position: relative;
	z-index: 4;
}
div#content div#additional {
	float: left;
	width: 278px;
	position: relative;
	z-index: 4;
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
}
div#additional div#tagcloud {
	padding: 1em;
}
div#additional div#tagcloud a:hover {
	/*background: #5B2816;*/
	text-decoration: underline;
}
div#additional ul#notices {
	margin-top: 1em;
	overflow: hidden;
}	
div#additional ul#notices li {
	clear: both;
	background: url(../images/li_separator.gif) bottom left no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 1%;
	margin: 0 0 1em 0;
}
div#additional div.hr {
	height: 1em;
	margin: 0;
	background: url(../images/li_separator_inner.gif) bottom left no-repeat;
}
div#additional ul#notices li {
	background: url(../images/li_separator_inner.gif) bottom left no-repeat;
}
div#additional ul#notices li.home {
	background: none;
}
div#additional ul#notices li a {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 1em;
		font-family: Garamond, Sabon, "Times New Roman", Times, serif;	
}
div#content div#additional p.image-wrapper {
	float: left;
	margin: 0 0 4em 0;
	width: 110px;
}
div#content div#additional p.image-wrapper span object, div#content div#additional p.image-wrapper span embed {
	width: 110px !important;
	overflow: hidden;
	height: 75px;
}	
div#main address {
	float: none;
	font-size: 1em;
	font-style: normal;
}
div#credits {
	position: relative;
	background: url(../images/credits_inner_bgd.png) top center no-repeat;
	padding: 20px 60px 20px 60px;
	height: 85px;
	z-index: 3;
}
	div#credits p, address {
		float: left;
		width: 50%;
		font-size: 0.8em;
		line-height: 1.2em;
	}
		div#credits address {
			text-align: right !important;
			font-style: normal;
		}
form {
	background: url(../images/product_bgd.jpg) left top no-repeat; 
	padding: 1.5em;
	/*margin-left: -13px;*/
}
label {
	display: block;	
	margin: 1em 0;
	border-bottom: 1px solid #C7BE92;
	padding: 0 0 0.5em 0;
}
input, textarea, select {
	background: #fff;
	border: 1px solid #C7BE92;	
	width: 30em;
	padding: 0.5em;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
p.submit {
	padding: 2em 0 !important;
	text-align: center;
}
p.submit input {
	border: 2px solid #5B2816;
	background: #C7BE92;
	color: #655347;
	width: 10em;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

body {
	display: block;
}


html>body div#content.noback {
	background: url(../images/content_inner_bgd_solidfill.png) top center repeat-y;
}

div#content-header2 {
		height: 45px;
		width: 960px;
		background: url(../images/main_inner_bgd_solidfill.png) top center no-repeat;
		margin: -45px -60px 0 -60px;
		z-index: 3;
		position: relative;
	}
div#content div#mainfull{
		width:840px;
		min-height:500px;
		height: auto !important;
		height: 500px;
				
	}
div#content div#mainfull form{
	padding:0px 0px 0px 0px;		
	background-image:none;
	background-color:auto;
	color:#000000;
	}
	div#content div#mainfull textarea,select{
		padding:0px 0px 0px 0px;	
		width:auto;

	}
	div#content div#mainfull input{
		padding:0px 0px 0px 0px;	
		width:auto;

	}
	
	div#content div#mainfull .head{
		font-size:150%;
		font-weight:bold;
		line-height:26px;
		color:#000000;
	}
	
	.noborder
	{
		border:0px;
	}

	div#content div#mainfull .comm{
		font-size:70%;
		color:#FF0000;
	}
	div#content div#mainfull .topic{
		font-size:120%;
		font-weight:bold;
		
		color:#000000;
	}
	div#content div#mainfull .red1{
		font-size:120%;
		color:#FF0000;
	}
	
	div#content div#mainfull .name{
		font-weight:bold;
		font-size:80%;
	}
	div#content div#column1{
		width:270px;
		height:220px;
		float:left;		
		background-image:url(../images/lettering.gif);
		background-repeat:no-repeat;
		position:relative;


	}
	div#content div#column2{
		width:320px;
		float:left;		
		height:220px;
		background-image:url(../images/colorsandeffects.gif);
		background-repeat:no-repeat;
		position:relative;



	}
	div#content div#column3{
		width:240px;
		float:left;		
		height:220px;
		background-image:url(../images/priceandsize.gif);
		background-repeat:no-repeat;
		position:relative;


	}
	div#content .price{
		font-size:180%;
		color:#FF0000;
		background-color:#F8F6EA;
		border:0px;
	}
	
	div#content .bdecal{
		background-color:#FFFFFF;
		border:1px solid #000000;
		padding:4px;
	}
	div#content div#frameback{
		width:823px;	
		height:200px;
		background-image:url(../images/frameback.gif);
		background-repeat:no-repeat;
		padding-left:5px;
		padding-top:5px;
	}
	
	#creditcards
	{
		position:absolute;
		right: 60px;
		top: 60px;
	}
	
	#paypal
	{
		position:absolute;
		right:60px;
		top: 15px;
	}
	#googlecheckout
	{
		position:absolute;
		right:140px;
		top: 15px;
	}
	.sitemap
	{
		list-style-type:disc;
		list-style-position:inside;
		text-align:left;
		padding-left:1.5em;
		padding-top:3px;
	}
	
	.validator
	{
		position:absolute;
	}
#window-block1-1 {
	display: block;
	width: 840px;
	height: 40px;
	background: url(/images/window-block1-1.gif) no-repeat 0 0;
	margin-top:0px;

}
#window-block1-2 {
	display: block;
	width: 840px;
	height: 40px;
	background: url(/images/window-block1-2.gif) no-repeat 0 0;
	margin-top:0px;

}
#window-block1-3 {
	display: block;
	width: 840px;
	height: 40px;
	background: url(/images/window-block1-3.gif) no-repeat 0 0;
	margin-top:0px;

}
.list li {
	clear: both;
	border-bottom: 1px solid #000088;
	padding-top:5px;
	padding-bottom:5px;
	line-height:normal;
}
.list li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000066;
	text-decoration: none;
}
.list li a:hover {
	text-decoration: underline;
}
