* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

body {
	font-size: 62.5%; /*Sets all fonts to 10px - This simplifyes em styling*/
}


#container {
	background-image: url(../images/layout/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 967px;
	padding: 0px 5px 0px 5px;
	margin: 0 auto 0 auto;
}

.clear {
	clear: both;
}

.imagereplacement, .skipnav , .hide{
	position: absolute;
	left: -5000px;
}

.redbold, label.error 
 {
	color: #f00;
	font-weight: bold;
}

label.error {
	margin: 10px;
}

fieldset {
	border:0px;
}

.message {
	color: red;
	font-weight: bold;
}

/* frames */
#left {
	float: left;
	padding: 0 0 0 3px;
	width: 180px;
}

#left h1 img{
	border: 0px;
}

#left p {
	font-size: 1.2em;
	margin: 10px;
}

#right{
	float: left;
	margin: 0 3px 0 2px;
}

/* headers */
#top {
	background-color: #17AC93;
	width: 778px;
	height: 296px;
	margin-bottom: 20px;
}

#top h2 {
	height: 273px;
	overflow: hidden;
}

#top h2 img {
	border-bottom: 2px solid #fff;
}

#narrowtop {
	background-color: #17AC93;
	width: 778px;
	height: 26px;
}

/* menu */
#menu {
	padding: 4px 0 0 0;
	margin: 0 0 0 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#menu li{
	display: inline;
	list-style: none;
	font-weight: bold;
	padding: 0 6px 0 5px;
	border-left: 2px solid #fff;
}

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

#menu li a:hover{
	text-decoration: underline;
}

#menu #logout {
	padding-left: 120px;
}

/* sub menu */

#submenu {
	background-color: #545555;
	width: 778px;
	height: 26px;
	border-top: 2px solid #fff;
}

#submenu ul{
	margin: 6px 0 0 10px;
	padding: 0;
	border-left: 2px solid #fff;
	font-size: 1.2em;
	line-height: 1.4em;
}

#submenu ul li{
	display: inline;
	list-style: none;
	font-weight: bold;
	padding: 0 6px 0 5px;
	border-right: 2px solid #fff;
}

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

#submenu ul li a:hover{
	text-decoration: underline;
}

/* center column */
#content {
	padding: 5px 0 32px 0;
	width: 778px;
}

#contentleft { 
	float: left;
	width: 528px;
}

#contentleft h2 {
	margin: 5px 16px 5px 16px;
	font-size: 2.6em;
	color: #4C585A;
}

#contentleft h3 {
	margin: 15px 16px 15px 16px;
	font-size: 1.8em;
}

#contentleft h3 a{
	color: #000;
}

#contentleft h3 a:hover{
	text-decoration: none;
}

#contentleft p {
	margin: 15px 35px 15px 16px;
	font-size: 1.2em;
	line-height: 1.8em;
}

#contentleft label {
	font-size: 1.2em;
	font-weight: bold;
}

#contentleft ol li, #contentleft ul li{
		margin: 2px 40px;
		padding: 10px;
		font-size: 1.2em;
}

#contentleft ol li ol li{
	font-size: 1.0em;
	list-style-type: lower-alpha;
}

/* Right Column */
#contentright{
	float: left;
	width: 245px;
	margin: 0 0 0 5px;
}

#contentright h3 {
	font-size: 22px;
	margin: 5px 15px 10px 15px;
}

#contentright h3 a{
	color: #000;
}

#contentright h3#registerlink a{
	color: #000;
	text-decoration: underline;
}

#contentright h3#registerlink a:hover{
	color: #17AC93;
	text-decoration: none;
}

#contentright p {
	font-size: 14px;
	margin: 5px 15px 10px 15px;
}

#contentright p#itsfree {
	width: 179px;
}


/*  Registration form */

#signupForm h3 {
	background-color: #15AC93;
	color: #fff;
	width: 474px;
	font-size: 1.6em;
	margin: 0px;
	padding: 4px;
}

#signupForm fieldset {
	border: 0px;
}

#signupForm div{
	padding: 0px;
	border: 1px solid #A4A3A3;
	width: 482px;
	margin: 20px 0 0 15px;
}

#signupForm legend {
	position: absolute;
	border:1px solid #000;
}

#signupForm  label.error {
	 font-size: 1.0em;
}

#registerbutton {
	padding: 10px 0px 10px 413px;
}

#signupForm #business_sector {
	width: 300px;
}

/* Log in box*/

