/* CSS layout */
body {
  margin: 0px;
  padding: 0px;
  font: 14px Arial, Helvetica, Sans-Serif;
  background: #000000 url('body.jpg') no-repeat 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: 14px;
	color: #000000;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
}
strong {
	color: #620000;
}
h1 {
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
}
h3 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
}
h4 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
a, a:hover, a:visited {
	color: #000000;
}
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: 900px;
    background: transparent url('container.jpg') repeat-y top center;
}
#container-banner {
	clear: both;
	height: 191px;
    background: transparent url('container-banner.jpg') no-repeat top center;
}
#container-content {
    background: transparent url('container-content.jpg') no-repeat top center;
}
#container-footer {
    color: #EFC78D;
    height: 293px;
    background: transparent url('container-footer.jpg') no-repeat bottom center;
}
#container-footer a {
    color: #FFFFFF;
}

/*--------*/
/* BANNER */
/*--------*/
#banner-title {
    clear: both;
    width: 750px;
	height: 21px;
    margin-top: 3px;
    margin-left: 50px;
    text-align: left;
}
#banner-title h1 {
    color: #BF7659;
    font-size: 9px;
    padding: 0px;
    margin: 0px;
}
#navbar {
	clear: both;
    height: 40px;
    margin-top: 100px;
    margin-left: 85px;
}
#navbar ul {
	list-style-type: none;
    height: 40px;
}
#navbar li {
	float: left;
    width: 120px;
    height: 40px;
}
#navbar li a {
    float: left;
    width: 120px;
    height: 32px;
    font-size: 13px;
    font-weight: bold;
    color: #EFC78D;
    text-decoration: none;
    display: block;
    padding-top: 12px;
    vertical-align: top;
    text-align: center;
}
#navbar li a:hover {
    color: #FFFFFF;
}

/*---------*/
/* CONTENT */
/*---------*/
#content {
    width: 750px;
}
#content-bottom {
    height: 30px;
}

/*------*/
/* PAGE */
/*------*/
#page-top {
    clear: both;
	height: 40px;
	color: #770000;
	font-size: 25px;
	padding-top: 20px;
	text-align: center;
}
#page, #page-home {
    clear: both;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#page-home {
    background: transparent url('home.jpg') no-repeat top left;
}
#childsectionsalign {
    width: 100%;
}
#childsections {
    width: 636px;
    margin-top: 20px;
    text-align: center;
}
#childsections div.child {
    width: 212px;
    height: 38px;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 10px;
	background: transparent url('childsections.gif') no-repeat center left;
}
#childsections a, #childsections a:visited {
    margin-left: 26px;
    width: 160px;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #EAD380;
}
#childsections a:hover {
	color: #FF0000;
}


/*---------*/
/* 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;
}

#biografy {
    width: 100%;
}
#biografytext {
    padding-top: 50px;
    padding-left: 50px;
}
#biografyimg {
    padding-left: 60px;
    padding-right: 60px;
}

/*--------*/
/* FOOTER */
/*--------*/
#footer-menu, #footer-copyright, #footer-scripts {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}
#footer-menu {
    padding-top: 110px;
}
#trafic {
    padding-top: 5px;
    filter:alpha(opacity=45);
    -moz-opacity:.45;
    opacity:.45;
}
/*======*/
/* FORM */
/*======*/
div.form-container {
    clear: both;
}
div.form-fieldset {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: none;
}
div.form-fieldset-legend {
    clear: both;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    padding: 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: 5px;
	padding: 0px 5px 0px 15px;
	background-position: left top;
	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;
}
div.list {
    width: 100%;
    height: 296px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: auto;
}
div.list div.row {
    float: left;
    padding: 10px;
    padding-left: 10px;
}


/**
 * 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;
}
#contact-info td {
    padding: 10px;
    text-align: top;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
}
#contact-info td em {
    padding: 10px;
    text-align: top;
    font-size: 13px;
    color: #440000;
}
#contact-info td strong, #contact-info td a {
    color: #EE0000;
}