html { 
	overflow-y: scroll; 
}
html { 
	overflow: -moz-scrollbars-vertical; 
}
ul {
	padding: 0px;
	margin: 0px;
}
li {padding-bottom: 8px;}

/*//////////////////////////////////////*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/*/////////////////////////////////////////

DIV LAYERES

///////////////////////////////////*/
#header {
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: left;
	position: relative;
}
#flashDiv {
	z-index: 11;
	width: 760px;
	top: -290px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	top: -360px;
	position: relative;
	text-align: center;
	height:auto !important;
	height:1px;
	/* text formating */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2910;
}
#div1 {
	padding-top: 200px;
	z-index: 9;
	width: 560px;
	text-align: left;
	position: relative;
	top: 0px;	
	margin-right: 150px;
	margin-left: 100px;		
}
#div2 {
	z-index: 1;
	width: 760px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	min-height: 100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


@media print {
	body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-image: none;
		width: 700px;
	}
	#bufferDiv {
		visibility:hidden;
		height:0px;
		width: 0px;
	}
	/*/////////////////////////////////////////
	
	DIV LAYERES
	
	///////////////////////////////////*/
	#header {
		visibility:hidden;
		height:0px;
		width: 0px;
		margin: 0px;
	}
	#flashDiv {
		visibility:hidden;
		height:0px;
		width: 0px;
		margin: 0px;
	}
	#content {
		margin: 0px;
		position: absolute;
		top: -200px;
		left: 0px;
		width: 570px;
		text-align: left;
		/* text formating */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #2D2910;

	}
	#div1 {
		margin: 0px;
		width: 560px;
		text-align: left;
		position: absolute;
		top: 0px;	
		left: 25px;	
		padding-left: 10px;
	}
	#div2 {
		margin: 0px;
		visibility:hidden;
		width:1px;
		height: 1px;
	}
}




#footer {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 40px;
}
/* footer links */
#footer a{
	font-size: 10px;
	color: #5D6A72;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}
#footer a:hover{
	color: #BF4629;
}

#prod_detail_cont {
	width: 280px;
	position: relative;
	height: auto;
	z-index: auto;
	left: -25px;
	top: 0px;
	bottom: -20px;	
}
#news_detail {
	width: 300px;
	position: absolute;
	height: auto;
	z-index: auto;
	left: -25px;
	top:330px;
	bottom: -25px;	
}

#prod_detail_newcont {
	position: relative;
	width: 280px;
	float: right;
	top: -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49281B;
	height: auto;
	z-index: auto;
	right: -20px;
}


#prod_detail_desc {
	position: relative;
	width: 280px;
	float: right;
	top: -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49281B;
	height: auto;
	z-index: auto;
	right: -20px;
	bottom: -20px;
	padding-right: 25px;
}
#prod_detail_desc li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49281B;
	left: 5px;
	margin-left: 5px;
	background-image: url(images/list_dot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	list-style-type: none;
}
#news_detail_desc {
	position: relative;
	width: 280px;
	float: right;
	/*top: -164px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49281B;
	height: auto;
	z-index: auto;
	right: -20px;
	padding: 0px;
}

/*////////////////////////////////////////////

Syle Elements

//////////////////////////////////////////*/
.topLightBrownLine{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFD7CE;
}
.bottemBrownLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #715B46;
}
/*////////////////////////////////////////////

text formating

//////////////////////////////////////////*/
.smallPlainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2D2910;
}h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #000000;
	text-transform: uppercase;
	margin: 2px;
	padding: 2px;
}
.solid_line {
	border-top: 1px solid #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}
.red_prod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DA4224;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.black_prod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.prod_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49281B;
	background-image: url(images/list_dot.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
.red_prod_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DA4224;
	font-weight: bolder;
}
#prod_measure_cont {
	width: 300px;
	/*position: absolute;*/
	height: auto;
	z-index: auto;
	left: -25px;
	top: 300px;
	bottom: -25px;
	
}
#prod_measure_desc {
	position: relative;
	width: 268px;
	float: right;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49281B;
	height: auto;
	z-index: auto;
	list-style-image: url(images/list_dot.gif);
	right: 0px;
}
.prod_brown {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49281B;
}
.black_prod_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: 700;
}
.prod_measure_desc input {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: 700;
	border: 1px solid #666666;
}
.prod_measure_desc textarea {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: 700;
	border: 1px solid #666666;
}
.input_no_border {
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -5px;
}
.solid_line_short {
	width: 50%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}
.red_prod_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DA4224;
	font-weight: bolder;
}
.prod_brown a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DA4224;
	text-decoration: none;
}
.prod_brown a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DA4224;
	text-decoration: underline;
}
.gold_prod_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4AE29;
	font-weight: bolder;
}
.gold_prod_bold a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4AE29;
	font-weight: bolder;
	text-decoration: none;
}
.gold_prod_bold a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4AE29;
	font-weight: bolder;
}
.gold_prod_bold_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4AE29;
	font-weight: bolder;
	text-decoration: underline;
}
#contact_map {
	width: 295px;
	position: absolute;
	height: auto;
	z-index: auto;
	top: 385px;
	left: 0px;
}
.red_prod a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DA4224;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.red_prod a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DA4224;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.indexfooter {

	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.indexfooter a {

	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.indexfooter a:hover {

	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer2 {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2910;
}
#footer2 a {
	font-size: 10px;
	color: #2D2910;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}
#footer2 a:hover {
	color: #000000;
}
.home_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2910;
}
.home_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2910;
	text-decoration: underline;
}
.home_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2910;
	text-decoration: underline;
}
.home_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2910;
	text-decoration: underline;
}