#loginbox {
	border-left: 1px solid #A4A3A3;
	border-right: 1px solid #A4A3A3;
	border-bottom: 1px solid #A4A3A3;
	width: 199px;
	margin: 15px 15px 10px 15px;
}

#loginbox h3 {	
	font-size: 1.6em;
	padding: 3px 5px;
	margin: 0px;
	background-color: #17AC93;
	color: #fff;
}

#loginbox p.error {
	color: #f00;
}

#loginbox p {
	font-size: 1.2em;
	padding: 5px 5px;
	margin: 0px;
	font-weight: bold;
}

#loginbox p a{
	font-weight: normal;
	font-size: 1.0em;
	color: #000;
}

#loginbox p a:hover{
	color: #17AC93;
	text-decoration: none;
}


#loginbox #loginUsername, #loginbox #loginPassword {
	width: 185px;
}

#loginbox #loginbutton  #login{
	width:63px;
	height:20px;
}

#loginbox #loginbutton {
	margin: 0 0 0 125px;
}

/* Welcome box */
#welcome {
	padding: 10px 0;
}

#welcome h2 {
	font-size: 1.6em;
	margin: 10px;
	font-weight: normal;
}

#welcome p a {
	color: #000;
}

#welcome p a:hover {
	text-decoration: none;
}

/* search box */

#searchbox
{	
	border-left: 1px solid #A4A3A3;
	border-right: 1px solid #A4A3A3;
	border-bottom: 1px solid #A4A3A3;
}

#searchbox form {
	margin: 0px;
}

#searchbox #imagesearchtitle {
	background-color: #17AC93;
	color: #fff;
	font-size: 1.6em;
}
#searchbox #searchfiltertitle {
	background-color: #17AC93;
	color: #fff;
	font-size: 1.2em;
	margin: 5px 0px 5px 0;
	clear: both;
}

#searchbox p {
	margin: 0px;
}

.findmeanimage {
	padding: 0 0 0 65px;
}

#searchbox p {
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 2px 2px 2px 5px;
}

#searchbox legend {
	font-size: 1.1em;
	padding: 3px;
	font-weight: bold;
	color: #000;
}

#searchbox fieldset{
	border: 0px;
}

#search {
	width: 162px;
}

/* VHEY lightboxes */

#vheylightboxes {
	padding: 0px;
	width: 242px;
	margin: 0;
	border-left: 1px solid #A4A3A3;
	border-right: 1px solid #A4A3A3;
	border-bottom: 1px solid #A4A3A3;
}

#vheylightboxes h2 {
	font-size: 1.6em;
	color: #fff;
	background-color: #15AC93;
	border-bottom: 1px solid #fff;
	padding: 3px;
	clear: both;
}
#vheylightboxes h3 {
	font-size: 1.4em;
	color: #fff;
	background-color: #15AC93;
	padding: 3px;
	margin: 0px;
	clear: both;
}

#vheylightboxes h3 a, #vheylightboxes h2 a{
	color: #fff;
	text-decoration: none;
}

#vheylightboxes h3 a:hover, #vheylightboxes h2 a:hover {
	text-decoration: underline;
}

#vheylightboxes img {
	float: left;
	padding: 5px 0px 5px 5px;
	border: 0px;
}


/* results page  - Note we overwrite some settings from the lightbox info section to position it correctly*/
#resultstop {
	width: 778px;
}

#resultstopleft {
	float: left;
	width: 534px;
}

#resultstop p {
	font-size: 1.4em;
}

#resultstop p a{
	color: #000;
	font-weight: bold;
}

#resultstop p a:hover{
	text-decoration: none;
	color: #17AC93;
}
#resultstop #lightboxinfo{
	float: left;
}

/*image rack - used in results and lightboxes pages */

#imagerack {
	width: 777px;
	margin: 20px 0 0 0;
	clear: both;
}

#imagerack .thumbnail {
	float: left;
	width: 164px;
	height: 260px;
	text-align: center;
	margin: 10px 10px;
	border-bottom: 1px solid #A4A3A3;
}

#imagerack  .thumbnail .thumbnailimage {
	width: 168px;
	height: 172px;
	margin: auto 0;
	line-height: 172px;
}

#imagerack  .thumbnail .thumbnailimage a img{ border: 2px solid #fff; }
#imagerack  .thumbnail .thumbnailimage a:hover img{ border: 2px solid #17AC93; }
/*#imagerack  .thumbnail .thumbnailimage a:visited img{ border: 2px solid #454641; }*/

