/* Font definition for Internet Explorer (*must* be first) */
@font-face {
	font-family: MyCharcoal;
	src: url(fonts/CHARCOA0.eot);
}
@font-face {
	font-family: MyLinkType;
	src: url(fonts/VIRTUE0.eot);
}
@font-face {
	font-family: SC-LucidaHW;
	src: url(fonts/LUCIDAH0.eot);
}
@font-face {
	font-family: SC-Vivaldi;
	src: url(fonts/VIVALDI0.eot);
}
@font-face {
	font-family: SC-Mistral;
	src: url(fonts/MISTRAL0.eot);
}
/* Font definition for other browsers */
@font-face {
	font-family: MyCharcoal;
	src: local("Charcoal"), url(fonts/charcoal.ttf);
	font-weight:normal;
}
@font-face {
	font-family: MyCharcoal;
	src: local("Charcoal Bold"), local("Charcoal-Bold"), url(fonts/charcoal.ttf);
	font-weight:bold;
}
@font-face {
	font-family: MyLinkType;
	src: url(fonts/virtue.ttf);
}
@font-face {
	font-family: SC-LucidaHW;
	src: local("LHANDW"), local("Lucida Handwriting"), local("Lucida Handwriting Italic"), url(fonts/lucidahw.ttf);
}
@font-face {
	font-family: SC-Vivaldi;
	src: local("Vivaldi"), local("Vivaldi Italic"), local("VIVALDII"), url(fonts/vivaldi.ttf);
}
@font-face {
	font-family: SC-Mistral;
	src: local("Mistral"), local("MISTRAL"), url(fonts/mistral.ttf);
}body {
	font-family:MyCharcoal;
	font-size: 14px;
	color: #333333;
	background: url(/graphics/bg.jpg) top left repeat-x #394456;
	font-weight:normal;
	margin:0;
	padding:0;
	border:none;
}
a {
	color:#0000ff;
	font-weight:bold;
}
a:hover {
	color:#0066FF;
}
a:active {
	color: #FFFFFF;
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
/* PAGE LAYOUT */
#wrapper {
	padding: 110px 0 20px 185px;
	min-width:775px;
	min-height:1126px;
	background: url(/graphics/mist.jpg) top left no-repeat;
	border:none;
}
#pageWrap {
	width:775px;
}
#pageHeader {
	height:10px;
	font-size:10px;
	border:none;
	padding:0;
	margin:0;
	background-color:#636D5E;
	position:relative;
	-moz-border-radius-topright:7px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-top-left-radius:7px;
}
#pageFooter {
	clear:both;
	border-top:5px solid #333333;
	min-height:5px;
	position:relative;
	padding:0.2em;
	margin:0;
}
#contentWrap {
	clear:both;
	border:none;
	border-right:30px solid #636D5E;
	/*background-color:#FF0000;*/
	background: url(/graphics/bgContent.png) top left repeat-y transparent;
	min-height:480px;
	position:relative;
}
#pageContent {
	text-align:left;
	padding: 1.2em 2em;
}
#sideBar {
	font-family:MyLinkType;
	position:absolute;
	top:120px;
	left:10px;
	width:165px;
	padding:0 0 5px 0;
	margin:0;
	text-align:center;
	background:url(/graphics/bgWeather.png) transparent top left repeat;
	border:1px solid #8A9286;
	/*-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;*/
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
}
/* OTHER STUFF */
#contentWrap.gallery {
	background-color:#000000;
	border-top-width:1px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:125%;
}
#pageHeader .Logo {
	display:none;
}
#pageFooter .tab {
	position:absolute;
	top:-5px;
	right:0;
	width:30px;
	height:10px;
	display:block;
	border:none;
	background-color:#636D5E;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;
	z-index:100;
}
.ClearAllFloats {
	display:block;
}
#CopyR {
	padding:1em 0.5em;
	text-align:left;
	font-size:80%;
	color:#333333;
}
#visir {
	display:none;
	position:absolute;
	top:20px;
	right:-30px;
	z-index:100;
	text-align:center;
	width:30px;
}
#visir a {
	font-size:9px;
	font-weight:bold;
	margin:2px auto;
}
/*#visir  .custom_images a.addthis_button_facebook {
	background-image:url(/graphics/facebook.png) no-repeat;
}
*//* GALLERY LAYOUTS */

#picGallery {
	width:95%;
	margin:0 auto;
}

#picGallery dd {
	float:left;
	width:200px;
	height:160px;
	overflow:hidden;
	text-align:center;
	margin:0 0 1em 1em;
	padding:0;
}
#picGallery dd a {
	display:block;
	position:relative;
	overflow:hidden;
	width:200px;
	height:160px;
}
#picGallery dd span.catCaption {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	padding:40px 0.1em 0 0.1em;
	font-weight:bold;
