@charset "UTF-8";
/* Copyright 2008 ALTITUDE CREATIVE www.altitudecreative.co.uk */
.floatFix:after {content: "."; height: 0px;	clear: both; visibility: hidden; display: block;}

body {
	background-color: #002525;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#008F80;
	padding:0;
	margin:0;
}

a {color:#ffffff;text-decoration: none; text-transform: uppercase;}
a:hover, a:active {color:#E04700;}

.link {color:#ffffff; text-decoration: underline; text-transform: none; letter-spacing: normal;}
.link:hover, .link:active {color:#E04700;}


.italic {
	color:#ffffff;
	text-decoration: underline;
	text-transform: none;
	letter-spacing: normal;
	font-size: 16px;
	font-style: italic;
}
.italic:hover,.italic:active {color:#E04700;}

.orange {color:#E04700;}


h1, h2, h3{ /* all the h's use these properties*/
	color:#ffffff;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
	font-family: Georgia, Times, serif;
}

h2 {
	font-size:16px;
	font-family: Georgia, Times, serif;
	border-bottom: 1px solid #ffffff;
}

h2#noborder{
	border-bottom: none;
}

h2.error{
color:#CC0033;
border-bottom: none;
}
h3.jotm {
color:#E04700;
}
	
p {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #D5D5D5;
}

ul {
	list-style-type: none;
	padding:0;
	margin: 0;
} 

ul li {
	list-style-type: none;
	padding:0;
	margin: 0;
} 

/* ----------container to center the layout-------------- */
#container {
	width: 770px;
	margin:0 auto 10px auto;
	background: #002525;
}

/* ----------banner for logo-------------- */
#banner {
	background: url(../images/swirls.gif) no-repeat right top #002525;
	height: 55px;
	padding: 45px 20px 30px 20px;
	margin: 0;
}

/* --------------navigation-------------- */
#nav-top {
	background: #002525;
	padding:0;
	margin:0 0 0 267px;
}

ul#mainNav {
	padding:0 0 10px 0;
	margin: 0;
	float: left;
}

ul#mainNav li {
	float: left;
	border-left: 1px solid #008F80;
}

ul#mainNav li.first {
	float: left;
	border: none;
	}

ul#mainNav a {
	display: block;
	float: left;
	padding: 0 5px;
	line-height: 1em;
}

ul#mainNav li a:hover, ul#mainNav li#current a {
	color: #E04700;
}


#nav-side {
	background: #002525;
	width: 240px;
	padding:0;
	margin:0 0 0 21px;
	float:left;
}

ul#secondNav {
	list-style: none;
	padding:10px 0 0 0;
}

ul#secondNav li {
	list-style: none;
	padding:0 0 5px 0;
}


/* -----------------content--------------------- */
#wrapper-content {
	background: #000000;
	border: thin solid #008F80;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding:0;
	margin:0;
}

#content {
	background: #000000;
	padding:0;
	margin: 20px 20px 20px 270px;
}

#feature1 {
	background:url(../images/feature2.gif) no-repeat;
	width: 240px;
	height: 105px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	float: right;
}

#feature2 {
	background:url(../images/feature1.gif) no-repeat;
	width: 240px;
	height: 105px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	float: right;
}




/* --------------left column------------- */
#left {
float: left;
width: 270px;
}

#left-img {
border: 1px solid white;
width: 228px;
margin: 20px;
padding:0;
}

/* --------------collections------------- */
.gallerycontainer{
position: relative;
}

.thumbnail img, .thumbnail2 img{
border: 1px solid #000000;
margin: 0 4px 0 0;
}

.thumbnail:hover, .thumbnail2:hover{
background-color: transparent;
}

.thumbnail:hover img, .thumbnail2:hover img{
border: 1px solid white;
}

