/* Imports
----------------------------------------*/
@import url("/css/reset.css");
@import url("/css/externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	background: #FFFFFF url(../images/background.jpg) repeat;
	padding: 0;
	margin: 0;
}

body, p, td, th, li
{
	color: #484848;
	font: .875em/1.5em Tahoma, Helvetica, Arial, sans-serif;
}

img, div, a, input 
{ behavior: url(iepngfix.htc) }

#mainContainer
{
	width:940px;
	margin: 0px auto;
	padding: 0;
	position: relative;

}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#f54f96;
	text-decoration:none;
}

a:hover, a:active
{
	color:#f54f96;
	text-decoration:underline;
}

h1
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header
{
	width:940px;
	height:144px;
	padding: 0;
	margin: 0;
	background: url(../images/logo.png) no-repeat;
}

.strip
{
	background: url(../images/strip.png) repeat-x;
	height: 12px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #bfbdbd;
}

	/* Nav
	----------------------------------------*/
ul#nav
{
	padding: 65px 0px 0px 250px;
}
	
ul#nav li 
{
	float:left; 
	list-style-type:none; 
	margin-left:40px;
}
	
	/* Image Replacement 
	----------------------------------------*/
ul#nav li a
{
	height:24px; 
	display:block; 
	text-indent:-7995px; 
	outline:none;
}
	
li#navHome a		{background-image: url(../images/nav/nav-home.png); width: 57px;}
li#navPort a		{background-image: url(../images/nav/nav-portfolio.png); width:98px;}
li#navServices a	{background-image: url(../images/nav/nav-services.png); width:88px;}
li#navAbout a		{background-image: url(../images/nav/nav-about.png); width:65px;}
li#navContact a		{background-image: url(../images/nav/nav-contact.png); width:87px;}

li#navHomeStatic a		{background-image: url(../images/nav/nav-home-static.png); width: 57px;}
li#navPortStatic a		{background-image: url(../images/nav/nav-portfolio-static.png); width:98px;}
li#navServicesStatic a	{background-image: url(../images/nav/nav-services-static.png); width:88px;}
li#navAboutStatic a		{background-image: url(../images/nav/nav-about-static.png); width:65px;}
li#navContactStatic a		{background-image: url(../images/nav/nav-contact-static.png); width:87px;}
	
li#navHome a:hover, li#navPort a:hover, li#navServices a:hover, li#navAbout a:hover, li#navContact a:hover
{background-position:0 -24px;}
	
ul#navFooter
{
	padding: 0px;
	margin: 0px;
}	
	
ul#navFooter li 
{
	float:left; 
	list-style-type:none; 
	margin-right:15px;
}

ul#navFooter li a 
{
	height:20px; 
	display:block; 
	text-indent:-7995px; 
	outline:none;
}

li#navFootHome a		{background-image: url(../images/nav/foot-home.png); width: 47px;}
li#navFootPort a		{background-image: url(../images/nav/foot-portfolio.png); width:81px;}
li#navFootServices a	{background-image: url(../images/nav/foot-services.png); width:72px;}
li#navFootAbout a		{background-image: url(../images/nav/foot-about.png); width:54px;}
li#navFootContact a		{background-image: url(../images/nav/foot-contact.png); width:72px;}

li#navFootHome a:hover, li#navFootPort a:hover, li#navFootServices a:hover, li#navFootAbout a:hover, li#navFootContact a:hover
{background-position:0 -20px;}

		
/* Main Content
----------------------------------------*/
#mainContent
{
	width:940px;
	position: relative;
	top: -17px;
}

/* Home Page
----------------------------------------*/

#homeBanner
{
	width: 940px;
	height: 357px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-indent: -7995px;
	background: url(../images/banner_home.jpg) no-repeat;
}

.homeBlock
{
	width: 278px;
	height: 253px;
	padding: 5px 10px 0px 10px;
	margin: 0px 20px 0px 0px;
	float: left;
	display: inline;
	border: 1px solid #d7d6d5;
	background: #f3f3f3;
	position: relative;
}

.homeBlockHeader
{
	width: 280px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #f7f7f7;
}

/*portfolio block*/

.portBlock
{
	width: 62px;
	height: 62px;
	display: inline;
	cursor: pointer;
	border: 9px solid #e1dede;
	margin: 15px 19px 0px 0px;
	float: left;
}

