@charset "utf-8";
/* CSS Document */

/*-----
PMF Consulting: Screen Style Sheet 

---------------------------------------------------------------------------------
Version: 1.0
Author: Paul Featherstone
Email: paul@weareweb.co.uk
Website: http://www.weareweb.co.uk
Last Modified: 19/05/09
-------------------------------------------------------------------------------*/


/*********************  * GLOBAL * *********************/

*{

}
/* Heading formatting */

H1{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 2em;
	color: #485159;
	line-height:1.3em;
	letter-spacing:.1px;
	font-weight:100;
	margin: 12px 12px;
}
H2{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.9em;
	color: #485159;
	line-height:1.3em;
	letter-spacing:.5px;
	font-weight:200;
	margin: 12px 12px;
}
H3{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	color: #485159;
	line-height:1.3em;
	letter-spacing:.5px;
	font-weight:200;
	margin: 12px 0;
}

/* Text formatting */

p{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: .8em;
	color: #485159;
	letter-spacing:.5px;
	margin-bottom:0;
}
a{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	color:#0066FF;
	text-decoration:none;
}
.smallbullet { 
	list-style: none; 
}
.smallbullet li{
	padding: 5px 0 5px 15px; 
	background-image: url("/buttons_icons/bullet_small.png"); 
	background-repeat: no-repeat;  
	background-position: 0; 
}

/* Form formatting */

/* Table formatting */
table{}
tr{}
td{}

/* Image formatting */

img { 
}
.thumb { 

}

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

/* Round corners */

/* CSS for the standard corner box */

.bl {background: url(../corners/bl_green.png) 0 100% no-repeat; height: 100%; width: 100%;}
.br {background: url(../corners/br_green.png) 100% 100% no-repeat; height: 100%; width: 100%;}
.tl {background: url(../corners/tl_green.png) 0 0 no-repeat; height: 100%; width: 100%;}
.tr {background: url(../corners/tr_green.png) 100% 0 no-repeat; height: 100%; width: 100%;}

.bl2 {background: url(../corners/bl_blue.png) 0 100% no-repeat; height: 100%; width: 100%;}
.br2 {background: url(../corners/br_blue.png) 100% 100% no-repeat; height: 100%; width: 100%;}
.tl2 {background: url(../corners/tl_blue.png) 0 0 no-repeat; height: 100%; width: 100%;}
.tr2 {background: url(../corners/tr_blue.png) 100% 0 no-repeat; height: 100%; width: 100%;}

/* CSS for the transprent corner box above background starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {

}
/* Rules for the top corners and border */
.bt {
	background:url(../corners/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../corners/box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(../corners/box.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../corners/box.png) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../corners/borders.png) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../corners/borders.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
}
.triangle {
	padding: 0px 0px 10px 0px; 
	background: url(../corners/triangle.png) 50px bottom no-repeat;
}
/* CSS for the box ends here */


/********************* * LAYOUT * *********************/

/* All pages */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
#wrapper { 
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding: 12px 12px;
} 

/* Header */

#header { 
	position:relative;
	height:130px;
	padding: 0 12px 0 12px;
} 

/* Homepage */

#rhcolumn {
	float: right;
	width: 270px;
	margin: 0 12px 0 0;
}

#lhcolumn {
	float: left;
	width: 200px;
	margin: 0 0 0 12px;
}

#mainContent {
	margin: 0 282px 0 212px;
	padding: 12px 12px;
} 

/* Generic page layout (about us, news, blog, etc)*/

.panel2 { 
	background:url(../corners/left_edge.png) repeat-y 0 0;
	padding: 12px 12px 0 24px;
}
.news {
	border-bottom: 1px solid #78B0F6;
}

/* Footer */

#footer { 
	clear: both;
	padding: 12px 0 0 0;
} 

/* Other */

/********************* * NAVIGATION * *********************/

/* Main (horizontal) Navigation */

#navbuttons {
	margin: 0;
  }
#navbuttons ul {
	list-style: none;
	margin: 0px;
	padding: 0px;  
}
#navbuttons li {
	float: left;
	width: 150px;
	height: 30px;
	display: inline;
	margin: 0 0 0 14px;
	text-align:center;
	font-size: 1.143em;
	font-weight: bold;
	padding-top:10px;
}
#navbuttons li a {
	display: block;
	width: 150px;
	height: 25px;
	text-decoration: none;
	color: #485159;
	padding: 5px 0 0 0;
	outline:none;
}
#navbuttons li a:hover {
	color: #FFFFFF;
	background-image: url("../buttons_icons/tab_button_nav.gif");
}
body#default .nav_home a, 
body#services .nav_services a, 
body#about .nav_about a, 
body#blog .nav_blog a, 
body#news .nav_news a, 
body#contact .nav_contact a 
{	
	color: #FFFFFF;
	background-image: url("../buttons_icons/tab_button_nav.gif");
}

