/* $Id: style.css 5173 2009-10-07 13:48:58Z tal $ */
@charset "UTF-8";

body, h1, h2, h3, h4, h5, a, p, table, div, ul, li, dl, form {
	padding: 0;
	margin: 0;
	font-family: "segoe UI", "Arial", "Helvetica", sans-serif; 
	color: #373737;
}

body {
	font-size: 12px;
	background-color: #E7E7E8;
}

/* Page Setup */

div#page {
	margin-top: 30px;
	background: #FFF url("../img/site/header_bg_tile.gif") repeat-x top left;
	width: 900px;
	text-align: left;
	border: 1px solid #D9D9DB;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-bottom:18px;
}

h5 {
	font-size: 12px;
}

span.small a {
	color: #FFF;
	float: right;
	font-size: 12px;
}

span.small a:hover {
	text-decoration: underline;	
}

/* Links */

a, a:link, a:visited {
	color: #035DAF;
	text-decoration: none;
}

p a:hover, a:active {
	text-decoration: underline;
}

/* header */

div#header {
	height: 129px;
}

div#logo {
	float: left;	
	height: 129px;
}


#logo h1 a {
	background: transparent url("../img/site/logo.jpg") no-repeat left top;
	color: #FFF !important;
	display: block;
	font-size: 3em;
	height: 129px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000em;
	width: 453px;
}

div#menu {
	float: right;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 84px;	
}	

ul#menuList {
	list-style-type: none; 	
}

ul#menuList li {
	float: left;
	margin-left: 28px;
	height: 40px;
}

ul#menuList li a,ul#menuList li a:link,ul#menuList li a:visited {
	text-decoration: none;
	color: #79797B;
}

ul#menuList li a:hover,ul#menuList li a:active, body#home ul#menuList li a.home, 
body#services ul#menuList li a.services, body#clients ul#menuList li a.clients, 
body#team ul#menuList li a.team, body#contact ul#menuList li a.contact,
body#jobs ul#menuList li a.jobs{
	position: relative;
	background: url("../img/site/menu_line.gif") 30px repeat-x;
	color: #E92B77;
	padding-bottom: 20px;	
}

/* Banner */

div#banner {
	background: url("../img/site/banner_bg_tile.gif");
	height: 226px;
	border-top: 1px solid #D9D9DB;
	border-bottom: 1px solid #D9D9DB;
}

div#bannerPicHome {
	float: left;
	height: 226px;
	width: 420px;
	background: url("../img/site/banner/homepage.jpg") no-repeat;
}

div#bannerPicServices{
	float: left;
	height: 226px;
	width: 420px;
	background: url("../img/site/banner/services.jpg") no-repeat;
}

div#bannerPicClients {
	float: left;
	height: 226px;
	width: 420px;
	background: url("../img/site/banner/clients.jpg") no-repeat;
}

div#bannerPicTeam {
	float: left;
	height: 226px;
	width: 420px;
	background: url("../img/site/banner/team.jpg") no-repeat;
}

div#bannerPicContact {
	float: left;
	height: 226px;
	width: 420px;
	background: url("../img/site/banner/contact.jpg") no-repeat;
}

div#bannerText {
	float: left;
	background: url("../img/site/text_banner.jpg") repeat-x;
	height: 226px;
	width: 400px;
	padding: 0px 40px;
}

div#bText {
	margin-top: 20px;
}

h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	color: #FFF;
}

a.readmore {
	width: 110px;
	height: 48px;
	background: url("../img/site/readmore.gif");
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin-top: 50px;
}

a.readmore:hover {
	background: url("../img/site/readmore_over.gif");	
}


/* Content */

div#content {
	margin: 40px 20px;
	}
	
div#content div#left {
	width: 640px;
	float: left;
}	

div#content div#right {
	float: left;
	width: 205px;
	margin-left: 15px;
	padding: 0;	
}

h3 {
	font: 18px normal Arial, Helvetica, sans-serif;
	color: #DE0059;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 15px;
	border-bottom: solid 1px #CCC;
}

hr {
	border: 0;
	border-bottom: solid 1px #CCC;
	border-color: #CCC;
}

p {
	font-size: 12px;
	padding-bottom: 10px;	
}

p.intropara {
	padding-bottom: 20px;
}

dd, dt {
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin: 0px 30px;
}

dt {
	font-weight: bold;
	font-style: italic;
}

dd {
	padding-bottom: 10px;
}


/* Footer */

div#footer {
	margin: 20px;
	text-align: center;
}

/* image borders */

div.bordTop {
	height: 22px;
	width: 184px;	
}

div.bordPho {
	width: 184px;
	text-align: center;
	background: url("../img/site/border_img.gif") no-repeat;
}

div.bordPho img {
	margin-top: 25px;
}

div.bordBot {
	height: 22px;
	margin-left: 1px;
	width: 184px;
	background: url("../img/site/border_bot.gif") no-repeat;
}

div.rightLink {
	width: 184px;
	text-align: center;
}

div.rightLink a,div.rightLink a:link,div.rightLink a:visited {
	color: #035DAF;
	font-size: 14px;
	text-decoration: none;
}

div.rightLink a:hover, div.rightLink a:active {
	text-decoration: underline;	
}

/* Clients */

div.client {
	float: left;
	width: 210px;
	padding-bottom: 30px;
	height: 140px;
}

div.client a img {
	padding-top: 5px;
	border: 0;
}

div.client div.bordPho {
	padding-bottom: 5px;
	height: 70px;
}

/* Team */
div.team {
	padding-bottom: 20px;
	height: 90px;
}

div.team img {
	margin-right: 20px;	
}

/* Contact */

.contactLeft {
	float: left;
	width: 200px;
}

.contactRight {
	float: left;
	width: 250px;
}

.contactLeftLabel {
	float: left;
	width: 200px;
	font-size: 11px;
	margin-top: 14px;
	margin-bottom: 6px;
}

.contactRightLabel {
	float: left;
	width: 250px;
	font-size: 11px;
	margin-top: 14px;
	margin-bottom: 6px;
}

.contactTwoLabel {
	float: left;
	width: 400px;
	font-size: 11px;
	margin-top: 14px;
	margin-bottom: 6px;
}

.contactTwo {
	float: left;
	width: 400px;
}

#contactForm .text {
	border: 1px solid #CCC;
	color:#666;
	font-size: 12px;
	padding: 2px;
}

#contactForm .subject {
	width: 362px;
}

#contactForm textarea {
	border: 1px solid #CCC;
	color: #666;
	height: 100px;
	font-size: 12px;
	width: 362px;
	padding: 2px;
}

.submitBox {
	padding-top: 10px;
	float: left;
	width: 370px;
	text-align: right;
}

#sendButton {
	border: 0;
	width: 69px;
	height: 30px;
}

h4.pink {
	color: #E92B77;
	margin-bottom: 10px;
}
