/********************************************
	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(../images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	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(../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(../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(../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;
}

	div#left_column_image {
		float: left;
		display: inline;
		width: 280px;
	}

	div#left_column_content {
		float: right;
		display: inline;
		width: 410px;
		margin-right: 10px;
	}
	
		h1 {/* generic main headline */
			font: 2em  Arial, Helvetica, sans-serif;
			color:#5E67D1;
			font-weight: bold;
			word-spacing: 0.1em;
			line-height: 1.2em;
			margin-top: 20px;
		
		}
	
		h2 { /* generic headline */
			font: 1.2em  Arial, Helvetica, sans-serif;
			color:#5E67D1;
			font-weight: bold;
			word-spacing: 0.1em;
			line-height: 1.2em;
			margin-top: 10px;
			}
		
		h2.overline { /* divider headline with gradient bg and faint purple overline */
			border-top: 5px solid #DBDDF0;
			background-image: url(../images/overline_bg.jpg);
			background-repeat: repeat-x;
			padding-left: 10px;
			margin-left: -10px;
			margin-top: 20px;
			padding-bottom: 5px;
		}
		
		
		#high { /* use to set first headline in body copy on page close to the top */
			margin-top: 50px;
		}
		
		#mid { /* use to set first headline in body copy on page in the middle */
			margin-top: 90px;
		}
		
		#low { /* use to set first headline in body copy on page low down */
			margin-top: 175px;
		}
		
		
		p.body_copy { /* main body copy */
			font: 1.2em  Arial, Helvetica, sans-serif;
			color: #333333;
			font-weight: normal;
			margin-top: 10px;
			margin-bottom: 10px;
			word-spacing: 0.1em;
			line-height: 1.2em;
		}
		
		p.body_copy em { 
			color:#5E67D1;
			font-style: normal;
			font-weight: bold;
		}
		
		ul.body_list { /* generic list in main copy */
			list-style-position: inside;
			margin-top: 10px;
			margin-bottom: 10px;
			/* makes list items that need to wrap line up with the body of the list items and not bullets */
			margin-left: 0;
			padding-left: 1em;
			text-indent: -1.2em;
		}
		
		ul.body_list { /* sets colour of the bullets and the list copy styling */
			font: 1.2em  Arial, Helvetica, sans-serif;
			color: #666666;
			font-weight: normal;
			word-spacing: 0.1em;
			line-height: 1.5em;
		}
		
		/* NESTED LISTS ON FIRST LEVEL */
		
		ul.body_list li span { /* sets colour of list text */
			color: #333333;
		}
		
		
		.body_list li ul {
			margin-left: 3em;
			font: 1em  Arial, Helvetica, sans-serif;
			color: #5E67D1;
			font-weight: normal;
			word-spacing: 0.1em;
			line-height: 1.5em;
		}
		
		/*generic dotted one pixel dividing line*/
		.divider {
			border-top: 1px dotted #999999;
			width: 100%;
			margin-top: 20px;
			margin-bottom: 10px;
		}
	
		

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


div#right_column {
	background-image: url(../images/right_column_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
	width: 230px;
	min-height: 400px;
	margin: 5px;
	overflow: hidden;
}

/*-----------------------BOTTOM BOXES--------------------------------*/

#boxes_container { /*container holds all four boxes so that they move down when left column extends*/
	float: left;
	display: inline;
	width: 960px;
	height: 220px;
	margin-top: 5px;
	position: relative;
}

.bottom_box {
	float: left;
	display: inline;
	width: 230px;
	height: 200px;
	margin: 5px;
	position: relative;
}

.bottom_box img{
	position: absolute; /*needs to be positioned for z-index to work & place text on top*/
	top: 5px;
}


.bottom_box a {
	text-decoration: none;
	height: 100%;
	width: 100%;
}



.bottom_box .box_title{
	text-align: center;
	z-index: 99999;
	position: relative;
	font: 1.5em  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 230px; 
	height: 95px;/*makes the title area push the copy down*/
	display: block; /*needed for titles to centre*/
	top: 10px;
}

p.box_copy {
	z-index: 99999;
	position: relative;
	font: 1.2em  Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 5px;
	}



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

div#footer {
	background-image: url(../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 HOME PAGE-------------------*/
/*---------------------------------------------------------------*/

#info_box {
	margin-bottom: 40px;
}

#home #left_column_content .body_copy {
	line-height: 1.4em;
	margin-bottom: 0px;
	margin-top: 0px;
}

#home #left_column_content a#hpcinfo {
	color: #be0027;
	font-size: 1.2em;
	float: right;
	
}

#home_hpc_image{
	margin-top: 20px;	
}




/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO ABOUT US PAGE-------------------*/
/*---------------------------------------------------------------*/
#about #boxes_container { 
	display: inline;
	margin-top: 30px;
}


/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO WHAT WE DO PAGE-------------------*/
/*---------------------------------------------------------------*/
#what_we_do #boxes_container { 
	margin-top: 0px; /*image is providing height so no margin above boxes is needed for now*/
}


/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO OUR PRODUCTS PAGE-------------------*/
/*---------------------------------------------------------------*/

div#product_list_box {
	width: 230px;
	text-align: left;
	position: relative;
	margin-left: 0px;
}

/* Main title */
#product_list_box h1 {
	font: 2.5em  Arial, Helvetica, sans-serif;
	color:#5E67D1;
	font-weight: bold;
	word-spacing: 0.1em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-left: 14px;
		}
		
