/* PRIMITIVES --------------------------------------- */

html, body {
	padding: 0;
	margin: 0;
	min-height: 100%;
}

body {
	background: #ffffff;
}

/* TYPOGRAPHY --------------------------------------- */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #404040;
	font-weight: 100;
	font-size: 15px;
}

p, ul, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
	color: #be8259;
	font-weight: 100;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

h2 {
	color: #be8259;
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

a {
	color: #be8259;
	text-decoration: none;
	transition: color 0.2s;
	-moz-transition: color 2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}

a:hover {
	color: #e8b18c;
}

em {
	color: #757575;
}

ul {
	list-style: square;
	padding-left: 20px;
}

ul.highlights {
	color: #8a7464;
}

table {
	border: 0;
	border-collapse: collapse;
}

/* LAYOUT --------------------------------------- */

.main-wrapper {
	width: 900px;
	margin: auto;
	margin-top: 20px;
}

.main-wrapper >.sidebar {
	float: left;
	margin-right: 20px;
	width: 150px;
}

.main-wrapper >.sidebar .logo {
	margin-bottom: 20px;
}

.content-width {
	float: left;
	width: 700px;
}

/* NAVIGATION --------------------------------------- */

.main-wrapper >.sidebar .navigation {
	text-align: right;
	list-style: none;
	font-size: 13px;
	padding: 0;
	padding: 10px 0;
	border: 1px solid #e0e0e0;
	border-width: 1px 0;
	line-height: 24px;
}


.main-wrapper >.sidebar .navigation li.selected a {
	color: #d0d0d0;
}

/* PAGE --------------------------------------- */

.content-width .page {
	padding: 20px;
	background: #ffffff url(../assets/bipage2.png) right top no-repeat;
	margin-bottom: 3px;
}

.content-box {
	background: ;
	color: #646464;
	background: #efefef;
	padding: 20px;
	margin-bottom: 20px;
}

.content-box h3 {
	color: #404040;
}

.content-box p:last-child {
	margin-bottom: 0;
}

/* FOOTER --------------------------------------- */

.page-foot {
	padding: 20px;
	background: #e6e6e6;
	color: #646464;
	font-size: 13px;
	margin-bottom: 20px;
	text-align: right;
}

.page-foot img {
	vertical-align: middle;
  	margin-right: 20px;
	width: 40px;
	height: auto;
}

.page-foot .divider {
	color: #d3d3d3;
	display: inline-block;
	margin: 0 30px;
}

.page-foot table {
	margin:auto;
}

.page-foot table td {
	text-align:center;
	padding: 0 20px;
}

.page-foot table td:first-child {
	padding-left: 0;
}

.page-foot table td:last-child {
	padding-right:0;
}

