/* CSS Document */
.box {
	background: #D0D0D2   url(../../images/top_left.jpg) left top no-repeat;
	width: 100%;
}

.box .aux1 {
	background:  url(../../images/top_right.jpg) right top no-repeat;
}

.box .aux2 {
	background: url(../../images/bottom_right.jpg) right bottom no-repeat;
}

.box .aux3 {
	background:  url(../../images/bottom_left.jpg) left bottom no-repeat;
	min-height:324px;
	height:auto !important;
	height:324px;
	padding-bottom: 10px;
}

.box h1 {
	font-size: 1.5em;
	margin: 0 0 30px 0;
	padding: 20px 0 5px 0px;
	margin-left: 20px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	letter-spacing: 0.3em;
	font-weight: normal;

}

.box p {
	margin: 0;
	padding: 0 20px 0 20px;
	text-align: left;
	font-size: 0.9em;
}


/* products */

div.desProduct p {
	padding-bottom: 0; 
	margin-bottom: 0; 
	padding-top: 5px; 
	text-align:left; 
	padding-left: 30px;
}

div.desProduct h2 {
	text-align: left;
	color: #FFF;
	font-size: 1.3em;
	padding: 5px 0 0 30px;
	letter-spacing: 0.3em;

}

div.desProduct li {
	text-align: left; 
	font-size: 0.9em;
	margin: 0 0 0 30px;
	padding-bottom: 0; 

}


