/* CSS Document */

* {
	padding:0;
	margin:0;
}

:focus { outline-style: none; }

body {
	background: #666;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:14px;
}

#twoColLayout #content {
	color:#000000;
	border-top:2px solid #FFF;
	background:#FFDD00 url(images/nytrex.gif) 0 0 repeat-y;
}

#oneColLayout #content {
	color:#000000;
	border-top:2px solid #FFF;
	background: #FD0;
}

#oneColLayout #wrapper {
	width:780px;
	margin:20px auto 0 auto;
	color:#000;
	background: #FD0;
}

#twoColLayout #wrapper {
	width:780px;
	margin:20px auto 0 auto;
	color:#000;
	background-color: #FD0;
}

#twoColLayout #primaryContent {
	float:left;
	width:389px;
	margin-right:2px;	
}
#twoColLayout #secondaryContent {
	float:left;
	width:389px;
	color:#FFF;
	background-color: #000;
}

.clear {
	clear:both;
	line-height:0%;
}

.box { 
	margin:15px 0 0 0;
	padding:0 20px;
}
.yellowBox {
	padding:15px 20px;
	color:#000;
	background-color: #FD0;
}
.pictureBox {
	margin:15px 0 0 0;
	padding-left:20px;
}
.pictureBox img {
	float:left;
	margin:0 19px 19px 0;
}
.lastBox {
	margin:15px 0 0 0;
	padding:0 20px 20px 20px;
}
.topRule{
	border-top: 2px solid #FFF;
}

#header{
	position: relative;	
	width:780px;
	height:110px;
	border-bottom: 5px solid #fff;
	background: #000 url(images/header.gif) 20px 15px no-repeat;
}
#header img{
	display:block;
	float:right;
	width:21px;
	height:30px;
	margin:13px 10px 0 0;
}
#header h1 {
	position: absolute;
	top: 70px;
	left: 0;
	width:780px;
	padding-top: 6px;
	text-align: center;
	border-top: 1px solid #fff;
	color: #fff;
}
#header ul{
	display:block;
	float:right;
	list-style-type:none;
	width: 100px;
	margin-top:6px;
}
#header ul li {
	width:100px;
	background: #000 url(images/bullet1.gif) 0 8px no-repeat;
	display:block;
	line-height:18px;
	text-indent:12px;	
}
#header ul a{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;	
}
#header a {
	color:#FFFFFF;
	text-decoration:none;
	
	font-weight:bold;
}
#header a:hover { color:#FD0; background-color: #000}
#header a:active, #header a.linkSelected { color:#FD0; background-color: #000}

#navBar{
	margin:10px 20px;
	width:740px;
	height:29px;
} 
#navBar a {
	display:block;
	float:left;
	width:184px;
	height:29px;
	text-indent: -5000px;
}
#navBar img {
	height:29px;
	float:left;
}
#nav1 { background: url(images/navbar/nav1.gif) 0 0 no-repeat; }
#nav2 { background: url(images/navbar/nav2.gif) 0 0 no-repeat; }
#nav3 { background: url(images/navbar/nav3.gif) 0 0 no-repeat; }
#nav4 { background: url(images/navbar/nav4.gif) 0 0 no-repeat; }

#navBar a:hover { background-position: 0 -29px; }
#navBar a:active, #navBar a.navSelected { background-position: 0 -58px; }

#footer {
	font-size:10px;
	line-height:15px;	
	width:760px;
	height:50px;
	padding:5px 0 0 20px;
	color: #FFF;
	background-color:#000;
	border-top:2px solid #FFF;
	clear:both;
}
#footer a:link {
	color: #FFF;
	background-color:#000;	
	text-decoration:none;
}
#footer a:visited {
	color: #FFF;
	background-color:#000;
	text-decoration:none;
}
#footer a:hover { color:#999; background-color:#000;}


/* BUTTONS ========================================*/