.portBlock:hover
{ 
	border: 9px solid #ffc0e3; 
}

.portBlock:active 
{ 
	border: 9px solid #fc6fbd;
}


/*services block*/

#servicesBlock
{
	height: 185px;
	width: 100%;
	padding: 5px;
	margin: 0;
	background: url(../images/services-list.png) no-repeat;
}

.buttonServices  
{ 
	width: 126px; 
	height: 32px; 
	display: block;
	background-image: url(../images/b-services.png); 
	cursor: pointer; 
	text-indent: -7995px;
	margin-left: 140px;
	margin-top: 155px;
}

.buttonServices:hover
{ 
	background-position: 0px -32px; 
}

.buttonServices:active 
{ 
	background-position: 0px -64px; 
}


ul#work-list {
	margin:0px;
	padding:0px;
}

#service_list {
	background: transparent url(../images/sq1.gif) no-repeat scroll left top;
	margin-bottom:10px;
	padding:0px 0px 0px 15px;
	list-style: none;
}

#service_list2 {
	background: transparent url(../images/sq2.gif) no-repeat scroll left top;
	margin-bottom:10px;
	padding:0px 0px 0px 15px;
	list-style: none;
}

.smallblock {
	float:left;
	margin: 0;
	width:120px;
	padding:5px;
	display: inline;
}

/*twitter*/

.twitter ul {
list-style-image:none;
list-style-type:none;
margin:5px;
padding: 0px;
}

.twitter ul li {
background: transparent url(../images/sq2.gif) no-repeat scroll left top;
margin-bottom:5px;
padding:0px 0px 10px 20px;
}


.twitter {
	height: 140px;
	width: 265px;
	padding: 5px;
	margin: 0;
	background:none; 
	margin:0px;
	overflow: hidden;
}

.buttonFollow  
{ 
	width: 126px; 
	height: 32px; 
	display: block;
	background-image: url(../images/b-follow.png); 
	cursor: pointer; 
	text-indent: -7995px;
	position: absolute;
	top: 211px;
	left: 155px;
}

.buttonFollow:hover
{ 
	background-position: 0px -32px; 
}

.buttonFollow:active 
{ 
	background-position: 0px -64px; 
}

/* Portfolio Page
----------------------------------------*/

#headBanner
{
	width: 940px;
	height: 207px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-indent: -7995px;
	background: url(../images/port-banner.jpg) no-repeat;
}

.mainblock
{
	overflow:auto;
	margin-bottom:0px;
	width:940px;
	border: 1px solid #d7d6d5;
	background: #f3f3f3;
}

#portfolioBlock {
	width:940px;
	height:100%;
	background-color:#f3f3f3;
	background:none; 
	padding:30px 0px 0px 0px;
}



#flashcontent {
	height:500px;
	float:left;
	width:880px;
	margin:0px 15px 15px 30px;
	display: inline;
	
	}
	
#flashcontent2 {
	height:500px;
	float:left;
	width:880px;
	margin:0px 15px 15px 30px;
	display: inline;
	
	}
	
#flashcontent3 {
	height:500px;
	float:left;
	width:880px;
	margin:0px 15px 15px 30px;
	display: inline;
}

#flashcontent4 {
	height:500px;
	float:left;
	width:880px;
	margin:0px 15px 15px 30px;
	display: inline;
}
#flashcontent5 {
	height:500px;
	float:left;
	width:880px;
	margin:0px 15px 15px 30px;
	display: inline;
}


/* Services Page
----------------------------------------*/

#serviceBanner
{
	width: 940px;
	height: 207px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-indent: -7995px;
	background: url(../images/serv-banner.jpg) no-repeat;
}


.serviceBlock {
	color:#484848;
	float:left;
	width:418px;
	margin:0px 15px 15px 30px;
	border-bottom:1px solid #cecece;
	padding: 0px 0px 10px 0px;
	display: inline;
}

.serviceText {
	width:860px;
	margin:0px 15px 15px 40px;
}


#services_title { 
	text-indent:-9999px;
	background-image: url(../images/design_services.gif);
	background-repeat:no-repeat;
	background-color:#eaeaea;
	margin-bottom:0px;
	width:880px;
	height:38px;
	border-top: 1px solid #cecece;
	margin: 25px 30px 10px 30px;
}

