* { border: 0; margin: 0; }
body {
	color: #000000;
	background-color:#00ad6c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: lucida sans unicode, lucida grande, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
	text-align:center;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
h1, h2, h3, p, ul, ol {
	margin-bottom: 1em;	
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}

/**** LAYOUT ****/

#wrapper {
	width:970px;
	height:620px;
	margin:0 auto;
	padding: 0;
	text-align:left;
	/*position:relative;*/
		/*overflow: hidden;*/
	background-color: #00ad6c;
	background-image: url("../images/bg_canvas.gif");
	background-repeat:no-repeat;
	color: #FFF;
}
#holder {
	position: relative;
	z-index: 1;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 620px;
	z-index: 2;
}
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 620px;
	z-index: 3;
}
#header {
	height: 56px;
}
#header #nav {
	display: inline;
	float: left;
	width: 400px;
	margin-left: 350px;
	margin-top: 42px;
}
#header #logo-purple {
	float: right;
	margin: 32px 32px 0 0;
	width: 118px;
	height: 23px;
}
#header #logo-purple a {
	display: block;
	position: relative;
	width: 118px;
	height: 23px;
	overflow: hidden;
	text-decoration: none;
}
#header #logo-purple a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 118px;
	height: 23px;
	background: url(../images/logo_purple.gif) no-repeat left top;
	cursor: pointer;
}

#main {
	position:relative;
	overflow: hidden;
	clear: both;
		height: 548px;
}

#content {
	margin: 44px 0 0 73px;	
}
#content .part-left {
	width: 592px;
	float: left;
}
#content .part-left-wide {
	width: 660px;
	float: left;
}
#content .part-left .indent, #content .part-left-wide .indent {
	margin-left: 278px;	
}

#content .part-right {
	width: 280px;
	float: left;
		display: inline;
}
#content .part-right .indent {
	margin-left: 20px;	
}

.content-left {
	float: left;
	margin: 132px 0 0 0px;
	width: 245px;
}
.home-left {
	float: left;
	margin: 200px 0 0 0px;
	width: 280px;
}
.home-button {
	position: relative;
	float: left;
	margin: 350px 0 0 300px;
	width: 280px;
}

.content-row {
	clear: both;	
}
.topinfo {
	height: 70px;	
}

#preview {
	position: relative;
	overflow: hidden;
	width: 236px;
	height: 208px;
	border: 1px solid #CCC;
	color: #666;
	background: #FFF no-repeat center center;
text-align: center;
display:table-cell;
vertical-align:middle
}
#preview a {
	color: #00ad6c;
}
#preview img {
	display: block;
	margin: 0 auto;
}

#gallery {
	position: absolute;
	background-color: #FFF;
	background-image:url(../images/viewport.gif);
	background-repeat:no-repeat;
	left: 352px;
	top: 16px;
	width: 584px;
	height: 500px;
	color: #666;
}
#viewport {
	position: relative;
	margin-top: 28px;
	width: 584px;
	height: 472px;
}
#gallery .content {
	padding: 6px 0 0 26px;
}

ul.images {
	margin: 0 0 6px 0;
	padding: 0;
	height: 390px;
}
ul.images li {
	float: left;
		display: inline;

	width: 116px;
	height: 110px;
	list-style-type: none;
	margin: 0 21px 18px 0;
	padding: 0;
}
ul.images li .thumb {
	overflow: hidden;
	width: 116px;
	height: 88px;
}
ul.images li .thumb img {
	display: block;	
	border: 2px solid #00ad6c;
	width: 112px;
	height: 84px;
}
ul.images li .thumb:hover img, ul.images li .thumb img:hover {
	border-color: #cf282e;
}
ul.images li .util {
	display: block;
	list-style-type: none;
	margin: 3px 0;
	padding: 0px;
	font-size: 9px;
	width: 112px;
	height: 13px;
}
ul.images li .util .plus {
	float: left;
	width: 12px;
			height: 13px;
			display: inline;
}
ul.images li .util .rating {
	text-align: right;
	width: 90px;
			height: 13px;
			display: inline;
}
ul.images li .util .rating img {
	margin-left: 2px;
			float: right;
}
#gallery #controls {
	position: relative;
	overflow: hidden;
	margin-right: 26px;
}
#controls .sort {
	float: left;
	width: 39%;	
}
#controls .paging {
	float: right;
	width: 59%;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #a7a9ac;
}
#controls .paging a {
	color: #00ad6c;
	text-decoration: none;
}
#controls .paging a:hover {
	color: #00ad6c;
	text-decoration: underline;
}
#controls .paging a.selected {
	color: #cf282e;
}

#pagenumbers {
	text-align: center;
	clear: both;	
}

.message {
	color: #FF6;
}
.errors {
	color: #FF6;	
}
ul.errors {
	margin: 0 0 0 1.2em;
	padding:0;
}
.terms-link {
	margin-top: 10px;
}
.terms-link a {
	color: #FFF;
	text-decoration: underline;
}
.terms-link a:hover {
	text-decoration: none;	
}

.msgdiv {
	padding-top:4px;
	padding-bottom:4px;
	background-color: #ffffcc;
	font-weight:bold;
	font-size:12px;
}

.msgdiv ul, .msgdiv li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/**** NAV ****/

ul#nav, ul#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	float: left;
	width: 7em;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height: 13px;
	line-height: 13px;
}
#nav li a {
	display: block;
	position: relative;
	width: 100%;
	height: 13px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav li a:hover {
	color: #cf282e;
}
#nav li a span {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 13px;
		width: 49px;
			cursor: pointer;
}
#nav li a:hover span, #nav li a span:hover {
	background-position: 0 -13px;
}

