﻿@CHARSET "UTF-8";
/******* GENERAL RESET *******/

body,html, div, span, h1, p, a, img,ul, li
{
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
/******* GENERAL RESET *******/

/******* MENU *******/
#tabs{
	margin: 0;	
	padding: 0;
	width: 215px;
	height: 235px;
	overflow: hidden;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	vertical-align: baseline;
	font-size: 12px;
	text-align: center;
	font-weight:inherit;
}
#tabs ul{
	list-style: none;
	list-style-position: outside;
}
#tabs ul.menu li{
	float: left;
	margin-bottom: -1px;


}



#tabs ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
	width: 83px;
}
#tabs ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
        padding-bottom:0;
	font-size: 11px;
	height: 190px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 30px;
	padding: 10px 10px 10px 52px;
	font-size: 16px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.news h1{
	background: transparent url(../news.jpg) no-repeat scroll left top;
}
.content.news{
	display: block;
	
}
/******* /NEWS *******/
/******* testimonials *******/
.content.testimonials h1{
	background: transparent url(../testm.jpg) no-repeat scroll left top;
}
.content.testimonials{
	display: none;

}
/******* /testimonials *******/

