
/*  © Copyright TheMediaPoint - http://www.themediapoint.co.uk | main stylesheet */

body {
  font-size: 80%;
  font-family:Arial, Helvetica, sans-serif;
  margin:0;
  background-image:url(../images/background.png);
  background-repeat:repeat-x;
  background-color:#FFFFFF;
}

/* basic layout ---------------------------------------------------------------- */

div {
  font-size: 1em;
}

#wrapper {
	width:820px;
	margin:auto;
}

/* Header informatiom */

#header {
	width:820px;
	height:170px;
	background-color:#33333;
	background-image:url(../images/header.png);
	margin-top:20px;
}

#logo {
	margin-left:9px;
	padding-top:15px;
	width:322px;
	}

/* Navi informatiom */

#navigation{
	height:50px; 
	clear:both;  
	margin-left:10px;
	margin-top:19px;
}

.splitbar{
	background-color:#999999;
	width:820px;
	height:17px;
	margin-top:4px;
	background-image:url(../images/splitbar.png);
	background-repeat:no-repeat;
}

/*** Superfish SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a:link, .sf-menu li li a, .sf-menu a:visited, .sf-menu a:active   { /* visited pseudo selector so IE6 applies text colour*/
	color:#000000;
	background-image:url(../images/naviback.png);
	background-repeat:repeat-x;
	border:1px solid #d1d0d0;
}

.sf-menu li {
	margin-right:1px;

}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#d1d0d0;
	background-image:url(../images/navibackover.png);
	background-repeat:repeat-x;
	color:#000;
}

.sf-menu { position:relative !important; overflow:visible !important; z-index:80; }

#current {
	background:#d1d0d0;
	color:#333333;
	border:1px solid #d1d0d0;
	background-image:url(../images/navibackover.png);
	background-repeat:repeat-x;
	}
	
.first {
	border:1px solid #d1d0d00;
	}
	
.last {
	border:1px solid #d1d0d0;
	}



/* Content informatiom */

#content {
	width:820px;
	margin:auto;
	height:auto;
	clear:both;
	margin-top:10px;
}

#content-left{
	width:583px;
	height:auto;
	float:left;
}

.display{
width:581px;
height:210px;
background-image:url(../images/display.png);
background-repeat:no-repeat;
border:1px #CCCCCC solid;
}


#content-right{
	width:210px;
	height:auto;
	float:left;
	margin-left:17px;
}
.sidebox{
	font-size:12px;
}
/* Footer informatiom */

#footer-wrapper {
	}

#footer {
	width:820px;
	height:auto;
	clear:both;
	margin:auto;
	padding-top:10px;
	text-align:center;
	color:#999;
	font-size:10px;
	border-top:#CCCCCC 1px solid;
}

/* links ----------------------------------------------------------------------- */

a {
	 text-decoration:none;
	 color:#0033FF;
	 background-color: inherit;
}


b{ 

font-weight:bold;
padding-bottom:5px;
font-size:12px;
color:#333333;

}

a:hover {
	 text-decoration:none;
}

a.foot {
	 text-decoration:none;
	 color:#333333;
	 background-color: inherit;
}

a.foot:hover {
	 text-decoration:underline;
	 color:#333333;
}


/* headings -------------------------------------------------------------------- */

h1, h2, h4, h5 {
	  color:#10184a;
}

h1 {
	  font-size: 1.8em;
	  line-height: 1em;
	  padding-bottom:0.4em;
	  padding-top:0.8em;
}

h2 {
	 font-size:1.2em;
	 padding-bottom:0.8em;
	 
}

h3 {
	  font-size: 1.2em;
	  margin: 0 0 0.8em 0;
	  color:#10184a;
	  font-weight:bold;
	  padding-bottom:5px;
	  padding-left:10px;
	  padding-top:5px;
}

h4 {
	 font-size: 1.2em;
	  line-height: 1.3em;
	  margin: 0 0 0.5em 0;
	  color:#000;
	  font-weight:bold;
	  margin:0 0 0.6em 0;
	  color:#CC9933;
}

h5 { 
	  font-size: 1em;
	  line-height: 1.5em;
	  color:#000;
}

/* text ------------------------------------------------------------------------ */
p {
	  font-size: 1em;
	  line-height: 18px;
	  margin: 0 0 1em 0;
}

strong, b {
	  font-weight: bold;
}


ul.sidebox{
line-height:16px;
list-style-image:none;
list-style-position:inside;
list-style-type:square;
color:#0000CC;
padding-left:12px;
padding-bottom:5px;
font-size:10px;
}

li{
color:#000000;
}

.sideboxtop{
background-image:url(../images/top.png);
background-repeat:no-repeat;
width:207px;
height:5px;
}

.sidebox-content{
background-image:url(../images/sidebox.png);
background-repeat:repeat-y;
width:207px;
}

.sideboxbottom{
background-image:url(../images/bottom.png);
background-repeat:no-repeat;
width:207px;
height:5px;
margin-bottom:20px;
}
/* jquery styles --------------------------------------------------------------- */


/* additional styles ----------------------------------------------------------- */

.clear {
  	clear: both;
}

.f-left {
  	float: left;
}

.f-right {
  	float: right;
}

label {
	float:left;
	margin-right:10px;
	width:100px;
	font-weight:bold;	
	}
	
#message {margin: 5px 10px; padding: 4px; display:block;text-align:center;}
#message.error {background:#FFEBE8;border: 1px solid #CC0000;color:#CC0000;}
#message.success {border:solid 1px #349534; background:#C9FFCA;color:#008000;}

/*  © Copyright TheMediaPoint - http://www.themediapoint.co.uk | main stylesheet *//* CSS Document */