/*	background:url(/graphics/picCap.png) top left no-repeat;*/
}
#photoAlbum ul {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
#photoAlbum ul li {
	float:left;
	width:225px;
	height:150px;
	overflow:hidden;
	padding:0;
	margin: 0 10px 10px 0;
}
#photoAlbum div {
	display:none;
}
#photoAlbum img {
	border:none;
}
.showAlbum {
	cursor:pointer;
}
/* WEATHER */
#sideBar h4 {
	font-size:12px;
	font-variant:small-caps;
	background-color:#636D5E;
	color:#cccccc;
	margin:0;
	padding:0.2em 0.1em;
}
#sideBar h4.rtl {
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
	background-color:#333333;
}
#sideBar p {
	margin:0;
	padding:0.2em 0.1em;
	font-size:10px;
	color:#333333;
	background-color:#FFFFFF;
}
#sideBar p.ppaccept {
	background: #FFFFFF;
	image-rendering: optimizeQuality;  /* Firefox 3.6 */
    -ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0+ */
	height:150px;
}
#sideBar p.ppaccept img {
    vertical-align: middle;
    height: 100%;
}
#sideBar p.ec {
	padding:0.4em 0;
	text-align:center;
	font-size:11px;
	font-variant:small-caps;
	position:relative;
	border-bottom:1px solid #8A9286;
}
#sideBar p.ec span {
	position:absolute;
	top:4px;
	left:0;
	display:block;
	text-align:center;
	width:100%;
	background:url(/graphics/bgWeather.png) transparent top left repeat;
}
#sideBar p.ec a {
	text-decoration:none;
	color:#333333;
}
#sideBar #basket {
	border:1px solid #990000;
	margin:5px auto;
	padding:0;
	text-align:left;
	font-size:11px;
}
#sideBar #basket dt {
	font-weight:bold;
	background-color:#990000;
	color:#fff;
	padding:2px 3px;
}
#sideBar #basket dd {
	padding:2px 3px;
	background-color:#cccc99;
	margin:0;
}
#sideBar #basket dd.checkout {
	text-align:center;
	background-color:#8A9286;
}
#sideBar #basket dd ol {
	padding:0;
	margin:0;
	list-style:none;
}
#sideBar #basket dd ol li {
	padding:2px;
	display:block;
	border-bottom:1px dotted #C28F14;
}
/* HORIZONTAL NAVIGATION STYLES */

#topLinks {
	font-family:MyLinkType;
	margin: 0;
	padding: 0;
	border:none;
	list-style: none;
	position:absolute;
	bottom:1px;
	right:29px;
	z-index:100;
}
#topLinks li {
	width:auto;
	float:left;
	white-space:nowrap;
	font-size:12px;
	font-variant:small-caps;
	position:relative;
	border:1px solid #636D5E;
	background-color:#8A9286;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	zoom:1;
}
#topLinks li:hover {
	background-color:#333333;
}
#topLinks li a {
	background-color:transparent;
	font-weight: bold;
	text-decoration: none;
	color:#cccccc;
	border:none;
	display:block;
	padding: 4px 1.2em;
	font-weight:normal;
}
#topLinks li a:hover {
	color:#cccccc;
	background-color:transparent;
}
#topLinks li.active {
	background-color:#636D5E;
}
#topLinks li.active a {
	color:#ffffff;
}
#topLinks li.active a:hover {
	color:#ffffff;
}
/* SECONDARY NAVIGATION STYLES */
#subLinks {
	margin: 0;
	padding: 0;
	border:none;
	list-style: none;
	font-family:MyLinkType;
	font-size:12px;
	font-variant:small-caps;
}
#subLinks li {
	border-bottom:1px solid #8A9286;
	text-align:left;
}
#subLinks li:hover {
	background-color:#FFFFFF;
}
#subLinks li a {
	display:block;
	background: url(/graphics/subLinks.png) 0.5em 0.8em no-repeat transparent;
	/*color:#636D5E;*/
	color:#333333;
	text-decoration:none;
	padding:0.5em;
	padding-left:2em;
	font-weight:normal;
}
#subLinks li.fLink {
	background-color: #333333;
	text-align:center;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}
#subLinks li.fLink:hover {
	background-color: #333333;
}
#subLinks li.fLink a {
	color:#ffffff;
	padding:0.2em 0.5em;
	background-image:none;
}
/*#subLinks li.lastLink {
	border-bottom-width:0px;
}
#subLinks li.lastLink a {
	padding-bottom:0;
}*/.FloatRight { float:right; margin:10px 0 10px 10px; font-size:80%; } 
.FloatLeft { float:left; margin:10px 10px 10px 0; font-size:80%; } 
.ClearAllFloats { clear:both; } 
.TextSmall { font-size:80%; } .TextMed { font-size:90%; } 
.SmallCaps { font-variant:small-caps; } 
.SmallCapsBlue { font-variant:small-caps; font-size:130%; color:#0000ff; font-weight:bold; } 
.table2cols { } 
.ImageBorder { } 
.displayAsButton { }
.SC-Lucida { } 
.SC-Vivaldi { } 
.SC-Mistral { }/* shared TAGS */
h1, h2, h3, h4, h5, h6{ font-weight:bold;font-size:1.2em; }
h1 { line-height:1em; padding-top:0.5em; margin-top:0; }
.table2cols { table-layout:fixed;width:95%;border:1px solid #636D5E;border-collapse:collapse;padding:1em;margin:auto; } 
.table2cols tr { vertical-align:top; } 
.table2cols td { padding:0.5em; }
.ImageBorder { border:1px solid #636D5E; padding:3px; } 
a.displayAsButton { background-color:#ff6633;border:2px solid #003366;color:#000;font-weight:bold;font-variant:small-caps;text-decoration:none;padding:0.3em;display:inline-block; } 
a.displayAsButton:hover { border-color:#ff0000; }
.SC-Lucida { font-family:SC-LucidaHW; font-variant:normal; font-size:150%; } 
.SC-Vivaldi { font-family:SC-Vivaldi; font-size:200%; font-variant:normal; } 
.SC-Mistral { font-family:SC-Mistral; font-size:200%; font-variant:normal; }
