/*
Colours: 
Orange: ef4e17
Lighter Blue: 00309b

*/

body {
	background-color:#000000;
}

h1 {
	color:#BCC047;
}

h2 {
	color:#EF4E17;
}

h3 {
	color:#EF4E17;
}

.search_controls a {
	color:#fff;
	padding:7px 9px;
	text-decoration:none;
}
.search_controls a:link {
	color:#fff;
}

.search_controls a:hover {
	color:#eee;
	text-decoration:none;
	background-color:#00309b;
}

.flash_notice {
  background-color:#0047AD;
  padding:4px 8px;
  border: none;
  font-size:1em;
  margin: 20px 0px 0px;
}

.menu_bar {
        position:relative;
	font-size:15px;
	line-height:32px;
	height:31px;
	width:100%;
	background-color:#ef4e17;
	color:#ffffff;
}


.search_controls {
	padding-left:110px;
	width: 880px;
}

#gallery-count-top {
	float:left;
	position:absolute;
	margin-left:-110px;
	width:80px;
	background-image:url("/images/ui/photos-in-gallery-top.png");
	background-repeat: no-repeat;
	padding:30px 20px 5px;
	height:120px;
	font-size:18px;
	line-height:18px;
	color:#ffffff;
	z-index:10;
}

#gallery-count-bottom {
	float:left;
	position:relative;
	top:-18px;
	margin-left:-110px;
	width:80px;
	background-image:url("/images/ui/bottom_gallery.png");
	background-repeat: no-repeat;
	padding:18px 16px 5px;
	height:40px;
	font-size:14px;
	line-height:15px;
	color:#ffffff;
	z-index:10;
}

.background-holder {
	min-height:500px;
	padding-top:14px;
	color:#eeeeee;
	width:auto;
	background-image:url("/images/backgrounds/renmark.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center top;
}

.bottomvig {
	background-image:url('/images/ui/bottom-vig.png');
	width:100%;
	height:7px;
	top:-14px;
	position:relative;
	background-repeat: repeat-x;
}

.landscape_image {
	border:solid 3px #ffffff;
	width:150px;height:100px;position:absolute;left:18px;top:50px;
}
.landscape_image:hover {
	border:solid 3px #EF4E17;
}

.portrait_image {
	border:solid 3px #ffffff;
	width:100px;height:150px;position:absolute;left:34px;top:0;
}
.portrait_image:hover {
	border:solid 3px #EF4E17;
}


.bottom_icons_landscape {
	position:absolute;
	right:-10px;
	top:122px;
}
.bottom_icons_portrait {
	position:absolute;
	right:24px;
	top:122px;
}


.blue_link {
 background-color:#0047AE;color:#ffffff;padding:8px 12px;font-size:16px;text-decoration:none;       
}
.blue_link:hover {
 background-color:#EF4E17;color:#ffffff;
}

.ind_image {
	float:left;width:163px;height:220px;margin-left:0px;position:relative;
}

.ind_image:hover div div {
	display:inline;
}
.img_minus {
	display:inline;
	position:relative;
	float:right;
	width:33px;
	height:33px;
}
.img_plus {
	display:none;
	position:relative;
	float:right;
	width:33px;
	height:33px;
}
.img_postcard {
	display:none;
	position:relative;
	float:right;
	width:33px;
	height:33px;
}
.img_enlarge {
	display:none;
	position:relative;
	float:right;
	width:33px;
	height:31px;
	margin-top:2px;
}
.img_thumb_desc {
	position:relative;top:140px;padding:5px 5px 5px 18px;width:150px;font-size:0.85em;line-height:1em;
}

.place_order_now {
	float:right;font-size:16px;
	margin-bottom:4px;
}

.place_order_now a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#00347F;
}
.place_order_now a {
	text-decoration:none;
	color:#ffffff;
	padding:6px 12px;
	background-color:#0046AD;
}



.img_full {
	
	
}

.full_image img {
	border:solid 4px #ffffff;
}

.layout_bkgrnd {

	margin-left:12px;
	padding:8px;width:860px;
 }
.layout_bkgrnd[class] {
  background-image:url('/images/75p_black.png');
}
#slider {
	position:relative;
	background:url('/images/loading.gif') no-repeat 50% 50%;
  width:550px;border:3px solid #ffffff;height:367px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.img_description {
	float:left;margin-left:12px;
	padding:8px;width:390px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
}
/* IE ignores styles with [attributes], so it will skip the following. */
.img_description[class] {
  background-image:url('/images/75p_black.png');
}

.bgfade {
	float:left;margin-left:12px;
	padding:8px;width:390px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
}
.bgfade[class] {
  background-image:url('/images/75p_black_out.png');
}


.keywords {margin-bottom:8px;margin-top:8px;padding: 5px 0;}
.keywords a {padding:5px;}
.keywords a:link{
	color:#EF4E17;
}
.keywords a:visited{
	color:#EF4E17;
}
.keywords a:active{
	padding:6px 6px 4px 4px;
}
.keywords a:hover {
	color:#eeeeee;
	background-color:#0047AE;
	text-decoration:none;
}

.legals {
	font-size:0.9em;
	line-height:1.1em;
}

/*

JQuery Tools Related Stuff

*/

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333333;
	
	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

#triggers {
  width: 980px;
  margin-left:-14px;
}

.landscape_overlay {
	width:auto;	
}
.portrait_overlay {
	width:auto;	
	height:auto;
}

.landscape_details {
	width:150px;	
}
.portrait_details {
	width:150px;	
}

.nextprev {
	background-color:#EF4E17;padding:5px 8px;color:#fff;
}
.nextprev:hover {
	background-color:#00309B;color:#fff;
}

.footer_text {
	padding-left:20px;width:980px;margin:0px auto 15px;color:#aaaaaa;font-size:0.8em;
}
.footer_text a {
	color:#aaaaaa;
}
.footer_text a:hover {
	color:#cccccc;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url('/images/ui/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* styling for elements inside overlay */
	.details {
		display:none;
		position:absolute;
		top:15px;
		right:15px;
		font-size:12px;
		color:#ffffff;
	}
	
.details h3 {
		color:#EF4E17;
		font-size:15px;
	}
  
.orderbutton {
  margin-top:10px;padding:5px;background-color:#0046AD;color:#fff;border:none;cursor:pointer;
  font-size:14px;font-weight:bold;
  width:230px;
}
.orderbutton:hover, .orderorange:hover {
  background-color:#004F00; 
  color:#ffffff;
}
.orderorange {
  background-color: rgb(239, 78, 23);
}
.orderbutton:active {
  background-color:#003F00;
  margin-left:-1px;
  color:#ffffff;
}
.tdpadless td {
   padding:0;
}
.tdpadless td input {
   padding: 3px;
   font-size: 14px;
}

.errorExplanation {
  padding:5px;
  background-color:#0047AD;
  border: solid 3px #1964CF;
}

.errorExplanation h2, .errorExplanation p, .errorExplanation ul {
  color:#ffffff;
  margin-bottom: 5px;
}
