/* 
Website: http://www.sittingprettytoilets.co.uk
Author URL: http://www.whymdesign.co.uk
Creation date: March 2008
*/

/* Setting defaults */
* {margin: 0;
	padding: 0;}
	
div {margin: 0;
	padding: 0;}

a {color: #224080;}	

a:hover {color: #152972;}

p {padding-bottom: 25px;}
	
		
/* Basic layout */
html {height: 100.2%;}

body {background: #696969;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	min-height: 100%;
	position: relative;}	

#container, #footercontainer {margin: 0 auto;
	width: 795px;
	overflow: auto;}
	
#container {background: #F4F4F4;
	height: 100%;
	position: relative;}	
	
#mainContent {height: 100%;
	width: 795px;}	

/* Header */

#header {background: url(images/newbanner2.jpg);
	width: 795px;
	height: 325px;}

#header h1 {padding-top: 30px;
	padding-left: 20px;
	letter-spacing: 1px;
	font-size: 32pt;
	color: #1C3D8A;
	line-height: 38pt;}

#header h3 {padding-top: 40px;
	padding-left: 20px;
	font-size: 17pt;
	color: #ffffff;
	line-height: 24pt;
	font-weight: normal;
	letter-spacing: 1px;}



/* Menu styling */
#menu {float: right;
	background: url(images/menu.png) repeat-y;
	color: #ffffff;
	height: 100%;
	min-height: 485px;
	width: 150px;}

#menu li {list-style-type: none;
	margin: 0;
	padding: 0;}

#menu a {display: block;
	background: url(images/menuback.png) no-repeat;
	padding: 8px;
	padding-left: 35px;
	text-decoration: none;
	color: #ffffff;}
	
#menu a:hover {color: #0C2051;
	background: #F4F4F4 url(images/menubackhover.png) no-repeat;}
	
#menu a:active {border: 0;}	
	
#menu h3 {padding: 10px;
	padding-top: 25px;
	text-align: center;}	

/* Positioning in page */

#content {width: 590px;
	float: left;
	color: #212121;
	padding: 20px;
	padding-bottom: 50px;
	overflow: auto;}
	
.floatLeft {float: left;}

.floatRight {float: right;}

.alignleft {float: left;
	padding: 5px;}

.alignright {float: right;
	padding: 5px;}	
	
/* Text styling */

#mainContent h2 {padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;}	
	
	
/* Footer */	

#footer {position: absolute;
	bottom: 0;
	height: 40px;
	width: 100%;
	color: #ffffff;}
	
#footercontainer {background: url(images/footergradient.png) repeat-y;}	

#footercontainer p {padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;}	
		
#footer a {color: #E5E6E5;}

#footer a:hover {color: #ffffff;}


