/*
Style sheet for tugbury electrical.
(C) tugbury 2007

Colours:
Tugbury Blue - Footer background - #35498F;
V light grey - background colour - #f2f1f3;
Light Grey - Menu Background/dotted lines - #D1CECE;
Medium Grey - copyright notice - #7f7f7f;
Dark Grey - Text/headings/lines - #505050;

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	/*background-color: #f2f1f3;*/
	background-image:url(images/stripe_wide.gif);
	background-position: top center;
	/*background-color: #cdd2e4;*/
}

/*container for the whole site.  Centered
*/
.container {
	margin-left: auto;
	margin-right:auto;
	width: 720px;
	padding-top: 17px;
	padding-left: 17px;
	padding-right: 12px;
	padding-bottom: 17px;
}

/*container for the site - outer version with shadow*/
.outer_main {
	/*background-image:url(images/shadowlight.gif);*/
	width: 720px;
	float: left;
}

/*container for the main block of the page (minus niceic and copyright)
inner version inside shadow*/
.inner_main {
	border: 1px solid #505050;
	top: -3px;
	left: -3px;
	position:relative;
	width: 717px;
	background-color:white;
	float: left;/*stops firefox from collapsing but breaks shadow*/
}

/*floated container for everything inside the shadow*/
.inner_floated {
	width: 715px;
	float: left;
	padding-left: 1px;
	padding-bottom: 1px;
	
}

/*container for the header*/
.header_container {
	float: left;
	width: 715px;
}

/*container for the top (i.e. non menu) part of the header*/
.header_top_container{
	float: left;
	width: 715px;
	padding: 1px 0px;
	background-image:url(images/dotted_background.gif);
}

/*container for the header logo*/
.header_logo_container {
 float: left;
 width: 160px;
 font-size: 0px;/*Stop IE 6 from adding a gap below image*/
}

/*container for the header tagline
total width 202px;*/
.header_tagline_container {
 float: right;
 width: 196px;
 margin-top: 6px;
 padding-right: 6px;
}

/*container for the menu part of the header
total width: 715px;*/
.header_menu_container{
	float: left;
	width: 715px;
	padding: 1px 0px;
	background-color: #D1CECE;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	letter-spacing:0.05em;
	font-size: 0px;
	line-height:1.2em;
}

/*highlight the currently-selected menu item*/
.selected_menu{
	color: #35498F;
}

/*Holds each row of the menu*/
.menu_row{
	padding-left: 6px;
}

/*the line that goes between the two rows in the menu*/
.menu_line{
	width: 715px;
	float: left;
	border-bottom: 1px solid #505050;
	/*border-style:dotted;*/
	margin-bottom: 1px;
	margin-top: 1px;
	font-size: 0px;/*shrink gap above*/
	line-height: 0px;/*shrink 1px gap in ie 6*/
}

/*style the bullet point in the menu*/
.menu_bullet{
	padding-right: 6px;
	padding-bottom: 0.15em;
	padding-left: 6px;
}

/*body container*/
.body_container{
	float: left;
	width: 715px;
	padding: 1px 0px;
	background-image:url(images/dotted_background.gif);
}

/*container for the LH menu*/
.lh_menu{
	width: 162px;
	float: left;
	padding-bottom: 26px;
}

/*style the menu list items*/
.lh_menu ul{
	list-style-type: none;
	margin-left: 5px;
	padding-left: 0px;
}