#nav #nav_home, #nav #nav_home a {
	width: 41px;
	}
#nav #nav_home a span {
	width: 41px;
	background-image: url("../images/nav_home.gif");
}
#nav #nav_entries, #nav #nav_entries a {
	width: 66px;
	}
#nav #nav_entries a span {
	width: 66px;
	background-image: url("../images/nav_entries.gif");
}
#nav #nav_submit, #nav #nav_submit a {
	width: 104px;
	}
#nav #nav_submit a span {
	width: 104px;
	background-image: url("../images/nav_submit.gif");
}
#nav #nav_smallprint, #nav #nav_smallprint a {
	width:91px; 
	}
#nav #nav_smallprint a span {
	width: 91px;
	background-image: url("../images/nav_smallprint.gif");
}

#page_home #nav_home a span,
#page_entries #nav_entries a span,
#page_win #nav_submit a span,
#page_submit #nav_submit a span,
#page_smallprint #nav_smallprint a span {
	background-position: 0 -13px;
}


/**** HEADINGS / TEXT REPLACEMENT ****/

h2.h_contact-details, h2.h_entry-details, h2.h_entry-preview {
	display: block;
	height: 22px;
	position: relative;
	margin: 6px 0 4px 0;	
}
h1 span, h2 span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 22px;
	background-position: left top;
	background-repeat: no-repeat;
}
h2.h_contact-details span {
	background-image: url("../images/h_contact-details.gif");	
}
h2.h_entry-details span {
	background-image: url("../images/h_entry-details.gif");	
}
h2.h_entry-preview span {
	background-image: url("../images/h_entry-preview.gif");	
}
h1.h_ratefavourite {
	display: block;
	position: relative;
	color: #00ad6c;
	width: 532px;
	height: 24px;
	line-height: 24px;
	margin: 4px 0 6px 0;
}
h1.h_ratefavourite span {
	background-image: url("../images/h_ratefavourite.gif");	
	height: 24px;
}


/**** PAGE SPECIFIC ****/

#page_home #background {
	background-image: url("../images/bg_home-anim.gif");		
}
#page_win #background {
	background-image: url("../images/bg_win-anim.gif");		
}
#page_submit #background {
	background-image: url("../images/bg_submit-anim.gif");		
}
#page_thankyou #background {
	background-image: url("../images/bg_thankyou.jpg");		
}
#page_entries #background {
	background-image: url("../images/bg_entries-anim.gif");		
}
#page_smallprint #background {
	background-image: url("../images/bg_smallprint-anim.gif");		
}
#page_smallprint h2 {
	margin: 24px 0 6px 0;	
}

#page_win #btn_enternow {
	margin: 10px 0 0 -6px	
}
#page_submit #enternow_button {
	margin-left: 16px;	
}

#page_submit #imageIframe {
	overflow: hidden;
	width: 100%;
	height: 472px;
}

a.btn_votenow {
	display: block;
	text-indent: -999em;
	width: 255px;
	height: 105px;
	background: url(../images/btn_votenow.png) no-repeat 0 0;
	text-decoration: none;
	}
a.btn_votenow:hover {
	background-position: 0 -105px;	
}
a.btn_enternow, .btn_enternow {
	display: block;
	text-indent: -999em;
	width: 215px;
	height: 66px;
	background: url(../images/btn_enternow.gif) no-repeat 0 0;
	text-decoration: none;
	}
.btn_enternow:hover {
	background-position: 0 -66px;	
}
a.btn_popularity {
	float: left;
	display: block;
	text-indent: -999em;
	width: 131px;
	height: 19px;
	background: url(../images/btn_popularity.gif) no-repeat 0 0;
	text-decoration: none;
	}
a.btn_popularity:hover {
	background-position: 0 -19px;	
	}
a.btn_popularity.selected {
	background-position: 0 -19px;	
}
a.btn_latest {
	float: left;
	display: block;
	text-indent: -999em;
	width: 62px;
	height: 19px;
	background: url(../images/btn_latest.gif) no-repeat 0 0;
	text-decoration: none;
	}
a.btn_latest:hover {
	background-position: 0 -19px;	
	}
a.btn_latest.selected {
	background-position: 0 -19px;	
}

/*** FORMS ****/

form {
	clear: both;
}
form h2 {
	margin: 6px 0 4px 0;	
}
label, form label, form .blank {
clear:left;
	display: block;
	height: 26px;
	float: left;
	width: 150px;
	font-weight: bold;
	line-height: 26px;
}
#submitForm {
	margin-bottom: 12px;
}
label, #submitForm label, #submitForm .blank{
	width: 260px;
	margin-right: 18px;
	text-align: right;
}

.inp1 {
	width: 296px;
	border: 1px inset #CCC;
	margin: 4px 0;
}
.txtarea1 {
	width: 296px;
	height: 60px;
	border: 1px inset #CCC;
	margin: 2px 0;
}
.inp2 {
	width: 246px;
	border: 1px inset #CCC;
	margin: 2px 0;
}

#upload_button {
	margin-top: 6px;
	width: 136px;
	height: 21px;
	background: #CCC url(../images/btn_upload.gif) no-repeat;
	overflow: hidden;
	text-indent: -999em;
}
#enternow_button {
	width: 215px;
	height: 66px;
}

#output {
	margin: 3px 0;
	height: 34px;	
		overflow: auto;
}


/**** Fixes ****/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.clearboth {
	clear: both;
}

