body 
{
	font: 12px Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	background-color: #f1f5fa;
	margin: 0;
}

button 
{
	border: 1px solid #CCC;
	height: 30px;
	background-color: #e3e9f2;
	text-shadow: white 0 1px 0;
	font-size: 13px;
	margin-left: 10px;
	color: #5d647a;
	font-weight: bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	cursor: pointer;
}

button:hover 
{
	background-color: #c6d6ff;
}

#box 
{
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	overflow: visible;
	display: block;
	top: 50%;
	height: 1px;
}

#container 
{
	width: 800px;
	height: 600px;
	text-align: center;
	overflow: hidden;
	background-color: white;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: -300px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

#sidebar 
{
	width: 250px;
	background-image: url(../images/bg.png);
	margin-bottom: -5000px;
	padding-bottom: 5000px;
	display: inline-block;
	float: left;
}

#sidebar ul 
{
	margin: 60px 0 0;
	padding: 0;
}

#sidebar ul li 
{
	list-style-type: none;
	line-height: 40px;
	text-align: right;
	color: #FFF;
}

#sidebar ul li a 
{
	text-align: right;
	text-decoration: none;
	color: #CCC;
	display: block;
	padding-right: 15px;
	text-shadow: #444 0 1px 0;
}

#sidebar ul li a img 
{
}

/*#sidebar ul li a:hover 
{
	border-top: 1px solid #333;
	border-bottom: 1px solid #555;
	background-color: #444;
	color: #FFF;
}*/

#sidebar ul li a:hover 
{
	color: #FFF;
	background: #6db33f right;
}

#sidebar ul li a.active 
{
	border-top: 1px solid #333;
	border-bottom: 1px solid #555;
	padding-right: 15px;
	display: block;
	color: white;
	background: #444 url(../images/active.png) no-repeat right;
}

a.client-login 
{
	display: block;
	border-top: 1px solid #333;
	border-bottom: 1px solid #444;
	width: 125px;
	padding: 20px;
	color: #CCC;
	text-decoration: none;
	background: #333 url(../images/login.png) no-repeat 10px center;
	margin: 30px auto 80px;
	text-shadow: #444 0 1px 0;
}

a.client-login:hover 
{
	background-color: #6db33f;
	color: white;
}

p.copyright 
{
	color: gray;
	font-size: .9em;
}

div.section-banner 
{
	margin-left: 250px;
	height: 50px;
	border-bottom: 1px solid #DDD;
	background-color: #d9fec3;
	border-top: 1px solid #DDD;
}

#content 
{
	margin-left: 250px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #DDD;
	padding-top: 30px;
}

#content h3 
{
	margin: 0;
	padding-top: 20px;
	color: #444;
	overflow: hidden;
}

p.description 
{
	color: #444;
	line-height: 1.5em;
	font-size: 1.1em;
	margin-top: 5px;
}

#content ul 
{
	margin: 0;
	padding: 0;
}

#content ul li 
{
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 30px;
}

#content ul li img.banner 
{
	width: 120px;
	height: 80px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#content span.secondary 
{
	float: right;
}

#content img.img-secondary 
{
	height: 32px;
}

form p 
{
	padding-bottom: 5px;
}

form p.buttons 
{
	text-align: left;
	margin-left: 100px;
}

label 
{
	display: inline-block;
	color: #444;
	font-weight: bold;
	width: 90px;
	text-align: right;
	margin-right: 10px;
	font-size: 1em;
}

label.label-top 
{
	float: left;
	margin-right: 13px;
}

label.optional 
{
	font-weight: normal;
	font-style: normal;
}

input.text 
{
	line-height: 10px;
	border: 1px solid #DDD;
	width: 380px;
	padding: 5px;
	font-size: 1em;
}

textarea 
{
	width: 380px;
	border: 1px solid #DDD;
	height: 170px;
	padding: 10px;
	line-height: 20px;
	font-size: 1em;
}
