/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}	
html{background: #71706e;}	
body{
	background: #71706e;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Helvetica, 'Lucida Sans Unicode', 'Lucida Sans Grande', Tahoma, Geneva;	
	text-align: center;
}

/* links  */

a{
	color: #7C90A1;
	text-decoration: underline;
}
a:hover{color: #234466;}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* default class for hover */
.hover-effect {
	cursor: pointer;
	color: #e77817;
}

/* loading animation */
#loading-animation {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}
.italic {
	font-style: italic;
}


/* ------------------------------------------------------------

	page structure & layout

------------------------------------------------------------ */

#container{
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	width: 920px;
	height: 650px;
	overflow: hidden;
}
#header{	
	position: relative;
	font-weight: bold;
}
#navigation{
	bottom: 0;
	font-size: 1.1em;
	position: absolute;
	right: 25px;	
}
#path-search{
	background: url(path-tile.gif) #87BCD8 repeat-x; 
	border-bottom: 1px solid #999999;
	color: #4C7897;
	font-size: 1.2em;
	height: 46px;
	position: relative;
}	
#info{
	background: #76AAC9; 
	border-bottom: 2px solid #999999;
	color: #E4EEF4; 	
	font-size: 1.2em;
	line-height: 2.0em;	
	position: relative;
	padding: 20px 230px 20px 30px;
}
#primary-content, 
#primary-content-gallery {
	background: url('background-main.jpg') no-repeat;
	float: left;
	width: 712px;
	height: 388px;
	border: 1px solid #999999;
	overflow: hidden;
}
#secondary-content,
#secondary-content-gallery {
	float: right;
	width: 200px;
	height: 388px;
	border: 1px solid #999999;
	background: #202020;
	overflow: hidden;
	font-size: 65%;
	font-family: 'Lucida Sans Unicode', 'Lucida Sans Grande', Tahoma, Geneva;
}
/* a little hack main layout for gallery width */
#primary-content-gallery {
	width: 752px;
	height: 454px;
	background: url('background-gallery.jpg') no-repeat;
}
#secondary-content-gallery {
	width: 160px;
} 
#footer{
	clear: both;
	padding-top: 5px;
}


/* ------------------------------------------------------------

	header

------------------------------------------------------------ */
#left-header {
	background: url('background-top.jpg') repeat-x;
	border: 1px solid #999999;
	border-bottom: 3px solid #dedede;
	width: 712px;
	height: 62px;
	float: left;	
}
.header-right {
	color: #e77817;
	background: url('background-top.jpg') repeat-x;
	border: 1px solid #999999;
	border-bottom: 3px solid #dedede;
	width: 200px;
	height: 47px;	
	float: right;
	text-align: center;
	padding-top: 15px;
	font-size: 1.2em;
}
#header-gallery .header-right {
	width: 160px;
}
.hover,
.header-right:hover { 
	background: url('background-top-hover.jpg') repeat-x;
	color: #FFFFFF;
}
#see-our-product {
	font-size: 0.8em;
	font-weight: bold;
	float:left;
	padding-top: 21px;
	padding-left: 300px;
	padding-right: 25px;
	background-image: url(panah.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	height: 41px;
}
#enter-our-gallery {
	font-size: 1.7em;
	font-weight: bold;
	float: right;
	padding-top: 13px;
	padding-right: 60px;
	background-image: url(zzz.png);
	background-repeat: no-repeat;
	background-position: 94% 50%;
	height: 46px;
}
#enter-our-gallery * {
	text-decoration: none;
	color: #ffffff;
}
#enter-our-gallery *:hover {
	text-decoration: none;
	color: #e77817;
}
#right-header-gallery {
	padding-top: 10px;
	padding-bottom: 5px;
}
div.gallery-header-big {
	font-size: 1.4em;
	font-weight: bold;
}
div.gallery-header-small {
	font-size: 0.6em;
	color: #C0C0C0;
	font-weight: bold;
}


/* ------------------------------------------------------------

	navigation

------------------------------------------------------------ */

#navigation ul{
	display: inline;
}
#navigation li{
	display: block;
	float: left;
	list-style: none;
}
#navigation li a{
	background: #234466;
	color: #fff;
	display: block;
	margin: 0 1px 0 1px;
	line-height: 1.6em;
	padding: 7px 20px 7px 20px;
	text-align: center;
	text-decoration: none;
}
#navigation li a:hover{background: #3C6787;}

/* ------------------------------------------------------------

	path-search

------------------------------------------------------------ */

