/* 
------------------------------------------------------------------------------

                                       HPN LTD
                                ---------------------
															
SCREEN - Core Stylesheet

web            :    http://www.hpn.ltd.uk
filename       :    /css/screen.css
version        :    21.02.2007

copyright      :   (c) HPN Ltd 2007

author         :   IT Simplicity
web            :   http://www.itsimplicity.co.uk

------------------------------------------------------------------------------ 
*/

/* ---------------------------
     ZERO OUT BROWSER STYLES
   --------------------------- */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

/* ---------------------------
             LAYOUT
   --------------------------- */

#wrapper {
	width: 770px;
	margin: 0 auto 0 auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}

#header {
 	width: 750px;
	height: 90px;
	margin: 0 auto 0 auto;
	padding: 10px;
	background: #FFF;
	color: #000;
}

#contentarea {
	width: 616px;
	height: auto;
	float: left;
	background-color: #000066;
	color: #FFF;
}

#navcolumn {
	width: 134px;
	min-height: 500px;
	float:left;
	padding: 10px;
	color: #FFF;
	background-color: #81007F;
}

#navcontact {
	width: 134px;
	margin: 70px -10px 0 -10px;
	padding: 0px 10px 10px 10px;
	background-color: #CCC;
	color: #000;
}

#leftcolumn {
	width: 277px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 10px 15px 10px 15px;
	border-right: dotted 1px #999;
}

#rightcolumn {
 	width: 277px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 10px 15px 10px 15px;
}

#footer {
    width: 750px;
	height: 20px;
	clear: both;
	padding: 10px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;	
	background-color: #FFF;
	color: #000;
}

#header img {
	float: right;
	margin-top: -50px;
}

.alignleft {
	width: 250px;
	float: left;
}

.alignright {
	width: 300px;
	float: right;
}


/* ---------------------------
           NAVIGATION
   --------------------------- */

a {
	background-color: inherit;
	color: white;
}

#footer a {
	background-color: inherit;
	color: #000066;
}

div#navcolumn ul {
	list-style-type: none;
	padding: 0px;
	line-height: 15px;
}

div#navcolumn ul li {
	padding: 10px;
	border-bottom: dotted 1px #999;
}

div#navcolumn ul li a {
	background-image: url(../images/pencil.gif);
	background-repeat: no-repeat;
	background-color: inherit;
	color: #FFF;
	text-decoration: none;
	margin-left: -0.7em;
	padding-left: 20px;
}

div#navcolumn ul li a:hover {
	background-color: inherit;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/pencil-on.gif);
	background-repeat: no-repeat;
}

div#navcolumn ul li ul li {
	font-size: 12px;
	list-style-type: none;
	padding-left: 5px;
	border-bottom: dotted 1px #666;
}

div#navcontact ul {
	list-style-type: none;
	padding: 0px;
	line-height: 15px;
}

div#navcontact ul li {
	padding: 10px 10px 10px 10px;
	border-bottom: dotted 1px #81007F;
}

div#navcontact ul a {
	background-color: inherit;
	color: #81007F;
	text-decoration: none;
}

div#navcontact ul li a {
	background-image: url(../images/telephone.gif);
	background-repeat: no-repeat;
	background-color: inherit;
	color: #81007F;
	text-decoration: none;
	padding-left: 20px;
}

div#navcontact ul li a:hover {
	background-image: url(../images/telephone-on.gif);
	background-repeat: no-repeat;
	background-color: inherit;
	color: #81007F;
}

/* ---------------------------
       STYLES & APPEARANCE
   --------------------------- */

body {
	background-color: #999;
	color: #000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 20px;
}

ul {
	list-style-type: square;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 20px;
}   


/* ---------------------------
             FORMS
   --------------------------- */

fieldset {
	margin-top: 10px;
	padding: 10px;
	background-color: inherit;
	color: white;
	
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: white;
	margin-bottom: 5px;
}

input {
	display: block;
	width: 245px;
	margin-top: 5px;
	margin-bottom: 10px;
}


textarea {
	display: block;
	width: 245px;
	margin-bottom: 10px;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

fieldset {
	border: solid 1px #999;
	padding: 10px;
}

.buttonsubmit {
	display: inline;
	width: 75px;
}

.errormessage {
	font-weight: bold;
	color: #FF3300;
}

/* ---------------------------
          BROWSER HACKS
   --------------------------- */

/* Hide from IE5-Mac.  Only IE-Win sees this. \*/

* html p {
	height: 1%;
	margin-left: 0;
}

/* End hide from IE5/Mac */

