/* 
   Author: [Richard Edwards]
           [www.ridgeon-network.co.uk]

*/

/* Resets & Basic Page Setup */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { background: url(images/bg.jpg) no-repeat top center fixed; font-family: Arial, Helvetica, sans-serif;}
ul { list-style: none inside; }
h2 { color: #666; font-size: 1.2em; font-style: normal; margin-top: 60px; margin-bottom: 15px; }
p { color: #666; font-size: 0.9em; line-height: 1.1em; margin-bottom: 0.9em; }
span { color: #14AD57; font-size: 1.2em; }
a { outline: none; }
a img { border: none; }
a:hover { text-decoration: none; }
/* End Resets & Setup */

/* Toolbox */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* End Toolbox */

/* Structure & Stuff */

#page-wrap {
    width: 960px;
    margin: 0 auto;
}

#header {
	height: 202px;
	background: url(images/header.jpg) no-repeat;
}

#logo {
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}

#compname {
	float: left;
	margin-left: 20px;
	margin-top: 40px;
	text-align: center;
	width: 552px;
	height: 93px;
	background: url(images/comp-name.jpg) no-repeat;
	text-indent: -9999px;
}

#eye {
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}

#sidemenu {
	float: left;
	width: 251px;
	height: 585px;
	background: url(images/sidemenu.jpg) no-repeat;
}

ul#nav {
	width: 189px;
	margin-left: 22px;
}

ul#nav li {
	margin-top: 15px;
	font-size: 1.5em;
	text-align: center;
	padding-top: 3px;
	padding-left: 13px;
	height: 32px;
}

ul#nav li a {
	display: block;
	height: 32px;
	width: 189px;
	color: #666;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #FFF;
	text-decoration: none;
}

ul#nav li:hover {
	height: 32px;
	background: url(images/menuselected.jpg) no-repeat;
	color: #FFF;
}

ul#nav li.active {
	height: 32px;
	background: url(images/menuselected.jpg) no-repeat;
}

ul#nav li.active a {
	color: #FFF;
}

#binos {
	margin-top: 90px;
	margin-left: 120px;
}


.callus {
	width: 181px;
	height: 26px;
	background: url(images/callus.jpg) no-repeat;
	color: #FFF;
	text-align: center;
	font-size: 0.9em;
	padding-top: 4px;
	padding-left: 3px;
	margin-top: 50px;
	margin-left: 31px;
}

.byus {
	font-size: 0.7em;
	margin-top: 20px;
	margin-left: 60px;
}

#maincontent {
	float: right;
	width: 709px;
}

#extrainfo {
	float: left;
	margin-top: 70px;
}

.contact {
	font-size: 1.1em;
}

ul.floatleft {
	list-style: disc;
	color: #666;
	font-size: 0.9em;
	padding-left: 40px;
}

ul.floatright {
	list-style: disc;
	color: #666;
	font-size: 0.9em;
	padding-right: 40px;
}

#sidebarpic {
	margin-top: 50px;
}

#contact-form-table {
	font-size: 0.8em;
	font-weight: bold;
}
/* End Structure & Stuff */


