/* To be used with sidebar.php */
div.sidebar{
	padding-top: 20px;
	color: white;
	width: 225px;
	font-size: 8pt;
}

div.sidebar div{
	padding: 5px;
	border-top: 10px solid white;
}

div.sidebar span.list{
	padding-left: 7px;
}

div.sidebar div.testimonials{
	background-color: #999999;
	padding: 0px;
	/* rounded corners image at the top of the div */
	background-repeat: no-repeat;
	background-image: url(../images/sidebar/testimonials_top.jpg);
	background-position: 0% 0%;
}

div.sidebar div.testimonials p{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	/* rounded corners image at the bottom of the div */
	background-repeat: no-repeat;
	background-image: url(../images/sidebar/testimonials_bottom.jpg);
	background-position: bottom left;
}

div.sidebar div.testimonials p a, div.sidebar div.testimonials p a img{
	text-decoration:none;
	color:white;
	font-size:11pt;
	font-weight: bold;
	border: 0;
	width: 205px;
	display: block;
	text-align: center;
}

div.testimonials li{
	padding: 2.5px 0 2.5px 0;
}

div.sidebar div.downloads{
	overflow: hidden;
	background-color: #BBBBBB;
	padding-left: 0px;
	/* rounded corners image at the bottom of the div */
	background-repeat: no-repeat;
	background-image: url(../images/sidebar/downloads_bottom.jpg);
	background-position: bottom left;
}

a.brochure{
	text-decoration: none;
	color: #D21631;
	position: relative;
	top: 13px;
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
}

img.brochure{
	float: left;
	padding-left:10px;
}

span.owner{
	color: #FFD200;
}

/*The following are to be used only with the rollover image part of the side bar*/

div.sidebar div.switch_image{
	text-align: center;
	padding-top: 10px;
	background-color: #FFFFFF;
}

img.rollover{
	border: 0;
	width: 175px;
	height: 175px;
	padding: 5px;
	padding-top: 0px;
}

img.thumbnail{
	height: 30px;
	width: 30px;
	border: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* The following is for the searchbar */

div.sidebar input{
	color: #666666;
	background-color: #DDDDDD;
	border: 0;
	font-size: 8pt;
}

div.sidebar input#text{
	background-color: #EEEEEE;
}

div.sidebar input#submit{
	width: 60px;
}

div.sidebar div.searchbar{
	border-top: 0;
	text-align: center;
}

div.sidebar div.downloads p{
	text-align: center;
	color: #555555;
	font-weight: bold;
	padding: 0px;
}

div.sidebar div.downloads{
	padding-top: 0px;
}

div.sidebar div.downloads img.top{
	width: 225px;
	padding-left: 0px;
}