
/* ---------------------
title: Dynamic Web Marketing stylesheet
author: simon tweedale
created: 25/11/09
version: 1.0
--------------------- */

	
/* -----------------------------------------------------------------------------
   generic style */
   
   
* {
	margin: 0;
	padding: 0;
}
	
body {
   	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 62.5%;
	color: #fff;
	background: #675c6f;
}

img, div, li, h1, h2, h3, h4, h5, h6, ul, a, p { behavior: url(scripts/iepngfix.htc) }
	
h1,h2,h3	{
	text-indent: -9999px;
	margin-bottom: 10px;
	}

p	{
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 0.8em;
	}
	
a:focus { 
	outline:none 
	}
		
img { 
	border: 0 
	}
	
/* -----------------------------------------------------------------------------
   misc style */
   
.spacer	{
	clear: both;
	}
	
.failure	{
	color:  white;
	background: red;
	padding: 7px;
	border: 1px solid white;
	}

.success	{
	background: url(../img/ok.png) 14px no-repeat white;
	padding: 10px 10px 10px 40px;
	border: 2px solid #d3a3eb;
	color: #666;
	font-weight: bold;
	}

/* -----------------------------------------------------------------------------
   layout style */
   
#header	{
	background: #fff;
	width: 100%;
	}

#header-inner	{
	width: 960px;
	height: 163px;
	margin: 0 auto;
	}

#banner	{
	background: url(../img/banner-bg.jpg) center top repeat-x #8946a3;
	width: 100%;
	border-top: 5px solid #826698;
	border-bottom: 1px solid #aca6b0;
	}

#banner-inner, #main-panel-inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 10px;
	}

#main-panel	{
	width: 100%;
	margin: 0 auto;
	background: url(../img/main-panel-bg.jpg) center top no-repeat #564a5e;
	border-top: 1px solid #48404d;
	border-bottom: 1px solid #221c26;
	}
	
#main-panel-inner	{
	background: url(../img/main-panel-inner-bg.png) center bottom no-repeat;}
	
#content	{
	width: 550px;
	padding: 0 10px;
	float: left;
	}

#feature-panel	{
	width: 550px;
	float: left;
	}
	
#sidebar, #intro-panel	{
	width: 357px;
	float: right;
	}
	
#footer	{
	text-align: center;
	padding-top: 40px;
	border-top: 1px solid #908996;
	}
	
/* -----------------------------------------------------------------------------
   header style */
   
#header h4 a	{
	width: 330px;
	height: 50px;
	background: url(../img/logo.jpg) left top no-repeat;
	display: block;
	}

#header h4 	{
	text-indent: -9999px;
	float: left;
	margin-top: 60px;
	}
	
#header p 	{
	float: right;
	color: #85469f;
	font-size: 1.8em;
	letter-spacing: -0.04em;
	font-weight: bold;
	padding: 20px 60px 0 0;
	}

/* -----------------------------------------------------------------------------
   navs style */
  
#nav	{
	float: right;
	list-style: none;
	margin-top: 20px;
	width: 420px;
	}

#nav li	{
	float: left;
	}

#nav li	a {
	height: 33px;
	display: block;
	margin-left: 5px;
	text-indent: -9999px;
	}
	
#nav li#home a {
	width: 86px;
	background: url(../img/nav-sprite.gif) left top no-repeat;
	}
	
#nav li#how-work a {
	width: 139px;
	background: url(../img/nav-sprite.gif) -86px top no-repeat;
	}

#nav li#contact a {
	width: 130px;
	background: url(../img/nav-sprite.gif) -225px top no-repeat;
	}

#nav li#payment a {
	width: 165px;
	background: url(../img/nav-sprite.gif) -355px top no-repeat;
	}

#nav li#home a:hover,#nav li#home.selected a {
	background: url(../img/nav-sprite.gif) left -33px no-repeat;
	}
	
#nav li#how-work a:hover,#nav li#how-work.selected a {
	background: url(../img/nav-sprite.gif) -86px -33px no-repeat;
	}

#nav li#contact a:hover,#nav li#contact.selected a {
	background: url(../img/nav-sprite.gif) -225px -33px no-repeat;
	}

#nav li#payment a:hover,#nav li#payment.selected a {
	background: url(../img/nav-sprite.gif) -354px -33px no-repeat;
	}

/* -----------------------------------------------------------------------------
   #feature-panel style */
   
#feature-panel ul	{
	list-style: none;
	margin-top: -45px;
	background: #fff;
	width: 562px;
	}

#feature-panel ul li	{
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	}

