/* Screen Stylesheet
-----------------------------------------------------------------------------
version:   1.0
date:      19/06/2009
author:    Chris Beale
website:   http://www.totalofficetechnologies.co.uk
*/

/* Basic Elements
-----------------------------------------------------------------------------*/
body {
	background: #fff;
	color: #000;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

#bodywrap {
	background: #fff url("/img/background-bodywrap.jpg") top repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 997px;
}

img {
	border: 0px;
	margin: 0;
	padding: 0;
}

.stream {clear: both;}

/* Typography
-----------------------------------------------------------------------------*/

h1 {margin-top: 0;}

h1, h1 a, h1 a:visited, h1 a:hover, h2, h2 a, h2 a:visited, h2 a:hover, h3, h3 a, h3 a:visited, h3 a:hover {
	color: #000;
	text-decoration: none;
}

#navmenu h3 {
	background: url("/img/background-button.jpg") 0 0 no-repeat;
	display: block;
	height: 40px;
	margin: 0 0 10px 10px;
	padding: 7px 0 0 20px;
	text-align: left;
	width: 210px;
}
#navmenu h3, h3 a, h3 a:visited {
	color: #3333cc;
	text-decoration: none;
}
#navmenu h3 a:hover {
	background: #ccccff;
	display: block;
	height: 25px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 150px;
}

ul {
	list-style: none;

}

li {
	background-image: url("/img/li.gif");
	background-position: 0 .3em;
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 25px;
	padding-left: 24px;
}

.pullquote {
	float: right;
	font-style: italic;
	font-weight: bold;
	line-height: 140%;
	margin: 0 10px 10px 10px;
	padding: 0px 0 5px 0px;
	text-align: center;
	width: 200px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 0;
}

/* Content
-----------------------------------------------------------------------------*/
#container {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
}

#extra {
	float: left;
	text-align: center;
	width: 210px;
}

#content {
	float: left;
	text-align: left;
	width: 780px;
}

.clients {
	clear: both;
	font-size: 90%;
}

.clientinfo {
	float: left;
	width: 260px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #CCC;
	clear: both;
	color: #333;
	font-size: 85%;
	margin: 40px 0 30px 0;
	padding: 10px 0 0 0;
	text-align: right;
	width: 100%;
}

/* Navigation
-----------------------------------------------------------------------------*/
#navmenu {margin: 0 0 20px 0;}
