@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	text-align: center;
	background-color: #FFF;
	font: 0.7em Arial, Helvetica, sans-serif;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: absolute;
	top: 0;
	height: 120px;
	width: 950px;
}
#header ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	width: 180px;
	height: 27px;
	background-image: url(../images/header_left.gif);
	padding: 5px 0 0 60px;
	background-repeat: no-repeat;
	background-position: left;
}
#header ul li {
	float: left;
	color: #FFF;
}
#header ul li a {
	color: #FFF;
	padding: 6px 7px 0 7px;
}
#header img#logo {
	float: right;
}

#menu {
	height: 32px;
	position: absolute;
	top: 120px;
	width: 950px;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 34px;
	list-style: none;
	list-style-image: none;
}
#menu ul li {
	display: inline;
}

#banner {
	position: absolute;
	top: 152px;
	height: 73px;
	width: 950px;
	background-image: url(../images/banner.jpg);
}

#content {
	width: 950px;
	position: absolute;
	top: 225px;
	background-image: url(../images/bkg_content.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#colLeft {
	float: left;
	width: 736px;
}
#colLeft div#submenu {
	float: left;
	width: 229px;
}
#colLeft div#info {
	float: right;
	width: 471px;
	padding: 17px 0 0 0;
}
#colRight {
	float: right;
	width: 196px;
	padding: 17px 0 0 0;
}

/* left column styles */

#boxPoll {
	width: 189px;
	background-image: url(../images/bkg_box_poll.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 20px 10px 20px;
	margin: 0 0 10px 0;
}
#boxPoll p.intro {
	font-size: 1.3em;
}
#frm_poll div.formLine {
	clear: both;
	margin: 0 0 6px 0;
}
#frm_poll div.formLine input.radio {
	float: left;
	margin: -4px 0 0 0;
}
#frm_poll div.formLine label {
	float: right;
	width: 160px;
	color: #8f1967;
}
#frm_poll input#pollButton {
	width: 48px;
	float: right;
	font-size: 0.95em;
	padding: 2px 0;
	margin: -15px 0 0 0;
}
p.pollMenu {
	clear: both;
	color: #ff86d6;
	padding-top: 8px;
}
p.pollMenu a {
	font-weight: bold;
	color: #ff86d6;
	text-decoration: none;
}
p.pollMenu a:hover {
	text-decoration: underline;
}

#forum {
	padding: 0 0 10px 0;
}

#boxBlog h3 {
	font-size: 1.3em;
}

/* centre column styles */

#bannerIntro {
	padding: 0 0 20px 0;
}

#colMovie {
	text-align:center;
}
#colColumn {
	float: right;
	width: 175px;
}

/* right column styles */

#boxNews, #boxProduct {
	background-image: url(../images/bkg_box_news.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 0 6px 0;
	margin: 0 0 16px 0;
}
#boxProduct {
	background-image: url(../images/bkg_box_product.gif);
	margin: 0;
}
#boxNews h2, #boxProduct h2 {
	padding: 0;
}
#boxNews div.photo, #boxProduct div.photo {
	padding: 0 0 0px 0;
}
#boxNews p, #boxNews h3, #boxProduct p, #boxProduct h3 {
	padding-left: 19px;
	padding-right: 15px;
	color: #FFF;
}
#boxNews p, #boxProduct p {
	line-height: 1.25em;
}
#boxNews a {
	color: #ff86d6;
	font-weight: bold;
}
#boxProduct a {
	color: #fface1;
	font-weight: bold;
}

/* footer */

#footerGap {
	clear: both;
	height: 16px;
	background-color: #FFF;
	display: block;
}

#footer {
	background-image: url(../images/bkg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	text-align: center;
}
#footer ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 10px 0 0 0;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #b33c8b;
	font-weight: bold;
	padding: 0 6px 0 10px;
	text-decoration: none;
	background-image: url(../images/bkg_dot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li a.noStyle {
	padding-left: 0;
	background-image: none;
}

#footer p {
	padding-top: 16px;
}
#footer p a {
	font-size: 0.9em;
	color: #8f1967;
}

/* standard styles */

h1 {
	font-size: 1.6em;
	color: #8f1967;
	padding: 0 0 15px 0;
}
h2 {
	font-size: 1.2em;
	color: #8f1967;
	padding: 0 0 10px 0;
}
h3 {
	font-size: 1.2em;
	color: #8f1967;
	padding: 0 0 6px 0;
}
h4 {
	font-size: 0.7em;
	color: #8f1967;
	padding: 0 0 6px 0;
}
p {
	color: #8f1967;
	line-height: 1.3em;
	padding: 0 0 10px 0;
}

a {
	color: #ff00a9;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form {
 	padding: 0 0 10px 0;
}

.clear {
	clear: both;
	display: block;
}
html>body .clear {
	height: 1px;
}

.pink {
	color: #e60098;
	font-weight: bold;
	font-size: 1.1em;
}
.small {
	font-size: 0.9em;
}
.floatLeft {
	float: left;
	margin: 0 5px 0 0;
}
.floatRight {
	float: right;
	margin: 0 0 0 5px;
}
h2.competition {
	font-size: 2.2em;
	padding-top: 8px;
	border-top: 4px solid #ffb3e5;
	margin-top: 5px;
}
