/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

body, html {
	min-height:101%;
}

body {	
	color:#333;
	background: #FFF url(/images/bg.jpg) repeat-x;
	font-size: 100%;
	padding:29px 0 32px 0;
	text-align: center;
}

body, input, textarea, select {	
	font-family: Arial,Verdana
}

* { 
	margin: 0;
	padding: 0;
} 

p {	
	margin: 15px 0;
}
		
a:link, a:visited {	
	text-decoration:none;
	color: #990101; 
}

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


*:focus { 
	outline: none 
}




/* ---------- @ Page Structure -----------*/


#wrapper {
	background: url(/images/bg_wrapper.gif) no-repeat;
	margin: 0 auto;
	font-size: 0.7em;
	width: 788px;
	text-align: left;
   }

#home #wrapper {
	height:540px;
	}
		   
#masthead {
	background: url(/images/bg_masthead.png);
	height: 146px;
}

.left {	
	float:left;
}

.right {	
	float:right
}


	

/* ---------- @ Navigation -----------*/

#nav {
	margin-bottom: 20px;
	margin-left: -7px;
	}
	
#nav li {
	list-style:none;
	float:left;
}

#nav a {
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 1em;
	margin: 0 7px;
}

a.on {
	color:#8f8f8f;
	}

a.on:hover {
	text-decoration:none
	}
	
		
/* ---------- @ Headings -----------*/

		   
h1 {
	width: 131px;
	background: url(/images/logo.gif);
	height: 185px;
	text-indent:-9000px;
	font-size: 1.8em
}

h2 {	
	font-size: 1.25em;
	margin-bottom: 3px;
	}
	
h3 {	
	font-size: 1.1em
	}
	
h4 {	
	color:#737272;
	text-transform:uppercase;
	font-size:1em
	}


/* ---------- @ Content Area -----------*/

/*Home*/

#logo {
	width:131px;
	text-align:center;
	}

#home #content {
	width:432px;
}
	
#content {
	padding: 124px 0 0 43px;
	background:url(/images/bg_content.gif) repeat-x;
	line-height: 140%;
	font-size: 1.2em;
}

#sidebar {
	width:143px;
	padding:125px 0 0 30px;
}



/*Interior*/

a#mark {
	width: 131px;
	background: url(/images/logo.gif);
	height: 185px;
	text-indent:-9000px;
	font-size: 1.8em;
	display:block
}

#interior #content {
	width:610px;
	height:auto
	}
	
.bullets {
	padding:15px 0 0 5px;
	}

.bullets li {	
	background:url(/images/arrow.gif) no-repeat;
	list-style:none;
	padding-left: 11px;
	margin-bottom: 5px;
	}

#interior .bullets {
	font-size: .85em;
	line-height: 100%;
}

#interior .bullets li {
	padding-top: 1px;
	padding-left: 8px;
}
	
.team_list {
	border-bottom: 1px solid #990101;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.team_list .title {
	display: block;
	margin-top: -3px;
}

.team_list .description {
	margin-top: 10px;
}

.clientlogo {
	border: 0;
	float: left;
	margin-right: 30px;
}

.client_summary, .client_description {
	clear: both;
	margin-top: 10px;
}

.client_summary {
	border-bottom: 1px solid #990101;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.thumblist h2, .promotion_detail h2 {
	padding-top: 25px;
}

a.client_details {
}

/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/

#footer {
	padding: 25px 4px 0px 6px;
	color:#737272;
	width:609px;
	margin:0 auto;
	font-size: 0.7em;
	background:url(/images/bg_footer.gif) no-repeat right;
	padding: 46px 0 0 179px;
}