.thumbnail span, .thumbnail2 span{ 
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail h2, .thumbnail2 h2{ 
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}


.thumbnail span img{ 
border: 0;
padding:0;
}
.thumbnail2 span img{
border: 1px solid #FFFFFF;
padding:0;
}
.thumbnail2 span{
visibility: visible;
top: -40px;
left: -250px;
z-index: 50;
}
.thumbnail:hover span{
visibility: visible;
top: -40px;
left: -250px;
z-index: 50;
}
.thumbnail:hover h2, .thumbnail2:hover h2{
visibility: visible;
top: -10px;
left: 0px;
z-index: 50;
color:#FFFFFF;
}

/* --------------commissions------------- */
.commissionscontainer {
position: relative;
}

.commissionsthumbnail img, .commissionsthumbnail2 img{
border: 1px solid #000000;
margin: 0 4px 0 0;
}

.commissionsthumbnail:hover, .commissionsthumbnail2:hover {
background-color: transparent;
}

.commissionsthumbnail:hover img, .commissionsthumbnail2:hover img{
border: 1px solid white;
}

.commissionsthumbnail span, .commissionsthumbnail2 span{
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.commissionsthumbnail span img{ 
border: 0;
padding:0;
}
.commissionsthumbnail2 span img{ 
border: 1px solid #FFFFFF;
padding:0;
}

.commissionsthumbnail2 span{ 
visibility: visible;
top: -112px;
left: -250px;
z-index: 50;
}
.commissionsthumbnail:hover span{
visibility: visible;
top: -112px;
left: -250px; 
z-index: 50;
}


/* --------------detail------------- */
.detailcontainer{
position: relative;
min-height: 250px;
height: auto !important;
height: 250px;
border-top: 1px solid white;
padding:0 0 10px 0;
}


.detailthumbnail img, .detailthumbnail2 img{
border: 1px solid #000000;
margin: 10px 4px 0 0;
}

.detailthumbnail:hover, .detailthumbnail2:hover{
background-color: transparent;
}


.detailthumbnail:hover img, .detailthumbnail2:hover img{
border: 1px solid white;
}

.detailthumbnail span, .detailthumbnail2 span{ 
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}


.detailthumbnail span img{ 
border: 0;
padding:0;
}
.detailthumbnail2 span img{
border: 1px #ffffff solid;
padding:0;
}

.detailthumbnail2 span{
visibility: visible;
top: 0px;
left: -250px; 
z-index: 50;
}

.detailthumbnail:hover span{ 
visibility: visible;
top: 0px;
left: -250px;
z-index: 50;
}



/* -----------footer--------------------------- */
#footer {
	padding: 20px;
	font-size: 9px;
	color:#008F80;
}
#footer a{
	text-transform:none;
}
.footer-left{
	float:left;
}
.footer-right a{
	float:right;
	color: #002525;
	width: 84px;
	height: 14px;
	background-image: url(../images/altitudelogo.gif);
}
.footer-right:hover a{
	color: #002525;
	width: 84px;
	height: 14px;
	background-image: url(../images/altitudelogo.gif);
	background-position: 100% -14px;
}


/*//////////////////////  FORMS  //////////////////////*/

form#contact{
font-size:12px;
border:none;
margin:0;
padding:0;
}
form#contact fieldset {
	width:200px;
	float: left;
	border:none;
	margin:0 30px 0 0;
	padding:0;
}
form#contact ol {
margin:0;
padding:0;
}
form#contact ol li {
	display:block;
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
}
form#contact label {
	width:190px;
	display:block;
	float:left;
	margin:0;
	padding:0 0 10px 0;
}
form#contact textarea {
	border:1px solid #433527;
	color:#433527;
	font-size:12px;
	padding:3px;
	width:190px;
	height:137px;
	margin:0;
}
form#contact input {
	border:1px solid #433527;
	font-size:12px;
	padding:3px;
	margin:0;
	display:inline;
}
/* target specific input elements */
form#contact input.text {
	width:190px;
}
form#contact input.button {
	border:1px solid #FFFFFF;
	background:#008f80;
	padding:2px 10px;
	color:#FFFFFF;
	margin-left: 2px;
}
.white{
color:#FFFFFF;
}

