html {
    height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body#mainpages {
	background-color: #eaeaea;
}

body#popuppages {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background: -o-linear-gradient(top, #ffffff, #eaeaea);
	overflow: hidden;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -.5px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

a {
	text-decoration: none;
	color: #f7941e;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */


header {
	position: relative;
	width: 960px;
	height: 180px;
	margin: 0 auto;
	background: url(images/headerbg.jpg) no-repeat left top;
}

/* Logo */

#logo {
	position: absolute;
	top: 30px;
	width: 213px;
	height: 132px;
	padding: 0;
}

/* Social Logos */

#social {
	position: absolute;
	height:30px;
	bottom: 5px;
	right: 0px;
}

#social li { display: block; float: left; padding: 5px;}

#social-contacts {
	width: 168px;
	height:42px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#social-contacts li { display: block; float: left; padding: 5px;}

/* Menu */

nav {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555));
	background: -webkit-linear-gradient(top, #999999, #555555);
	background: -moz-linear-gradient(top, #999999, #555555);
	background: -ms-linear-gradient(top, #999999, #555555);
	background: -o-linear-gradient(top, #999999, #555555);
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #cacaca;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

nav li {
	float: left;
}

nav a {
	margin-top: -1px;
	display: block;
	height: 28px;
	padding: 12px 40px 0px 40px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	border-right: 1px solid #999999;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #222222;
}

nav .orange a:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9b427), to(#f7941e));
	background: -webkit-linear-gradient(top, #f9b427, #f7941e);
	background: -moz-linear-gradient(top, #f9b427, #f7941e);
	background: -ms-linear-gradient(top, #f9b427, #f7941e);
	background: -o-linear-gradient(top, #f9b427, #f7941e);
	border-top: 1px solid #fad7ad;
	border-bottom: 1px solid #f7941e;
	color: #ffffff;
}

nav .magenta a:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#df1f6a), to(#d91b5c));
	background: -webkit-linear-gradient(top, #df1f6a, #d91b5c);
	background: -moz-linear-gradient(top, #df1f6a, #d91b5c);
	background: -ms-linear-gradient(top, #df1f6a, #d91b5c);
	background: -o-linear-gradient(top, #df1f6a, #d91b5c);
	border-top: 1px solid #f8a0be;
	border-bottom: 1px solid #d91b5c;
	color: #ffffff;
}

nav .green a:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#0eb257), to(#0b9444));
	background: -webkit-linear-gradient(top, #0eb257, #0b9444);
	background: -moz-linear-gradient(top, #0eb257, #0b9444);
	background: -ms-linear-gradient(top, #0eb257, #0b9444);
	background: -o-linear-gradient(top, #0eb257, #0b9444);
	border-top: 1px solid #14e26a;
	border-bottom: 1px solid #0b9444;
	color: #ffffff;
}

nav .blue a:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#129ad0), to(#0e76bc));
	background: -webkit-linear-gradient(top, #129ad0, #0e76bc);
	background: -moz-linear-gradient(top, #129ad0, #0e76bc);
	background: -ms-linear-gradient(top, #129ad0, #0e76bc);
	background: -o-linear-gradient(top, #129ad0, #0e76bc);
	border-top: 1px solid #a6dbff;
	border-bottom: 1px solid #0e76bc;
	color: #ffffff;
}

nav .current a {
	text-decoration: none;
	background-color: #ffffff;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #555555;
}

/* Page */

#page {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/pgbg.jpg) repeat-y left top;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

/* Content */

#content {
	float: left;
	width: 672px;
	padding: 0;
}

#content h2 {
	text-align: center;
	margin-top: 40px;
	color: #f7941e;
}

#content h2 span {
	color: #999999;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 228px;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 10px;
	color: #FFFFFF;
}

#sidebar p {
	line-height: 150%;
	margin-bottom: 24px;
	text-align: center;
}

#sidebar a {
	color: #f7941e;
}

#sidebar a:hover {
	text-decoration: none;
	color: #ffffff;
}

#sidebar h2 {
	margin-top: 40px;
	color: #999999;
	text-align: center;
}

#sidebar h2 span{
	color: #f7941e;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-bottom: 40px;
}

#sidebar .sb-gallery li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar .sb-gallery a {
	display: block;
	border-bottom: 1px solid #555555;
	color: #ffffff;
	padding: 10px;
}

#sidebar .sb-gallery a:hover {
	text-decoration: none;
	color: #f7941e;
}

#sidebar .sb-feature li {
	margin: 0;
	padding: 12px;
	list-style-type: none;
	text-align: center;
	border: 1px solid #777777;
	margin-bottom: 24px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
	background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
	background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
	
}

#sidebar .sb-feature a {
	margin: 0 auto; 
	display: block;
	width: 200px;
	border: 1px solid #ffffff;
	padding: 0px;
}

#sidebar .sb-feature img {
	 display: block;
}

#sidebar .sb-feature p {
	margin: 0px;
}

.comment {
	margin: 0 auto;
	width: 202px;
	padding-top: 14px;
	background: url(images/feature-arrow.png) no-repeat left top;
}


/* Footer */

footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: .8em;
	text-transform: uppercase;
	text-align: center;
	color: #555555;
}

/*! Custom additions for fancybox */

.hidden {			/*! These are are part of the customized title bar used for links etc. */
	display: none;  
}

.titlecontainer {
	margin: 0 auto;
	text-align:center;
	margin-bottom: 20px;
}

.titlebutton {
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9b427), to(#f7941e));
	background: -webkit-linear-gradient(top, #f9b427, #f7941e);
	background: -moz-linear-gradient(top, #f9b427, #f7941e);
	background: -ms-linear-gradient(top, #f9b427, #f7941e);
	background: -o-linear-gradient(top, #f9b427, #f7941e);
	border-top: 1px solid #fad7ad;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	padding: 5px 10px 5px 10px ;
	color: #ffffff;
}

.titlebutton:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background: -o-linear-gradient(top, #ffffff, #eaeaea);
	color: #555555;
	border-top: 1px solid #ffffff;
}

/* Pagination Info */

.paging {
	clear: both;
   margin: 0px auto;
   width: 500px;
   margin-bottom: 0px;
   overflow: hidden;
}

.paging .info {
   float: left;
   height: 27px;
   font-size: 12px;
   color:#555555;
   line-height: 100%;
   padding-top: 13px;
}

.paging .info strong {
   font-size: 15px;
   font-weight: bold;
   color: #f7941e;
}

.paging .links {
   float: right;
   height: 40px;
   font-size: 30px;
   font-weight: bold;
   color:#555555;
   line-height: 100%;
   padding: 0px;
}

/* super fish filter button */

#filter {
	width: 500px;
	margin: 0px auto;
	text-align: center;
}

/* Item page */

#item {
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
	margin-bottom: 25px;
	padding: 0px;
}

#item .item {
	overflow: hidden;
	width: 500px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 auto;
	margin-bottom: 40px;
}

#item .picture {
	display: block;
	float: left;
	width: 200px;
	background: #ffffff;
	margin: 0;
	padding: 10px;
}

#item .picture img {
	display: block;
	margin: 0 auto;
	
}

