/* tabbing */
@media projection, screen {
    .ui-tabs-hide {
        display: none;
    }
}
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
.ui-tabs-nav {
    list-style: none;
    position: absolute;
    top:0px;
    z-index: 3000;
    width: 100%;
    background: transparent url('/_assets/img/bg_tabs.gif') 0 0 no-repeat;
 	height: 38px;
	min-width:960px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
	display:inline;
}

.ui-tabs-nav a {
	float:left;
	display: block;
    height: 28px;
    width: 110px;
    padding: 10px 0 0 0;
    color: #27537a;
    background: #9DA9AE;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */  
    text-align: center;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    color: #000;
    background: #C8CED3;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

#tab-1, #tab-2 {
	display:none;
}

#tab-1 a {
	margin-left: 616px;
}
	
#panel-1 {
	 background: #C8CED3 url('/_assets/img/bg_thumbs.gif') 0 0 no-repeat;
}

#panel-2 {
    /* declare background color for container to avoid distorted fonts in IE while fading */
    background: #C8CED3 url('/_assets/img/bg_tabs.gif') -616px 0 no-repeat;
    position:relative;
}

#thumbs {
	width: 132px;
	list-style: none;
	padding-top:38px;
	position: absolute;
	top:0;
	left:32px;
}
#thumbs li {
	display: inline;
}
#thumbs a  {
	display: block;
	position:relative;
	float: left;
	margin: 0 10px 10px 0;
	text-decoration: none;
	width: 34px;
	height: 34px;
	overflow: hidden;
}
#thumbs a em {
	display: block;
	width: 68px;
	height: 34px;
	position:absolute;
	left:0;top:0;
	background: transparent url('/_assets/img/thumbs_overlay.png') 0 0 no-repeat;
}

#thumbs a:focus em, #thumbs a:hover em, #thumbs a.active em {
	left: -34px;
	cursor: pointer;
}

#panel-1 .wrapper {
	width: 774px;
	padding-left: 185px;
}

#panel-1 .wrapper img {
	float:left;
	width: 430px;
}

#description {
	width: 319px;
	float: right;
	padding-top: 55px;
}

/* general typographic styles */
.bodycopy h3 {
	padding-top: .75em;
	margin-bottom: .75em;
	color: black;
}

.bodycopy p {
	margin-bottom: 1.5em;
}

.bodycopy dl, .bodycopy ul, .bodycopy ol {
	margin-bottom: .75em;
}

.bodycopy ul li {
	padding-left: 12px;
	margin-bottom: .75em;
	background: transparent url('/_assets/img/bullet.png') no-repeat 0 6px;
}

/* jobs listing */
.jobs {
	border-top: 1px dotted #9DA9AE;
}

.jobs dl, .bodycopy .jobs-noresults {
	clear: both;
	padding: 1.5em 0 1.5em;
	border-bottom: 1px dotted #9DA9AE;
}

.jobs dt {
	float: left;
	clear: both;
	width: 100px;
	font-weight: bold;
}

.jobs dd {
	clear: right;
	float: right;
	width: 457px;
	margin-bottom: .75em;
}

/* contact page */
.bodycopy address.col {
	width: 200px;
	margin-bottom: 1.5em;
}
.bodycopy address.col {
	float: left;
}

.jobs dd.title {
	font-weight: bold;
}

/* gallery */
#loading {
	position: absolute;
	top:0; left:185px;
	width: 430px;
	height: 407px;
	background: #C8CED3 url('/_assets/img/loading2.gif') 201px 189px no-repeat;
	display:none;
}

/* store list */
#panel-2 ul {
	position: relative;
	width: 716px;
	padding-top: 63px;
	margin-left: 211px;
}

#panel-2 ul li {
	padding-right: 8px;
	width: 168px;
	height: 11em;
}

/* home page */
#home #entrance {
	margin-left: 184px;
	width: 777px;
	height: 407px;
	overflow: hidden;
	position: relative;
}

#home #entrance ul {
	position: absolute;
	top:0px;
	left:0px;
	width: 1036px;
}

#home #entrance li {
	width: 258px;
	height: 407px;
	overflow: hidden;
	border-left: 1px solid #ccc;
	float:left;
}

#home #entrance li a {
	text-indent: -5000px;
	display: block;
	width: 258px;
	height: 407px;
	position:relative;
	background-position: 0 0;
}

#col-dream a, #col-dream a span 		{ background-image: url('images/sect_img1_hover.jpg') }
#col-aqua a,  #col-aqua a span  		{ background-image: url('images/home_aqua.jpg')  }
#col-pom a,   #col-pom a span   		{ background-image: url('/_assets/img/home/home_pom.jpg')   }
#col-graff a, #col-graff a span 		{ background-image: url('images/sect_img1.jpg') }
#col-drail a, #col-drail a span 		{ background-image: url('/_assets/img/home/home_drail.jpg') }
#col-flaminia a, #col-flaminia a span 	{ background-image: url('/_assets/img/home/home_flaminia.jpg') }
#col-lefroy a, #col-lefroy a span 		{ background-image: url('/_assets/img/home/home_lefroy.jpg') }
#col-xo a, #col-xo a span 				{ background-image: url('/_assets/img/home/home_xo.jpg') }
#col-ashton a,  #col-ashton a span  	{ background-image: url('/_assets/img/home/home_ashton.jpg')  }

#home #entrance li a span {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 258px;
	height: 407px;
	background-position: -258px 0;
	visibility: hidden;
}
#home #entrance li a:focus, #home #entrance li a:hover {
	cursor: pointer;
}

/* controls */
#btnLeft, #btnRight {
	display: block;
	background: #7B8688;
	width: 20px;
	height: 64px;
	text-indent: -5000px;
	position: absolute;
	top: 0;
}

#btnRight {
	left: 164px;
	background: #7B8688 url('/_assets/img/controls_right.png') 0 0 no-repeat;
}

#btnLeft {
	left: 962px;
	background: #7B8688 url('/_assets/img/controls_left.png') 0 0 no-repeat;
}

#btnLeft:hover, #btnRight:hover {
	background-position: -20px 0;
}

#shadowLeft, #shadowRight {
	height: 407px;
	width: 40px;
	position: absolute;
	top:0;
}

#shadowLeft {
	left:921px;
	background: transparent url('/_assets/img/panel_slide_left.png') 0 0 no-repeat;
}

#shadowRight {
	left:185px;
	background: transparent url('/_assets/img/panel_slide_right.png') 0 0 no-repeat;
}

#footer {
	padding-left: 185px;
	border-bottom: 1px solid #C8CED3;
}

#footer p {
	border-left: 1px solid #C8CED3;
	padding: 15px 25px 15px 25px;
	line-height: 1.4em;
	font-size: .92em;
	color: #888;
}

/* map */
#map {
	position: absolute;
	top: 15px; left: 15px;
	line-height: 1.3em;
}
#map h4 {
	font-size: 12px;
	font-weight: bold;
}
#map p {
	font-size: 11px;
}

address {
	
}

/* float clear fix for wrapping elements */
#masthead:after, #content:after, #panel-1 .wrapper:after, label:after, fieldset:after, form:after, #panel-2 ul:after, .jobs dl:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

