/***********************************************/
/* Heart.org.nz 2007		                   */
/* Style Sheet 		                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	padding: 10px;
	background:#E2E2E2 url(../images/bg.jpg) repeat center top;
}

sup{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #888888;
	}

a:link {
	text-decoration: none;
	color: #DC272A;
}
a:visited {
	text-decoration: none;
	color: #DC272A;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

img {
	display:block;
	border:none;
}

h3 {
	color: #999999;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
}

th {
	color: #999999;
}

ul {
	margin-top: -5px;
}

ol {
	margin-top: -5px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageContainer {
	width:760px;
	height:100%;
	margin:0 auto;
	background: url(../images/top-corners2.gif) top center no-repeat;
	padding-top: 8px;
}

#colourFix {
	background: #EBEBEB;
}

#fix {
	width: 760px;
	height: 20px;
	margin:0 auto;
	background: url(../images/btm-corners2.gif) top center no-repeat;
}

#wrapper {
	width: 746px;
	margin: 0 auto;
}

#header {
	width: 746px;
	height: 100px;
}

#promo {
	width: 746px;
	height: 182px;
	position: relative;
	overflow:hidden;
}

#subNav {
	width: 746px;
	height: 30px;
	background: #EA490A;
	overflow: hidden;
}

#contentContainer {
	width: 746px;
	height: 100%;
	margin: 0 auto;
	background: #FFFFFF url(../images/content-bg.gif) repeat-y top left;
	overflow: hidden;
}

#left {
	width: 185px;
	height: 100%;
	float: left;
	background: url(../images/nav-top-corners.gif) no-repeat top left;
}

#right {
	width: 554px;
	height:100%;
	float: right;
	background: url(../images/content-top-corners.gif) no-repeat top left;
}

#footer {
	width: 760px;
	margin: 0 auto;
	color: #000000;
	font-size: 10px;
}

/***********************************************/
/* Components (IDs)                            */
/***********************************************/

#prizeLeft {
	width: 315px;
	float: left;
}

#prizeRight {
	width: 215px;
	float: right;
	padding-right: 5px;
}

/***********************************************/
/* Classes              			           */
/***********************************************/

.fixImages img {
	float: left;
}

.prevResults {
	padding-bottom: 20px;
	font-size: 11px;
	color: #797979;
}

.prevResults table {
	width: 520px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #FBF9F9;
}

.prevResults th {
	background: #E43914 url(../images/table-repeat.gif) repeat-x top left;
	color: #FFFFFF;
}

.prevResults td {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding-left: 5px;
	padding-right: 5px;
}

.prevResults th strong {
	font-size: 14px;
}

.resultsColumns {
	font-weight: bold;
	color: #888888;
}

.subNav {
	line-height: 2.5em;
	font-weight: bold;
	color: #FFFFFF;
}

.subNav a {
	color: #FFFFFF;
}

.secondaryNav a {
	color: #666666; 
}

.contentText {
	padding: 0px 15px 15px 15px;
	line-height:1.5em;
}

.prizeText {
	padding: 0px 0px 15px 15px;
	line-height:1.5em;
}

.resultsHeader {
	color: #DC272A;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}

.results {
	font-size: 14px;
	font-weight: bold;
	color: #DE370E;
	padding-left: 15px;
}

.thumbs img {
	cursor: pointer;
}

/***********************************************/
/* Navigation Styles       			           */
/***********************************************/

div.sdmenu {
	width: 185px;
	padding-bottom: 10px;
	font-size: 10px;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span a {
	padding: 5px 15px;
	display: block;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #ddd;
	color: #797979;
}
div.sdmenu div a {
	padding: 5px 25px;
	display: block;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}
div.sdmenu div a:hover {
	text-decoration: none;
}