/* main title subtitle */		
#product_list_box p {
	font: 1.2em  Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 25px;
	margin-left: 14px;
	word-spacing: 0.1em;
		}
		
#product_list {
	list-style:none;
	margin-left: 0px;
}

#product_list li {
		margin-bottom: 5px;
		background-image: url(../images/product_link_bg.jpg);
		background-repeat: repeat-x;
		height: 35px; /*height of link button*/
		
	}

#product_list li a {
		display : block; 
		text-decoration:none;
		font: 1.5em  Arial, Helvetica, sans-serif;
		color: #333333;
		padding-top: 10px;
		margin-left: 14px;
		height: 100%; /*makes height of hot spot fill the containing link*/
	}
	
#product_list li a em {
		color: #5E67D1;
		font-style: normal;
	}
	
#product_list li a:hover {
	margin-left: 24px;
}

#our_products #boxes_container { 
	margin-top: 30px;
}


/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO CONTACT PAGE-------------------*/
/*---------------------------------------------------------------*/

div#contact_map {
	float: left;
	display: inline;
	width: 710px;
	
	}
	
div#contact_info_box {
	width: 216px;
	text-align: left;
	
	margin-left: 14px;
	margin-top: 22px;
}


#multimap_link {
	text-decoration:none;
	margin-left: 70px;
}

#multimap_link em {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

.contact_divider {
	border-top: 1px dotted #999999;
	width: 200px;
	margin-top: 0px;
}

#contact_info_box a{
	text-decoration: none;
	font-style: normal;
}

#contact_info_box a:hover em{
	text-decoration: none;
	color: #666666;
}

#email_field {
	width: 195px;
}

#submit_button {
	margin-bottom: 10px;
}

input#email_field {
	border: 1px solid #666666;
	margin-bottom: 5px;
}


input#email_field:focus {
	border: 2px solid #5E67D1;
	margin-top: -1px;
	margin-bottom: 4px;
}

/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO TEACHING AND TRAINING TOOLS PAGE-------------------*/
/*---------------------------------------------------------------*/
#teaching_training #left_column {
	float: left;
	display: inline;
	width: 950px;
	margin: 5px;
}

#teaching_training #left_column_image {
		float: left;
		display: inline;
		width: 350px;
		margin-top: 50px;
	}

#teaching_training #left_column_content {
		float: right;
		display: inline;
		width: 575px;
		margin-right: 0px;
	}
	
#teaching_training #boxes_container { 
	margin-top: 30px;
}

#teaching_training #left_column_image img {
	margin-top: 12px;
	margin-bottom: 12px;
}


/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO KIOSK SYSTEMS PAGE-------------------*/
/*---------------------------------------------------------------*/
#kiosk_systems #left_column {
	float: left;
	display: inline;
	width: 950px;
	margin: 5px;
}

#kiosk_systems #left_column_image {
		float: left;
		display: inline;
		width: 350px;
		margin-top: 50px;
	}

#kiosk_systems #left_column_content {
		float: right;
		display: inline;
		width: 575px;
		margin-right: 0px;
	}

#kiosk_systems #boxes_container { 
	margin-top: 30px;
}

#kiosk_systems #left_column_image img {
	margin-top: 50px;
	margin-bottom: 50px;
}


/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO DESIGN SERVICES PAGE-------------------*/
/*---------------------------------------------------------------*/
#design_services #left_column {
	float: left;
	display: inline;
	width: 950px;
	margin: 5px;
}

#design_services #left_column_image {
		float: left;
		display: inline;
		width: 350px;
		margin-top: 50px;
	}

#design_services #left_column_content {
		float: right;
		display: inline;
		width: 575px;
		margin-right: 0px;
	}

#design_services #boxes_container { 
	margin-top: 30px;
}

/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO I.T. PAGE-------------------*/
/*---------------------------------------------------------------*/
#it #left_column {
	float: left;
	display: inline;
	width: 950px;
	margin: 5px;
}

#it #left_column_image {
		float: left;
		display: inline;
		width: 350px;
		margin-top: 50px;
	}

#it #left_column_content {
		float: right;
		display: inline;
		width: 575px;
		margin-right: 0px;
	}


#it_contact_box {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	background-color:#F4F5FE;
	padding-left: 10px;
	margin-left: -10px;
}

#it_contact_box a{
	text-decoration: none;
	color: #5E67D1;
	margin-bottom: 3px;
	font: 1em  Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#it_contact_box em {
	color: #333333;
	font-weight: bold;
}

#it #boxes_container { 
	margin-top: 30px;
}

#microsoft_logo {
	margin-top: 55px;
}


/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO NEWSLETTER THANK YOU PAGE-------------------*/
/*---------------------------------------------------------------*/

#contact_thanks #left_column {
	float: left;
	display: inline;
	width: 950px;
	height: 300px;
	margin: 5px;
}

#contact_thanks #left_column_image {
		float: left;
		display: inline;
		width: 350px;
		height: 300px;
		margin-top: 50px;
	}

#contact_thanks #left_column_content {
		float: right;
		display: inline;
		width: 575px;
		height: 300px;
		margin-right: 0px;
	}
	
#contact_thanks #left_column h1 {
	color: #666;
}

#contact_thanks #left_column p a {
	font-size: 1.5em;
	font-weight: bold;
}


	
	