@charset "utf-8";




* {
	margin: 0;
	padding: 0;	
}

html, body {
	width: 100%;
	height: 100%;		
}

img {
	border: none;	
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
	min-height: 1000px;  /* needs to change */
}

a {
	color: #193E50;	
}

h1.heading-image {
	width: 280px;
	float: left;
	margin: 0 0 20px 0;	
}

.footer-colomn h2 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin-left:10px;
	margin-bottom: 10px;	
}

.button-image {
	float: left;
	margin-right: 12px;
}

.button-image a {
	height:25px;
	width: 74px;
	overflow:hidden;
	display:inline-block;		
}

.button-image a:hover img {
	margin-top: -25px;	
}

/* ------- wrapper and containers */
#wrapper {
	width: 1020px;	
	/*min-height:100%;*/
	/*min-height: 1300px;*/
	height: auto !important;
	height: 100%;
	/*margin: 0 auto -320px;  IE6 doesn't like this */
	margin: 0 auto;
}

#container-nav {
	height: 105px;
	width: 960px;
	padding: 0 30px;
	z-index: 50;	
}

#holder-logo {
	height: 90px;
	padding-left: 20px;
	padding-top: 15px;
	width: 126px; /* added 25 because of IE6 */
	
	float: left;	
}

#holder-navitems {
	height: 61px;
	padding-top: 45px;
	
	float: left;	
}

#holder-navitems a, #holder-navitems a.nav-med, #holder-navitems a.nav-tall{
	height: 13px;
	overflow:hidden;
	display:inline-block;
}

#holder-navitems a.nav-med {
	height: 15px;	
}

#holder-navitems a.nav-tall {
	height: 16px;		
}

#holder-navitems a.nav-tall img {
	margin-top: 1px;	
}

#holder-navitems a.selected-tall img {
	margin-top: -20px;	
}

/*#holder-navitems a:hover img {
	margin-top: -13px;	
}*/

/*#holder-navitems a.nav-med:hover img {
	margin-top: -38px;	
}

#holder-navitems a.nav-tall:hover img {
	margin-top: -40px;	
}*/

.selected-med img {
	margin-top: -19px;	
}

.selected-tall img {
	margin-top: -32px;	
}

#holder-navitems ul li {
	list-style-type: none;
	margin: 0 23px 0 27px; /*margin: 0 21px 0 0;	 /* margin: 0 25px 0 0; */
	display: inline;	
}

#holder-navitems ul li:first-child {
		/*margin-left: 25px;  no go in IE6 */
}

#holder-navitems ul li:last-child {
		margin-right: 0;
}
#container-feature {
	width: 1020px;
	height: 455px;	
	float: left; /* needs float */
	margin: 20px 0 0 0;
}

#container-content {
	/* IE6 doesn't like  margin-left: 30px; - using ie6-gap */
	margin: 20px 0;
	width: 990px;
	min-height: 300px;
	/*height: 300px;*/
	float:left;	
}

#container-copy {
	width: 280px;
	float:left;	
}

#container-copy-internal {
	width: 315px;
	float: left;	
}

#container-copy-holder-internal h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6f9cb2;
	font-weight: bold;
	margin-bottom: 10px;
	float:left;	
}

#container-copy-holder-internal span {
	float: left;
	margin-top: -4px;	
}

#container-copy p, #container-copy-internal p, #container-copy-holder-internal p, #container-copy-holder-internal span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #5c5c5c;
	line-height:21px;
	margin-bottom:10px;	
}

#container-copy-holder {
	width: 710px;
	float:left;	
}

#container-copy-holder-internal {
	width: 645px; /* minused 30 for shadow */
	float: left;	
}

#container-image {
	width: 650px;
	height: 257px;
	float:left;	
}

#container-image img {
	position: absolute;	
}

#container-author {
	width: 960px;
	margin: 0 auto;	
	float: left;
	border-top: 1px solid #1f5169;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	
	padding: 10px 0;
}

#holder-author {
	width: 960px;
	
	float:left;	
}

#wrapper-footer {
	width: 960px;
	margin: 0 auto;	
}

#holder-thumbnails {
	float: left;	
	width: 303px;
}

#container-subnav {
	position: absolute;
	top: 65px;
}

/* ------- image areas */
#shadow-left-large, #shadow-right-large {
	width: 30px;
	height: 435px;
	float:left;
}

.shadow-left-thumbnail, .shadow-right-thumbnail {
	width: 8px;
	height: 70px;
	float: left;
	margin-bottom: 10px;	
}

#shadow-bottom-large {
	width: 960px;
	height:20px;
	margin-bottom:30px; /* IE6 doesn't like  margin: 0 30px 30px; - using ie6-gap */
	float: left;	
}

#image-feature {
	width: 960px;
	height: 435px;
	float:left;	
}

