/********************************************
	AUTHOR:  			Bottletop Design 
   	WEBSITE:   			http://www.bottletop.co.uk/
   	CLIENT:				http://www.integrex.co.uk   	
 *******************************************/ 
 

/*BIG FAT BROWSER RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, em {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
/*END OF BIG FAT BROWSER RESET*/



/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO ALL PAGES-------------------*/
/*---------------------------------------------------------------*/


body {
	background-color:#FFFFFF;
	background-image: url(http://www.integrex.co.uk/images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 62.5%; /*MAKES 1em = 10px*/
	text-align: center; /*centres all body contents*/ 
	}	

/*entire container*/
div#container {
	margin: 0 auto; /*Gives top and bottom margin of 0px and sides auto, centering page*/
	text-align: left; /*Left aligns everything inside container, overruling body centering*/
	width: 960px;
	}
	
h1#main_logo {
	float: left;
	display: inline;
	margin-left: 5px;
	margin-top: 0px;
	width: 230px;
	height: 160px;
	background: url(http://www.integrex.co.uk/images/main_logo.jpg);
	text-indent: -9999px;
}

div#navigation {
	height: 100px;
	position: relative;
		}
		
a {
	text-decoration: none;	
}

p a {
	color: #5E67D1;	
}

.pdf_link {
	color:#333;
	font-size: 1.2em;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

/*--------------NAVIGATION TABS--------------------------------------*/
#navigation ul {
	z-index: 999999;
	position: absolute;
    margin:0; padding: 0;
    list-style:none;
	right: 5px; 
	bottom: 0px;
	font: bold 1.3em  Arial, Helvetica, sans-serif;	
}
#navigation li {
   display:inline;
   margin:0; padding:0;
}
#navigation a {
   float:left;
   display:inline;
   background: url(http://www.integrex.co.uk/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#navigation a span {
   float:left;
   display:inline;
   display:block;
   background: url(http://www.integrex.co.uk/images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */

#navigation a:hover {
   background-position:0% -42px;
}
#navigation a:hover span {
   background-position:100% -42px;
}
#navigation #current a {
   background-position:0% -42px;
	color: #FFF;
}
#navigation #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/*-----------------------END NAVIGATION TABS--------------------------------*/


div#banner {
	float: left;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	width: 950px;
	height: 120px;
	background-color: #5E67D1;
}

/*-----------------------LEFT COLUMN--------------------------------*/

div#left_column {
	float: left;
	display: inline;
	width: 710px;
	margin: 5px;

}

h2 a {
	color:#5E67D1;	
}
	
	
		
	
		

/*-----------------------RIGHT COLUMN--------------------------------*/


div#sidebar {
	background-image: url(http://www.integrex.co.uk/images/right_column_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
	width: 200px;
	min-height: 380px;
	padding:10px 10px 10px 20px;
	margin: 5px;
	overflow: hidden;
	list-style-type: none;
}

div#sidebar li {
	margin-bottom: 10px;	
			   
}

div#sidebar li li {
	font-size: 1.2em;
	margin-bottom: -2px;
}

.widgettitle {
	font-size: 2em;
	font-weight: bold;
	color: #5E67D1;
}

#submit_button {
	background-image: url(http://www.integrex.co.uk/images/submit_button.gif);	
}


/*-----------------------FOOTER CSS--------------------------------*/

div#footer {
	background-image: url(http://www.integrex.co.uk/images/footer_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
	width: 950px;
	margin-left: 5px;
	margin-right: 5px;
}

div#footer_left {
	float: left;
	margin-top: 15px;
}

	.disclaimer {
		font: 1.1em  Arial, Helvetica, sans-serif;
		color: #666666;
		margin-left: 10px;
	}

	#footer_links {
		list-style:none;
		margin-top: 10px;
		margin-bottom: 50px;
		margin-left: 10px;
	}
	
	#footer_links li {
		display:inline;
		float:left;
  		display:block;
		margin-right: 20px;
	}
	
	#footer_links li a {
		text-decoration:none;
		font: 1.1em  Arial, Helvetica, sans-serif;
		color: #333333;
	}
	
	#footer_links li a:hover {
		color: #5E67D1;
	}
	
	#siteby {
		float: right;
		margin-top: 15px;
		margin-right: 5px;
		font: 1.1em  Arial, Helvetica, sans-serif;
		color: #666666;
	}
	
	#siteby a {
		text-decoration:none;
		font: 1.1em  Arial, Helvetica, sans-serif;
		color: #5E67D1;
	}
	


/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO BLOG-------------------*/
/*---------------------------------------------------------------*/


	.textwidget {
	font-size: 1.2em;		
	}
	
	#searchsubmit {
	margin-top: 5px;		
	}

	.post {
	margin: 20px 0 20px 0px;
	text-align: left;
	float: left;
	width: 600px;
	font-size: 1.4em;
	background-image:url(images/overline_bg.jpg);
	background-repeat: repeat-x;
	border-top:5px solid #DBDDF0;
	padding-left: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
	}

	.postmetadata {
	margin-top: 10px;			
	}
	
	
	#commentform {
		width: 50%;	
	}
	
	
	/* CSS for post date block */

.post-date {
	width: 50px;
	height: 50px;
	float:left;
	margin-right: 10px;
	margin-top: 20px;
}

.post-month {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display:block;
	padding: 2px;
	background: #5E67D1;
	border-bottom: 1px solid #cccccc;
	

}

.post-day {

	font-size: 1.2em;
	font-weight: bold;

	text-transform: uppercase;

	color: #444466;

	text-align: center;

	display:block;

	background: #fff;

	border-bottom: 1px solid #cccccc;

	border-right: 1px solid #cccccc;

	border-left: 1px solid #cccccc;

	padding:2px;

	line-height:11px;

}




