@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	color: #555555;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 15px 0px 0px 0px;
	letter-spacing: 1px;
	min-width:740px;
	text-align:center;
}
img {
	border: none;
}
a {
	color:#333333;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #ff9900;
}
#container{
	text-align: left;
	margin: 0 auto;
	width:740px;
}
.name {
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.5px;
}
.title {
	letter-spacing: 1px;
	font-size: 10px;
}
.title a:hover{
	color:#333333;
}
.nav {
	text-align: right;
	width: 740px;
	color: #ff9900;
	letter-spacing: 1px;
	margin-bottom:10px;
	margin-top: 15px;
}
.content {
	width: 600px;
	height: 460px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
	float: left;
	white-space:nowrap;
	overflow:hidden
}
.no-leftnav{
	margin-left: 138px;	
}
.clients {
	width: 115px;
	line-height: 37px;
	margin: 8px 15px 0px 8px;
	text-align: right;
	float: left;
}
a.selected {
	color: #ff9900;
	font-weight: bold;
}
.active a{
	color:#000000;
}
h1 {
	font-family: 'Trebuchet MS', Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0px;
	color: #333333;
}
.slash{
	color:#ff9900;
}
.arrows{
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	text-align: center;
	width: 480px;
	height: 45px;
}
.arrows img{
	padding:0px 5px;
}
.copyright{	
	clear:both;
	width: 740px;
	height: 13px;
	text-align:right;
	font-size:9px;
	color:#999999;
	padding:2px;
	margin:0;
}
