* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  overflow-y: scroll;
}

body {
  background: #fff;
  color: #494949;
  font: 12px/120% Arial, sans-serif;
}

input, select, textarea {
  color: #494949;
  font: 12px/120% Arial, sans-serif;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}


/**********
 * LAYOUT *
 **********/

#page {
  background: #fff url(/images/page_bg.jpg) left bottom no-repeat;
  border: 1px solid #fff;
  margin: 20px auto;  
  width: 985px;
}

#outer_container {
  background: transparent url(/images/container_bg.jpg) left top no-repeat;
  margin-bottom: 15px;
}

#inner_container {  
  padding: 15px 15px 0;
}

#content_container {
  background: url(/images/content_bg.jpg) left top repeat-y;
  border: 1px solid #777;
  height: 100%;
  position: relative;
}


/********
 * MENU *
 ********/

#header {
  background: url(/images/header_bg.gif) left top repeat-x;
  height: 39px;
  position: relative;
}

ul#menu {
  list-style: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  zoom: 1;
}

ul#menu li {
  border-left: 1px solid #777;
  float: left;
  width: 73px;
}

ul#menu li a {
  background: url(/images/menu_bg.jpg) top left no-repeat;
  color: #494949;
  display: block;
  font-weight: bold;
  height: 29px;
  line-height: 29px;
  text-align: center;
}

ul#menu li a:hover {
  background-position: 0 -29px;
}

ul#menu li.selected a,
ul#menu li.selected a:hover {
  background-position: 0 -58px;
  color: #fff;
}


/********
 * HERO *
 ********/

#banner {
  background: url(/images/commercially_retail_banner_bg.jpg) right top no-repeat;
  border-bottom: 10px solid #ebebeb;
  height: 132px;
  position: relative;
}

body.advertising-monitoring-section #banner {
  background-image: url(/images/advertising_monitoring_banner_bg.jpg);
}

h1#logo {
  left: 44px;
  position: absolute;
  top: 30px;
  width: 144px;
}

h1#logo a {
  background: url(/images/logo_small.gif) left top no-repeat;
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 77px;
  width: 144px;
}


/***********
 * CONTENT *
 ***********/

#content {
  background: url(/images/commercially_retail_bg.jpg) right bottom no-repeat;
  margin-bottom: 27px;
  overflow: hidden;
  position: relative;
  zoom: 1;
}

body.advertising-monitoring-section #content {
  background: url(/images/advertising_monitoring_bg.jpg) right bottom no-repeat;
}

body.careers-page #content {
  background: url(/images/careers_bg.jpg) right bottom no-repeat;
}

body.contact-page #content {
  background: url(/images/contact_bg.jpg) right bottom no-repeat;
}

#content a {
  color: #494949;
}

#content a:hover {
  color: #cb0909;
}


/***********
 * SUBMENU *
 ***********/

#submenu {
  float: left;
  margin: 30px 0 0 44px;
  width: 155px;
}

#submenu h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin: 26px 0 12px;
}

#submenu h3 a {
  display: block;
}

#submenu ul {
  list-style: none;
}

#submenu ul li {
  background: url(/images/bullet.jpg) left center no-repeat;
}

#submenu ul li a {
  color: #494949;
  display: block;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  padding-left: 22px;
}

#submenu ul li.selected a {
  font-weight: bold;
}

#submenu ul li a:hover {
  color: #cb0909;
}


/********
 * MAIN *
 ********/

#main {
  float: left;
  margin: 26px 0 0 50px;
  width: 455px;
}

body.careers-page #main,
body.contact-page #main {
  width: 360px;
}

#main h2#page_title {
  color: #cb0909;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 14px 0;
}


/***************
 * BREADCRUMBS *
 ***************/

#main ul#breadcrumbs {
  font-size: 11px;
  list-style: none;
  overflow: hidden;
  zoom: 1;
}

#main ul#breadcrumbs li {
  float: left;
}

#main ul#breadcrumbs li a {
  color: #8c8c8c;
}

#main ul#breadcrumbs li a:hover {
  color: #cb0909;
}


