@charset "UTF-8";
/********************************************************************

Purpose : Main style sheet, containing colour, layout, typography

Author : Ed Stivala, N3W Media

Client : Bizantec Group www.Bizantec.com

Change Control : 
 - Live xx/yy/zz

********************************************************************/


/************************************
*
*	GENERIC, RESET & UTILITY
*
************************************/

* {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

.clrfloats {
	clear:both;
	height:0;
    font-size: 1px;
    line-height: 0px;
	}

.fltLeft {
	float:left;
	}

.fltRight {
	float:right;
	}

/************************************
*
*	COLOUR & TYPOGRAPHY
*
************************************/

/* we need to style the text for use in the main page graphic banner and also the gradient boxes */

h1 {
	font-size:16px;
	font-weight:bold;
	padding: 0px 0px 15px 0px;
	}

h3 {
	padding-top:5px;
	}
	
p { 
	line-height:160%;
	font-weight:normal;
	font-size:12px;
	padding-bottom:10px;
	}

ul {
	list-style:square inside;
	padding-bottom:15px;
	}
	
li {
	padding-left:20px;
	line-height:160%;
	}
address {
	font-style:normal;
	}
	
.grad_heading {
	font-weight:bold;
	font-size:12px;
	padding: 5px 5px 5px 5px;
	}
	
.grad_text {
	font-weight:normal;
	font-size:12px;
	padding-left: 5px;
	line-height:140%;
	}

.grad_link {
	font-weight:normal;
	font-size:12px;
	padding: 10px 5px 0px 0px;
	text-align:right;
	}
	
.grad_attribution {
	font-size:9px;
	font-weight:bold;
	}

.banner_heading {
	font-weight:bold;
	font-style:italic;
	font-size:26px;
	padding: 10px 10px 0px 10px;
	}

.banner_text {
	font-weight:normal;
	font-size:18px;
	font-style:normal;
	padding: 15px 10px 10px 15px;
	width:350px;
	line-height:120%;
	}

.address_label {
	margin: 0;
	padding: 0;
	line-height:100%;
	font-weight:bold;
	}
.address_details {
	line-height:100%;
	}

.coming_soon {
	color:#CCCCCC;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding:20px 0 0 0;
	}

/* each division has it's own colour pallete */
.grp_col {
	color:#005295;
	}
.CS_col {
	color:#9278D1;
	}
.LG_col {
	color:#3FCFD5;
	}
.OS_col {
	color:#0065BD;
	}

/* These are general utility styles */
.white {
	color:#fff;
	}

.red {
	color:red;
	}
	
.bold {
	font-weight:bold;
	}

.small {
	font-size:10px;
	}
/* SITE MAP: We are using a UL embeded in another UL these are the styling elements */

#sitemap li {
	list-style:none;
	}
#sitemap ul {
	margin:0 0 0 30px;
	}
#sitemap a {
	padding: 0 0 0 10px;
	}

/************************************
*
*	PAGE LAYOUTS - BLOCK LEVEL
*
************************************/

/* Common layout                   */

#wrapper {	
	width:760px;
	margin:auto;
	}
	
#header {
	margin-top:30px;
	margin-bottom:20px;
	}

#contentAreaOne {
	height:251px;
	margin-bottom:5px;
	}
#bannerGraphic {
	width:566px;
	height:250px;
	float:left;
	}
	
#CS_callout {
	background:url(/images/consulting_grad.jpg) no-repeat;
	width:190px;
	height:117px;
	margin-bottom:8px;
	float:right;
	}
	
#LG_callout {
	width:190px;
	height:117px;
	float:right;
	background:url(/images/leadgen_grad.jpg) no-repeat;
	}
	
#OS_callout {
	width:190px;
	height:117px;
	float:right;
	background:url(/images/sales_grad.jpg) no-repeat;
	}

#NEWS_callout {
	background:url(/images/latest_news_grad.jpg) no-repeat;
	float:right;
	height:185px;
	width:190px;
	}

#CALL_callout {
	width:131px;
	height:212px;
	background:url(/images/contact_grad.jpg) no-repeat;
	float:left;
	}		
#contentAreaTwo {
	}
	
#copyMiddleCol {				/* This is used for the Middle copy in a THREE column layout */
	margin-left:140px;
	margin-right:200px;
	}

#copyMiddleColTwo {				/* This is used for the Middle copy in a TWO column layout */
	margin-left:140px;
	margin-right:10px;
	}
