html,body {
	margin: 0;
	padding: 0;
}

#container {
	width: 70%;
	min-width: 792px;
}

#header {
	margin-bottom: 10px;
	position: relative;
}

#logo {
	float: left;
}

#login-box {
	position: absolute;
	width: 20%;
	right: 0;
	bottom: 0;
}

#content_header {
	background: url('../images/bd_top.png') repeat-x top left;
	height: 2px;
}
#content_wrap {
	background: url('../images/dei_bottom.png') no-repeat bottom left;
	padding-bottom: 25px;
}

#menu {
	position: relative;
	width: 170px;
	float: left;
}

#menu a,
#menu a:active,
#menu a:link,
#menu a:visited {
	color: #fff;
}

#wrap{
	position: relative;
	margin-left: 198px;
	background: url('../images/bd_left.png') repeat-y bottom left;
}

#content{
	padding: 15px;
	padding-top: 5px;
	background: url('../images/bd_right.png') repeat-y bottom right;
}

#content #sidebar {
	float: right;
	width: 200px;
	padding-left:10px;
}

#content #left {
	min-height: 200px;
}

#content #left.with-sidebar {
	margin-right: 210px;
	padding-right: 10px;
	border-right: 1px solid #e9e9e9;
}

#content #left.no-sidebar {
	margin-right: 0px;
}

#footer {
	background: url('../images/bd_bottom.png') repeat-x bottom left;
	position: relative;
	margin-left: 350px;
	height: 101px;
	padding-left: 10%;
}

#footer img{
	position: absolute;
	bottom: 15px;
}

#menu {
	padding: 0;
	padding-left: 20px;
}

#menu ul {
	list-style: none;
	margin:0;
	padding:0;
	margin: 10px 20px 0 0px;
}

#menu ul li {
	border: 0px;
	background: #00B0D8;
	margin-bottom: 3px;
	color: #fff;
	padding-left: 20px;
	line-height: 120%;
}

#menu ul li.selected {
	padding-left: 4px;
}

#menu ul li:hover:before {
	content: "» ";
}

#menu ul li:hover {
	padding-left: 4px;  
}
#menu ul li.selected:before {
	content: "» ";
	/* url("../images/bullet.png") " ";*/
}

/** ------- Login Div */

#login-wrap-div {
	position:relative;
	padding-top: 5px;
}

#login-div {
	width: 300px;
	padding: 10px;
	border: 1px solid #e9e9e9;
}

.center_block {
	margin: 5px auto;
	text-align: center;
}


/* Form */

#info_fields {
	margin-top: 15px;
	border-top: 3px solid #ccc;
}

.field_group {
	margin-bottom: 20px;
	margin-top: 5px;
	border-bottom: 1px dotted #ccc;
}




/* -------- Misc */

#login-box p img {
	vertical-align: middle;
}

.button {
	float: left;
	display: block;
	height: 17px;
	background: #00b0d8 url('../images/bt_right.gif') no-repeat center right;
	border: 0;
	line-height: 15px;
	padding-right: 4px;
	margin: 3px;
}

.button a {
	display: block;
	background: url('../images/bt_left.gif') no-repeat center left;
	height: 17px;
	padding-left: 4px;
}

.button a:link,
.button a:active,
.button a:visited {
	color: #fff;
	text-decoration: none;
}

.button a:hover {
	text-decoration: none;
	border: 0;
}

.button:hover {
	background-color: #00a4c3;
}

.breadcrumb {
	line-height: 1em;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 4px;
}

.rt {
	background:transparent url('../images/corner_tr.png') no-repeat scroll 0px 0;
	height:15px;
	position:absolute;
	right:0px;
	top:0px;
	width:15px;
}

.rb {
	background:transparent url('../images/corner_br.png') no-repeat scroll bottom right;
	bottom:0px;
	height:101px;
	position:absolute;
	right:0px;
	width:15px;
}

.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