#imagerack .thumbnail p { margin: 0 auto; }
#imagerack .thumbnail p a{ color: #000; }
#imagerack .thumbnail p a:hover{ color: #17AC93; }
/*#imagerack .thumbnail p a:visited { color: #454641; }*/


#imagerackfooter {
	clear: both;
}

#imagerackfooter p {
	font-size: 1.2em;
	margin: 15px;
}
#imagerackfooter p a{ color: #000; }
#imagerackfooter p a:hover{ color: #17AC93; }
/* light box info side flash */
#lightboxinfo {
	background-color: #D7EDF0;
	padding: 0px;
	width: 214px;
	margin: 0 0 0 30px;
}

#lightboxinfo h3 {
	margin: 0px;
	font-size: 1.6em;
	padding: 3px;
	color: #fff;
	background-color: #17AC93;
}

#lightboxinfo p {
	font-size: 1.2em;
	margin: 3px;
}

#lightboxinfo a{
	color: #000;
}

#lightboxinfo a#currentlightbox {
	font-weight: bold;
	font-size: 1.4em;
}

#lightboxinfo a:hover{
	text-decoration: none;
}
#lightboxinfo p#swap  {
	margin: 0px;
	padding: 0 0 0 4px;
	float: left;
}
#lightboxinfo p#swapbutton  {
	margin: 0px;
	padding: 1px 4px;
	float: left;
}

/*lightbox summary */

.lightboxsummary {
	margin: 5px 20px;
	border-left: 1px solid #A4A3A3;
	border-right: 1px solid #A4A3A3;
	border-bottom: 1px solid #A4A3A3;
	background-color: #fff;
}

.lightboxsummary h4 {
	color: #fff;
	background-color: #17AC93;
	font-size: 1.6em;
	padding: 3px;
}

div.lightboxsummary h5{
	margin: 3px;
	padding: 0px;
	font-size: 1.0em;
	font-weight: normal;
}

.lightboxsummary  h5 a{
	color: #4C585A;
	margin: 0 15px 0 0;
}

.lightboxsummary  img{
	margin: 3px;
}



/* Order Lightbox */

#orderingyourinfo p {
	font-size: 12px;
	margin: 0 0 0 30px;
}

#orderlightbox img{
	border: 0px;
}

/* delete lightbox */

#deletelightbox {
	border-left: 1px solid #A4A3A3;
	border-right: 1px solid #A4A3A3;
	border-bottom: 1px solid #A4A3A3;
	margin: 15px;
}

#deletelightbox h3 {
	background-color: red;
	color: #fff;
	padding: 3px 5px;
	margin: 0px;
}

div#deletelightbox a:hover{
	color: red;
}

/* help section */

ul#faqlist {
	margin: 15px 0 20px 0;
}

ul#faqlist li{
	padding: 0px;
	margin: 5px 35px;
}

ul#faqlist li a{
	color: #000;
}

div.faqs {
	margin: 10px 15px;
	width: 475px;
	border-left: 1px solid #A4A3A3;
	border-right: 1px solid #A4A3A3;
	border-bottom: 1px solid #A4A3A3;
}

div.faqs h4{
	background-color: #17AC93;
	color: #fff;
	font-size: 1.4em;
	padding: 5px 10px 5px 15px;
	clear: both;
}

#faqmenu {
	float: left;
	width: 248px;
	
	
	border-left: 1px solid #A4A3A3;
	border-right: 1px solid #A4A3A3;
	border-bottom: 1px solid #A4A3A3;
}

#faqmenu h2 {
	font-size: 1.6em;
	color: #fff;
	background-color: #15AC93;
	border-bottom: 1px solid #fff;
	padding: 3px;
	clear: both;
}

#faqmenu li {
	list-style: none;
	font-size: 1.4em;
	margin: 10px;
}

#faqmenu li a{
	color: #000;
}

p.backtotop a{
	float: right;
	color: #000;
}

/* footer */
#footer {
	clear: both;
	height: 19px;
	background-color: #17AC93;
	border-top: 3px solid #fff;
	margin: 0 4px 0 3px;
	padding: 5px 10px 0 10px;
}

#footerlinks li {
	float: left;
	list-style: none;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	border-left: 2px solid #fff;
	padding: 0 5px 0 5px;
}

#footerlinks li#copyright {
	border-left: 0px;
	padding: 0 0 0 210px;
}

#footerlinks li#leecreative {
	border-left: 0px;
}

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

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