.moreButton{  /*prevent flicker on WinIE*/ 
	display:block;
	width:130px;
	height:16px;
	margin: 5px 0 10px 0;
	background: url(images/more_btn.gif) 0 0 no-repeat;  
}
.moreButton a:link, .moreButton a:visited {
	display:block;
	width:130px;
	height:16px;	
	background: url(images/more_btn.gif) 0 0 no-repeat;
	text-indent:-5000px;
}
.moreButton a:hover {
	background-position: right top;
}
.buttonAlign {  /* bodge align on sliders page */
	margin-left:126px;
}

.orderButton{  /*prevent flicker on WinIE*/ 
	display:block;
	width:160px;
	height:20px;
	margin: 5px 0;
	background: url(images/order_btn.gif) 0 0 no-repeat;  
}
.orderButton a:link, .orderButton a:visited {
	display:block;
	width:160px;
	height:20px;	
	background: url(images/order_btn.gif) 0 0 no-repeat;
	text-indent:-5000px;
}
.orderButton a:hover {
	background-position: left bottom;
}
.orderButtonMargin {  /* bodge align on sliders page */
	margin-left:20px;
	line-height:20px /*IE*/
}


/* SUPPLEMENTARY STYLES ==========================-*/
.floatLeft {
	float:left;
}
.floatRight {
	float:Right;
}

/* IMAGES ========================================-*/

.imageRight{
	float:right;
	margin-left: 10px;
}
.imageLeft{
	float:left;
	margin-right: 10px;
}
.imageLeft2{
	float:left;
	margin-right: 15px;
}

/* TYPOGRAPHY ====================================-*/

h1 {
	font-weight: bold;
	font-size:20px;
	line-height:22px;
	padding-bottom: 5px;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 3px;
}
p {
	padding-bottom:7px;
}
#content ul {
	margin-left:15px;
	list-style-image: url(images/bullet2.gif);
}
#content li {
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	margin-bottom: 10px;
}
.listsmalltext {
	font-weight:normal;
	font-size: 11px;
}
.yellow {
	color: #FD0;
}
.analysis {
	margin:20px;
	padding:20px;
	border:1px solid #666;
	background:#FFF;
}
.analysis p {
	font-size: 14px;
	line-height:18px;
}
.analysis h1 {
	font-size: 16px;
}
.analysisStrong {
	font-weight:bold;
	color: #F60;
}
.analysisSmall {
	font-size: 11px;
	color: #666;
}

.accentBox {
	margin:30px 20px 40px 20px;
	padding-left:10px;
	color:#fff;
}
.accentBox h1 {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	background: #f33;
	color: #fff;
}
.accentBox p {
	font-size: 13px;
	line-height: 16px;
	padding: 10px 10px 25px 20px;
	margin:0;
	background:#000;
}
.accentBox img {
	margin:10px;
	float:right;
}

.freeOffer {
	margin:20px 20px 30px 20px;
	background:#fff;
}
.freeOffer h1 {	
	font-size: 22px;
	line-height: 26px;
	text-align:center;
	padding: 10px 20px;
	background: #f33;
	color: #fff;	
}
.freeOffer p {	
	padding: 10px 20px;
}
.freeOffer ul {
	font-size: 14px;
	line-height: 18px;
	font-weight:normal;
	padding:20px 20px 0 20px;
}
.freeOffer .smallprint {
	font-size: 12px;
	font-weight: normal;
}
.freeOffer a {
	display:block;
	padding:8px 20px;
	text-align:center;
	font-size:18px; font-weight: bold;
	background:#f33;
}
.freeOffer a:link, .freeOffer a:visited {color: #fff; text-decoration:none;}
.freeOffer a:hover {background:#f0c000;}

.costAnalysis {
	margin:10px 0;
	font-weight: bold;
	font-size: 14px;	
	line-height: 18px;	
}
.costAnalysis a:link, .costAnalysis a:visited {color:#F33;}
.costAnalysis a:hover {color:#666;}

.mail a:link {color: #000; text-decoration:none;}
.mail a:visited {color: #000; text-decoration:none;}
.mail a:hover {color:#F60;}

a.oakland:link {color: #666; text-decoration:none;}
a.oakland:visited {color: #666; text-decoration:none;}
a.oakland:hover {color:#F30;}



