@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #0b0b0b url(../images/backgrounds/bg-starburst.jpg) no-repeat fixed;
	color: #7d7d7d;
	font: small Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #006699;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
	padding: 0px;
	line-height: 20px;
}
h1 {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 0 10px;
}

h3 {
	font-weight:bold;
	font-size: x-large;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: small;
	padding: 10px;
	font-weight: lighter;
}

h5 {
	font-size: small;
	padding: 0 10px 10px 0;
	font-weight: lighter;
	color: #B35900;
	font-weight: bold;
}

.siderule {
	height: 30px;
	border-bottom: #262425 solid;
	border-bottom-width: 1px;
}


.sidespace {
	height:10px;
}

/* Boxed Style */

.boxed {
	padding: 25px 0 0 0;
}

.boxed .title {
	padding-left: 15px;
	font-size: 1.2em;
	font-weight: bold;
}

.boxed .content {
	padding: 15px;
	border-top: none;
}

/* Breadcrumb */

#breadcrumb {
	width: 715px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 0 0 25px;
	background: #40ACC7 url(images/img01.gif) no-repeat;
	color: #FFFFFF;
}

/* Logo */

#logo {
	margin: auto;
	background: url(images/identity/MadVue.gif) no-repeat center top;
	text-align: left;
}

#logo h1 {
	text-transform: lowercase;
	font-size: 2.6em;
	font-weight: bold;
	font-style: italic;
}

#logo h2 {
	text-transform: lowercase;
	font-size: 1em;
	font-style: italic;
}

#logo a {
	text-decoration: none;
}

/* Content */

#content {
}

/* Content > Main */

#main {
	margin: 0 220px 0 200px;
	padding: 0 0 30px 0;
	width: 640px;
}

/* Content > Main > Header */

#homeheader {
	height: 358px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: #262425 solid;
	border-bottom-width: 1px;
}

#header {
	height: 164px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: #262425 solid;
	border-bottom-width: 1px;
}

/* Content > Main > Coloumn */

#col {
	margin: 20px 20px 20px 0;
	float: left;
	width: 300px;
}

#col2 {
	margin: 20px 20px 20px 0;
	float: left;
	width: 300px;
	background-color: #151515;	
}

#col3 {
	margin: 20px 20px 20px 0;
	float: left;
}

#row {
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
	border-bottom: #262425 solid;
	border-bottom-width: 1px;
}

#row2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
	border-bottom: #262425 solid;
	border-bottom-width: 1px;
}

#row3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
	border-bottom: #262425 solid;
	border-bottom-width: 1px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 150px;
	padding: 10px 0px 0px 10px;
	position: fixed;
	top:0;
	left:0;
}

#sidebar h1 {
	color: #FFFFFF;
}

#sidebar a {
	color: #505050;
}

/* Nav > Sidebar */

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
	font-size: 16px;
}
#nav ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #151515;
}
#nav ul li a:hover {
	text-decoration: none;
	font-size: 16px;
	color: #151515;
	background-color: #d3cb36;
}
#nav ul li span {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006699;
}

#nav ul li .currentnav {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006699;
}

/* Footer */

#footer {
	background-image: url(../images/footer-ruler.gif) repeat-y;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}