#path-search a{
	color: #4c7897;
	text-decoration: none;	
	text-transform: lowercase;
}
#path-search a:hover{text-decoration: line-through;}

/* forms & class's */

#path-search .text{
	background: #76aac9;
	border: 1px solid #dfe3e4;
	padding: 3px;
}	
#path-search .searchbutton{
	background: #221f20;
	border: 1px solid #dfe3e4;
	cursor: pointer;
	color: #fff;
	padding: 2px;
}	

/* ------------------------------------------------------------

	info

------------------------------------------------------------ */

#info img{
	background: url(snews.gif) no-repeat;
	height:75px;
	position: absolute;
	right: 25px;
	top: 30px;
}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#welcome-greeting {
	color: #e77817;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 68px;
}
#main-logo {
	padding-top: 162px;
	padding-left: 34px;
	float: left;
}
#recent-gallery {
	width: 240px;
	float: right;
	margin-top: 20px;	
	border-left: 2px solid #FFFFFF;
	height: 300px;
}
#recent-gallery h3 {
	color: #000000;
	padding-left: 35px;
	font-size: 100%;
	font-weight: bold;
}
#recent-gallery-list {
	padding-left: 30px;
	padding-top: 10px;	
}
#recent-gallery img {
	border: 6px solid #404040;	
	width: 66px;
	height: 66px;
	margin: 4px;
}
#recent-gallery img:hover {
	border: 4px solid #FFFFFF;	
	width: 70px;
	height: 70px;
	margin: 4px;
}
#big-about,
#big-contact,
#gallery-big-about,
#gallery-big-contact {
	color: #202020;
	font-size: 0.8em;
	margin-left: 30px;
	margin-right: 10px;
}
#big-about h1,
#big-contact h1 {
	padding: 5px 20px;
	color: #e77817;
}
#big-about div,
#big-contact div {
	padding: 5px 20px;
	overflow: auto;
	height: 330px;
}
#gallery-big-about h1,
#gallery-big-contact h1 {
	color: #e77817;
}
#gallery-big-about,
#gallery-big-contact {
	margin-top: 30px;	
	height: 340px;
	overflow: hidden;
}
#gallery-big-about div,
#gallery-big-contact div {
	height: 290px;
	overflow: auto;
}
.close-btn {
	color: #ff0000;
}
#news-details {
	color: #202020;
	padding: 10px 10px 10px 60px;
	font-size: 0.8em;
}
#news-details h2 {
	color: #e77817;
}
#news-details div {
	height: 350px;
	overflow: auto;
}
.news-details-gallery {
	padding-top: 20px;
}
.news-details-gallery #news-details div { /*hack*/
	height: 300px;
}
#gallery-top-menu {
	width: 752px; 
	height: 50px;
	padding: 15px 10px 10px 315px;
}
/*image details*/
.image-container {
	text-align: right;
	margin:0;
}
.left-image-details {
	width: 308px;
	height: 400px;
	float: left;	
	color: #000000;
	margin-top: 30px;
	margin-left: 30px;
}
.image-title {
	
}
.image-title-header {
	font-size: 0.75em;
	font-weight: bold;	
}
.image-title-container {
	font-size: 1.5em;
	font-weight: bolder;
}
.image-status {
	font-size: 0.75em;
	font-weight: bold;
	color: #FF0000;	
	padding-top: 30px;
}
.image-description {
	padding-top: 20px;
}
.image-description-header {
	font-size: 0.75em;
	font-weight: bold;
	border-bottom: 1px solid #C0C0C0;
}
.image-description-container {
	font-size: 0.75em;
	color: #303030;
	padding-top: 5px;
	padding-right: 15px;
	margin-right: -15px; /* compensation of padding right */
	height: 196px;
	overflow: auto;
}
.right-image-details {
	width: 400px;
	height: 400px;
	line-height: 400px;
	float: right;
	text-align: center;
	margin-top: -25px;
}
.right-image-details img {
	margin: 5px 30px;
	padding: 0px;
	border: 10px solid #FFFFFF;
	vertical-align:middle;
}
a#btn-home {
	background: url(btn-home.png) no-repeat;
	width: 100px;
	height: 37px;
	display: block;
	float: left;
}
a#btn-home:hover {
	background: url(btn-home-hover.png) no-repeat;
}
a#btn-news-events {
	background: url(btn-news-events.png) no-repeat;
	width: 100px;
	height: 37px;
	display: block;
	float: left;
}
a#btn-news-events:hover {
	background: url(btn-news-events-hover.png) no-repeat;
}
a#btn-about {
	background: url(btn-about.png) no-repeat;
	width: 100px;
	height: 37px;
	display: block;
	float: left;
}
a#btn-about:hover {
	background: url(btn-about-hover.png) no-repeat;
}
a#btn-contact {
	background: url(btn-contact.png) no-repeat;
	width: 100px;
	height: 37px;
	display: block;
	float: left;
}
a#btn-contact:hover {
	background: url(btn-contact-hover.png) no-repeat;
}
#news-list-container {
	font-size: 0.8em;
	color: #202020;
	margin: 40px 10px 10px 50px;
}
#news-list-container .news-list {
	height: 290px;
	overflow: auto;
}
#news-list-container h3 * {
	color: #e77817;
}
#news-list-container .news,
#news-list-container .news-paginate { /*tweak/hack */
	border: 0;
	padding-bottom: 0;
}
	