/* Accordion left hand menu */

.tab{
	background-image: url("../buttons_icons/tab_button_sub.gif");
	cursor: hand;
	cursor: pointer;
	text-align:center;
}
.tabcontent{
	padding: 12px 12px;
}
.tabcontent ul{
	list-style-type:none;
}
.tabcontent li{
	padding: 0 0 2px 20px;
	background-image: url("/buttons_icons/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0;
	font-size:0.8em;
}
.tabcontent a{
	padding: 0 0 2px 0;
	outline:none;
}
.tabcontent a:hover{
	color:#000000;
}

/********************* * FORMS * *********************/

/* header quick search form */

#searchform {
	float:right;
	width: 150px;
}
fieldset.search {
	border: none;
	width: 150px;
	height: 30px;
	margin: 0 auto;
	background: #FFFFFF;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	width: 150px;
	height: 30px;
	background: url(../buttons_icons/search_background.png) no-repeat;
	margin-right: 5px;
}
.search input.box:focus {
	background: url(../buttons_icons/search_background.png) no-repeat;
	outline: none;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #ffffff url(../buttons_icons/) no-repeat top right;
}
.search button.btn:hover {
	background: #ffffff url(../buttons_icons/) no-repeat bottom right;
}
legend {
	display:none;
}

/* enquiry form */

#form{
	background-color: #78B0F6;
}
.form_inner
{
	margin: 12px 0 0 0;
}
#form fieldset {
	padding: 12px 12px;
	border:none;
}


/********************* * TABLES * *********************/

/* Same deal as forms */

/********************* * LISTS * *********************/

/* Same deal as forms and tables */

/********************* * CONTENT * *********************/

/* Generic/header styles */

#logo {
	float: left;
	height: 90px;
}
#contact ul {
	list-style: none;
}
#contact li {

}
#navbar {
	position: relative;
	height: 40px;
	background-color:#EBFCFC;
	border-bottom:1px solid #78B0F6;
	clear:both;
}

/* Homepage/body styles */
#hero{
	position:relative;
	height:200px;
	width:1000px;
	background-image:url("../images/blue_sky_and_clouds.jpg");
	margin: 12px 0 0 12px;
}
#hero2{
	position:relative;
	height:200px;
	width:1000px;
	background-image:url("../images/sky_scraper.jpg");
	margin: 12px 0 0 12px;
}
#hero3{
	position:relative;
	height:200px;
	width:1000px;
	background-image:url("../images/team.jpg");
	margin: 12px 0 0 12px;
}
#hero4{
	position:relative;
	height:200px;
	width:1000px;
	background-image:url("../images/.jpg");
	margin: 12px 0 0 12px;
}
#hero5{
	position:relative;
	height:200px;
	width:1000px;
	background-image:url("../images/newspaper.jpg");
	margin: 12px 0 0 12px;
}
#hero6{
	position:relative;
	height:200px;
	width:1000px;
	background-image:url("../images/phone.jpg");
	margin: 12px 0 0 12px;
}
#speechbubble1{
	float:left;
	height:176px;
	width:540px;
	margin: 12px 0 0 12px;
}
#speechbubble2{
	float:right;
	height:116px;
	width:270px;
	margin: 50px 12px 0 0;
}
.panel{
	background-color: #EBFCFC;
	margin: 12px 0 0 0;
}
.panel_inner
{
	padding: 12px 12px;
}
/* Services/body styles */

/* Other/body styles */



/* Generic/footer styles */

#footerbar {
	height: 35px;
	background-color:#EBFCFC;
}
#footerbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px; 
}
#footerbar li {
	display: inline;  
}
#footerbar a {
	text-decoration: none;
	color: #5A595B; 
}
#footerbar a:hover{
	color: #999886; 
}
#footerbar a:active{
	color: red; 
}

/********************* * General styles * *********************/

.float-right { float: right; }
.float-left { float: left; }
.float-center { margin-left: auto; margin-right: auto; }
.clear { clear: both }
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}
.clear-block { display: block }
.text-small { font-family: Verdana, Tahoma, sans-serif; font-size: .9em; color: #5A595B}
.text-smaller { font-family: Verdana, Tahoma, sans-serif; font-size: .7em; color: #5A595B}
.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }
.text-justify { text-align: justify }
.text-white { color:#FFFFFF }
.bold { font-weight: bold }
.italic { font-style: italic }
.underline { border-bottom: 1px solid }
.nopadding { padding: 0 }
.nobullet { list-style: none; list-style-image: none }
.bullet { list-style: none; list-style-image: none; color:#3399CC; margin-bottom:3px; font-size: .8em;}
.nomargin { margin: 0px; }
