@charset "UTF-8";
body {
	margin: 0px;
	background-color: white;
	background-image: url(images/bg.png);
	background-position: top;
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: 10px;
	color: #717171;
}
a, a:visited {
	color: #717171;
	text-decoration: none;
}
a:hover {
	color: #6c0000;
	text-decoration: underline;
}
.color1 {
	color: #6c0000;
}
.color2 {
	color: #8c99a6;
}
.page_title {
width: 651px;
height: 43px;
background-image: url(images/page_title.png);
background-repeat: no-repeat;
margin-top: 13px;
margin-left: 13px;
float: left;
}
.page_content {
width: 651px;
margin-top: 13px;
margin-left: 15px;
margin-right: 10px;
padding-bottom: 13px;
float: left;
text-align: left;
color: #252525;
}
.page_title h2 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 35px;
	margin-top: 10px;
	text-align: left;
}
.proboxx {
	width: 203px;
	height: 182px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.pro_list_title {
	color: maroon;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.pro_list_desc {
	margin-left: 10px;
	margin-right: 10px;
}
.footer {
	background-image: url(images/main_03.png);
	height: 97px;
	width: 950px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
.mid_inline {
	background-image: url(images/main_02.png);
	background-repeat: repeat-y;
}
.content {
	width: 690px;
	float: left;
}
.fetcher {
	width: 652px;
	height: 85px;
	float: left;
	background-image: url(images/fetchbar_06.png);
	margin-left: 13px;
}
.probox {
	width: 330px;
	height: 208px;
	float: left;
	margin-left: 4px;
}
.proboxleft {
	margin-left: 6px!important;
}
/************SPRY ACCORDION*************/
.Accordion {
	overflow: hidden;
	width: 200px;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;

}
.AccordionPanelContent a {
	color: #555555;
	padding-left: 10px;
	background-image: url(images/menuitem.png);
	background-repeat: no-repeat;
	background-position: left;
}
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}
/************SPRY ACCORDION*************/