/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

.news-container {
	height: 336px;
	overflow: auto;
}
.news,
.news-paginate {
	margin: 10px 15px;
	border-bottom: 1px solid #404040;	
	padding-bottom: 10px;
}
.news a:link,
.news a:visited {
	color: #ffffff;
	text-decoration: none;
}
.news a:hover {
	color: #e77817;
}
.news-paginate a:link,
.news-paginate a:visited {
	text-decoration: none;
	color: #e77817;
}
.news-paginate a:hover {
	color: #ffffff;
}
#close-news-detail {
	padding: 5px 10px 0px 10px;
}
.gallery-menu {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}
.gallery-menu a:link,
.gallery-menu a:visited {
	color: #D0D0D0;
	text-decoration: none;
}
.gallery-menu a:hover {
	color: #e77817;
}
/* menu categories */
.bdc-dd-menu {
	width: 100%;
	height: 388px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.bdc-dd-menu-panel {
	background-color: #202020;
	padding: 0;
	margin: 0;
}
.bdc-dd-scroll-pane {
	overflow: hidden;
	position: relative;
}
.bdc-dd-scroll-up {
	width: 198px;
	height: 10px;
	background-image: url(arrow-black-up.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	border: 1px outset;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.bdc-dd-scroll-up-hover {
	width: 198px;
	height: 10px;
	background-image: url(arrow-white-up.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e77817;
	border: 1px outset #e77817;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.bdc-dd-scroll-up-click {
	width: 198px;
	height: 10px;
	background-image: url(arrow-white-up.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e77817;
	border: 1px inset #e77817;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.bdc-dd-scroll-down {
	width: 198px;
	height: 10px;
	background-image: url(arrow-black-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	border: 1px outset;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.bdc-dd-scroll-down-hover {
	width: 198px;
	height: 10px;
	background-image: url(arrow-white-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e77817;
	border: 1px outset #e77817;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.bdc-dd-scroll-down-click {
	width: 198px;
	height: 10px;
	background-image: url(arrow-white-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e77817;
	border: 1px inset #e77817;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.bdc-dd-sub-menu {
	padding: 0;
	margin: 0;
	clear: both;
}
.bdc-dd-item {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bdc-dd-label {
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.bdc-dd-label-hover {
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #e77817;
}
.bdc-dd-label-initial {
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #e77817;
}
.bdc-dd-label-initial-hover {
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #e77817;
}
.bdc-dd-label-initial .bdc-dd-text {
	color: white;
}
.bdc-dd-label-initial-hover .bdc-dd-text {
	color: white;
}
.bdc-dd-text {
	display: block;
	padding: 3px;
	margin: 0;
	color: #e77817;
	text-decoration: none;
}
.bdc-dd-label-hover .bdc-dd-text {
	display: block;
	padding: 3px;
	margin: 0;
	color: #e77817;
	text-decoration: none;
	background-color: #202020;
}
.bdc-dd-text-hover {
	display: block;
	padding: 3px;
	margin: 0;
	color: white;
	text-decoration: none;
	background-color: #e77817;
}
.bdc-dd-icon {
	width: 20px;
	float: right;
	margin: 0;
	padding: 0;
	background: url(arrow-orange-right.png) no-repeat;
	background-position: center center;
}
.bdc-dd-label-hover .bdc-dd-icon {
	width: 20px;
	float: right;
	margin: 0;
	padding: 0;
	background: url(arrow-white-right.png) no-repeat;
	background-position: center center;
}
.bdc-dd-icon-hover {
	width: 20px;
	float: right;
	margin: 0;
	padding: 0;
	background: #09c url(arrow-white-right.png) no-repeat;
	background-position: center center;
}
.bdc-dd-title {
	border: 1px outset #e77817;
	background-color: #e77817;
	color: white;
	cursor: pointer;
}
.bdc-dd-title-root {
	border: 1px outset #e77817;
	background-color: #e77817;
	color: white;
}
.bdc-dd-title-hover {
	border: 1px outset #e77817;
	background-color: #e77817;
	color: white;
	cursor: pointer;
}
.bdc-dd-title-root-hover {
	border: 1px outset #e77817;
	background-color: #e77817;
	color: white;
}
.bdc-dd-title-label {
	font-size: 1.2em;
	margin: 0;
	padding: 0.3em 0 0.3em 0.3em;
}
.bdc-dd-title-icon {
	width: 20px;
	height: 100%;
	float: right;
	margin: 0;
	padding: 0;
	background: url(arrow-white-up.png) no-repeat;
	background-position: center center;
}





/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */
#footer-inner {
	border: 1px solid #999999;
	border-top: 6px solid #ef9d09;
	height: 158px;
	width: 918px;
	background: #141111 url('background-about.jpg') repeat-x;
}
#footer-inner p,
#footer-inner ul{
	font-size: 0.7em;	
}
#footer-inner a {
	font-size: 11px;	
}
#footer-inner-left {
	float: left;
	margin-top: 6px;
	padding: 0px 10px 10px 60px;
	width: 	400px;
	height: 114px;
	overflow: hidden;
}
#footer-inner-right {
	float: right;
	margin-top: 6px;
	padding: 0px 30px 10px 30px;
	width: 	386px;
	height: 114px;
	overflow: hidden;
	border-left: 1px solid #ffffff;
}
.jMyCarousel {
	margin: 20px 30px;	
}
#default-gallery-list {
	width: 840px;
	float: left;
}
#default-gallery-list ul li a img {
	opacity:0.9;
}
#default-gallery-list ul li a:hover img {
	opacity:1;
}
#show-thumbnails {
	width: 70px;
	float: right;
	vertical-align: middle;
	line-height: 158px;
}
a.readmore {
	color: #e77817;
	text-decoration: none;
}
a.readmore:hover {
	color: #e77817;
	text-decoration: underline;
}
div.footer-note {
        font-size: 10px;
        text-align: center;
        color: #222222;
}
.footer-note a:link,
.footer-note a:visited {
        color: #e77817;
        text-decoration: none;
)
.footer-note a:hover {
        color: #e77817;
        text-decoration: underline;
)


/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

a img {border: none;}
acronym{cursor: help;}
legend{
	color: #324F6A;
	font-weight: bold;
}
blockquote{
	background: url(quote.gif) no-repeat 10px 0;
	color: #76aac9;
	border-left: 2px solid #76aac9;
	line-height: 1.5em;
	margin: 0 10px 20px 10px;	
	padding: 0 10px 0 10px;
}
hr, .hide {display: none;}
.show{display: block;}

/* class's */

.pathway{
	font-size: 0.9em;
	margin-left: 50px;
	margin-top: 18px;
	position: absolute;
}
.search{	
	position: absolute;
	right: 50px;
	top: 25px;
}
.image img, .right, .left{	
	background: #fff;
	border: 1px solid #e3e7e8;
	float: left;
	margin: .5em 12px 6px 0;
	padding: 6px;
}
.right{
	float: right;
	margin: .5em 0  6px 12px;
}
.left{
	float: left;
	margin: .5em 12px 6px 0;
}
.date{
	color: #afafaf;
	font-size: 0.9em;
}
.date a{
	color: #afafaf;
}
.commentsbox {
	margin-top: 10px;
	margin-bottom: 25px;
}	
#primary-content .commentsbox h2{
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}	
.comments { 
	background: #fff; 
	border-bottom: 1px solid #dee2e3;
	border-top: 1px solid #dee2e3;
	color: #221f20;
	font-size: 0.9em;
	padding: 15px 10px 0px 10px; 
	margin: 10px 0 10px 0;
	overflow: auto;
}
.field, .text, textarea{
	border: 1px solid #dfe3e4;
	padding: 6px;
	width: 97%;
}
.button{
	cursor: pointer;
	float: right;
	margin: 10px 0 120px 0;	
	padding: 3px;
}
.searchbutton{cursor: pointer;}

/* hack */
.temp1 {
	border: 1px solid #EF9D09;
	background: #141111 none;
}