html {
	overflow-y:scroll;
}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	height:100%;
	background: #00A6C7;
	margin: 0;
	padding: 0;
}

.breaker { clear: both; height: 1px; overflow: hidden; visibility: hidden; }

p, ul, li, body, h1, h2, h3, td {
	font-family: Arial, sans-serif;
	color: #58595B;
	font-size: 13px;
	line-height: 1.3em;
}

p {
	margin-bottom: 10px;
}

a, a:visited {
	color: #00A6C7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	position:relative;
	background: #FFF;
}

/* HEADER */
.header-container {
	width: 100%;
	height: 130px;
	border-bottom: 1px solid #b2b2b2;
	background: #FFF;
	overflow: hidden;
	margin-bottom: 5px;
}

.header-container .header {
	height: 100%;
	margin: 0 auto;
	width: 900px;
}

.header-container .header .logo {
	float: left;
	padding-top: 30px;
}

.header-container .header .network {
	font-size: 14px;
	color: #A4A4A5;
	float: right;
	height: 58px;
	width: 550px;
	padding-top: 15px;
	text-align: right;
	display: block;
}

.httpool-logo {
	float: left;
	padding-top: 30px;
}

/* THUMBNAILS */
.logo { 
	width: 135px; 
	height: 135px; 
	border: 1px solid #d5d5d5;
	padding: 3px;
	float: left; 
	margin: 0 4px 4px 0; 
}

.border {
	border: 1px solid #d5d5d5;
	padding: 5px;
}

/* CONTENT */
.content-container {
	margin: 0 auto;
	overflow: visible;
}

.content-container.home {
	margin-top: -65px;
}

.people-background {
	background-position: center 60px;
	background-repeat: no-repeat;
	background-image: url(../images/people.png);
}

.content {
	margin: 0 auto;
	min-height: 425px;
	height: auto !important;
	height: 425px;
	width: 900px;
	padding-bottom: 30px;
}

.content-home {
	margin: 0 auto;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	width: 900px;
	padding-top: 62px;
}

/* PUB & ADV boxa */
.box {
	float: right;
	display: inline;
	width: 245px;
	height: 338px;
	margin-top: -60px;
	background-repeat: no-repeat;
	background-image: url(../images/box.png);
	line-height: 1em;
}

.box.small {
	margin-top: 0;
	height: 57px;
	line-height: 1em;
}

.box h1 {
	font-size: 26px;
	letter-spacing: -1.5px;
	padding-left: 20px;
	padding-top: 6px;
	line-height: 1.2em;
}

.box h2 {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	line-height: 1.1em;
}

.box p {
	font-size: 16px;
	letter-spacing: -0.5px;
	padding: 20px;
	line-height: 1.2em;
	height: 120px;
}

.box div.client  {
	width: 100%; 
	text-align: center;
	padding-top: 15px;
}

.advertiser {
	color: #FAAF40;
}

.publisher {
	color: #8BC53F;
}

.box .advertiser_link {
	width: 237px;
	display: block;
	margin-left: 4px;
	margin-top: 15px;
	padding: 18px 0;
	font-size: 18px;
	color: white;
	letter-spacing: -1px;
	background: #FAAF40;
	background-repeat: no-repeat;
	background-position: 220px 18px;
	background-image: url(../images/arrow.png);
	text-align: center;
}

.box .publisher_link {
	width: 237px;
	display: block;
	margin-left: 4px;
	margin-top: 15px;
	padding: 18px 0;
	font-size: 18px;
	color: white;
	background: #8BC53F;
	background-repeat: no-repeat;
	background-position: 220px 18px;
	background-image: url(../images/arrow.png);
	text-align: center;
}

/* CONTENT */
p.intro
{
	float: right; 
	clear: both; 
	width: 500px; 
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
}

.line-thin {
	height: 1px; 
	border-style: none; 
	color: #b2b2b2; 
	background-color: #b2b2b2;
}


.content .text {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content td {
	margin-top: 10px;
	margin-bottom: 5px;
	vertical-align: top;
	/*padding: 10px;*/
}

.content input, textarea {
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	width: 95%;
	padding: 3px;
	background-color: #eee;
	border: 1px solid #e5e5e5;
	border-left: 1px solid #b8b8b8;
	border-top: 1px solid #b8b8b8;
}

.content .sidebar {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 2em;
	float: right;
	width: 250px;
	padding-left: 40px;
	margin-top: -40px;
	margin-left: 50px;
	min-height: 200px;
}

.content .sidebar p { font-size: 14px }

.content .top h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 40px;
	float: left;
	width: 400px;
	margin-right: 15px;
	letter-spacing: -2px;
	color: #FAAF40;
	padding-bottom: 0;
	margin-bottom: 0;
}