.buttonQuote  
{ 
	width: 312px; 
	height: 116px; 
	display: block;
	background-image: url(../images/quotebutton.png); 
	cursor: pointer; 
	text-indent: -7995px;
	margin-left: 50px;
	margin-top: 65px;
}

.buttonQuote:hover
{ 
	background-position: 0px -116px; 
}

.buttonQuote:active 
{ 
	background-position: 0px -232px; 
}

#brand_title { 
	text-indent:-7995px;
	background-image: url(../images/h-brand.png);
	background-repeat:no-repeat;
	background-color:#eaeaea;
	margin:0px 0px 15px 0px;
	width:418px;
	height:59px;
	border-bottom: 1px solid #f7f7f7;	
}

#comm_title { 
	text-indent:-7995px;
	background-image: url(../images/h-print.png);
	background-repeat:no-repeat;
	background-color:#eaeaea;
	margin:0px 0px 15px 0px;
 	width:418px;
	height:59px;
	border-bottom: 1px solid #f7f7f7;	
}

#media_title { 
	text-indent:-7995px;
	background-image: url(../images/h-digital.png);
	background-repeat:no-repeat;
	background-color:#eaeaea;
	margin:0px 0px 15px 0px;
	width:418px;
	height:59px;
	border-bottom: 1px solid #f7f7f7;	
}

/* Contact Page
----------------------------------------*/

#contact-area {
	color:#484848;
	float:left;
	width:418px;
	margin:0px 15px 15px 30px;

	padding: 0px 0px 10px 0px;
	display: inline;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 250px;
	color: #484848;
	font: .875em/1.5em Tahoma, Helvetica, Arial, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #e4e4e4;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #f14d94;
	background-color: #fcf2f4;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 20px;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font: .875em/1.5em Tahoma, Helvetica, Arial, sans-serif;
}

#enq_title { 
	text-indent:-7995px;
	background-image: url(../images/h-enquiry.png);
	background-repeat:no-repeat;
	background-color:#eaeaea;
	margin:0px 0px 15px 0px;
	width:418px;
	height:59px;
	border-bottom: 1px solid #f7f7f7;	
}

#contact_title { 
	text-indent:-7995px;
	background-image: url(../images/h-contact.png);
	background-repeat:no-repeat;
	background-color:#eaeaea;
	margin:0px 0px 15px 0px;
	width:418px;
	height:59px;
	border-bottom: 1px solid #f7f7f7;	
}

.mainblock_thanks
{
	overflow:auto;
	margin-bottom:0px;
	width:940px;
	height:300px;
	border: 1px solid #d7d6d5;
	background: #f3f3f3;
}

#contactBanner
{
	width: 940px;
	height: 207px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-indent: -7995px;
	background: url(../images/banner_contact.jpg) no-repeat;
}

/* About Page
----------------------------------------*/

#about_title { 
	text-indent:-9999px;
	background-image: url(../images/h-about.png);
	background-repeat:no-repeat;
	background-color:#eaeaea;
	margin-bottom:0px;
	width:880px;
	height:38px;
	border-top: 1px solid #cecece;
	margin: 25px 30px 10px 30px;
}

.mainblock_about
{
	overflow:auto;
	margin-bottom:0px;
	width:940px;
	height:300px;
	border: 1px solid #d7d6d5;
	background: #f3f3f3;
}

#aboutBanner
{
	width: 940px;
	height: 207px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-indent: -7995px;
	background: url(../images/about-banner.jpg) no-repeat;
}

/* Footer
----------------------------------------*/
#footer
{
	height:100%;
	background-color: #363636;
	padding: 0;
	margin: 0;
}

#footer .strip
{
	border-top: 1px solid #bfbdbd;
}

#footerContainer
{
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	height:120px;
}

#blockLeft
{
	width: 500px;
	margin: 0px;
	padding: 25px 10px 0px 10px;
	float: left;
	display: inline;
}

#blockRight
{
	width: 400px;
	margin: 0px;
	padding: 24px 10px 0px 10px;
	float: right;
	display: inline;
	text-align: right;
}

#blockRight p
{
	text-align: right;
}

#footer p 
{
	font-size:.800em;
	color: #565656;
}







