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

@font-face {  
	  font-family: "Corbel";  
	  src: url("Corbel.ttf"); /* IE */  
	  src: local("Corbel"), url("Corbel.ttf") format("truetype"); /* non-IE */  
	}  

body {
  font-size: 80%;
  font-family:Corbel, Trebuchet MS, Arial;
  margin:auto;
  background-image:url(images/global/topbar.png);
  background-repeat:repeat-x;
  font-weight:bold;
}

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

div {
  font-size: 1em;
}

fieldset legend {
		font-weight:bold !important;
		padding-left:5px;
		padding-right:5px;
}

.current {
	text-decoration:underline;
	}

#wrapper {
	width:960px;
	height:auto;
	margin:auto;
	padding:0px;
}

/*** 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;
}
.sf-menu li {

}
.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:#999999;
	color:#333333;
	outline:		0;
}

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

#breadcrumb {
	padding-top:20px;
	}

#search {
	float:right;
	margin-top:31px;
	width:200px;
	}

.searchsubmit {
	background-image:url(images/global/button.jpg);
	height:17px;
	width:25px;
	border:none;
	}

#menu {
	background-image:url(images/global/top-nav.png);
	float:right;
	font-size:10px;
	height:40px;
	width:543px;
	}
	
.menu ul {
	margin: 0px 0px 0px 0px;
	margin-top:5px;
	}
	
.menu li {
	float: left;
	list-style:none;
	text-decoration: none;
	border-right:1px solid #d8d8d8;
	border-left:1px solid #ffffff;
	padding: 6px 0px 12px 0px;
	height:5px;
	}
	
.menu li.first {
	border-left-width:0px;
	}
	
.menu li.last {
	border-right-width:0px;
	}
	
.menu li a {
	font-weight: bold;
	text-decoration:none;	
	padding: 12px 5px 12px 5px;
 }
 
.menu li a:hover {
	text-decoration:underline;
	}
	
	
#gwlink {
	color:#6bbbf9;	
	}
#itlink {
	color:#00a99d;
	}
#commlink {
	color:#2071a9;
	}
#medialink {
	color:#f4892e;
	}
#hulllink {
	color:#C51E6D;
	}
#conn {
	float:right;	
	width:160px;
	height:35px;
	font-size:10px;
	padding-top:11px;
	}
#cont {
	height:auto;
	margin-bottom:5px;
	}
#lc {
	float:left;
	width:170px;
	height:auto;
	margin-top:7px;
	}
#mc {
	float:left;
	width:550px;
	height:auto;
	margin-top:5px;
	margin-left:20px;
	font-weight:normal;
	line-height:1.5em;
	}
#rc {
	float:right;
	width:201px;
	margin-top:2px;
	}
#footer {
	font-size:11px;
	}

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

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

a:hover {
	 text-decoration:underline;
	 color:#666666;
}


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

h1 {
	  font-size: 2em;
	  line-height: 1em;
	  padding-bottom:0.2em;
}

h2 {
	  font-size: 1.3em;	
}

h3 {
	  font-size: 1em;
	  margin: 0 0 0.5em 0;
	  font-weight:bold;
}

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 {
	  margin: 0 0 1em 0;
}

strong, b {
	  font-weight: bold;
}


/* jquery styles --------------------------------------------------------------- */


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

.clear {
  	clear: both;
}

.thumbnail-left {
	float:left;
	margin-right:10px;
	}
.thumbnail-right {
	margin-left:10px;	
	float:right;
	}

.f-left {
  	float: left;
}

.f-right {
  	float: right;
}

.kl {
	float:left;
	width:250px;
	}
.kr {
	float:right;
	width:250px;
	}

.warning{
	color:#990000;
}

label {
	float:left;
	margin-right:10px;
	width:100px;
	font-weight:bold;	
	}
	
.submit {
	background-color:#999999;
	color:#FFFFFF;
	border:none;
	}
	
img {
	border:none;
	}	
	
.menuheader a {
	color:#FFFFFF;
	}
	
.citem {
	border-right:1px solid #FFFFFF;
	height:20px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	}
	
.f-left {
  	float: left;
	margin-left:5px;
}

.f-right {
  	float: right;
	margin-right:3px;
}

.sf {
	font-size:10px;
	}
	
.fclear {
		clear:both;
		margin-bottom:10px;
}
	
/*  © Copyright TheMediaPoint - http://www.themediapoint.co.uk | main stylesheet */