/* -----------------------------------------------------------------------------
   #intro-panel style */

#intro-panel p strong	{
	color: #d8ef68;
	}
	
/* -----------------------------------------------------------------------------
   content style */
   
#content ul	{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0.8em;
	}

#content ul li	{
	margin-bottom: 0.4em;
	}
	
#content a	{
	color: #C899DF;
	text-decoration: none;
	border-bottom: 1px dotted #C899DF;
	}
	
#content a:hover	{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}
	
/* -----------------------------------------------------------------------------
   sidebar style */	

ul#badges	{
	list-style: none;
	}
   
ul#badges li	{
	border: 2px solid #8c8590;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 30px;
	min-height: 154px;
	padding: 12px;
	position: relative;
	}
	
ul#badges li#traffic	{
	background: url(../img/traffic-light.gif) right bottom no-repeat #6c5d76;
	}
	
ul#badges li#traffic h3	{
	background: url(../img/h3-traffic.gif) top left no-repeat;
	width: 235px;
	height: 53px;
	}

ul#badges li#traffic p	{
	width: 230px;
	}

ul#badges li#guaranteed	{
	background: url(../img/google.png) right 30px no-repeat #6c5d76;
	display:none;
	}

ul#badges li#guaranteed h3	{
	background: url(../img/h3-guaranteed.gif) top left no-repeat;
	width: 109px;
	height: 17px;
	}

ul#badges li#guaranteed p	{
	width: 300px;
	}

ul#badges li#guaranteed img	{
	margin-top: -30px;
	z-index: 4;
	}
	
ul#badges li#clock	{
	background: url(../img/clock.png) right bottom no-repeat #6c5d76;
	min-height: 94px;
	}
	
ul#badges li#clock h3	{
	background: url(../img/h3-fast.gif) top left no-repeat;
	width: 109px;
	height: 20px;
	}
	
ul#badges li#clock p	{
	width: 220px;
	}
 	
/* -----------------------------------------------------------------------------
   footer style */	

#footer ul	{
	list-style: none;
	font-size: 1.2em;
	margin: 0 auto;
	width: 960px;
	overflow: auto;
	text-align: center;
	padding-bottom: 40px;
	}
	
#footer ul li	{
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	}
	
#footer ul li#last	{
	border-right: none;
	}

#footer ul li a	{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;	
	}

#footer ul li a:hover	{
	color: #c296d7;
	border-bottom: 1px dotted #c296d7;	
	}
		
/* -----------------------------------------------------------------------------
   headings style */

h1	{
	height: 30px;
	margin: 5px 10px 15px;
	}
  
h1#what	{
 	background: url(../img/h1-what-we-do.gif) left top no-repeat;
 	width: 385px;
 	}
 	
h1#contact	{
 	background: url(../img/h1-contact-us.gif) left top no-repeat;
 	width: 231px;
 	}
 
h1#payment	{
 	background: url(../img/h1-online-payment.gif) left top no-repeat;
 	width: 315px;
 	}
  
h2#boost	{
 	background: url(../img/h2-boost.gif) left top no-repeat;
 	height: 55px;
 	width: 540px;
 	}
 
h2#who-are	{
 	background: url(../img/h2-who-are.gif) left top no-repeat;
 	height: 55px;
 	width: 353px;
 	}
 	
h2#ppc	{
	background: url(../img/h2-ppccontrol.gif) left bottom no-repeat;
	height: 48px;
 	width: 540px;}
 
h2#payper	{
	background: url(../img/h2-payper.gif) left bottom no-repeat;
	height: 48px;
 	width: 540px;}

	
/* -----------------------------------------------------------------------------
   form style */	

form	{
	width: 440px;
	margin: 20px 0;
	overflow: auto;
	}

label	{
	display:block;
	text-align:right;
	width:120px;
	padding-top: 8px;
	font-size: 1.2em;
	float:left;
		}

input{
	float:left;
	width:290px;
	margin:2px 0 20px 10px;
	padding: 5px;
	font-size: 1.6em;
	color: #666;
	border: 2px solid #ccc;
	}
	
textarea {
	float:left;
	width:290px;
	margin:2px 0 20px 10px;
	padding: 5px;
	font-size: 1.6em;
	border: 2px solid #ccc;
	font-size: 1.6em;
	color: #666;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	}
	
button{ 
	clear:both;
	margin: 20px 0 0 130px;
	background:#675c6f;
	color:#fff;
	font-size: 1.5em;
	border:solid 1px #fff;
	font-weight:bold;
	padding:4px 6px;
	}


	

