/* http://www.specialistaccounting.co.uk/screenstyles.css */
/*
	Sussex Internet
	
	Screen Styles for Specialist Accounting Services
	
	Created by Neil Kelsey
	on: 29.05.2007

*/

/* browser unification */

:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}
address {font-style:normal}

/* End of browser unification */

/* Start of tag styles */

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#666666;
	background:
		#dde0e3;
	}
	
img
	{
	vertical-align:middle;
	}
	
td
	{
	vertical-align:top;
	}
	
ul
	{
	margin-top:10px;
	}
	
p
	{
	padding-bottom:10px;
	}

/* End of tag styles */

/* Start of universal styles */

.bold
	{
	font-weight:bold
	}
	
.italic
	{
	font-style:italic
	}
	
.underline
	{
	text-decoration:underline
	}
	
.left
	{
	text-align:left
	}
	
.center
	{
	text-align:center
	}

.right
	{
	text-align:right
	}
	
.justify
	{
	text-align:justify
	}
	
.full
	{
	width:100%
	}

/* End of universal styles */

/* Start of site structure */

#container
	{
	width:769px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	}
	
#border
	{
	float:left;
	width:769px;
	border:1px solid #999999;
	}
	
#header
	{
	float:left;
	width:769px;
	height:106px;
	background:
		url(images/new_banner.gif);
	}
	
.coloured_bar
	{
	float:left;
	width:769px;
	height:15px;
	background:
		#fa0000;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	}
	
#content
	{
	float:left;
	width:769px;
	background:
		url(images/content-bg.gif)
		top
		repeat-y;
	_background:
		url(images/content-bg-ie.gif)
		top
		repeat-y;
	}
	
#menu
	{
	float:left;
	width:122px;
	padding:14px;
	background:
		#dfdfdc;
	}
		
.menu 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}
	
.menubox 
	{
	border: 1px solid #999999;
	font-size: 11px;
	}
	
.menu2 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}
	
#position 
	{
     position:relative;
	 top:-20px;
	 left:50px;
	 width:10px;
	 height:10px;
	 visibility:hidden;
	}
	
.positionpopup 
	{
     position:relative;
	 top:-110px;
	 left:122px;
	 width:135px;
	 visibility:hidden;
	}	
	
#main
	{
	float:left;
	width:599px;
	_width:580px;
	padding:10px;
	background:
		#FFFFFF;
	}
	
#footer
	{
	float:left;
	width:769px;
	height:15px;
	background:
		#FFFFFF;
	}

/* End of site structure */

/* End of document */
