/* cycade template css file v1.6
refer to template guidelines when creating new templates
updated 23/10/07
-----------------------------------------------------------------------------------
DEFAULT COMMON CLASSES START HERE.
EDIT STYLES AS YOU WISH BUT DO NOT REMOVE OR ADD CLASSES.
ADD YOUR TEMPLATE-SPECIFIC CLASSES AT THE END OF THE FILE.
	top: #a89171
	text: #524532
	light: #efeacc
*/

/* default background color, font face, size and colour (for uniformity) */
body {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #524532;
	background-color: #ffffff;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
/* links using template's main colour */
a, a.link {
	color: #a89171;
	text-decoration: none;
}
a:hover, a.link:hover {
	color: #524532;
	text-decoration: underline;
}
a:active, a.link:active {
	color: #efeacc;
}
/* used for section title */
h1 {
	font-size: 14px;
	color: #524532;
	line-height: 30px;
}
/* used for album title (gallery) and other 2nd level elements */
h2 {
	font-size: 12px;
	color: #524532;
}
/* used for parapgraph title */
h3 {
	font-size: 10px;
	color: #524532;
	font-weight: bold;
}
/* prevents forms from messing up the layouts */
form {
	margin: 0px;
	padding: 0px;
}
.form {
	font-size: 10px;
	color: #524532;
	border: 1px solid #a89171;
	background-color: #ffffff;
}
/* lists */
ul {
	margin: 5px;
	padding: 0px;
	list-style-position: inside;
}
/* used in most areas with normal text */
.text {
	font-size: 10px;
	color: #524532;
}
.text a {
	color: #a89171;
	text-decoration: underline;
}
.text a:hover {
	color: #524532;
	text-decoration: none;
}
/* smaller text */
.smalltext {
	font-size: 9px;
	color: #524532;
}
.smalltext a {
	color: #a89171;
	text-decoration: underline;
}
.smalltext a:hover {
	color: #524532;
	text-decoration: none;
}
/* title uses template's main colour */
.title {
	font-size: 10px;
	color: #524532;
	font-weight: bold;
}
.title a:link, .title a:visited, .title a:active {
	color: #a89171;
}
/* section title often uses template's main colour and a big size */
.sectiontitle {
	font-size: 12px;
	font-weight: bold;
	color: #524532;
	text-align: left;
	padding-left: 10px;
	background-color: #efeacc;
	vertical-align: middle;
	padding-right: 10px;
	height: 16px;
}
.servicesbg {
	background-color: #f2f2f2;
}
.servicesbgbottom {
	background-color: #f2f2f2;
	background-image: url(layouts/pictures/services_bg.gif);
	background-repeat: repeat;
}
.contentcell {
}
/* links displayed as buttons */
a.button {
	font-weight: bold;
	font-size: 9px;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	min-width: 75px;
	font-variant: small-caps;
	background-color: #a89171;
}
a.button:link {
	color: #ffffff;
	text-decoration: none;
}
a.button:visited {
	color: #ffffff;
	text-decoration: none;
}
a.button:hover {
	color: #ffffff;
	border-color: black white white black;
	text-decoration: none;
}
a.button:active {
	color: #ffffff;
	text-decoration: none;
}
/* real buttons (usually identical to links as buttons) */
.button {
	font-weight: bold;
	font-size: 9px;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	text-transform: uppercase;
	background-color: #a89171;
	color: #ffffff;
	text-decoration: none;
}
.button:hover {
	background-color: #a89171;
	color: #ffffff;
	border-color: black white white black;
	text-decoration: none;
}
/* vertical dotted line */
.dotsv {
	background-image: url(layouts/pictures/dots_vertical.gif);
	width: 2px;
	background-repeat: repeat-y;
}
/* horizontal dotted line */
.dotsh {
	background-image: url(layouts/pictures/dots_horizontal.gif);
	height: 5px;
	background-repeat: repeat-x;
}
/* paragraph */
.paragraphtable {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.paragraphtitle {
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}
/* module style starts here */
.modulebg {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
.moduletable {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.moduleheader {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: none;
}
.moduleseparator {
	margin: 0px;
	padding: 0px;
}
/* standard module text. used for odd lines of tables (for alternating bg for instance) */
.moduletext {
	font-size: 10px;
	color: #524532;
	vertical-align: top;
}
.moduletext a {
	color: #a89171;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a89171;
}
.moduletext a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
.moduletext a:visited {
	text-decoration: none;
}
/* module text for even lines in a table (for alternating bg for instance) */
.moduletexteven {
	background-color: #ffffff;
	font-size: 10px;
	color: #524532;
	vertical-align: top;
}
.moduletexteven a {
	color: #a89171;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #a89171;
}
.moduletexteven a:hover {
	color: #524532;
	text-decoration: none;
	border-bottom-style: none;
}
.moduletexteven a:visited {
	color: #a89171;
	text-decoration: none;
}
.moduletitle {
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #a89171;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a89171;
}
.moduletitle a {
	color: #a89171;
	text-decoration: none;
}
.moduletitle a:hover {
	color: #524532;
	text-decoration: none;
	border-bottom-style: none;
}
.moduletitlesmall {
	font-size: 10px;
	vertical-align: top;
	color: #a89171;
	font-weight: bold;
}
.moduletitlesmall a {
	color: #a89171;
}
.moduletitlesmall a:hover {
	color: #524532;
	text-decoration: none;
}
.moduletextsmall {
	font-size: 10px;
	color: #524532;
}
.moduletextsmall a {
	color: #a89171;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #98a37b;
}
.moduletextsmall a:hover {
	color: #524532;
	text-decoration: none;
	border: none;
}
.modulethumb {
	vertical-align: top;
	width: 65px;
	border: 1px solid #a89171;
	height: 49px;
}
/* thumbnails in galleries can have rollover effects and borders */
.modulethumbgallery {
	border: 1px solid #cccccc;
}
a:hover .modulethumbgallery {
	border: 1px solid #ffffff;
}
/* thumbnails of highlighted pictures/products should be differenciated */
.modulethumbgalleryhighlight {
	border: 1px solid #ffffff;
}
a:hover .modulethumbgalleryhighlight {
	border: 1px solid #2e2e29;
}
/* pictures in galleries can have rollover effects and borders */
.modulepicgallery {
	border: 1px solid #cccccc;
}
a:hover .modulepicgallery {
	border: 1px solid #ffffff;
}
.moduleform {
	color: #555555;
	margin: 0px;
	padding: 0px;
}
/* lists for modules */
.modulelist {
	list-style-position: outside;
	list-style-image: url(layouts/pictures/module_news_bullet.gif);
}
/* can be used to add a bullet next to a module title or next to poll proposals.
If you dont want to use any bullet, remove the value for background-image. Do not delete the class. */
.modulebullet {
	background-repeat: no-repeat;
	background-position: left center;
	width: 11px;
	background-image: url(pictures/moduletitle.gif);
}
/* display poll results */
.moduletableresult {
	padding: 0px;
	margin: 0px;
	border: none;
	width: 100%;
	display: table;
}
.moduleresult {
	font-size: 9px;
	color: #a89171;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	height: 11px;
	line-height: 11px;
}
.moduleresultremaining {
	font-size: 9px;
	color: #d1d1d1;
	padding: 0px;
	margin: 0px;
	height: 11px;
	line-height: 11px;
}
.modulefooter {
	height: 1px;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: visible;
}
/* language selection */
	/* no link: active language */
.language {
	font-size: 10px;
	color: #6e4d2e;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}
	/* link: other languages available */
.language a {
	color: #ffffff;
	text-decoration: none;
}
.language a:hover {
	color: #6e4d2e;
}
.language a:active {
	color: #efeacc;
}
/* used quite a lot to add a spearating line (before the footer most of the time) */
.separator {
	background-color: #999999;
}
/* footer text (legal info etc) */
.footer {
	font-size: 10px;
	color: #333333;
	height: 10px;
	padding: 5px;
	white-space: nowrap;
	background-color: #ffffff;
}
.footer a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}
.footer a:hover {
	color: #9b9b9b;
	text-decoration: none;
	border-bottom-style: none;
}

/*
-----------------------------------------------------------------------------------
END OF BASIC COMMON CLASSES.
ADD ALL CLASSES SPECIFIC TO THE LAYOUT BELOWE.
-----------------------------------------------------------------------------------
*/

/* fix for msie */
html, body {
	height: 100%
}
/* navigation settings */
.dlnavig, .dtnavig, .ddnavig, .ulnavig, .linavig {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
	font-variant: small-caps;
}
/* position of the navigation */
#menuglobal {
	border: none;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
/* main sections of navigation */
.menu {
	clear: both;
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	width: 300px;
	display: block;
	line-height: 18px;
	height: 18px;
	font-weight: normal;
}
.menu a, .linavig a {
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover, .linavig a:hover {
	color: #6E4D2E;
	text-decoration: none;
}
.menu a:active, .linavig a:active  {
	color: #6E4D2E;
	text-decoration: none;
}
.menu_active a {
	color: #6E4D2E;
}
/* subsections of navigation */
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7, #smenu8, #smenu9, #smenu10, #smenu11, #smenu12 {
	margin-top: -18px;
	display: none;
	font-size: 10px;
	width: 200px;
	position: absolute;
	left: 100px;
	background-color: #a89171;
	line-height: 14px;
}
/* misc layout classes */
.globaltable {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.toprow {
	height: 20px;
	background-color: #a89171;
}
.languagebg {
	text-align: right;
	padding-right: 10px;
}
.navbg {
	width: 320px;
	vertical-align: bottom;
	background-color: #a89171;
}
.headerbg {
	width: 420px;
	height: 200px;
	background-color: #a89171;
	text-align: right;
	vertical-align: bottom;
}
.logobg {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.leftcol {
}
.headerleft {
	height: 10px;
	width: 320px;
	background-color: #ffffff;
}
.headerright {
	height: 10px;
	width: 420px;
	background-color: #ffffff;
}
.contentfull {
	width: 100%;
	padding: 5px;
}
#content {
	width: 100%;
}
/* gallery */
.gallerylist {
}
/* catalog */
#add_to_cart {
	width: 100%;
	text-align: right;
}
/* powered by cycade part */
.copycycade {
	border-top: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 9px;
	color: #9B9B9B;
}
.copycycade a:link, .copycycade a:visited, .copycycade a:active {
	text-decoration: none;
	color: #9B9B9B;
}
.copycycade a:hover {
	text-decoration: underline;
	color: #84AE2C;
}
