/**
* CSS
* Ryan Lesser 2008
* @version 1.0
* @author Ryan Lesser
* CSS and layout inspiration/education: Anders Kavcic
*/

* {
	margin: 0;
	padding: 0;
}

#logo {
	z-index: 3;
	width:260px;
    overflow: hidden;
    top: 45px;
	left: 42px;
    position: fixed;
    height: 103px;
	}
	
#block {
	z-index: 2;
	background-position: top left;    
    background-image: url(pattern.gif);	
	width:1000px;
    overflow: hidden;
    top: 30px;
	left: 12px;
    position: fixed;
    height: 133px;
	}	

body {
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #000;
	background-image: url(bg.jpg); 
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-position: top left;
}

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

a:link { text-decoration: none; font-weight: bold; color: #fff;}
a:active { text-decoration: none; color: #fff; font-weight: bold;}
a:visited { text-decoration: none; color: #fff; font-weight: bold; }
a:hover { text-decoration: none; color: #ffcc00; font-weight: bold;}

a img { border: none; }

#header { position: absolute; top: 0px; left: 110px }

#menu {
	z-index: 1;
    width: 140px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: none;
	background-image: url(wrap_bg.gif); 
	background-repeat: repeat-y; 
	background-position: top left;	
	font-weight: bold;
	margin-left:0;
	padding-left:42px;
	color: none;
	text-align:right;
}

#menu ul {
	margin: 0 0 12px 0;
	color: #fff;
	list-style: none;
	margin-left: 0;
}


#menu ul li:before {
	content: "\ ";
	}

#menu ul li:after {
	content: "\ ||";
	}
	
/**
#menu ul li:before {
	content: "\00BB \0020
 ";
	}
**/

#menu ul .section-title {
	list-style: none;
	margin: 0;
	color: #bb0000;
}


#menu ul li.section-title:before {
	content: "";
	}

#menu ul li.section-title:after {
	content: "";
	}
	
a {outline: none;}

#menu ul li.section-title {color: #bb0000; }
#menu p { margin-bottom: 9px; color: #bb0000;}



#content {
	z-index: 4;	
    height: 200%;
    margin: 130px 0 0 220px;
    color: #fff;
    width:610px;
}

#menu .container {
    padding: 40px 0 25px 0;
}

.container {
    padding: 0;
}

#content p {margin-bottom: 9px;}

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	{ margin: 0; padding: 0 0 12px 0; color:#fff;}
#img-container p img	{ border: 4px solid #cc0000; }

#once { clear: left; }

a.thickbox { border: none; }
a.thickbox img { border: 5px solid #000; margin: 0 6px 9px 0; }

