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

body {
	background-color: #102c5e;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.75em;
	margin:0;
	padding:0;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width:876px;
	background-color: $000000;
	margin:0 auto;
}
.quote {
	font-size: 1.5em;
	font-weight:normal;
}


/* NAVIGATION */

#menubar {
	background-color:#27416e;
	height:43px;
	width:876px;
	margin:1px 0px 0px 0px !important;
	padding: 0;
}

#menubar a {
	display: inline-block; /* NEEDED FOR IE */
	border:none;
	float:left;
}

#menubar a img {
	border:none;
}

a#btn-hm:link, a#btn-hm:visited {
	width:115px;
	height:43px;
	background-image:url(/images/home.jpg);
	background-repeat:no-repeat;
}
a#btn-hm:hover, a#btn-hm:active {
	width:115px;
	height:43px;
	background-image:url(/images/home-over.jpg);
	background-repeat:no-repeat;
}

a#btn-ab:link, a#btn-ab:visited {
	width:117px;
	height:43px;
	background-image:url(/images/about.jpg);
	background-repeat:no-repeat;
}
a#btn-ab:hover, a#btn-ab:active {
	width:117px;
	height:43px;
	background-image:url(/images/about-over.jpg);
	background-repeat:no-repeat;
}

a#btn-rec:link, a#btn-rec:visited {
	width:169px;
	height:43px;
	background-image:url(/images/recordings.jpg);
	background-repeat:no-repeat;
}
a#btn-rec:hover, a#btn-rec:active {
	width:169px;
	height:43px;
	background-image:url(/images/recordings-over.jpg);
	background-repeat:no-repeat;
}

a#btn-ct:link, a#btn-ct:visited {
	width:140px;
	height:43px;
	background-image:url(/images/contact.jpg);
	background-repeat:no-repeat;
}
a#btn-ct:hover, a#btn-ct:active {
	width:140px;
	height:43px;
	background-image:url(/images/contact-over.jpg);
	background-repeat:no-repeat;
}

a#btn-pp:link, a#btn-pp:visited {
	width:335px;
	height:43px;
	background-image:url(/images/wwwpaladinoprod.jpg);
	background-repeat:no-repeat;
}
a#btn-pp:hover, a#btn-pp:active {
	width:335px;
	height:43px;
	background-image:url(/images/wwwpaladinoprod.jpg);
	background-repeat:no-repeat;
}

/* CONTENT AREA */

#content {
	width:876px;
	padding-top:50px;
	padding-left:40px;
	min-height:575px;
}
#leftcol {
	float:left;
	width:400px;
}

#rightcol {
	float:right;
	width:450px;
}
#cover{
	margin-bottom:25px;
}
#title {
	height:30px;
}
#inset {
	width:345px;
	padding-left:45px;
}

/* FOOTER */

#footer {
	width:800px;
	height:66px;
	text-align:center;
	background-image:url(/images/line.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0 auto;
}
#footer p {
	font-size:12px;
	color: #6b7a95;
	margin: 1ex;
	padding-top:15px;
}
#footer a:link, #footer a:visited {
	color: #6b7a95;
	text-decoration:none;
	text-align:center;
}
#footer a:hover, #footer a:active {
	color: white;
	text-decoration:none;
}
#copy {
	padding-top:10px;
	color: #3b485f;
	text-decoration:none;
	font-size: 0.75em;
}
.clearer {
	clear:both;
}