/****************
 * MAIN CONTENT *
 ****************/

#main .content {
  border-left: 1px solid #777;
  padding-left: 20px;
}

#main .content .text {
  border-right: 1px solid #777;
  padding: 0 20px 40px 0;
}

body.careers-page #main .content .text,
body.contact-page #main .content .text {
  border-right: none;
  min-height: 350px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 350px;
	/* End IE6 min-height hack */  
}

#main .content .text a {
  color: #cb0909;
}

#main .content .text a:hover {
  color: #8c8c8c;
}

#main .content .text p {
  line-height: 16px;
  padding-bottom: 10px;
}

#main .content .text p:first-child {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 12px;
}

#main .content .text ul,
#main .content .text ol {
  margin: 0 0 10px 20px;
}

#main .content .text ol {
  margin-left: 25px;
}

#main .content .text ul li,
#main .content .text ol li {
  margin-bottom: 4px;
}

#main .content .text address {
  font-style: normal;
  margin-bottom: 10px;
}

#main .content .text strong {
  display: block;
  margin-bottom: 2px;
}

#main .content .text dl {}

#main .content .text dl dt {
  font-weight: bold;
}

#main .content .text dl dd {
  margin: 2px 0 10px;
}


/***********
 * SIDEBAR *
 ***********/

#main .content .sidebar {
  background-color: #fff;
  float: right;
  margin: 0 0 20px 20px;
  width: 200px;
}

#main .content .sidebar .gallery {}

#main .content .sidebar .gallery img {
  border: 1px solid #b7b7b7;
  display: block;
  padding: 2px;
}

#main .content .sidebar blockquote {  
  border-top: 15px solid #fff;
}

#main .content .sidebar blockquote p {
  border-right: 1px solid #777;
  color: #cb0909;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  padding: 0 20px 0 3px;
}


/***********
 * TOOLBAR *
 ***********/

ul#toolbar {
  list-style: none;
  overflow: hidden;
  position: absolute;
  right: 36px;
  top: 25px;
  zoom: 1;
}

ul#toolbar li {
  float: left;
  margin-left: 10px;
}

ul#toolbar li a {
  background: url(/images/print_icon.gif) left top no-repeat;
  display: block;
  height: 16px;
  width: 16px;
}

ul#toolbar li.email a {
  background-image: url(/images/email_icon.gif);
}

ul#toolbar li a:hover {
  background-position: 0 -16px;
}

ul#toolbar li a span {
  display: none;
}


/**********
 * FOOTER *
 **********/

#footer {
  background: url(/images/footer_bg.jpg) left top repeat-x;
  bottom: 0;
  height: 27px;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  zoom: 1;
}

#footer span {
  color: #333;
  font-size: 11px;
  line-height: 27px;
  padding: 0 20px;
}

#footer span a {
  color: #cb0909;
}

#footer .powered-by {
  float: left;
}

#footer .copyright {
  float: right;  
}


/*********
 * FORMS *
 *********/

.form-item {
  margin-bottom: 12px;
}

.form-item label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px;
}

.form-item label .form-error {
  color: #cb0909;
  font-size: 12px;
}

.form-item label em {
  color: #cb0909;
}

.form-item .form-field {
  border: 1px solid #b7b7b7;
  padding: 2px 4px;
  width: 220px;
}

.form-item .form-field:focus {
  border-color: #777;
}

.form-item input.form-text {}

.form-item textarea.form-text {}

.form-item select {}

.form-item .description {
  color: #888;
  font-size: 11px;
  margin-top: 2px;
}


.form-buttons {
  margin: 14px 0 12px;
  overflow: hidden;
  text-align: right;
  width: 237px;
  zoom: 1;
}

.form-buttons .form-submit {
  cursor: pointer;
  float: right;
  margin-left: 10px;
  vertical-align: top;
}

.form-buttons .form-cancel {
  color: #cb0909;
  float: left;
  line-height: 40px;
}

.form-buttons .form-cancel:hover {
  text-decoration: underline;
}


/******************
 * USEFUL CLASSES *
 ******************/

.hidden {
  display: none;
}