/* CSS layout */
body {
  margin: 0px;
  padding: 0px;
  font: 12px Arial, Helvetica, Sans-Serif;
  background: #400000 url('body.jpg') repeat-y top center;
}
div, span, img, form, h1, h2, h3, h4, h5, h6, table, td {
    margin: 0px;
    padding: 0px;
    border:none;
}
table {
    border-collapse: collapse;
}
td {
    vertical-align: top;
    text-align: left;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
p {
	font-size: 12px;
	color: #333333;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
}
strong {
	color: #EC7D0E;
}
h1 {
	font-size: 20px;
	color: #8F2B00;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
a, a:hover, a:visited {
	color: #EF6200;
}
a:active
{
  outline: none;
}
a:focus
{
  -moz-outline-style: none;
}
div.extend {
	clear: both;
	width: 100%;
	height: 1px;
}
input.input-text, input.input-password {
    padding: 2px;
    border: 1px solid rgb(200,200,200);
    font-size: 12px;
}
input.input-submit {
    padding: 3px !important /*Non-IE6*/;
    padding: 0 /*IE6*/;
    background: #EEEEEE;
    border: solid 1px rgb(150,150,150);
    text-align:center;
    color: #000000;
    font-size: 12px;
}
input.input-submit:hover {
    cursor:pointer;
    border: solid 1px rgb(80,80,80);
    background: #FFFFFF;
    color: #000000;
}

/*-----------*/
/* CONTAINER */
/*-----------*/
#container {
    width: 950px;
    background: transparent url('container.jpg') repeat-y top center;
}
#container-banner {
	clear: both;
	height: 140px;
    background: transparent url('container-banner.jpg') no-repeat top center;
}
#container-content {
}
#container-footer {
    height: 140px;
    background: transparent url('container-footer.jpg') no-repeat bottom center;
}

/*--------*/
/* BANNER */
/*--------*/
#banner-title {
    clear: both;
    width: 800px;
	height: 21px;
    margin-top: 3px;
    margin-left: 50px;
    text-align: left;
}
#banner-title h1 {
    color: #BF7659;
    font-size: 9px;
    padding: 0px;
    margin: 0px;
}
#banner-buttons {
    margin: 0px;
	padding: 0px;
	margin-left: 360px;
	height: 20px;
	text-align: center;
}
#banner-buttons ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
    padding-top: 53px;
	float: left;
}
#banner-buttons li {
	float: left;
	background-image: url(list.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#banner-buttons li a {
    float: left;
    width: 100px;
    font-size: 15px;
    font-weight: bold;
    color: #DA7928;
    text-decoration: none;
	text-align: left;
    display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
#banner-buttons a:hover {
	color: #000000;
}

/*---------*/
/* CONTENT */
/*---------*/
#content {
    width: 800px;
    height: 400px;
    background: transparent url('content.gif') repeat-y top center;
}
#content-left {
    width: 262px;
    height: 464px;
    background-color: transparent;
}
#content-right {
    width: 538px;
}
#content-bottom {
    height: 20px;
    background: transparent url('content-bottom.jpg') no-repeat top left;
}

/*------*/
/* PAGE */
/*------*/
#page-top {
    clear: both;
	height: 61px;
	color: #E2DAD1;
	font-size: 35px;
	padding-left: 20px;
	padding-top: 20px;
    background: transparent url('page-top.jpg') no-repeat top right;
}
#page, #page-home {
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#page-home {
    background: transparent url('home.jpg') no-repeat top left;
}
#video {
    width: 534px;
    height: 350px;
    overflow: hidden;
}
#childsections {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
}
#childsections a, #childsections a:visited {
    width: 146px;
	position: relative;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#childsections a:hover {
	color: #2C6F06;
}
#childsections a img {
	border: none;
}
#childsections a div {
	clear: both;
	padding: 4px;
	margin-top: 10px;
}

/*---------*/
/* GALLERY */
/*---------*/
#gallery {
    width: 90%;
    height: 360px;
    margin-top: 20px;
    margin-left: 30px;
    overflow: auto;
}
#gallery div.galleryimg {
    float: left;
    width: 150px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
}
#gallery img {
    border: #FFFFFF 1px solid;
}

/*--------*/
/* FOOTER */
/*--------*/
#footer-menu, #footer-copyright, #footer-alopia, #footer-scripts {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}
#footer-alopia {
    padding-top: 10px;
    color: #AAAAAA;
}
#footer-alopia a {
    color: #888888;
}

