@import url("reset.css");
body {
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	background-color: #D8C893;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.clear {
	clear:both;
}
.noright {
	margin-right: 0px;
}
.topNavigation {
	background: #333935;
	border-bottom: 1px solid #000000;
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
    background-image: url(../images/bg_tile.jpg); 
    background-repeat: repeat-x; 
    background-position: top left; 
}
.centerNav {
	width: 960px;
	height: 90px;
	margin: 0px auto;
    background-image: url(../images/idea_gallery.jpg); 
    background-repeat: no-repeat; 
    background-position: 84% 0%; 
}
.logo {
	margin: 5px 0px 0px 40px;
	float: left;
}


.subnav {
	background: #ffffff;
	border-bottom: 1px solid #222222;
	width: 100%;
	height: 38px;
	position: absolute;
	top: 90px;
	left: 0px;
	z-index: 120;
    background-image: url(../images/nav_bg.jpg); 
    background-repeat: repeat-x; 
    background-position: top left; 
}


.menu {
	padding: 0;
	float: right;
	color: #fff; /* text color of the menu */
	border:1px solid #787878;
	position:relative;
	top:15px;
}
.menu li {
	display: inline;
} /* Makes the link all appear in one line, rather than on top of each other */
.menu li a {
	float: left;
	text-decoration: none; /* removes the underline from the menu text */
	color: #fff; /* text color of the menu */
	padding: 12.5px 11px;
	background:none repeat scroll 0 0 #000;
	font-family:"Trebuchet MS", sans-serif;
	font-size:16px;
	text-transform:uppercase;
}
.menu li a:visited { /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #fff;
	text-decoration: none;
}
.menu li a:hover, .menu li .current {
	color: #fff;
	background-color:#252525;
} /* change the background color of the list item when you hover over it */
.gallery-list {
	float:left;
	margin:140px 0 0 45px;
}
.gallery-list li {
	float:left;
}
.gallery-list li a {
	display: block;
	border: 4px solid #202022;
}
.gallery-list li a:hover {
	border: 4px solid #3d3d3e;
}
.gallery-list li img {
	display:block;
}
.gallery-nav {
	margin:0px 0 0 0;
	float:left;
	width: 99999px; /* hack for floading elements to the left */
}
.gallery-nav img {
	display:block;
}
.gallery-nav li {
	float:left;
	margin:0 10px 0 0;
	background:none repeat scroll 0 0 #F4F4F4;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:0 0 3px #dadada;
}
.gallery-nav li a {
	display:block;
	margin: 5px;
}
/* lighbox */
.lightbox-frame {
	position: fixed;
	z-index: 100;
	top: 45px;
	left: 0px;
	background-color: #D8C893;
	width: 100%;
	height: 100%;
	display: none;
	border: 0px solid #ffff00;
    background-image: url(../images/bg_texture.jpg); 
    background-repeat: repeat; 
    background-position: top left; 
}
/* set positon absolute */
.gallery-nav-mask {
	position:relative;
	height: 70px;
	width: 860px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -430px;
}
.gallery-nav-wrapper {
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	z-index: 101;
	display: none;
	bottom: -100px;
	display: block;
	background: #333935;
	border-top: 1px solid #000000;
}
.gallery-nav-wrapper li a:hover {
	border-color: #5f5f5f;
}
.lightbox-frame .imageBlock {
	position: absolute;
	margin-top: 20px;
	top: 0px;
	left: 50%;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 10px #ccc;
	background:none repeat scroll 0 0 #F4F4F4;
	border:1px solid #FFFFFF;
}
.ajaxLoader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -30px;
	padding: 0px 5px 20px 5px;
	color: #484848;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 10px #ccc;
	background:none repeat scroll 0 0 #F4F4F4;
	border:1px solid #FFFFFF;
	z-index: 121;
}
.left-arrow, .right-arrow {
	position: absolute;
	top: 50%;
	margin-top:-100px;
	z-index: 105;
	opacity: 0.4;
}
.left-arrow:hover, .right-arrow:hover {
	opacity: 1;
}
.left-arrow {
	left: 10px;
}
.right-arrow {
	right: 10px;
}
.n-left-arrow, .n-right-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-20px;
	z-index: 107;
	opacity: 0.4;
}
.n-left-arrow:hover, .n-right-arrow:hover {
	opacity: 1;
}
.n-left-arrow {
	margin-left: -460px
}
.n-right-arrow {
	margin-left: 435px;
}
#imagePreview {
	position:absolute;
	background:#fff;
	padding: 5px;
	display:none;
	z-index: 110;
}
#tooltip {
	position:absolute;
	z-index: 112;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 6px #ccc;
	background:none repeat scroll 0 0 #F4F4F4;
	border:1px solid #FFFFFF;
	padding:2px 5px;
	color:#484848;
	display:none;
}
#imagePreview img {
	display: block;
}
.caption {
	position:absolute;
	background:#000;
	padding: 10px;
	bottom: 10px;
	left: 10px;
	color: #818181;
}
#expandImg {
	position:absolute;
	top: 20px;
	right: 20px;
	z-index: 113;
	display: block;
}
