/*@import url("reset-text-960.css");*/@import url("reset-fonts-grids.css");
/*margin hacks*/
p, dl, hr, h1, h2, h3, h4, h5, h6, pre, table, address, fieldset {
    margin-bottom: 15px
}

/*main grids*/
div#doc {
    background-color: #eee;
    margin-top: 1em;
    margin-bottom: 1em
}

div#hd {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.header {
    background-color: #fff;
    padding: 10px 0;
}

.top {
    font-size: .9em;
    float: right;
    width: 165px;
}

.header-component {
    height: 230px;
}

.main-navigation {
}

div#bd {
    background-color: #fff;
}

div#ft {
    background-color: #fff;
    border-top: 1px solid #ccc;
    font-size: .9em;
    padding: 20px 0;
    text-align: center;
}

/*float clearer*/
.float-clearer {
    clear: both
}

/*body*/
body {
    background-color: #fff;
    color: #555;
    line-height: 1.6em
}

/*general fonts & typography*/
body, input[ type = text], textarea, input[ type = button], input[ type = submit] {
    font-family: Helvetica, Arial;
}

b, strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/*general links*/
a:link, a:visited {
    outline: none;
    color: #019401;
    text-decoration: none
}

a:hover, a:active {
    outline: none;
    color: #019401;
    text-decoration: underline
}

/*heading override*/
h1 {
    font-size: 1.7em
}

h2 {
    font-size: 1.6em
}

h3 {
    font-size: 1.5em
}

h4 {
    font-size: 1.4em
}

h5 {
    font-size: 1.3em
}

h6 {
    font-size: 1.2em
}

h1, h2, h3, h4, h5, h6 {
}

.header h2 {
    margin-bottom: 5px
}

/*lists*/
#yui-main ul li {
    background: url(../images/li.gif) no-repeat 0 7px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 10px;
}

li .worklist {
    margin-bottom: 10px;
}

ul .m10 {
    margin-left: 10px
}

ul .m10 li {
    font-size: .85em;
}

/*navigation*/
.main-navigation {
    background-color: #fff;
    margin: 0;
    overflow: hidden;
    text-transform: capitalize;
}

.main-navigation li {
    font-weight: normal;
    list-style-type: none;
    margin: 0;
}

.main-navigation li a {
    border-bottom: 2px solid #eee;
    display: block;
    font-size: 1.1em;
    padding: 10px 10px 5px
}

.main-navigation li a:hover, .navigation li a:active {
    background-color: #f8f8f8;
    border-bottom: 2px solid #ccc;
    color: #000;
    text-decoration: none;
}

.main-navigation li.current_page_item a, .main-navigation li.current_page_item a:hover {
    background-color: #364BAF;
    color: #fff;
    text-decoration: none
}

/*wrapper*/
.wrapper {
    margin-bottom: 10px;
    padding: 10px;
}

.wrapper-tb {
    margin-bottom: 10px;
    padding: 10px 0
}

/* images*/
img.work-image-single {
    max-width: 530px;
    margin-bottom: 15px;
}

img.display-image {
    max-width: 530px;
    margin-bottom: 15px;
}

display-image-wrapper {
    margin-bottom: 15px;
    overflow: hidden;
}

/*block*/
.block {
    border: 1px solid #ddd;
    margin: 0 0 20px;
    line-height: 1.35;
}

.block .block-title {
    border-bottom: 1px solid #ddd;
    background: #e7e7e7;
    padding: 2px 10px;
}

.block .block-title strong {
    display: block;
    font: bold 12px / 1.5 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #444;
}

.block .block-title strong span {
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    font-size: 10px;
    margin: 0 0 10px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.block .block-content {
    background: #f6f6f6;
    padding: 12px 10px;
}

.block .block-content li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    list-style-type: none;
    margin-left: 0
}

.block .btn-remove {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .actions {
    border-top: 1px solid #ddd;
    padding: 5px 0 0;
    margin: 5px 0 0;
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
}

.block .price-box {
    margin: 5px 0;
}

/*tabs*/
.langtabs {
    padding: 1px 0;
    margin: 0;
    font-size: 1em;
    list-style-type: none;
    float: right
}

.langtabs li {
    display: inline;
    margin: 0;
    background: none;
    padding: 0;
}

.langtabs li a {
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 3px 7px;
    font-size: .9em;
    margin-right: 0;
    color: #777
}

.langtabs li a:visited {
}

.langtabs li a:hover {
    text-decoration: none
}

.langtabs li a.selected {
    position: relative
}

.langtabs li a.selected {
    color: #000;
}

.langtabs li a.selected:hover {
    text-decoration: none
}

.tabcontent {
    display: none
}

.tabcontainer {
    border: none;
    padding: 0;
    width: 100%;
    margin-bottom: 10px
}
@media print {.tabcontent {display:block
        !important
}
}

/*thumbnails*/
.thumb-img {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;
    position: relative;
    width: 150px;
    height: 150px;
    margin-right: 10px;
	margin-bottom:10px;
    padding: 4px;
    background: #FFF;
    float: left;
}

.thumb-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.thumb-img img {
    border: 0;
}

.thumb-strip {
    display: none;
    position: absolute;
    width: 120px;
    height: 5px;
    bottom: 4px;
    background: #FFF;
    filter: alpha(opacity = 60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);

	-moz-opacity: 0.60;
	opacity:0.60;
}
.thumb-zoom {
	background:url(images/search.png) no-repeat;
	position:absolute; width:22px; height:22px;
	right:10px; bottom:7px;
}

/*lightbox*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