/*======*/
/* FORM */
/*======*/
div.form-container {
    clear: both;
}
div.form-fieldset {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #FFFFFF;
    border-top: none;
}
div.form-fieldset-legend {
    clear: both;
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    background: #FFFFFF;
    padding: 5px;
    padding-left: 10px;
}
div.form-fieldset-legend a {
    font-size: 13px;
    font-weight: bold;
    color: #444444;
}
div.form-field {
    clear:both;
    margin-top: 5px;
    padding-bottom: 5px;
    overflow:auto;
}
div.form-field-label {
    width: 120px;
    float:left;
    margin-top: 3px;
    margin-right: 20px;
    padding-left: 6px;
    text-align: right;
    color: #444444;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}
div.form-field-content {
    float:left;
    text-align: left;
}
div.captcha {
    clear: both;
    width: 350px;
    text-align: left;
}
div.captcha img {
    border: 1px solid #999999;
    cursor: pointer;
}
div.captcha-input {
    clear: both;
    padding-top: 10px;
}
div.captcha-help {
    clear: both;
    padding-top: 10px;
    color: #AAAAAA;
    font-size: 11px;
}

#content-right ul {
	margin-top: 10px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}
#content-right ul li {
	background-image: url(list.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 0px 5px 0px 15px;
	background-position: left center;
	font-size: 12px;
}
#content-right .box ul {
	margin-top: 10px;
	padding: 0px 0px 0px 25px;
}

/*======*/
/* LIST */
/*======*/
div.list-title, div.list-empty {
	font-size: 13px;
	font-weight: bold;
	color: #777777;
	background: #F1F3F5;
	border: 1px solid #DDE1E6;
	padding: 5px;
}
div.list-navigator {
    padding: 3px;
	clear: both;
}
div.list-navigator span.info {
    text-align: left;
    color: #8C8C8C;
}
div.list-navigator span.pages {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    color: #8C8C8C;
}
div.list-navigator span.gotopage {
}
div.list-navigator span.gotopage input {
    margin-right: 10px;
}
div.list-navigator a:link, div.list-navigator a:visited {
    padding: 2px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    text-decoration: none;
    color: #8C8C8C;
}
div.list-navigator a:hover {
    background-color: #E2E2E2;
    text-decoration: none;
}
table.list {
    width: 100%;
	margin-top: 10px;
	border: 1px solid #e5e5e5;
}
table.list th {
	margin: 0px;
	padding: 6px;
	height: 25px;
	font-size: 11px;
	line-height: bold;
	color: #4CC4F8;
	text-align:center;
	vertical-align:middle;
}
table.list th div.sort {
    padding-top: 4px;
}
table.list td {
	font-size: 12px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding: 5px;
	vertical-align:middle;
    text-align: center;
}
table.list img {
    border: none;
}
table.list td div.article {
    text-align: left;
}
div.article p {
    font-size: 12px;
}
div.article {
    width: 300px;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 12px;
}
div.article div {
    clear: both;
    width: 100%;
}
div.article span.legend {
    font-weight: bold;
    padding-right: 5px;
    color: #7490A8;
}
div.article span.legend a {
    color: #7490A8;
}
div.article span.info {
    color: #7490A8;
}
div.article-title {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2C6F06;
}
div.article-description {
    padding-top: 0px;
	padding-bottom: 10px;
    font-size: 12px;
}
div.article-price {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #EC7D0E;
}
div.article-price a {
    color: #998D21;
    font-size: 14px;
    margin-left: 10px;
}

/*===========*/
/* SUPERFISH */
/*===========*/
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 0;
	margin-top: 81px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	text-align: center;
	width: 192px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
	text-align: center;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
    z-index: 99;
    text-align: center;
}
.sf-menu a {
	display: block;
	position: relative;
    text-align: center;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 192px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 192px; /* match ul width */
	top: 0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float: right;
}
.sf-menu a {
	padding-top: 15px;
    padding-bottom: 15px;
	text-decoration:none;
    font-size: 13px;
    font-weight: bold;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFFFFF;
}
.sf-menu li {
    height: 30px;
	background:	transparent url('sf-menu.gif') repeat-y top left;
}
.sf-menu li li {
	background:	#9E533C;
}
.sf-menu li li li {
	background:	#9E533C;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	#A52F29;
	outline: 0;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:	#A52F29;
	outline: 0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('sf-sub-indicator.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('sf-shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	192px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	192px; /* match ul width */
	top:	0;
}
/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/
/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 #mycarousel ul li {
    background: transparent;
	margin-top: 0px;
	padding: 0px 5px 0px 5px;
}
.jcarousel-container {
    position: relative;
    margin-top: 20px;
}
.jcarousel-container img {
    border: 1px solid #AA4444;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 128px;
    height: 128px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/*------------------*/
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: transparent;
    /*border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 465px;
    padding: 5px 5px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 128px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  465px;
    height: 130px;
    background: transparent;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  128px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 128px;
    height: 128px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -86px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

table.pricetable {
    border: 1px solid rgb(236, 125, 14);
	padding: 5px;
	width: 467px;
}
table.pricetable td  {
    padding: 5px;
}
