@charset "UTF-8";
/* CSS Document */

/* standard styles */
/***********************************************************************/
body {
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	font:62.5% verdana, georgia, "lucida grande", "lucida sans unicode", "trebuchet ms", arial, helvetica, sans-serif;
	color: #96806f;
	background-color: #0E0E0E;
	background-image: url(../images/body_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
p {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.7em;
	color:#A4B9C1;
	margin: 0;
	padding: 0 0 .7em 0;
}
h1, h2, h3, h4 {font-weight: normal; }
h1 {font-size: 1em; padding: .4em 0 0.5em 0; margin: 0 0 10px 0; color: #fff;}
h2 {font-size: 1.7em; padding: 0 0 0.8em 0; margin: 0; color: #dadad9;}
h3 {
	font-size: 1.4em;
	padding: 0 0 0.4em 0;
	margin: 0;
	color: #dadad9;
}
h4 {font-size: 1.2em; padding: .2em 0 0.4em 0; margin: 0; color: #14789b;}

.clear {clear: both;}
ul {margin: 2px 0 10px 20px; padding: 0; list-style-position: outside; list-style-type: none;  list-style-image: url("images/li.gif") ;}
.list {
	color: #599AC0;
	list-style-type: disc;
}
#shopleft ul {
	list-style-type: none;
	display: inline-block;
	
}

#shopleft li {
	padding-right: 80px;
	padding-bottom: 20px;
	
}
li {color:#4f7288; margin: 0; padding: 0 0 0.4em 0; font-size: 1.2em}
#rotation {float: left; width: 883px; height: 319px; padding: 0; margin: 0;}
.border {border: 5px solid #374753; float: left; padding: 0; margin:0;}


/* images */
/***********************************************************************/
/* latest additions */
.ladd {
	position: relative;
	float: left;
	border: 3px solid #4c4c4c;
	float: left;
	padding: 1px;
	margin:0 5px 0 0;
}
.fwork {position: relative; float: left; border: 5px solid #374753; float: left; padding: 1px; margin:0 12px 0 0;}
.galleryimage {position: relative; float: left; border: 4px solid #4c4c4c; float: left; margin:5px 18px 5px 0;}
.galleryimagesmall {position: relative; float: left; border: 2px solid #374753; padding: 1px; margin:6px 0 0 6px;}
.galleryimageright {
	position: relative;
	border: 4px solid #4c4c4c;
	float: right;
	padding: 1px;
	margin:5px 0 5px 10px;
}
.shopimage {
	position: relative;
	float: left;
	border: 2px solid #374753;
	padding: 1px;
	margin:0 14px 0 0;
}

/* top sub divs */
/***********************************************************************/
#logo {
	position: relative;
	float: left;
	width: 239px;
	height: 101px;
	padding: 24px 0 0 0px;
	margin: 0;
}
#block {position: relative; float: right; width: 256px; height: 103px; margin: 0; padding: 8px 0 0 0; text-align: right; }
#submenu {
	float: right;
	padding: 4px 10px 4px 10px;
	margin: 9px 0 14px 0;
	background-image: url("../images/submenu_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
}
#submenu p {
	font-size: 1.1em;
	color: #599AC0;
	padding: 0;
	margin: 0;
}

/* standard links */
/***********************************************************************/
p a:link {color: #93b159; text-decoration: none; padding: 0 0 1px 0; margin: 0; }
p a:visited {color: #93b159; text-decoration: none; padding: 0 0 1px 0; margin: 0;}	
p a:visited:hover {color: #93b159; border: none; text-decoration: underline;}
p a:hover, p a:active {color: #93b159; border: none; text-decoration: underline;}

/* footer links */
/***********************************************************************/
#footer p {font-family: lucida grande; font-size: .95em; padding: 4px 8px 4px 4px; margin: 0; color: #939799; text-align: center; border-bottom:none;}
#footer a:link {font-size: .95em; font-weight: normal; text-decoration: none; color: #939799; border-bottom:none;}
#footer a:visited {font-weight: normal; text-decoration: none; color: #939799; border-bottom:none;}	
#footer a:visited:hover {font-weight: normal; text-decoration: underline; color: #939799; border-bottom:none;}
#footer a:hover, #footer a:active {text-decoration: underline; color: #939799; border-bottom:none;}

h3 a:link {color: #66bbd8; text-decoration: none;}
h3 a:visited {color: #66bbd8; text-decoration: none;}
h3 a:visited:hover {color: #f4bb3a; text-decoration: none;}
h3 a:hover {color: #f4bb3a; text-decoration: none;}
h3 a:active {color: #f4bb3a; text-decoration: none;}

#submenu p a:link {color: #4f7288; text-decoration: none; padding: 0 0 1px 0; margin: 0; }
#submenu p a:visited {color: #4f7288; text-decoration: none; padding: 0 0 1px 0; margin: 0;}	
#submenu p a:visited:hover {color: #93b159; border: none; text-decoration: underline;}
#submenu p a:hover, #submenu p a:active {color: #93b159; border: none; text-decoration: underline;}



/* main divs */
/***********************************************************************/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 883px;
}
#top {
	position: relative;
	float: left;
	width: 883px;
	padding: 0;
	margin: 0px 0 0;
}
#main {
	position: relative;
	width: 843px;
	min-height: 400px;
	padding: 12px 20px 50px 20px;
	margin: 10px 0 0 0;
	float: left;
	background-image: url("../images/main_bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}
#mainGall {
	position: relative;
	width: 895px;
	min-height: 400px;
	padding: 12px 20px 50px;
	margin: 10px 0 0;
	float: left;
	background-image: url("../images/main_bg_gall.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}
#footer {position: relative; width: 883px; clear: both; margin: 0; padding: 4px 0 0 0; background-image: url("images/footer_bg.jpg"); background-position: top center; background-repeat: no-repeat; }


/* homepage divs */
/***********************************************************************/
#homeleft {position: relative; width: 480px; float: left; padding: 0; margin: 0;}
#homeright {position: relative; width: 340px; float: right; padding: 15px 0 0 0; margin: 0;}
#newsleft {position: relative; width: 500px; float: left; padding: 0; margin: 0;}
#newsright {position: relative; width: 320px; float: right; padding: 15px 0 0 0; margin: 0;}
#welcome {position: relative; width: 440px; float: left; padding: 15px 20px 0 20px; margin: 0; background-image: url("images/welcome_bg.jpg"); background-position: top left; background-repeat: no-repeat; }
#newshome {position: relative; width: 440px; float: left; padding: 15px 20px 0 20px; margin: 0;}
#contactleft {
	position: relative;
	width: 460px;
	float: left;
	padding: 15px 0 0 20px;
	margin: 0;
}
#contactright {position: relative; width: 360px; float: left; padding: 15px 0 0 0; margin: 0;}

#galleryleft {position: relative; width: 600px; float: left; padding: 15px 20px 0 20px; margin: 0 13px 0 0; background-image: url("images/gallery_bg.jpg"); background-position: top left; background-repeat: no-repeat; }
#galleryright {
	position: relative;
	width: 210px;
	float: left;
	padding: 15px 10px 40px 10px;
	margin: 0;
	text-align: right;
	background-image: url("images/submenu_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#aboutleft {position: relative; width: 600px; float: left; padding: 15px 20px 0 20px; margin: 0 13px 0 0; background-image: url("images/gallery_bg.jpg"); background-position: top left; background-repeat: no-repeat; }
#aboutright {
	position: relative;
	width: 170px;
	float: left;
	padding: 15px 10px 40px 10px;
	margin: 0;
	text-align: right;
	background-image: url("images/submenu_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#shopleft {position: relative; width: 600px; float: left; padding: 15px 20px 0 20px; margin: 0 13px 0 0; background-image: url("images/gallery_bg.jpg"); background-position: top left; background-repeat: no-repeat; }
#shopright {position: relative; width: 170px; float: left; padding: 15px 10px 40px 10px; margin: 0; text-align: right; background-image: url("images/submenu_bg.jpg"); background-position: top left; background-repeat: no-repeat;}
.shopentry .clear a {
	color: #96806f;
}



/* navigation */
/***********************************************************************/
#menuwrapper {margin: 0; padding:0;}
#menu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 883px;
	background-color: #121212;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu ul {margin: 0; padding: 0;}
#menu ul li {margin: 0; display: block; padding: 8px 12px 8px 12px; float: left; text-transform: uppercase; text-align: center; font-size: 1.2em;}

#menu ul li a {color : #ffffff; text-decoration : none; font-weight: normal;  border-style:none; font-size: 1.1em; line-height: 1.2em; padding: 0; margin: 0;}
#menu ul li a:link, #menu ul li a:visited { padding: 0; }
#menu ul li a:hover {
	color : #f4bb3a;
	padding: 0;
}
#menu ul li.active a {
	color : #f4bb3a;
	padding: 0;
}


/* news */
/***********************************************************************/
.entry {padding: 0 0 10px 0; margin: 0;}
.entry h3 {
	color: #dadad9;
	padding: 0 0 0.2em 0;
	font-size: 1.4em;
}
.news_date {
	position: relative;
	float: left;
	padding: 16px 0 0 0;
	margin: 0 10px 0 0;
	background-image: url("images/01.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 42px;
	height: 35px;
	text-align: center;
}
p.month {margin: 0; padding: 0; color: #ceb495; text-transform: uppercase; font-family: georgia; line-height: .95em;}
p.day {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: georgia;
	line-height: 0.9em;
	font-size: 2em;
}

.news_itemhome {position: relative; float: left; padding: 0; margin: 0; width: 372px; }
.news_item {position: relative; float: left; padding: 0; margin: 0; width: 374px;}
p.eventdate {color: #f4bb3a; font-size: 1.3em; padding: 0;}

.paginate {color: #fff; margin: 5px 0 0 0; padding: 0;}
.paginate p {color: #fff;}

#viewwelcome {position: relative; width: 800px; float: left; padding: 15px 20px 0 20px; margin: 0; background-image: url("images/welcome_bg.jpg"); background-position: top left; background-repeat: no-repeat; }



/* shop */
/***********************************************************************/
.shopentry {position:relative; float: left; width: 300px; padding: 0; margin:0 0 30px 0;}
.shopentry h3 {font-size: 1.2em; padding: 0 0 0.8em 0; margin: 0; color: #14789b;}
.shopentry form input, .shopentry form {padding:0; margin:0; border:none; }


/* image styles */
/***********************************************************************/
img {padding: 0 ;border: 0; vertical-align: middle;}
.image_left {float: left; padding: 0 10px 0 0; margin: 0;}
.image_right {float: right; padding: 0 0 0 10px; clear:right; margin: 0; }



#submenu input {border:1px #c3c3c3 solid; padding:1px 2px; margin:0; color: #6a757d; font-size: 10px; width: 140px; text-align: left; vertical-align: top;}
#submenu input:hover {background-color: #fff; border:1px #999999 solid;}
#submenu input:focus {background-color: #fff; border:1px #999999 solid;}


/* contact form */
.contactform {width: 340px; position: relative; float: right; padding: 0 0 0 20px; margin: 0;}
.contactform form {padding: 0; margin: 0;}
.contactform form fieldset {border: none; padding: 0px; margin: 0px;}
.contactform form p {padding: 3px 0px 0px 0px; margin: 0px; color: #4f7288; line-height: 1.2em;}
.contactform form label {display: block; padding: 0 0 4px 0; color: #4f7288;}
.contactform form label em, .contactform form p em {font-weight: bold; color: #c95202; font-style: normal;}
.contactform form input { background-color: #192531 ;border:2px #374753 solid; padding:4px 2px; margin:0 0 8px 0; color: #6a757d; font-size: 11px; width: 300px; text-align: left; vertical-align: top;}
.contactform form input:hover, .contactform form textarea:hover {background-color: #fff;}
.contactform form input:focus, .contactform form textarea:focus {background-color: #fff;}
.contactform form textarea {background-color: #192531 ;border:2px #374753 solid;padding:4px 2px; margin:0 0 8px 0; color: #6a757d; font-size: 11px; width: 300px; text-align: left; vertical-align: top;}

.contactform p.button input {background: url("none"); border:none; padding:0; margin:0; width: 125px;}

.contactform img {padding-bottom:8px;}
.contactform form input.submit_button {
	 background-image:url(../images/submit_button.gif);
	background-repeat:no-repeat; 
	width:80px; 
	height:30px; 
	color:#000; 
	font-weight:bold; 
	text-align:center; 
	border:none
}
.contactform form input.submit_button:hover{
	background-image:url(../images/submit_hover.gif);
	background-repeat:no-repeat;
}
.contactform form input.submit_button:active{
	background-image:url(../images/submit_active.gif);
	background-repeat:no-repeat;
}
.contactform form input.submit_button:focus{
	background-image:url(../images/submit_hover.gif);
	background-repeat:no-repeat;
}
p.caption_left {font-size: .9em; padding: 8px 0 0 0; margin: 0;font-style: italic; text-align: left;}
p.caption_right {font-size: .9em; padding: 8px 0 0 0; margin: 0;font-style: italic; text-align: right;}
p.date {color: #14789b; font-style: italic; padding: 0 0 10px 0; line-height: 1.3em;}
#gallerywrapper {position: relative; float: left;}

/* calendar styles */

.calendar {
	float: left;
	margin-right: 6px;
	width: 42px;
	height: 42px;
	
}

.calendar-icon-01 {
	background-image: url(../images/calendar/01.gif);
}
.calendar-icon-02 {
	background-image: url(../images/calendar/02.gif);
}
.calendar-icon-03 {
	background-image: url(../images/calendar/03.gif);
}
.calendar-icon-04 {
	background-image: url(../images/calendar/04.gif);
}
.calendar-icon-05 {
	background-image: url(../images/calendar/05.gif);
}
.calendar-icon-06 {
	background-image: url(../images/calendar/06.gif);
}
.calendar-icon-07 {
	background-image: url(../images/calendar/07.gif);
}
.calendar-icon-08 {
	background-image: url(../images/calendar/08.gif);
}
.calendar-icon-09 {
	background-image: url(../images/calendar/09.gif);
}
.calendar-icon-10 {
	background-image: url(../images/calendar/10.gif);
}
.calendar-icon-11 {
	background-image: url(../images/calendar/11.gif);
}
.calendar-icon-12 {
	background-image: url(../images/calendar/12.gif);
}


.calendar-day {
  font-weight: bold;
  font-size: 1.9em;
  color: #000;
  width: 42px;
  text-align:center;
  padding-top: 14px;
}
#clearedContent {
	clear:both;
	padding-left:20px;
	padding-right: 20px;
}
/*subscribe form*/
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 
#thumbContainer {
	margin: 0px;
	padding: 0px;
}
#thumbContainer img {
	padding: 0px 90px 90px 0px;
}
em {
	font-weight: normal;
	font-style:normal;
	color: #f4bb3a;
}
.fltlft {
	float: left;
	margin-right: 15px;
	padding-top: 6px;
}

.fltrt {
	float: right;
	margin-left: 10px;
}
#galleryleftPhp {
	position: relative;
	width: 520px;
	float: left;
	padding: 15px 0px 10px 20px;
	margin: 0 13px 0 0;
	background-image: url("images/gallery_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#galleryrightPhp {
	position: relative;
	width: 290px;
	float: left;
	padding: 15px 0px 40px;
	margin: 0;
	text-align: right;
	background-image: url("images/submenu_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
/*Table styles*/
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #CCCCCC;
}

th {
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	padding-left: 12px;
	border: 1px solid #dadad9;
}
td {
	text-align:center;
	padding: 20px 12px;
	border: 1px solid #dadad9;
	font-size: 1.2em;
}
table {
	border-collapse:collapse;
}
caption {font-size:1.4em;
padding:12px 0;
font-weight:bold;
color:#96806f;
text-align:left;
}
/*examples styles*/
#examples_left {
	position: relative;
	width: 680px;
	float: left;
	background-image: url("images/gallery_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
#examples_right {position: relative; width: 120px; float: right; padding: 15px 10px 40px 10px; margin: 0; text-align: right; background-image: url("images/submenu_bg.jpg"); background-position: top left; background-repeat: no-repeat;}
.example_entry {
	position:relative;
	float: left;
	width: 300px;
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 0;
}
.example_entry h3 {font-size: 1.2em; padding: 0 0 0.8em 0; margin: 0; color: #14789b;}

.gallentry {
	position:relative;
	float: left;
	width: 240px;
	padding: 0;
	margin:0 40px 30px 0;
}.gallentry h3 a{
	color: #FFF;
}

#welcome ul li a {font-size:1.1em; 
}#welcome ul li ul li a {
	color: #CCC;
}

.light {background-color:#696969;
	color:#dadad9;
}
.dark  {background-color:#35383B;
	color:#dadad9;
}