#item .title {
	float: right;
	width: 270px;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555));
	background: -webkit-linear-gradient(top, #999999, #555555);
	background: -moz-linear-gradient(top, #999999, #555555);
	background: -ms-linear-gradient(top, #999999, #555555);
	background: -o-linear-gradient(top, #999999, #555555);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	padding-top: 7px ;
	padding-bottom: 7px ;
	color: #ffffff;
}

#item .body {
	float: right;
	padding-top: 14px ;
	padding-bottom: 7px ;
	width: 270px;
	background: #ffffff;
}

#item .body span {
	color: #f7941e;
	font-weight: bold;
}

#item .backbutton a {
	color: #f7941e;
	font-weight: bold;
}

#item .backbutton a:hover {
	font-weight: bold;
}

/* Image browsing page */

#browse {
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
	margin-bottom: 25px;
	padding: 0px;
}

#browse .item {
	clear: both;
	overflow: hidden;
	width: 500px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 auto;
	margin-bottom: 40px;
}

#browse .picture {
	display: block;
	float: left;
	width: 200px;
	background: #ffffff;
	margin: 0;
	padding: 10px;
}

#browse .picture img {
	display: block;
	margin: 0 auto;
	
}

#browse .title {
	float: right;
	width: 270px;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555));
	background: -webkit-linear-gradient(top, #999999, #555555);
	background: -moz-linear-gradient(top, #999999, #555555);
	background: -ms-linear-gradient(top, #999999, #555555);
	background: -o-linear-gradient(top, #999999, #555555);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	padding-top: 7px ;
	padding-bottom: 7px ;
	color: #ffffff;
}

#browse .body {
	float: right;
	padding-top:14px;
	padding-bottom:7px;
	width: 270px;
	background: #ffffff;
}

/* popups */

#popup {
	margin: 150px auto;
	text-align: center;
}

#popup h2 {
	margin-bottom: 10px ;
	color: #f7941e;
}

#popup p {
	line-height: 150%;
	padding: 20px 20px 0 20px;
}

#popup a {
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555));
	background: -webkit-linear-gradient(top, #999999, #555555);
	background: -moz-linear-gradient(top, #999999, #555555);
	background: -ms-linear-gradient(top, #999999, #555555);
	background: -o-linear-gradient(top, #999999, #555555);
	border-top: 1px solid #999999;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	padding: 5px 10px 5px 10px ;
	color: #ffffff;
}

#popup a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#f9b427), to(#f7941e));
	background: -webkit-linear-gradient(top, #f9b427, #f7941e);
	background: -moz-linear-gradient(top, #f9b427, #f7941e);
	background: -ms-linear-gradient(top, #f9b427, #f7941e);
	background: -o-linear-gradient(top, #f9b427, #f7941e);
	border-top: 1px solid #fad7ad;
	color: #ffffff;
}

/* Contact Page */

#contact {
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
	margin-bottom: 25px;
	padding: 0px;
}

#contact p {
	line-height: 150%;
	margin-bottom: 10px;
}

/* Home Page */

#home {
	width: 550px;
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
	margin-bottom: 40px;
	padding: 0px;
}

#home p {
	line-height: 150%;
	margin-bottom: 10px;
}

#home img {
	margin-top: 35px;
}

#mainimg {
	width: 672px;
	height: 600px;
	background: #f7941e;
}

/* Gallery Page */

#gallery {
	overflow: hidden;
	width: 603px;
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
	margin-bottom: 40px;
	padding: 0px;
}

#gallery p {
	line-height: 150%;
	margin-bottom: 10px;
}

#gallery img {
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: left;
	display: block;
	margin: 0px auto;
}