/*
SimpleBits classic theme
*/

body {
	background: #870000;
	}

h1, h2, h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	color: #c63;
	}
	
h1 a:hover, h2 a:hover {
	color: #930;
	}

#wrap {
	background-image: url(../images/bg_dark.gif);
	}

#logo {
	height: 62px;
	background: #fc6 url(../images/grad_top.gif) no-repeat right;
	}

#logo span {
	position: absolute;
	top: 17px;
	left: 37px;
	height: 31px;
	background: url(../images/orange.gif) no-repeat;
	}

#nav {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	background: #000 url(../images/stripe.gif);
	z-index: 1;
	font-size: 100%;
	width: 750px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 740px;
	}

html>body #nav { /* be nice to Opera */
	width: 740px;
	}

#nav li {
	float: left;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	border: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 82%;
	line-height: 20px;
	font-weight: bold;
	margin: 4px 10px 0 10px;
	padding: 0 0 6px 0;
	text-decoration: none;
	border: none;
	color: #fff;
	background: none;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	color: #fc6;
	background: transparent;
	}

#main-body {
	background: url(../images/bg_side.gif) no-repeat top right;
	}

#sidebar {
	color: #999;
	}

#sidebar a:link {
	color: #5b80b2;
	}

#sidebar a:visited {
	color: #969;
	}

#sidebar a:hover {
	color: #036;
	}

#sidebar h3 {
	color: #c63;
	}

#sidebar #sub-serv, 
#sidebar #sub-port,
#sidebar #sub-pub,
#sidebar #sub-note,
#sidebar #sub-about,
#sidebar #sub-cont,
#sidebar h3 {
	font-size: 100%;
	padding: 0 0 4px 19px;
	margin: 0 0 8px 0;
	border: none;
	background: url(../img/cube_birch.gif) no-repeat 0 2px;
	}

#footer {
	color: #777;
	background: url(../images/stripe.gif);
	}