#shadow-left-small, #shadow-right-small {
	width: 30px;
	height:	257px;
	float:left;
}

#container-thumbs {
	/* IE6 doesn't like  margin-left: 30px; - using ie6-gap */
	margin-top:5px;
	width: 650px;
	float:left;	
}

.thumb {
	background-image:url(../images/thumb.png);
	height:16px;
	width:16px;
	overflow:hidden;
	display:inline-block;
	float:left;	
	margin-right: 4px;
	text-align:center;
}

.thumb span {
	font-size: 10px;
	color: #6f9cb2;	
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 16px;
	height:16px;
}

.thumb:hover span {
	cursor:pointer;	
}

.thumbnail-image {
	width: 85px;
	height: 70px;
	float: left;
	margin-bottom: 10px;	
}

.subnav {
	position: absolute;
	/*display:block;	*/
}

.subnav-top {
	width: 125px;
	height:	14px;
}

.subnav-bg {
	width: 125px;
	background-color:#4d4d4d;
	min-height: 20px;
	position:absolute;
	z-index: 25;	
}

.subnav-content {
	width: 125px;
	z-index: 50;
	position: relative;	
}

.subnav-bottom {
	width: 125px;
	height: 5px;
}

.subnav-content ul {
	margin-left: 5px;	
}

.subnav-content ul li {
	line-height: 24px;
	height: 24px;
	border-bottom:1px solid #666666;
	width: 116px;
	list-style-type: none;
}

.subnav-content li a {	
	color:#FFF;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	text-decoration:none;
	height:24px; /* HEIGHT MUST BE DEFINED */
}

.subnav-content li a:hover {
	color: #aaaaaa;	
}

/*.subnav-content li:last-child {
	border: none;
	margin-bottom: 1px;	
}*/

/* ------- footer */
#container-footer {
	background-image:url(../images/background-footer.jpg);
	background-repeat: repeat-x;
	height: 320px;
	width: 100%;
	float: left;	
}

#footer-holder {
	width: 960px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #102a36;
	float:left;
}

.border-col {
	border-left: 1px solid #102a36;	
	float: left;
}

.footer-colomn {
	width: 158px;
	float: left;
	border-left: 1px solid #1d4b61;	
}

.footer-colomn ul {
	margin-left: 25px;	
}

.footer-colomn li {
	list-style-type: none;	
	line-height: 18px;	
}

.footer-colomn li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b6570;
	text-decoration:none;
}

.footer-colomn li a:hover {
	color: #FFF;	
}

/* ------- misc. */
.clear {
	clear: both;	
}

.ie6-gap {
	width: 30px;
	float: left;
	height:1px;	
}

#container-copy-internal p#thumb-help {
	font-size: 10px;
	margin-left: 6px;	
}

.label {
	float: left;
	width: 200px;	
	margin: 0;
	padding: 5px 0 0 0;
}

.field {
	min-height: 40px;	
}

input {
	width: 300px;
	height: 16px;
	padding: 4px;	
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	border: 1px solid #83AEBF;
}

select {
	width: 310px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;	
	border: 1px solid #83AEBF;
}

option {
	height: 16px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;	
}

textarea {
	width: 302px;
	height: 80px;	
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	padding:4px;
	border: 1px solid #83AEBF;
}

.error {
	float: left;	
}

#container-copy-holder-internal .error span {
	margin-top: 5px;
	margin-bottom: 5px;
    margin-left: 200px;
	color: #900;
}

#btn-submit {
	float: left;
    height: 30px;
    margin-left: 200px;
    margin-top: 10px;
    width: 310px;
}

/* ------- rare */
#rare {
	float: right;	
}

#rare a {
	height: 11px;
	overflow:hidden;
	display:inline-block;	
}

#rare a:hover img {
	margin-top: -11px;	
}




/************************************************/


/* ============================================== FORM VALIDATION (this work for the new enquire form)
*/

.screen_names{
	display:inline;
	text-transform:capitalize;
	text-align:center;
	font-size: 22px !important;
    padding-bottom: 0;
    display: inline-block;
	font-weight:bold;
	float:none !important;
}

.thanks{
  text-align: left;
}
.thanks p{
  margin-top: 40px;
  text-align:left;
  font-size:20px;
  font-family: "Agenda Regular";
}


.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;
  /*margin-top: -5px;*/
  color: #f04124;
}

.parsley-errors-list {
  list-style:none;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength, .parsley-length{
  color:#f04124;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  

}

#error{ 
	text-align:center; 
	padding:15px; 
	background:#a41320; 
	color:#fff;
	width: 100%;
	margin-right:auto; 
	margin-left:auto;
	margin-bottom:40px;
}
	#error h3{
    font-size: 18px;
  }
	
.close_err{ float:right; cursor:pointer;}




/*********************************************/