/*style the menu list items*/
.lh_menu li{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*styling for the breadcrumbs*/
.breadcrumbs{
	padding-left: 12px;
	padding-top: 6px;
	/*letter-spacing:0.1em;*/
	font-size: x-small;
	/*bottom: -12px;
	top: 0px;
	position:relative;*/
}

/*container for the body heading
total width 394px;*/
.body_heading{
	float: left;
	width: 382px;
	padding-left: 12px;
}

/*container for the page text.
total width 380px*/
.body_content{
	float: left;
	width: 350px;
	padding-left: 30px;
	padding-bottom: 12px;
}

/*style the main list on a standard page*/
.body_content ul{
	list-style-type: disc;
	color: #35498F;
	font-size: small;
}
/*Style the text in the main list separately.
This is necessary as the bullet is a different colour in the design.*/
.main_list_text{
	color: 	#505050;
}

/*container for the body panel*/
.body_mainpanel{
	float: left;
	width: 715px;
	margin-left: 0px;
	
}

/*style the flashcontent div*/
#flashcontent{
	float: left;
	width: 553px;
}
/*background image for the homepage*/
.body_homepage{
	background-image:url(images/home_background.jpg);
	background-repeat:no-repeat;
	background-position: top right;	
}
/*background image for the lighting page*/
.body_lighting{
	background-image:url(images/polaroidline_bulb.jpg);
	background-repeat:no-repeat;
	background-position: top right;	
}
/*background image for the av page*/
.body_av{
	background-image:url(images/polaroidline_avcables.jpg);
	background-repeat:no-repeat;
	background-position: top right;	
}
/*background image for the fibreoptic page*/
.body_fibreoptic{
	background-image:url(images/polaroidline_fibreoptic.jpg);
	background-repeat:no-repeat;
	background-position: top right;	
}
/*background image for the electrical installation and design page*/
.body_design{
	background-image:url(images/polaroidline_design.jpg);
	background-repeat:no-repeat;
	background-position: top right;	
}
/*background image for the data network infrastructure page*/
.body_data{
	background-image:url(images/polaroidline_datacables.jpg);
	background-repeat:no-repeat;
	background-position: top right;	
}
/*background image for the testing and inspection page*/
.body_testing{
	background-image:url(images/polaroidline_testing.jpg);
	background-repeat:no-repeat;
	background-position: top right;	
}
/*background image for the contact us page*/
.body_contact{
	background-image:url(images/polaroidline_contact.jpg);
	background-repeat:no-repeat;
	background-position: top right;	
}
/*background image for the planned and reactive maintenance page*/
.body_maintenance{
	background-image:url(images/polaroidline_maintenance.jpg);
	background-repeat:no-repeat;
	background-position: top right;	
}
/*background image for the UPS and generators page*/
.body_ups{
	background-image:url(images/polaroidline_ups.jpg);
	background-repeat:no-repeat;
	background-position: top right;	
}
/*background image for the sitemap page*/
.body_sitemap{
	background-image:url(images/polaroidline_sitemap.jpg);
	background-repeat:no-repeat;
	background-position: top right;	
}


/*container for the submenu items
total width: 294px;
*/
.submenu{
 	width: 294px;
	float: left;
	padding-bottom: 6px;
}

/*submenu items*/
.submenu_item{
	width: 278px;
 	float: left;
	padding-left: 16px;
	background-image:url(images/menu_arrow_grey.gif);
	background-repeat:no-repeat;
	background-position: 0em 0em;
}

/*style the next/previous links*/
.next_prev{
	color: #35498F;
	letter-spacing:0.1em;
	font-size: x-small;
}
.next_prev a{
	color: #35498F;
}

/*container for the large page image*/
.body_image{
	float: right;
	width: 137px;
	padding-right: 35px;
}

/*container for the large page image on the UPS page*/
.body_image_ups{
	float: right;
	width: 165px;
	padding-right: 18px;
	padding-top: 12px;
}

.body_image_contact{
	float: right;
	width: 181px;
	padding-right: 12px;
}

/*footer container
total width: 715px
*/
.footer_container{
 background-color:#35498F;
 float: left;
 width: 707px;
 padding-left: 8px;
 padding-top: 16px;
 padding-bottom: 16px;
}

/*the line that goes above the footer*/
.footer_line{
	width: 715px;
	float: left;
	border-bottom: 1px solid #505050;
	margin-bottom: 1px;	
	font-size: 0px;/*shrink gap above*/
	line-height: 0px;/*shrink 1px gap in ie 6*/
}

/*The container for the lhs of the footer (phone number)*/
.footer_left{
	float: left;
	width: 152px;
	padding-top: 3px;/*even out the centre of the two images in the footer*/
}

/*The container for the rhs of the footer (email)*/
.footer_right{
	float: right;
	width: 200px;
}

/*The container for the lhs of the subfooter (niceic logo)*/
.subfooter_left{
 	float: left;
 	width: 300px;
	padding-top: 3px;
	margin-left: -3px;
}

/*The container for the rhs of the subfooter (copyright message)*/
.subfooter_right{
	float: right;
	width: 340px;
	color: #7f7f7f;
	text-align:right;
	padding-right: 5px;/*line up with beginning of shadow instead of end*/
	padding-top: 2px;
}
.subfooter_right a{
	color: #7f7f7f;
}


/*-----------------------------Standard settings-----------------------*/
a, a * {
	text-decoration: none;
	color: #505050;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 12px 0px;
	font-size: large;
}

/*version of H1 for subpage to make breadcrumb fit*/
.subpage h1{
	margin: 3px 0px 6px 0px;
	font-size: large;
}

p{
	margin-top: 0px;
}

/*list item padding (for the sitemap)*/
/*li{
list-style-type:square;
}*/
/*Padding for page sub pages in sitemap*/
ul ul{
padding-top: 4px;
padding-bottom: 4px;
}

