/* general styles */

* { font-family: arial, sans-serif; }
div, td, body, p { font-size: 12px; color: #595959; text-align: left; }
a:link, a:visited, a:hover, a:active { color: #595959; }
body { margin: 0; }
img { border: 0; }
h2, h3, b { color: #031931; }
td { padding: 0; }

a:link.linkGrey, a:hover.linkGrey, a:visited.linkGrey, a:active.linkGrey {
  color: grey;
  font-size: 90%;
}


.container {
	text-align: center;
}

.header {
	margin: auto;
	width: 920px;
	height: 66px;
	background: url(http://blogs.mpire.com/wp-content/themes/mpire-shiny/images/header_bg.gif) no-repeat;
}

.headerTable {
	width: 100%;
	height: 60px;
}

td.headerLeft {
  width: 230px;
	height: 53px;
	padding: 0 0 0 12px;
	color: #fff;
	font-size: 10px;
}

.logo {
	vertical-align: middle;
	margin: 3px 3px 0 0 ;
}
.loginInfo {
	color: #fff;
	line-height: 16px;
	font-size: 10px;
	margin-top: 10px;
}
.loginInfo b {
	color: #fff;
}

td.headerRight {
	height: 53px;
  text-align: right;
	color: #fff;
	font-size: 10px;
}

div.headerSearchContainer
{
	float: right;
	margin: 7px 12px 0 0;
  width: 536px;
  height: 36px;
  background: url(http://www.mpire.com/buyer/images/07_bg_searchbox.gif) no-repeat;
}

#searchFieldContainer
{
	color: #fff;
	font-size: 10px;
	text-align: right;
	padding: 8px 10px 8px 8px;
	_padding: 7px 10px 8px 8px;
}

#searchBox {
	width: 300px;
	margin: 0 0 2px 0;
	_margin: 0;
	vertical-align:middle;
}

.searchButton {
	margin: 0 0 2px 5px;
	_margin: 0;
	vertical-align:middle;
}

/* content */

.wrapper {
	margin: 10px auto 0 auto;
	width: 920px;
}

.navigation {
	width: 150px;
	vertical-align: top;
	background: #ebebeb;
}

.nav {
display: block;
padding: 7px;
margin-bottom: 2px;
background: #e3e3e3;
text-decoration: none;
color: #595959;
border-bottom: 1px solid #ddd;
}

a.nav:hover { 
background: #08a3d4;
color: #fff;
}

.content {
	padding: 10px 20px;
	line-height: 18px;
	vertical-align: top;
}

.content ul li {
	list-style: none;
}

.content h3 {
	margin: 0;
}

.content table {
	width: 100%;
	margin: 5px 0 20px 0;
}

.content td {
	vertical-align: top;
	padding: 20px 10px 0 0; 
	line-height: 16px;
}

.media {
	width: 220px;
	background: #c1c1c1;
	vertical-align: top;
}

.mediaTop {
	width: 220px;
	height: 40px;
	background: url(../images/media_top.gif) no-repeat;
	line-height: 40px;
}

.mediaHeader {
	margin: 4px 4px 0 4px;
	height: 34px;
	background: #818181;
	line-height: 34px;
}

.mediaTop p, .mediaHeader p {
	margin: 0 0 0 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.executives {
	margin: 4px;
	padding: 10px;
	background: #fff;
}

.multimedia {
	margin: 0 4px 4px 4px;
	padding: 10px;
	background: #fff;
}

.multimedia img {
	vertical-align: middle;
	margin-right: 6px;
}

.multimedia ul {
	margin: 0 0 0 -15px;
	[]margin: 0 0 0 15px;
}

.multimedia ul li {
	margin: 0 0 6px 0;
}

.executives table, .multimedia table {
}

.executives td {
	padding: 0 6px 10px 0;
}

.pressroomTitle {
	font-size: 18px;
	font-weight: bold;
	color: #fc7c00;
}

.pressroomBreak {
	height: 0;
	background: #fff;
	border-top: none;
	border-bottom: 1px dotted #595959;
}

/* footer */

#footer {
background: #ebebeb;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 50px;
clear: both;
}

#footer a, #footer a:hover {
background: none;
}

.doubleGutter {
	width: 800px;
	margin: 0 auto 30px auto;
}

.doubleGutter td {
	line-height: 16px;
	vertical-align: top;
}

.doubleGutter a:link, .doubleGutter a:hover, .doubleGutter a:active, .doubleGutter a:visited {
	font-size: 11px;
	color: #999;
}