html, body {
  height: 100%;
}

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #111;  
}

a {
        text-decoration: none;
	color: White;
	cursor: pointer;
}
a:hover {
	color: #117777;
}
#siteBox {
  float: left;
  width: 100%;
  color: #FFFFFF;
}

#header {
  float: right;
  width: 100%;
  height: 80px;
  background-color: #006666;
  background-image: url(/ocache/11/resources/themes/37/hdr.jpg); 
  background-position: top left;
}


#logo {
	position: absolute;
background-repeat: no-repeat;
	width: 500px;
	height: 80px;
	background-position: 0px 5px;
	right: 10px;
	
}

#content {
  float: right;
  width: 100%;
  padding: 1em 0 0 0;
  background-color: #333;
  height: 100%;
}

#ticker {
  font-size: 11px;
  padding: 2px;
  padding-bottom: 5px;
  color: #DDD;
}
#cartNotifier {
  font-size:11px;
  margin-right: 5px;
  color:#CCCCCC;
}
#cartNotifier a {
  text-decoration: underline;
}


/* Scrolling Text */
.bannerForm {
	margin: 10px;
	font-family: "Courier New", Courier, monospace;
	background-color: #222222;
	font-size: 8pt;
}
.bannerForm input {
	background-color: #222222;
	font-size: 8pt;
	border: none;
	font-family: "Courier New", Courier, monospace;
}
/* Paragraph Headers */
.header {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.9em;
  color: #006666;
  border-bottom: 1px solid #AAAAAA; 
  margin-bottom: 1em;   
}
/*Left Content */
#contentLeft {
  float: left;
  margin-bottom: 1em;
	background-color: #777; 
}
.contentLeftAdmin {
    width: 12.0%;
}
.contentLeftSite {
    width: 25.3%;
}

#contentLeft p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.3em;
}

#contentLeft .imageTag {
	position: relative;
	top: -8px;
	left: 5px;
}
#contentLeft a {
	position: relative;
	top: 10px;
	left: 0px;
	display: block;
}
#contentLeft .flag {
	border: 1px solid #AAAAAA;
}
#contentLeftThin {
  float: left;
  width: 25.3%;
  margin-bottom: 1em;
	background: #777 url(/site_images/corner_sub_tr.gif) no-repeat top right; 

}
#contentLeftThin p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.9em;
  line-height: 1.3em;
}


#paperSizes .imageTag {
	position: relative;
	top: -70px;
	left: 90px;
	font-size: 12pt;
	display: block;
}
#paperSizes a {
	position: relative;
	top: 10px;
	left: 20px;
	display: block;
}
.paperSizesNav {

	margin: 10px;
	clear: both;
	margin-left: 20px;


}
.floatLeft {
	float: left;
	margin-left: 20px;
	clear: both;
}



/* Right Content */
.mainBox p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.9em;
  line-height: 1.3em;
}
.mainBox form {  
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  display: block;
}

.mainBox input, select, submit {  
  display: block;
  margin-bottom: 0px;
}
.mainBox #submit { 
    background-color: #006666;
    color: #333333;
    height: 20px;    
	font-weight: bold;
	margin-top: 0px;
	cursor: pointer;
}
.mainBox .submit {
    background-color: #FFCC00;
    color: #333333;
    height: 20px;
        font-weight: bold;
        margin-top: 0px;
        cursor: pointer;
}
#confirmation #submit {
	width: 150px;
}
.mainBox label {  

	color: White;
	font-size: 10pt;
	font-weight: bold;
}
.mainBox fieldset {  
	padding: 10px;
	color: White;
	font-size: 10pt;
	font-weight: bold;
}
legend {
  color: white;
}

.mainBoxSite table {
	position: relative;
	left: 20px;
	font-size: 12px;
	color: white;
}
.mainBoxAdmin table {
        font-size: 12px;
 }


.mainBox table th {
	color: #006666;
	border-bottom: 1px solid #AAAAAA;
}
.mainBox table .thNoBorder {
	border: none;
}

.mainBoxSite table #quantity {
		width: 30px;
		position: relative;
		left: 10px;
}
.mainBoxAdmin table #quantity {
                width: 30px;
                position: relative;
                left: 0px;
}

.event {
	width: 160px;
	font-size: 10pt;
	float: left;
	margin-left: 20px;
	font-weight: bold;
	background-image: url(/site_images/icons/0118_abullet.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 14px;
	
}
.eventDate{
	margin-bottom: 20px;
	color: #006666;
	display: block;
}

.galleryName {
	width: 250px;
	font-size: 10pt;
	float: left;
	margin-left: 20px;
	font-weight: bold;
	background-image: url(/site_images/icons/0118_abullet.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 14px;
}

.mainBox {
        float: right;
  background-color: #777;
  margin-bottom: 20px;
  font-size: 0.9em;
}
.mainBoxSite {
  width: 73%;
}

.mainBoxAdmin {
  width: 87%;
}

#eventsSelectBox {
}

#productsSelectionPicture{
	width: 73%;
}
#productsSelectionPicture .theBigPic {
position: relative;
	left: 40px;
	height: 379px;
}
#searchBox {
  width: 80%;
 }
