body {
	width: 18cm;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Arial, Geneva, serif;
	color: black;
}

/* Gallery Styles */
html, body {
	height: 100%;
}

#center {
	margin: 0;
	border: none;
	padding: 0;
	border-top: 10px solid black;
	width: 100%;
}
	
#topgallery {
	position: absolute;
	margin: 0;
	padding: 0;
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
}
	
#leftgallery {
	position: absolute;
	margin: 0;
	padding: 0;
	border: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: black;
}
	
frame {
	border: none;
}

frameset {
	border: none;
}

#photoset {
	margin-top: 250px;
	margin-left:2px;
	width: 180px;
}

#lMenu {
	margin-top: 30px;
	margin-left:2px;
	width: 180px;
}

#selYear, #selType {
	width: 170px;
}

.photoview {
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
	height: 550px;
}

#vertical {
	position: absolute;
	top: 23px;
	left: 107px;
	margin: 0;
	border: none;
	padding: 0;
	width: 336px;
	height: 504px;
}

#horizontal {
	position: absolute;
	top: 107px;
	left: 23px;
	margin: 0;
	border: none;
	padding: 0;
	width: 504px;
	height: 336px;
}

#qtyentry {
	position: absolute;
	top: 550px;
	width: 100%;
	height: 180px;
	background-color: white;
	padding: 0px;
	border: none;
	margin: 0;
	color: black;
}

th.ostype {
	background-color: #8C5900;
	color: #FDEBCF;
}

a:link {
	text-decoration: none;
	color: yellow;
}

a:visited {
	text-decoration: none;
	color: yellow;
}

a:active {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
	color: white;
}



#top {
	text-align: center;
	margin: auto;
}
.bluepic {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	top: 0;
}
.redpic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1024px;
	background-image: url(../Images/NTBS-2003-1034-Extract-Red.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}
.thumbnail {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	}
.thumbnail li {
	margin: 0;
	float: left;
	text-align: center;
	}
.thumbnail div {
	margin: 0;
	border: solid black 1px;
	height: 150px;
	width: 150px;
	overflow: hidden;
}
.thumbnail img {	
	border: 1px solid white;
	}

.thumbnail span {
	margin-top: -12px;
	vertical-align: top;
	border: none;
	font-size: 9px;
	font-family: Arial, Geneva, serif;
}
.thumbnail a:link {
	text-decoration: none;
	color: white;
}

.thumbnail a:visited {
	text-decoration: none;
	color: white;
}

.thumbnail a:active {
	text-decoration: none;
	color: white;
}

.thumbnail a:hover {
	text-decoration: none;
	color: #00E379;
}

.thumbnail a:hover img {
	border: #00E379 dashed 1px;
}


.imageH {
	text-align: left;
	display: block;
	position: relative;
	left: 50%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -63px;
	width: 126px;
	height: 84px;
}
.imageV {
	text-align: left;
	display: block;
	position: relative;
	left: 50%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -42px;
	width: 84px;
	height: 126px;
}

div.loginfail {
	position: relative;
	width: 400px;
	height:	210px;
	margin: auto;
	border: 2px solid #00E379;
	margin-top: 50px;
	padding: 10px;
}

.loginverify {
	font: 14px Arial, Geneva, sans-serif;
	text-align: left;
	display: block;
	position: relative;
	width: 50em;
	margin: auto;
	margin-top: 25px;
	border: 2px solid black;
	padding: 0 5px;
	color: #00E379;
	clear: both;
}

/* Style selectors for forms */
p.formerror {
	color: white;
	background-color: red;
}

input[type="text"] {
	background-color: white;
	color: black;
	font-weight: bold;
}

.apply {
	position: absolute;
	top: 150px;
	padding: 0 5px;
	color: #00E379;
	width: 25em;
	left: 300px;
	margin: 35px 0 0 20%;
	border: none;
}

form {
	position: relative;
}

.fieldset {
	position: absolute;
	border: solid 2px #00E379;
	padding: 0 0 0 5px;
	color: #00E379;
	clear: none;
}

.mfieldset {
	position: absolute;
	border: none;
	padding: 0 0 0 5px;
	color: #00E379;
	clear: none;
}

#login {
	width: 30em;
	top: 0;
	left: 240px;
	margin: 35px 0 0 20%;
	border: none;
}

#member {
	width: 65em;
	top: 0px;
	left: 50%;
	margin: 10px 0 0 -31em;
}

#address {
	width: 32em;
	top: 135px;
	left: 50%;
	margin: 0 0 0 -31em;
}

#other {
	width: 32em;
	top: 135px;
	left: 50%;
	margin: 0 0 0 2em;
}

#submit {
	width: 11em;
	top: 400px;
	left: 50%;
	margin: 0 0 0 -5em;
	text-align: center;
	padding-bottom: 10px;
}

.legend {
	position: relative;
	top: -8px;
	left: 4px;
	float: left;
	padding-left: 2px;
	background: black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}




.newblockH, .newblockV, .newblockVG, .clear {
	clear: left;
}

.newblockH div, .newblockV div, .newblockVG div {
	float: left;
}

.newblockH div:first-child {
	margin-left: 10px;
}

