/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#808080;
	line-height:19px;
	background:#EDE9DE;
}
	
#container {
	margin:42px auto 0 auto;
	width:1012px;
	text-align:left;
	background:url(/images/backgrounds/corners_top.gif) no-repeat top right;
}

td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#808080;
	line-height:19px;
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}


/* Typography */

.callToAction:hover {
	background:url(/images/backgrounds/cta_arrow.gif) no-repeat;
}

h2 a {
	color:#000;
}

h2 a:hover {
	color:#E30E78;
}


/* Left Col */

#leftCol {
	float:left;
	widows:216px;
}

.videoLink {
	margin:13px 0 18px 0;
}


/* Main Navigation */

#mainNav {
	padding:13px 0 6px 10px;
	background:url(/images/backgrounds/rc_corners_bottom.gif) no-repeat bottom left #ffffff;
	margin:0 0 13px 0;
}

#mainNav li {
	list-style:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	margin:0 0 6px 0;
}

#mainNav li a {
	color:#808080;
	width:185px;
	height:22px;
	display:block;
	padding:0 0 0 13px;
}

#mainNav li a:hover, #mainNav li.down a {
	background:url(/images/backgrounds/nav_ro_bg.gif) #000000;
	color:#FFFFFF;
}


/* Content */

#content {
	background:url(/images/backgrounds/content_corners_bottom.gif) no-repeat bottom left #fff;
	width:439px;
	float:left;
	margin:8px 0 0 0;
	padding:29px 24px 40px 24px;
	min-height:450px;
}

#content p, #content table, #content ul {
	margin:0 0 18px 0;
}

#content li {
	background:url(images/spacers/li_bullet.gif) no-repeat 0 6px;
	list-style:none;
	padding:0 0 0 13px;
}

h2.newsTitle {
	margin:0 0 6px 0;
}

.newsDate {
	float:right;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#808080;
	margin:3px 0 0 10px;
	display:block;
}

.friendsLogos {
	text-align:center;
}

.friendsLogos img {
	vertical-align:middle;
	margin:0 10px 20px 10px;
}

.videoContainer {
	text-align:center;
	display:none;
}



/* Right Col */

#rightCol {
	float:right;
	background:url(images/backgrounds/rc_corners_bottom.gif) no-repeat bottom left #fff;
	margin:8px 0 0 0;
	width:239px;
	padding:20px 26px 18px 26px;
}

#rightCol h3 {
	font-size:24px;
	color:#000000;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom:1px solid #DED7D7;
	line-height:24px;
	padding:16px 0 17px 0;
	margin:0 0 12px 0;
	background:url(/images/backgrounds/rc_heading_bg.gif) no-repeat top right;
}

.partyPhoto {
	margin:0 0 4px 0;
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:7px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:320px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #BABABA;
	padding:3px;
}

.textinputhover {
	border:1px solid #F1709C; 
	padding:3px;
}

select {
	font-size:11px;
	color:#808080;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#footer {
	clear:both;
	text-align:right;
	color:#000000;
	font-size:10px;
	line-height:66px;
}

#footer a {
	color:#000000;
}

#footer a:hover {
	color:#F1709C;
}