/* CSS Document */

/*
Author: Alaric King
Author URI:  http://www.alaricking.co.uk
*/

@font-face {
    font-family: 'cplRegular';
    src: url('fonts/cpl-webfont.eot');
    src: url('fonts/cpl-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cpl-webfont.woff') format('woff'),
         url('fonts/cpl-webfont.ttf') format('truetype'),
         url('fonts/cpl-webfont.svg#cplRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body {
	font-family: 'cplRegular';
	color: #888888;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; outline: 0; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; outline: 0;}

#menu {
    bottom:0;
	clear:both;
	padding-left:23px;
	overflow:auto;
	position:fixed;
	top:145px;
	width:305px;
	background-color: #FFF;
	z-index: 1000;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	margin-bottom: 30px;
}

#menu ul li.section-title { }

#menu li {
	margin-bottom: 10px;
}

#menu li a {
	color: #888888;
    font-size: 14px;
    letter-spacing: 2px;
    outline: 0 none;
    text-decoration: none;
}

#menu li a:hover {
	color: #DF6FFF;
	text-decoration: none;
}

#menu li.active a {
	color: #DF6FFF;
	font-weight: bold;
	text-decoration: none;
}

#content {
    height: 100%;
    padding: 30px 0 0 375px;
    top: 0;
}

.container {
    padding: 5px 5px 0px 5px;
}

#content p { 
	color: #888888;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 14px;
    margin-bottom: 15px;
    width: 650px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#menu-top {
	background: url("images/logo.jpg") no-repeat scroll 23px 25px #FFF;
	height:120px;
	padding-left:23px;
	position:fixed;
	padding-top:25px;
	width:305px;
	z-index: 1000;
}

#menu-top h1 {
	height:120px;
	position:relative;
	text-indent:-9999px;
	width:260px;
}

#menu-top h1 a {
	border:0 none;
	cursor:pointer;
	display:block;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding:120px 0 0;
	text-decoration:none;
	width:260px;
	outline: 0;
}

#img-container #text {
    float: left;
    margin-top: 25px;
    width: 325px;
}