/*general*/
* {
	margin: 0;
	padding:0;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
.column1{
	width: 58%;
	padding: 0 5px 0 0;
	}
.column2{
	width: 38%;
	padding: 0 0 0 5px;
	}
h2 {
	color: #0054a5;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
a, a:visited, a:link {
    color: #003399;
    font-size: 11px;
    text-decoration: none;
}
/*Home*/
#mainWrapper {
	width: 1050px;
}
table#mainWrapper {
	margin: 5px auto;
}
body {
    background-attachment: fixed;
    background-color: #fff;
    background-image: url("");
    background-position: center top;
    background-repeat: repeat;
} 
p {
	font-family: arial,sans-serif;
    font-size: 14px;
	}
.specialText {
	height: 0;
}
/*menus*/
#menu-header {display: none;
}
.sidenavWrap {display: none;
}
#horiz_bkg {
	background-color: transparent;
	border-bottom: 5px solid #0054a5;
}
#menu-horiz {
	
}
.menu-horiz li {
	background: none repeat scroll 0 0 #0054a5;
	border-radius: 10px 10px 0 0;
	width: 130px;
	height: 45px;
}
#menu-horiz li a {
    border-left: 1px solid #FFFFFF;
    padding: 10px;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	height: 24px;
}
#menu-horiz li li a, #menu-horiz li li li a {
	border-top: 1px solid #0054a5;
	border-left: 1px solid #0054a5;
	text-align: left;
	padding: 3px 0 3px 20px; 
}
.menu-horiz li:hover, .menu-horiz li.sfHover, .menu-horiz a:hover{
	background-color: #0054a5;
	border-radius: 10px 10px 0 0;
	text-decoration: underline;
}
.menu-horiz a:focus, .menu-horiz a:active {
	background-color: #0054a5;
	border-radius: 10px 10px 0 0;
	text-decoration: none;
}
.menu-horiz li li, .menu-horiz li li li {
	background-color: #0054a5;
	border-radius: 0px;
	height: 25px;
}
.menu-horiz li li:hover, .menu-horiz li li.sfHover {
	border-radius: 0px;
}
.sf-sub-indicator {display: none;
}
.depth1 { 
	width: 200px !important;
	margin: 12px 0 0;
}
.depth1 li { 
	border-bottom: 1px solid #0054a5 !important;
	border-left: 1px solid #0054a5 !important;
    background-color: #0054a5 !important;
	border-radius: 0px;
}
.depth2 { width: 200px !important;
          margin-left: 150px;
}
/*header*/
.headerWrap {
	width: 1050px;
	margin: 0 auto;
}
.banner {
	margin: 5px;
}
.logo img { 
	width: 350px;
}
.company {
	font-size: 20px;
	font-family: lucida, sans-serif;
	text-transform: uppercase;
	text-align: right;
}
.company h2 {
	color: #0054A5;
}

/*content*/
#content {
	width: 1050px;
	padding: 10px 0 0;
    margin: 0px;
}
#content b {
	color: #0054a5;
	font-size: 10px;
	font-weight: normal;
}
.gtppromo_cellback1 {
    color: #0054a5;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 8px;
    text-align: left;
}
/*cash bids*/
tr.ComponentTableHeader {
	color: #ff0000;
}
/*newsletters icons*/
.infobox {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #cac9c9) );
	background:-moz-linear-gradient( center top, #ededed 5%, #cac9c9 100% );
    background: linear-gradient(#ededed, #cac9c9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#cac9c9');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	border:3px solid #fff;
	box-shadow: 3px 3px 3px #ccc, -3px -3px 3px #ccc;
	display:inline-block;
	color:#0055a5;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	width: 100%;
	text-decoration:none;
	text-shadow:0px 0px 0px #ffffff;
}
.infobox:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cac9c9), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #cac9c9 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cac9c9', endColorstr='#ededed');
	background-color:#cac9c9;
}
.infobox:active {
	position:relative;
	top:1px;
}
.infotext1 {
	text-align: center;
	font-size: 24px;
	*padding: 7px;
}
/*footer*/
#menu-footer {
	display: none;
}
#DTNFooter {
	width: 300px;
	background-color: transparent;
}