.content .top h1.publisher {
	color: #8BC53F;
}

.content .top h2 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 25px;
	letter-spacing: -1px;
	color: #FAAF40;
	width: 480px;
	float: left;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.content .top h2.publisher {
	color: #8BC53F;
}

.content h2 {
	color: #00a6c7;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 26px;
	margin-bottom: 10px;
	letter-spacing: -2px;
	line-height: 1.15em;
}

.content h3 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 20px;
	font-weight: strong;
	line-height: 1.5em;
	margin-top: 10px;
	color: #FAAF40;
}

.thin {
	color: #b2b2b2;
	background-color: #b2b2b2;
	height: 1px;
	size: 1px;
}

.content a {
	color: #00a6c7;
}

/* FORMs */
.error { color: #93268F; height: 20px; margin-top: -5px; margin-bottom: 5px; font-weight: bold; }
.error-agreement { color: #93268F; height: 20px; margin-top: 6px; margin-bottom: 5px; font-weight: bold; }


div.button {
	background: url('../images/button-right.png') top right no-repeat transparent;
	margin: 5px 5px 5px 0;
	line-height: 1.4em;
}

div.right {
	float: right;
}

div.left  {
	float: left;
}

div.button a {
	background-color: #00a6c7;
	color: white;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	display: block;
	padding: 10px;
	padding-right: 50px;
	background: url('../images/button-left.png') top left no-repeat transparent;
}

table.form td {
	padding-right: 25px;
}

table.form .last {
	padding-right: 0;
	margin-right: 0;
}

/* FOOOOOTER */
.footer {
	width:100%;
	background: #00A6C7;
	background-image: url(../images/footer-top-border.png);
	background-repeat:repeat-x;
	padding-top: 20px;
}

.footer .menu {
	margin: 0 auto;
	width: 900px;
	height: 130px;
	padding-bottom: 40px;
}

.footer .copyright {
	margin-top: 4px;
	color: #82E7F4;
}

.footer .menu li a.special {
	color: #BFF4FF;
}

.footer .menu ul {
	float: left;
	width: 220px;
	line-height: 1.1em;
}

.footer .menu li {
	padding-bottom: 2px;
	line-height: 1.1em;
}

.footer .menu li.title {
	padding-bottom: 10px;
}

.footer .menu li a {
	color: white;
	font-size: 0.9em;
}

.footer .menu li a.active {
	font-size: 13px;
}

.footer .menu li.title a {
	color: #82E7F4;
	font-size: 1.2em;
}

/****************************/
/* OLD STUFF                */
/****************************/
/* COLUMNS */
.left-column { width: 410px; float: left; display: inline; margin: 0; padding-right: 10px; }
.right-column { width: 410px; float: right; display: inline; margin: 0; padding-left: 10px; }



/* FOOTER BREADCRUMBS */
ul#breadcrumb_trail { padding-top: 20px; padding-bottom: 2px; /*position: absolute; bottom: 0; */ } 
ul#breadcrumb_trail { margin: 0; }
ul#breadcrumb_trail li { display: inline; list-style: none; padding-right: 16px; background: url(../images/tab_right.png) no-repeat scroll right -2px; font-size: 11px; }
ul#breadcrumb_trail li.last { background: none; }
ul#breadcrumb_trail li a { color: #00A6C7; text-decoration: none; }
ul#breadcrumb_trail li a:hover { text-decoration: underline; }

/* PRODUCTS */
.four-column { }
.four-column .column { width: 210px; float: left; display: inline; padding-right: 15px; }
.four-column .column h2 { font-size: 16px; margin-bottom: 0.6em; letter-spacing: 0px; }
.four-column .column p {  }
.four-column .column .presized { height: 120px; overflow: hidden; }
.four-column .column .comment { font-size: 12px; color: gray; }
/* .four-column img { clear: both; display: block; } */

/* CASE STUDIES */

.case-study .left-floater { float: left; display: inline; margin-right: 20px; }
.content .status { color: black; padding: 20px; padding-left: 55px; background: url(../images/info.png) 5px 5px no-repeat #fe9; border: 1px solid #dc6; font-weight: bold; margin: 10px 0; }

/* PRICELIST */
table.pricelist { width: 100%; margin: 0; border: 2px solid #FFF; background-color: #E8E8E8; }
table.pricelist td { width: auto; margin: 0; border: 5px solid #FFF; background-color: #E8E8E8; padding: 5px; color: #666; height: 38px; }
table.pricelist th { width: auto; border: 5px solid #FFF; border-top: none; background-color: #00A6C7; color: #FFF; font-weight: bold; padding: 5px; height: 38px; }

/* TEAM */
.team_logo { width: 135px; height: 190px; border: 1px solid #d5d5d5; padding: 2px; float: left; margin: 8px 8px 8px 0; text-align: center; background: white; }>>>>>>> .r11192

/* CAPTCHA */
.content input.captcha_input_tag { clear: none; border: 1px solid silver;  font-weight: bold; font-size: 12px; padding: 2px; display: inline; }
.content input.wide_captcha { width: 95% }
.content input.narrow_captcha { width: 203px }
.captcha_image_tag { margin-right: 15px; float: left; }
.captcha_input_global { float: left; clear: none; width: 130px; border: 1px solid silver; font-weight: bold; font-size: 14px; padding: 2px; }
.captcha_image_global { margin-right: 15px; float: left; }

.emphasized {
	font-weight: bold;
}

.four-column .date {
	margin-bottom: 18px;
	margin-top: -10px;
	font-size: 11px;
}

.four-column .news p {
	height: auto;
	margin-bottom: 0.5em;
}

.four-column .news .article-container {
	height: 250px;
	padding-right: 10px;
}

/* NETWORK */
.country-selection-div {
	display: inline;
	float: left;
	padding-top: 5px;
	padding-right: 3px;
	color: #a4a4a4;
	position: relative;
	left: 485px;
	clear: both;
}

.ad_block_dimension-selection-div {
	display: inline;
	float: left;
	padding-top: 4px;
	padding-right: 3px;
	color: #a4a4a4;
	position: relative;
	left: 0px;
	clear: both;
}

.content .section .double {
	width: 400px;
}

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

.privacy {
	margin-left:240px;
	padding-top:2px;
}

.content ul {
	list-style-type:none;
	margin: 0;
	padding:0;
}

.content li {
	background:transparent url('../images/bullet_circle_blue.gif') no-repeat scroll 3px 6px;
	list-style-type: none;
	margin: 0;
	padding-left: 16px;
	padding-bottom: 3px;
}

.content .sitemap li {
	margin-left: 20px;
}

ul.checkboxes {
	margin-left: -20px;
}

ul.checkboxes li {
	list-tyle-type: none;
	padding-left: 20px;
	background: none;
}

.bulleted p {
	margin: 1em 0;
}

#breadcrumb_trail li {
	padding-left: 0;
}

#breadcrumb_trail li a img {
	vertical-align: middle;
	padding-bottom: 3px;
}


/* contacts and locations */
.content .offices { text-align: right; margin-bottom: 10px; float: right; display: inline; }
.content .offices_text { text-align: right; padding-top: 0px; float: left; display: inline; width: 450px; }


/* httpool about */
.content .indent-description { margin-left: 100px; }
.content img.portrait { float: left; display: inline; padding-top: 17px;}

.content .profile { margin-top: 20px; width: 620px; border: 0px solid #d3d3d3; }
.content .section .profile li { list-style: none; background-image: none; padding: 10px 10px 10px 0px; }

.content .section .four-column .news-archive {
	float: right;
}

.four-column div.news-archive {
	float: right;
}

/* glossary */
.section dt { font-weight: bold; padding: 5px 0; }
.section dd { padding-bottom: 15px }

/* login */
#sf_guard_auth_form { margin: 0 auto; padding: 20px; width: 240px; }
#sf_guard_auth_form h1 { color: #00A6C7; font-family: "Arial Narrow",Arial,sans-serif; font-size: 26px; letter-spacing: -2px; line-height: 1.15em; margin-bottom: 20px; }
#sf_guard_auth_form .form-row { margin-bottom: 10px }
#sf_guard_auth_form input { width: 227px }

.error404 { width: 450px; margin: 0 auto; padding: 50px }

div.network div.signin { float: right; font-size: 11px; padding-left: 11px; padding-top: 0px; background: url(../images/tab_right.png) no-repeat scroll -5px 0px; margin: 30px 10px 0; }

/* ad specs */
.ad-specs h2 { font-size: 16px; margin-bottom: 0.6em; letter-spacing: 0px; }
.ad-specs table { width: 900px; margin: 10px 0px 25px 0; cellpathing: 2px; }
.ad-specs tr { border-bottom: 2px solid #EFEFEF }
.ad-specs td { padding: 3px; vertical-align: top; }
.ad-specs td.spec { width: 185px; font-size: 0.9em }
.ad-specs td.wert { width: 265px; font-weight: bold }
.ad-specs td span.zus { font-size: 0.8em; font-weight: normal; }
.ad-specs img { border: 2px solid #EFEFEF }