@charset "utf-8";
/* CSS Document */

#header {
	background-image:url(../body/header.jpg);
	width:1000px;
	height:213px;
	position:relative;
}
#header a {
	position:absolute;
	text-decoration:none;
	top:30px;
	right:20px;
	color:#FFF;
	font-weight:bold;
}
html {
	background-image: url(../body/body_bg.jpg);
	background-repeat: repeat-x;
	background-color:#999;
	background-attachment: fixed;
}
body {
	width:1000px;
	margin:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#FFF;
	color: #666;
	background-image: url(../body/body-bg2.gif);
}
#ipod-btn {
	position:absolute;
	right:0;
	top:100px;
	z-index:999999;
}
td {
	padding:5px;	
}
p, h1, h2, h3 {
	margin:15px 0;	
	line-height:18px;
}
h1, h2, h3 {
	font-size:18px;	
	color:#cc0066;
}
h2 {
	font-size:14px;	
}
#navigation {
	background-image: url(../body/nav_bg.gif);
	background-repeat: repeat-x;
	height: 59px;
	clear: both;
}
#navigation li {
	float:left;	
}
#navigation li a {
	display:block;
	padding:14px 33px;
	color:#000;
	text-decoration:none;
	border-right:1px solid #CCC;
	font-weight:bold;
}
#navigation li a:hover, #navigation li a.on {
	color: #cc0066;	
}
#navigation li a.last {
	border-right:0;
	padding:14px 27px;
}
#navigation li a.offers {
	background-image: url(../body/offers-bg.png);	
}

#subnavigation {
	background-color:#FFF;
}
#subnavigation li a {
	font-size:16px;
	color:#000;
	text-decoration:none;
	display:block;
	padding:5px 0;
	border-bottom:1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 15px;
}

#left {
	width: 231px;
	float:left;
}
#right {
	width: 737px;
	float:right;
	margin-right:15px;
}
#left, #right {
	background-color:#FFF;
	padding-top:15px;
}

#footer {
	clear:both;
	margin-top:15px;
	background-image: url(../body/footer.jpg);
	height: 123px;
	position:relative;
	font-weight:bold;
}
#footer div {
	padding:15px;
	float:left;
}
a {
	color: #CD0164;
}

#newsletter {
	background-image:url(../body/left_pink_bg.jpg);
	width:201px;
	height:232px;
	color:#FFF;
	padding:1px 15px;
	margin-top:15px;
}
#newsletter p {
	font-weight:bold;
	text-align:center;
	margin-bottom:0;
}
#newsletter p.smaller {
	margin-top:0;
	font-size:11px;
}
#newsletter div {
	color:#000;
	font-size:13px;
	font-weight:bold;
	padding:10px 0;
}
#newsletter label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	padding:0;
}
#newsletter input {
	background-color:#FFF;
	padding:5px;
	border:0;
	width: 184px;
	border: 1px solid #cc0066;
}
#newsletter .Submit {
	background-image:url(../body/left_submit.gif);
	width:195px;
	height:24px;
	display:block;
	padding:0;
	margin-top:8px;
	text-indent:-1000px;
	font-size: 0px;
	line-height: 0px;
	border:none;
}
a.left-box {
	background-color: #c6c6c6;
	padding:30px 15px;
	margin:0 15px;
	padding-left:20px;
	font-size:18px;
	color:#000;
	font-weight:bold;
	display:inline-block;
	width:165px;
	text-decoration:none;
	border:1px solid #999;
	margin-top:15px;
}
a.left-box:hover {
	background-image:url(../other/left_rollover.gif);
	border:1px solid #000;
}
a.left-box span {
	color:#ff0099;
}
hr {
	margin:15px 0;
	color: #CCC;
	background-color: #CCC;
	height:1px;
	border:0;
}
.home-block {
	float:left;
	text-align:center;
}
.home-block a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.grey {
	background-color:#DBDBDB;	
}
.grey a {
	padding:15px;
	display:block;	
}

.quest {
	font-weight:bold;	
}

form label { display: block; clear: both; padding: 6px 0; }
form input, form textarea, form select { font-size: 11px; background-color: #fff; padding: 4px; border: 1px solid #ccc; margin-bottom: 5px; color: #000; width: 95%; }
.Submit {
	background-image: url(../other/submitbutton.gif);
	width:699px;
	height:62px;
	text-indent:-1000px;
	border:0;
	font-size: 0px;
	display:block;
	line-height: 0px;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}	
p#footer-mini {
	margin:0;
	background-color:#FFF;
	padding:15px;
	text-align:right;
	font-size:10px;
}
p#footer-mini a {
	color:#666;
}