body {
	margin:0;
	background-image:url(images/bkg-rpt.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#6D6F71;
	font-size:12px;
	line-height:1.3;
}

img {
	border:none;
}

h1 {
	font-size:18px;
	font-weight:normal;
}

h2 {
	font-size:16px;
	font-weight:normal;
}

h3 {
	font-size:14px;
	font-weight:normal;
}

table {
	margin:0;
}

.container {
	margin:72px auto auto auto;
	width:897px;
}

.header {
	background-image:url(images/header.png);
	height:107px;
}

.navbar {
	background-image:url(images/navbar.png);
	height:37px;
	padding:0 82px 0 85px;
	text-decoration:none;
	font-size:13px;
}

.navbtn {
	height:32px;
	border-right:5px solid #d52027;
	border-bottom:5px solid #d52027;
	line-height:32px;
	padding:0 20px;
	color:#FFFFFF;
	text-decoration:none;
}
.navbar a {text-decoration:none;}
.navbtn a {text-decoration:none;}

.navbtn:hover {
	background-color:#d52027;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}

.content-shell {
	background-image:url(images/content-rpt.png);
	background-repeat:repeat-y;
}

.content-yolk {
	background-image:url(images/content.png);
	background-repeat:no-repeat;
	padding:0 100px 0 100px;
	_height:240px;
	min-height:240px;
}

.specials_top {
	width:300px;
	height:48px;
	background-image:url(images/specials-top.gif);
	background-repeat:no-repeat;
	float:right;
}

.specials {
	width:240px;
	padding:0 30px;
	float:right;
	background-image:url(images/specials-rpt.gif);
	background-repeat:repeat-y;
	text-align:left;
}

.specials_btm {
	width:300px;
	height:33px;
	background-image:url(images/specials-btm.gif);
	background-repeat:no-repeat;
	float:right;
}

.specials ul {
	padding:0;
	margin:0;
	width:240px;
	list-style:none;
}
.specials li {
	padding:10px 10px 10px 10px;
	margin:0;
	width:220px;
	/*height:50px;*/
	list-style:none;
	background-image:url(images/details.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.specials li a {
	width:220px;
}
.specials li a strong {
	color:#0066FF;
}
.specials li a:hover, .specials li a:hover strong {
	color:#CC0033;
}

.height {
	height:383px;
	float:left;
	width:1px;
}

.footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:37px;
	padding:45px 0 13px 0;
	text-align:center;
	line-height:37px;
	color:#CCCCCC;
}

a:hover {
	color:#000000;
}

.footer a {
	color:#CCCCCC;
}

.footer a:hover {
	color:#FFFFFF;
}
/************* TEXT STYLES ****************/
p, h1, h2, h3, h4, h5 {margin:0;}
p, h2, h3, h4, h5 {
	padding-top:8px;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:11px;
}
a {
	color:#333333;
}
li {
	padding:8px 0 0 0;
	margin-left:0;
}
ul {
	padding-left:10px;
	margin-left:10px;
	padding-bottom:8px;
	margin-top:0;
}
img {
	border:none;
}
/*********** END TEXT STYLES **************/