/* include the base css file */
@import url("/include/templates/default.css");

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-size: 14px;
	background-image: url(/images/tyertrack.gif);
	background-repeat: repeat;
}

/* from here on all css is specific to this template */
.twoColFixRtHdr #sidebar1 {
	width: 295px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixRtHdr #mainContent { 
	margin: 0 315px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background-image: none;
} 
.twoColFixRtHdr #mainContent .mac { 
	background-image: url(/images/orpk-mac.gif);
	background-repeat: no-repeat;
	height: 315px;
	padding: 20px 20px 0 275px;
	color: #ffffff;
	font-size: 120%;
} 
.twoColFixRtHdr #mainContent h1.titleMac {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 150%;
	text-transform: uppercase;
}


.twoColFixRtHdr #mainContent .offers { 
	background-image: url(/images/heading-red-orpk.gif);
	background-repeat: no-repeat;
	height: 350px;
} 
.twoColFixRtHdr #mainContent .newsItems { 
	padding: 10px;
} 
.twoColFixRtHdr #mainContent h2.offer { 
	font-size: 150%;
	line-height: 22px;
	color: #8b0304;
	text-transform: uppercase;
} 
.twoColFixRtHdr #mainContent .date { 
	font-size: 80%;
	font-weight: bold;
	color: #CD4C36;
} 
.twoColFixRtHdr #sidebar1 .testimonials {
	width: 275px;
	height: 225px;
	padding: 10px;
	background-image: url(/images/testimonials-bg.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	margin-bottom: 20px;
	color: #ffffff;
} 
.twoColFixRtHdr #sidebar1 h1.action {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 150%;
	text-transform: uppercase;
}
.twoColFixRtHdr #mainContent a.newslink { 
	font-size: 80%;
	font-weight: bold;
	color: #4c4d4f;
	text-decoration: underline;
} 