.newblockH input, .newblockH select {
	margin: 0 10px 10px 0;
	background-color: white;
	color: black;
	font-weight: bold;
}

.newblockV input, .newblockV select {
	margin-bottom: 10px;
	background-color: white;
	color: black;
	font-weight: bold;
}

.newblockVG input, .newblockVG select {
	margin-bottom: 10px;
	background-color: white;
	color: black;
	font-weight: bold;
}

.logon {
	width: 1000px;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	float: left;
}


.logon input {
	width: 200px;
	margin-left: 72px;
	color: #00E379;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	background-color:#5B0103;
	border:1px solid;
	border-top-color:#5B0103;
	border-left-color:#C33E69;
	border-right-color:#5B0103;
	border-bottom-color:#C33E69;
}



.xmenu {
	width: 175px;
	display: block;
	margin: 1px 0 0 0;
	padding: 0;
	border: none;
	float: left;
}


.xmenu input {
	width: 150px;
	margin-left: 20px;
	color: #00E379;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	background-color:#5B0103;
	border:1px solid;
	border-top-color:#5B0103;
	border-left-color:#C33E69;
	border-right-color:#5B0103;
	border-bottom-color:#C33E69;
}

input.qtyxx {
	border: none;
	color: black;
	text-align: right;
}

input.qty {
	border-style: none;
	margin: 0;
	color: black;
	text-align: right;
}

input.qtyp {
	color: black;
	text-align: right;
}

select#selOrder {
	color: black;
	text-align: left;
	font-weight: bold;
}

.newblockV label {
	width: 60px;
	float: left;
	text-align: right;
	margin: 5px 5px 0 0;
	padding-right: 5px;
}

.newblockVG label {
	width: 175px;
	float: left;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0;
}

.lefthalf {
	width: 60%;
	float: left;
	margin: 0;
}
.righthalf {
	width: 40%;
	float: right;
	margin: 0;
}
#Title {
	width: 3em;
}
#FirstName {
	width: 21em;
}
#Initials {
	width: 3em;
}
#FamilyName {
	width:26em;
}
#Email {
	width:57em;
}
#Street1 {
	width: 22em;
}
#Street2 {
	width: 22em;
}
#Suburb {
	width: 22em;
}
#State {
	width: 11em;
}
#Country {
	width: 22em;
}
#Postcode {
	width: 5em;
}
#TelHome {
	width: 8em;
}
#TelBusiness {
	width: 8em;
}
#TelMobile {
	width: 8em;
}
#Member {
	width: 5em;
}
#Password {
	width: 10em;
}


/* Buttons */
div#menu {
	display: block;
	height: auto;
	width: 100%;
}
div#menu ul {
	margin: 0;
}
div#menu li {
	height: 39px;
	width: 230px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	line-height: 39px;
	list-style-type: none;
	background-image: url(../buttons/Apply.png);
	background-repeat: no-repeat;
}
div#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #00E379;
}
div#menu li a:hover {
	color: #FFFFFF;
	background-image: url(../buttons/Apply.png);
	background-position: 0px -39px;
}
div#menu li a:active {
	color: #FFFF00;
	background-image: url(../buttons/Apply.png);
	background-position: 0px -39px;
}
div#menu li a:link {
	color: #00E379;
	background-image: url(../buttons/Apply.png);
	background-position: 0px 0px;
}
div#menu li a:visited {
	color: #C33E69;
	background-image: url(../buttons/Apply.png);
	background-position: 0px -78px;
}

/* Order Summary Styles */
table.ordersummary {
	background-color: white;
}


#trFirstRow {
	color: black;
}

tr#trSecondRow th {
	color: black;
}

#trThirdRow {
	color: black;
}

.thTitle {
	text-align: center;
}

.thOrder {
	text-align: center;
	vertical-align: middle;
}

.thStatus {
	text-align: center;
}


.tdTotals {
	margin: 0;
}

.trRow td {
	color: black;
	text-align: right;
}


.trRow th {
	color: black;
	text-align: right;
}

tr.trTotals td{
	color: black;
	text-align: right;
	font-weight: bold;
}

tr.trShipping td{
	color: black;
	text-align: right;
	font-weight: bold;
}

/* Order Checkout Styles */
#checkout {
	margin: 0;
}

.checkout {
	font: 10px Arial, Geneva, serif;
	color: black;
	text-align: center;
}

.checkblurb {
	font: 10px Arial, Geneva, serif;
	color: black;
	text-align: center;
}

.checklist {
	font: 10px Arial, Geneva, serif;
	line-height: 140%;
	list-style-type: square;
	list-style-position: outside;
	color: black;
	text-align: left;
}

.emphasise {
	font-size: 16px;
	font-weight: bold;
}

li.liaddr {
	list-style-type: none;
}

.coaddress {
	font: 10px Arial, Geneva, serif;
	color: black;
	text-align: left;
}

.colabel {
	font: 10px Arial, Geneva, serif;
	color: black;
	text-align: right;
}

.coitem {
	font: 10px Arial, Geneva, serif;
	background-color: white;
	color: black;
	text-align: left;
}

.coship {
	text-align: left;
}

input.ship {
	font: 10px Arial, Geneva, serif;
	background-color: white;
	color: black;
	text-align: left;
}
