body {
	background-image:url('images/background_08.gif');
	background-repeat:repeat-x;
	background-color:#C8C8C8;
}



/**********************
* vista style toolbar *
***********************/

#vista_toolbar {
	float:left;
	font:normal 12px 'Trebuchet MS','Arial';
	margin:0;
	padding:0;
	width:100%;
}

#vista_toolbar ul {
	background-image:url(images/nav_bar_back.png);
	background-repeat:repeat-x;
	float:left;
	line-height:58px;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:100%;
	border-style:solid;
	border-width:0px;
	border-color:black;
}

#vista_toolbar li {
	display:inline;
	padding:0;
	margin:0 -1em;
}

#vista_toolbar a {
	color:#cccccc; /* need because it will use default link color */
	float:left;
	font-size:15px;
	padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
	margin:-8px 0 0 0;
	text-decoration:none;
}

#vista_toolbar a span {
	display:block;
	float:none;
	padding:0 10px 0 7px;

}

#vista_toolbar a span img {
	border:none;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
	background: url(images/overlay_left.png) no-repeat left center;
	color:#fff;
}

#vista_toolbar a:hover span {
	background:url(images/overlay_right.png) no-repeat right center;
}

#vista_toolbar a.right {
	float:right; /* for help button - just add class "right" ->  <a class="right"... */
	font-weight:bold;
	color:white;
}

/*****************************
* end of vista style toolbar *
******************************/






.client_list {
	font:normal 12px 'Trebuchet MS','Arial';
	margin:0;
	padding:0;
}

.client_list ul {
	line-height:15px;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-style:solid;
	border-width:0px;
	border-color:black;
}


.product_list {
	font:normal 12px 'Trebuchet MS','Arial';
	margin:0;
	padding:0;
}

.product_list ul {
	line-height:20px;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-style:solid;
	border-width:0px;
	border-color:black;
}

.product_list a {
	color:#383838;
	text-decoration:none;
}

.product_list a span img {
	border:none;
}

.product_list a:hover{
	color:#000;
	text-decoration:underline;
}




.content_heading {
	
}

.heading {
	font-family:arial;
	font-size:18px;
	color:#603131;
	padding:0;
	padding-bottom:5px;
}

.heading_sub {
	font-family:arial;
	font-size:14px;
	color:#3D3D3D;
}

.box_display {
	font-family:arial;
	font-size:12px;
	padding:5px;
	width:250px;
	height:220px;
}

.box_header a:link {
	color:#373176;
	font-size:16px;
	font-family:arial;
	font-weight:bold;
	padding:5px 0;
	text-decoration:none;
}

.box_header a:active {font-size:16px;}
.box_header a:visited {font-size:16px;}
.box_header a:hover {color:#A60000;}

.small_button a {
	border-style:solid;
	border-color:black;
	border-width:0px;
	display:block;
	width:90px;
	height:31px;
	padding-top:8px;
	text-align:center;
	font-size:12px;
	margin:2px;
	color:black;
	font-weight:bold;
	background: url("images/button1_over.png");
	background-repeat:no-repeat;
	text-decoration:none;
}

.small_button a:hover {
	color:#A60000;
	text-decoration:none;
	background: url("images/button1.png");
	background-repeat:no-repeat;
}

.small_button2 a {
	border-style:solid;
	border-color:black;
	border-width:0px;
	display:block;
	width:90px;
	height:31px;
	padding-top:8px;
	text-align:center;
	font-size:12px;
	margin:2px;
	color:black;
	font-weight:bold;
	background: url("images/button3.png");
	background-repeat:no-repeat;
	text-decoration:none;
}

.small_button2 a:hover {
	color:#A60000;
	text-decoration:none;
	background: url("images/button1.png");
	background-repeat:no-repeat;
}

.small_button3 a {
	border-style:solid;
	border-color:black;
	border-width:0px;
	display:block;
	width:90px;
	height:31px;
	padding-top:8px;
	text-align:center;
	font-size:12px;
	margin:2px;
	color:black;
	font-weight:bold;
	background: url("images/button1.png");
	background-repeat:no-repeat;
	text-decoration:none;
}

.small_button3 a:hover {
	color:#A60000;
	text-decoration:none;
	background: url("images/button1.png");
	background-repeat:no-repeat;
}