#searchBox #numSelect {
	position: relative;
	top: -5px;
	width: 200px;
	height: 100px;
	background-color: White;
	overflow: scroll;
        z-index: 1;
	color: Black;
}
#details {
  width: 80%;
}
#shoppingCart {
   width: 73%;
}
#resultThumbs {
  width: 80%;
 }

#confirmation {
  width: 80%;
 }


.addressBlock {
	display: block;
}
.warning{
	position: relative;
	left: 20px;
	font-size: 12pt;
	font-weight: bold;
	color: #DD0000;
	display: block;
}
/*Promo Panel */
#promoDir {
	padding-top:20px;
	font-size: 8pt;
        width: 100px;

}	
#promoDir span span {
	text-decoration: underline;
	cursor: pointer;
	
}
#promoPanel {
	  float: left; 
	  text-align: left; 
	  display: none;
}

/*Pic Borders */
.borderThis {
	border: 1px solid #AAAAAA;
}

/* Divider to overcome IE error */
#divider {
	clear: both;
  float: left;
  width: 100%;
  height: 75px;
  line-height: 1em;
  background-color: #333;
}
#dividerRight {
	clear: both;
  float: right;
  width: 100%;
  height: 2em;
  line-height: 1em;
  background-color: #222222;

}
/* Lower Boxes */
.lowerBoxes {
	margin-left: 40px;
	margin-bottom: 20px;
	float: left;
	width: 200px;
	height: auto;
	background-color: #777;
	overflow: visible;
	
}

#box1 {
}
#box2 {
}
#box3 {
}
/* Footer */
#footer {
  float: left;
  width: 100%;
  height: 5em;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 1em;
  color: #0AD;
  background: #99ABB5 url(/ocache/11/resources/themes/37/hdr.jpg) repeat-y bottom left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 5em;
  text-align: left;
  background: url(/site_images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 5em;
  text-align: right;
  background: url(/site_images/corner_br.gif) no-repeat bottom right;
}

/* Corners */
.bottomCorner {
  text-align: right;
 clear: both;
}
.bottomCornerLeft {
	clear: both;
}

.vBottom {
  vertical-align: bottom;
 }

.floatCornerLeft{
	float: left;
}
.floatCornerRight{
	float: right;
}

/*Page Num Div (Contains Buttons) */

	#pageNums {
		position: relative;
		text-align: center;
	}

/* Buttons */
.button {
	position: relative;
	background-color: #FFCC00;
	text-align: center;
	width: 50px;
	white-space: nowrap;
	border-top: 1px solid White;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid White;
	cursor: pointer;
	font-size: 10pt;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #333333;
	letter-spacing: normal;
}

a:hover.button {
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid White;
	border-right: 1px solid White;
	border-left: 1px solid #AAAAAA;
	color: #333333;
	background-color: #AAAAAA; 
}

.on {
	background-color: #AAAAAA;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid White;
	border-right: 1px solid White;
	border-left: 1px solid #AAAAAA;
	color: #333333;
}
a:hover.buttonOn {
	color: #333333;
}

.buttonLabel {
	position: relative;
	top: -14px;
	left: 2px;
	margin-right: 30px;
	font-size: 10pt;
}

/* Specific Button Positioning */
#thumbsSrchAgn {
	left: 20px;
}


#addToOrd {
	right: 10px;
}
#changeDetails {
	left: 10px;
}
/*Pad to stop strange RC behaviour*/
p.pad {
	height: 10px;
}

.helpPanel {
   width:350px;
   padding:10px;
   z-index:100;
   position:absolute;
   top:200px;
   left:30%;
   background-color:black;
   color:white;
   border-style: solid;
   border-color: #FFFFFF;
   border-width: 1px;
}
loginName {
  color: #FFCC00
}

.searchSuggestion {
  background-color: #FFFFEE;
  margin: 20px;
  padding:10px;
  width:410px;
  border-color:#DF0000;
  border-style:solid;
  border-width:2px;
  color:#DF0000;
}

.payButton {
  background-color: #006666;
  color: #222;
  margin-left: 200px;
  padding: 2px;
  border-style: outset;
  border-color: white;
  border-width: 2px;
}




:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input,dl,dd,dt
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }
