html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

img {
	margin: 0 -3px; ma\rgin: 0; /* This fixes the 3 pixel jog in old versions of IE and Opera*/
}


body {
	border:0;					/* This removes the border around the viewport in old versions of IE */
	width:100%;
	text-align:center;			/* This fixes the IE5 'margin auto' bug - by centring the whole Body. 
								Text needs to be manually left aligned after */
	background:#8FC3D4;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}



/* Header styles */
#header {
	width:960px;
	padding:0;
	margin:15px auto 0 auto;	/* Centres the webpage left to right with margin of 30px at top*/
	background:url(../images/designit_logo.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:180px;
}


	
/* column container */
#colmask {	
	position:relative;			/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:960px;				/* width of whole page */
	margin:0 auto;				/* Centres the webpage left to right */
	overflow:hidden;			/* This chops off any overhanging divs */
	text-align:left;
	background:#006B8C;			/* right column background colour */
	background-image:url(../images/background_dark_blue.jpg);
	background-repeat:repeat-x;
}



/* common column settings */
#colright,
#colmid,
#colleft {
	float:left;
	width:960px;				/* width of page */
	position:relative;
}

#col1,
#col2,
#col3 {
	float:left;
	position:relative;	
	padding:0;					/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
}



/* 3 Column settings */
#threecol {
	min-height:500px;
}

#colmid {
	right:270px;				/* width of the right column */
	background:#fff;			/* center column background colour */
	min-height:500px;
}

#colleft {
	right:545px;				/* width of the middle column */
	background:#C7E2E9;			/* left column background colour */
	background-image:url(../images/background_light_blue2.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	min-height:500px;
}

#col1 {
	width:545px;				/* width of center column content (column width minus padding on either side) */
	left:960px;					/* 100% plus left padding of center column */
}

#col2 {
	width:125px;				/* Width of left column content (column width minus padding on either side) */
	left:290px;					/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

#col3 {		
	width:230px;				/* Width of right column content (column width minus padding on either side) */
	left:875px;					/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus 
								(left column left and right padding) plus (right column left padding) */
}



/* text styling col 1 */
#col1 p{
	margin:0 30px 10px 30px;
	font-size:68.75%;
	color:#006B8C;
	line-height:1.4;
}

#col1 .col1 li{
	margin:0 30px 10px 47px;
	font-size:68.75%;
	color:#006B8C;
	line-height:1.4;
	list-style-image:url(../images/list_icon_centre.gif);
}

#col1 h1 {
	margin:13px 30px 10px 30px;
	font-size:87.5%;
	color:#D35319;
}

#col1 h2 {
	margin:10px 30px;
	font-size:75%;
	color:#D35319;
}

#col1 a {
	color:#006B8C;
	text-decoration:none;
}

#col1 a:hover {
	color:#D35319;	
	text-decoration:underline;

}

/* text styling col 2 */
#navi {
	margin-top:10px;
	float:left;
	height:370px;
}

#logo {
	float:left;
	height:120px;
	width:125px;
	background-image:url(../images/d_for_bottom.jpg);
	background-repeat:no-repeat;
}

#col2 h1 {
	font-size:75%;
	color:#006B8C;
	width:105px;
	border-bottom:thin solid #006B8C;
	margin-top:14px;
	margin-bottom:0;
}

#col2 p {
	font-size:75%;
}

#col2 .port a {
	margin-top:4px;
	margin-bottom:6px;
	padding-left:20px;
	color:#006B8C;
	text-decoration:none;
	position:relative;
	display:block;
	float:left;
	width:105px;
}

#col2 .port a:hover, #col2 .port .selected {
	background:url(../images/list_icon_left.gif);
	background-repeat:no-repeat;
	color:#D35319;	
}

#col2 .port .selected {
	font-weight:bold;
}

.portfolio {
	 font-size:75%; 
	 font-weight:normal;
	 color: #87AEB8;
}



/* text styling col 3 */
#col3 p {
	font-size:125%;
}

#col3 #navi a {
	padding-left:20px;
	padding-bottom:25px;
	color:#ffffff;
	text-decoration:none;
	position:relative;
	display:block;
	float:left;
	width:210px;
}

#col3 #navi a:hover, #col3 #navi .selected  {
	background:url(../images/list_icon_right.gif);
	background-repeat:no-repeat;
	color:#C7E2E9;	
}

#col3 #navi .selected {
	font-weight:bold;
}

#contact {		
	float:left;
	height:120px;
}

#contact p {		
	font-size:62.5%;
	line-height:1.5;
	color:#FFFFFF;	
}

#contact a {
	color:#ffffff;
	text-decoration:none;
}

#contact a:hover {
	color:#C7E2E9;
	text-decoration:underline;
}



/* Footer styles */
.footer {
	clear:both;
	width:960px;
	margin:5px auto 0 auto;		/* Centres the webpage left to right */
	text-align:left;
}

.footer p {
	font-size:62.5%;
	color:#006B8C;
	margin:0;
	}

.footer a {
	text-decoration:none;
	color:#006B8C;
	}

.footer a:hover {
 	text-decoration:underline;
	color:#ffffff;
	}


