@charset "UTF-8";

/* HOME CONTACT DETAILS */
#header-inner #tel, #header-inner #email
	{
	height: 37px;
	width: 198px;
	top: 88px;
	left: 107px;
	background: url(../images/tel-home.png) no-repeat left top;
	}
#header-inner #email
	{
	width: 346px;
	left: 341px;
	padding: 0;
	margin: 0;
	line-height: 0;
	display: inline;
	}
#header-inner #email a
	{
	position:relative;
	float:left;
	width: 346px;
	height: 37px;
	display:block;
	background:  url(../images/email-home.png) no-repeat left top;
	}
#header-inner #email a:hover
	{
	background-position: right top;
	}

/* CONTENT - HOME */
#home #content
	{
	background: #E7E8EF  url(../images/bg-home.png) no-repeat center 0px;
	position:relative;
	height: 284px;
	}

#home #content h2
	{
	height: 139px;
	padding-top: 0px;
	background: url(../images/home-heading-1.png) no-repeat center top;
	font-size:26px;
	}

#content #services
	{
	position: absolute;
	left: 20px;
	top: 124px;
	z-index: 1;
	margin-top: 0;
	}
/* SERVICES - HOME  */
#services li, #services ul
	{
	margin: 0;
	padding: 0;
	}
#services li
	{
	line-height:1.4em;
	}
#printing, #designbox, #home #web
	{
	display: block;
	float: left;
	width: 323px;
	height: 261px;
	position: relative;
	}
#printing a.main, #designbox a.main, #web a.main
	{
	z-index: 998;
	position:absolute;
	left: 0;
	top: 0;
	width: 322px;
	height: 261px;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -10000px;
	background-image: url(../images/print-home.png);
	}
#designbox a.main
	{
	background-image: url(../images/design-home.png);
	}
#web a.main
	{
	background-image: url(../images/web-home.png);
	}
/*#services a.main:hover
	{
	background-position: right top;
	}*/
#services ul.secondary
	{
	position: absolute;
	left: 30px;
	top: 151px;
	width: 280px;
	z-index:999;
	}
#services #designbox ul.secondary
	{
	width: 250px;
	}
#services #web ul.secondary
	{
	width: 250px;
	}	
#services ul.secondary li
	{
	margin-top: 2px;
	}
#services ul.secondary li
	{
	float: left;
	margin-right: 8px;
	}
#services ul.secondary li a
	{
	color:#CEE0FD;
	font-weight: normal;
	font-size: 13px;
	}
#services #designbox ul.secondary li a
	{
	color:#CCFBC7;
	}
#services #web ul.secondary li a
	{
	color: #EEDFD1;
	}
#services #designbox ul.secondary li a
	{
	/*color:#013d0d;*/
	}
#services ul.secondary li a:hover
	{
	text-decoration: none;
	}
	
/* ABOUT - HOME  */
#home #about
	{
	padding: 0;
	height: 101px;
	}
#home #about p
	{
	background:  url(../images/home-strip.png) no-repeat left top;
	padding: 0;
	height: 101px;
	text-indent: -10000px;
	}
	
/* Featured Area */

#home #featured {margin-top:120px; height:330px;}

/* Footer */

#home #footer {
width:1000px;
margin: 0 auto;
}


#home #footer ul
	{
	width: 1000px;
	margin: 127px auto 0;
	}
#home #footer li
	{
	float: left;
	margin:0;
	list-style: none;
	height: 40px;
	color:#778A98;
	margin-top: 15px;
	}
#home #footer #directories {
float:left;
margin:0px;

}
#home #footer #directories li {
float:none;
display:block;
margin:0;
padding:0;
height:auto;
}	
#home #footer #directories li a {
font-size:12px;
}

#home #footer #directories li a img{
border:none;
padding-top:5px;
}

#home #footer #directories li#directory-head {
margin-bottom:10px;
}

#home #footer #directories li#directory-head a {
font-size:14px;
text-decoration:none;}
#home #footer li a
	{
	margin-left: 20px;
	color:#778A98;
	font-weight: normal;
	}

#home #footer li.pd
	{
	float: right;
	margin-right: 35px;
	text-align: right;
	}
	
