/* 
Client: Deborah Gray Image Consultancy
Created on: 30/01/06
Created by: Mark Thomas @ gencon.co.uk
--contains structual & theme elements only--
*/

/* default */
body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
}

h1 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	color: #330066;
}

/* generic styles */
div.clear {
	clear: both;
}

.quote {
	color: #9731FF;
	padding: 10px 30px 1px 30px;
	font-style: italic;
	font-size: 1em;
	line-height: 1.3em;
	text-align: center;
	background-color: transparent;
}
/*  */

/* structure */
div#frame {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 750px;
	
	background-color: #fff;
}

div#header {
	display: none;
	
	/* background: #330066 url(../images/dgi_header_bg.gif) no-repeat top; */
}

div#primary {
	display: none;
}

div#content {
	margin: 1px 17px 0 175px;
	padding: 0;
	line-height: 1.3em;	/* new line height */
	background-color: #fff;
}

div#column {
	margin: 1px 0 0 8px;
	padding: 0;
	float: left;
	width: 146px;
	
	background-color: transparent;
}

* html div#column {
	margin-left: 4px;
	margin-right: 0;
	position: relative;
}

div#footer {
	display: none;
}
/*  */


/* pageblock */
div.pageblock {
	margin: 1px 8px 12px 155px;
	padding: 0;
	height: 152px;
	vertical-align: middle;
}

* html div.pageblock {
	margin-bottom: 0;
	width: 584px;
}

div.pageblock p {
	font-family: Century Gothic; 
	margin: 0;
	padding: 20px;
	color: #fff;
	font-weight: bold;/* new font size */
	font-size: 1.4em; /* new font size */
	font-style: normal;
}
	/* pageblock colours */
	#navy {
		background-color: #330066;
	} /* home */
	
	#beige {
		background-color: #B9B986;
	}/* about deborag gray */
	
	#purple {
		background-color: #9933FF;
	}/* our services */
		
		#personalpurple {
			background-color: #AD5CFF;
		}/* our services - personal */
		
		#corporatepurple {
			background-color: #C285FF;
		}/* our services - personal */
	
	#gold {
		background-color: #BBBC00;
	}/* get in contact */
	/*  */
/*  */

/* content */
div.pullout {
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
	width: 125px;
	
	font-size: 9pt;
	text-align: center;
	background:  #DEDEDE url(../images/services/dgi_pullout_p_bg.gif) no-repeat bottom;
}

	/* contract address */
	#contactaddress {
		text-align: left;			
		background-image: none;	
		background-color: transparent;
	}
	
	#contactaddress address {
		font-style: normal;
	}
	
	.logos {
		margin: 0px;
		padding: 0px 10px 0px 10px;
		float: right;
	}	
	/*  */

* html div.pullout {
	margin-top: 18px;
}

div.pullout p {
	margin: 0;
	padding: 10px 0 10px 0;
}

* html div.pullout p {
	padding-top: 5px;
}

div.pullout ul {
	margin: 0;
	padding: 0;
	height: 80px;
	width: 125px;

	list-style: none;
	background: transparent url(../images/services/dgi_pullout_bg_1.jpg) no-repeat top;
}

* html div.pullout ul {
	padding-top: 5px;
}

div.pullout li {
	margin: 0;
	padding: 0;
	line-height: 2.1em;
}

* html div.pullout li {
	line-height: 1.1em;
	vertical-align: middle;
}

div.pullout a {
	color: #fff;
	text-decoration: none;
	display: block;
}

div.pullout a:hover {
	text-decoration: underline;
}

	/* services */
	ul.serviceslist {
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		width: 45%;
		height: 120px;
	}
	/*  */
/*  */

/* column */
div#column img {
	margin-bottom: -3px;
}/* THIS IS CAUSING THE PAGEBLOCK TO SIT TOO FAR FROM THE LEFT EDGE, NO SOLUTION FOUND 01/02/06 10:29 */
/*  */

