@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;	
	color:#666666;
	}

p{
	line-height:18px;
	padding:5px 10px;
	}

a{
	color:#38B9FF;
	text-decoration:none;
	font-weight:normal;
	
	}
a:hover{
	text-decoration:underline;
	}
	
h1{
	height:50px;
	width:750px;
	display:block;
	}
h1 span{
	display:none;
	}
h1.title_home{
	background:url(../images/common/title_home.gif) no-repeat bottom left;
	}
h1.title_websites{
	background:url(../images/common/title_websites.gif) no-repeat bottom left;
	}
h1.title_campaigns{
	background:url(../images/common/title_campaigns.gif) no-repeat bottom left;
	}
h1.title_branding{
	background:url(../images/common/title_branding.gif) no-repeat bottom left;
	}
h1.title_about{
	background:url(../images/common/title_about.gif) no-repeat bottom left;
	}
h1.title_contact{
	background:url(../images/common/title_contact.gif) no-repeat bottom left;
	}
	
h2{
	color:#FC589F;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
	padding:10px 10px 0 10px;
	}
h2.green{
	color:#3B5107;
	padding:0 10px;
	}
h3{
	color:#999999;
	margin-bottom:10px;
	line-height:18px;
	font-size:14px;
	padding:0 10px;
	}
h3 span{
	font-weight:normal;
	}
hr{
	border-bottom:#ccc 1px dotted;
	border-top:0 #fff;
	border-left:0;
	border-right:0;
	margin:20px 0;
	height:1px;
	}
hr.three{
	background-image:url(../images/common/dividerThree.gif);
	border-bottom:0 #fff;
	border-top:0 #fff;
	border-left:0 #fff;
	border-right:0 #fff;
	height:5px;
	}
ul{
	list-style:none;
	margin:5px 0;
	padding:0 10px;
	}
	
ul li{ 
	background:url(../images/common/arrow.gif) no-repeat;
	padding-left:20px;
	margin:3px 0;
	}
	
img {
	margin:-5px 0 0 -5px;
	}
	
a img{
	border:0;
	}
.quote{
	background:url(../images/common/quote_start.gif) no-repeat;
	margin:0 10px;
	}
.quote p{ padding:5px 30px;}
.quote p.end{background:url(../images/common/quote_end.gif) no-repeat right bottom;}

div.shade {
	/*background:url(../images/common/shade.gif) repeat-x;*/
	float:right;
	}

