* { margin: 0; padding: 0; }

body {
	background: #1D1D1D;
	color: #939598;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Trebuchet MS", Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 100%;
	margin: auto;
	position: relative;
	background: #000;
}

#home #outer {
	background: #000 url(../images/melbourne.jpg) no-repeat bottom right;
}

#wrapper1 {
	width: 100%;
	text-align: left;
	margin: auto;
}

#contentwrap {
	display: block;
	font-size: 0.7em; /* Global Content Font Size */
	line-height: 1.3em;
}

.colwrap-left {
	float: left;
	width: 100%;
}

	#col-centre {
		float: left;
		width: 49.5%;
	}
	
	#col-left {
		float: right;
		width: 49.5%;
	}

#col-right {
	display: none;
	float: right;
	width: 260px;
}
	
.feature {
	height: 100px;
	background: #369;
}

#subbanner {
	display: none;
	width: 100%;
	height: 0;
	margin-bottom: 15px;
}

/* Header
------------------------------------------------------------------*/

#header {
	display: none;
	height: 0;
	padding: 0;
}

	#headerleft {
		float: left;
	}
	
	#headerright {
		 float: right;
		 padding: 0;
		 width: 175px;
	}
	
/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	height: 85px;
	width: 880px;
	font-size: 0.65em;
	color: #636466;
	background: #1D1D1D;
	margin: auto;
	text-align: left;
	line-height: 1.3em;
}

#footer p { margin: 0; }

	#footerleft { 
		float: left;
		padding: 10px 0 0 35px;
	}
	
	#footerright {
		 float: right;
		 padding: 20px 30px 0 0;
	}
	
	#footer a {
		color: #636466;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
/* Newsitem1
------------------------------------------------------------------*/

a.newsitem {
	display: block;
	float: left;
	width: 225px;
	border-top: 1px solid #1D1D1D;
	padding: 4px 0;
	line-height: 1.2em;
}

a.newsitem span { display: block; }

a.newsitem .date {
	float: left;
	color: #CADB2A;
	font-weight: bold;
	width: 45px;
}

a.newsitem .title {
	margin-left: 50px;
	font-weight: bold;
}

a.newsitem .desc {
	margin-left: 50px;
	color: #939598;
}

a:hover.newsitem { text-decoration: none; }

a:hover.newsitem .desc { color: #fff; }

/* news page */

p.date { margin-top: -5px; font-style: italic; color: #CADB2A; }
.newsitem1 { margin-bottom: 10px; border-bottom: 1px solid #121212; }

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

h1 {
	color: #fff;
	margin: 0;
	font: normal 1.8em/34px Arial, Helvetica, sans-serif;
}

div.h1 h1 { padding: 0 0 0 32px; }

	div.h1 {
		background: url(../images/headingbg.jpg) no-repeat 0 0;
		width: 100%;
		position: relative;
		margin: 0 0 0.5em -30px;
	}
	
	#col-right .h1 { width: 240px; }
	

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
	color: #CADB2A;
}

	h2 a {
		color: #CADB2A;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #CADB2A;
		text-decoration: underline;
	}
	
h3 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	color: #CADB2A;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.top {
	text-align: right;
	font-weight: bold;
}

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

.clear { clear: both; }

.pdf { background: url(../../../images/pdficon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.word { background: url(../../../images/wordicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.email { background: url(../../../images/emailicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.excel { background: url(../../../images/excelicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.zip { background: url(../../../images/zipicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.powerpoint { background: url(../../../images/powerpointicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.newwindow { background: url(../../../images/newwindowicon.gif) no-repeat top right; padding: 3px 15px 10px 0; }

/* padding */
#col-right .padding { padding: 0 10px 0 20px; }
.colwrap-left .padding { padding: 0 0 15px 0; }
.shop-wrapper .padding { padding: 0 0 15px 0; float: left; width: 100%;}

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Shop
------------------------------------------------------------------*/


.shop-wrapper div.h1 h1 { padding: 0 0 0 32px; }

	.shop-wrapper div.h1 {
		background: url(../images/headingbg.jpg) no-repeat 0 0;
		width: 500px;
		position: relative;
		margin: 0 0 0.5em -30px;
	}

.displaying{
	
}

#customer-details{
	width: 500px;
}

.productitem{
	clear: left;
	width: 500px;
}

.shop-left{
	display: block;
	width: 700px;
}

#cart{
	background-color: #222;
}

.alignno{
	text-align: right;
}

/* Home Page Specific
------------------------------------------------------------------*/

#this-weekend {
	padding: 0;
	overflow: hidden;
}

#this-weekend li {
	list-style: none;
	display: inline;
	font-size: 0.9em;
	line-height: 1.2em;
	float: left;
	width: 230px;
	padding: 10px 0;
	border-bottom: 1px solid #1D1D1D;
}

#this-weekend li p { margin: 0; }

#this-weekend li img {
	float: left;
}

#this-weekend li h2 {
	margin: 0;
}

#this-weekend li h2,
#this-weekend li p {
	margin-left: 70px;
}

.more.headinglink {
	text-indent: -9999px;
	background: url(../images/more.gif) no-repeat 0 0;
	height: 10px;
	width: 10px;
	float: right;
	margin: -25px 30px 0 0;
	position: relative;
}

.more {
	background: url(../images/more.gif) no-repeat 0 50%;
	padding-left: 15px;
}

.watermark {
	background: url(../images/enjoy_watermark.gif) no-repeat 50% 50%;
}

/* Message Box */

#messagebox {
	background: #333133;
	padding: 5px 10px 10px 10px;
}
#messagebox p { margin: 0; }

#messagebox a {
	margin-right: 10px;
	background: url(../images/more.gif) no-repeat 0 4px;
	padding-left: 15px;
}

/* Subscribe */

#subscribe {
	padding: 10px 0 0 0;
	clear: both;
}

#subscribe label {
	color: #CADB2A;
	font-weight: bold;
	font-style: italic;
	width: auto;
	padding: 3px 15px 0 0;
}

#flash-1 {
	margin-bottom: 15px;
}

#subscribe input {
	background: #161616;
	border: 1px solid #202020;
	margin-right: 10px;
	color: #fff;
	font-size: 0.9em;
}

#subscribe input#subscribe-submit {
	margin-bottom: -7px;
	border: none;
}

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #f00; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; }
table, th, td { border: none; }
th, td { padding: 3px; }

th {
	border-bottom: 1px solid #333;
	color: #fff;
}

.calendar {
	text-align: center;
	width: 100%;
}
