body {
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




a:link {
	color: #6B3739;
	text-decoration: none;
}
a:visited {
	color: #6B3739;
	text-decoration: none;
}
a:hover {
	color: #E3761A;
	text-decoration: underline;
}

.container {
 	width: 904px;
	position: relative;
	margin: auto;
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
}

.header {
	position: relative;
	width: 904px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 251px;
}

.footer {
	clear:both;
	width: 904px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
	background-color: #000000;
	text-align: center;
}

.footer_text {
	padding-top: 15px;
}

.content {
	float:right;
	width: 600px;
	position: relative;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.leftside_1 {
	float:left;
	width: 245px;
	height: 410px;
	position: relative;
	overflow: visible;
	background-image: url(images/left_graph_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.leftside_products {
	float:left;
	width: 245px;
	height: 410px;
	position: relative;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	background-image: url(images/left_graph_products.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.leftside_products_sub {
	float:left;
	width: 245px;
	height: 1380px;
	position: relative;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	background-image: url(images/left_graph_products_sub.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.leftside_products_sub2 {
	float:left;
	width: 245px;
	height: 1705px;
	position: relative;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	background-image: url(images/left_graph_products_sub2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.leftside_products_sub3 {
	float:left;
	width: 245px;
	height: 2300px;
	position: relative;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	background-image: url(images/left_graph_products_sub3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.btns_holder {
	float:left;
	width: 600px;
	height: 33px;
	position: relative;
	overflow: visible;
	padding-left: 272px;
	padding-top: 201px;
}




h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #684E02;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #337C27;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
}


/*!!!!!!!!!!! BUTTONS !!!!!!!!!!!*/


.btn1_holder{
	width: 90px;
	height: 33px;
	position: relative;
	float: left;
}

#btn1_btn {
	top: 0px;
	float: left;
	width: 90px;
	height: 33px;
	overflow:  hidden;
	background: url(images/btn1.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn1_btn:hover{

background-position: bottom left;
cursor: pointer;

}



.btn2_holder{
	width: 138px;
	height: 33px;
	position: relative;
	float: left;
}

#btn2_btn {
	top: 0px;
	float: left;
	width: 138px;
	height: 33px;
	overflow:  hidden;
	background: url(images/btn2.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn2_btn:hover{

background-position: bottom left;
cursor: pointer;

}


.btn3_holder{
	width: 132px;
	height: 33px;
	position: relative;
	float: left;
}

#btn3_btn {
	top: 0px;
	float: left;
	width: 132px;
	height: 33px;
	overflow:  hidden;
	background: url(images/btn3.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn3_btn:hover{

background-position: bottom left;
cursor: pointer;

}
