﻿html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/back.jpg) !important;
	background-repeat: repeat;
	background-position: center top;
}

.list-style {
	list-style-image: url(../images/bullet.png);
}

footer{
	font-weight: normal;
	position: relative;
	min-height: 100px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 14px;
	color: #333;
}
footer a{
	color: #000000;
}
footer a:hover{
	color: #666666;
	text-decoration: none;
}
header {
	position: relative;
	min-height: 100px;
	margin: 0px;
	z-index: 1;
	color: #333;
}
.top {
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	z-index: 0;
	height: 485px;
	position: absolute;
	top: 0px;
	width: 100%;
}
nav {
	background-color: #9D2B73;
	height: 45px;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
section {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

p {
	text-align: justify;
	text-indent: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

button {
	color: #fff !important;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #9D2B73;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
}
a.button {
	color: #fff !important;
	padding: 12px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #9D2B73;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
	font-size: 12px;
	font-weight: bold;
}
a.button:hover {
	background-color: #681C4C;
	text-decoration: none;
}
input.submit {
	color: #fff !important;
	padding: 12px !important;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #9D2B73;
	box-shadow: 0px 0px 0px 0px #aaa;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
}

h1 {
	font-family: 'Lobster', cursive;
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #9D2B73;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
}

h2 {
	font-family: 'Lobster', cursive;
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #9D2B73;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
}

.blog h2 {
    font-size: 1.5em;
    padding: 0;
  
}


h2 a {
	color: #9D2B73;
}
h2 a:visited {
	color: #9D2B73;
}
h2 a:hover {
	color: #681C4C;
}
h2 a:active {
	color: #9D2B73;
}
h3 {
	font-family: 'Lobster', cursive;
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #9D2B73;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9D2B73;
	border-right-color: #9D2B73;
	border-bottom-color: #9D2B73;
	border-left-color: #9D2B73;
}

h4 {
	font-family: 'Lobster', cursive;
	font-size: 18px;
	color: #9D2B73;
	text-align: left;

	padding: 0px;

	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5 {
	font-size: 16px;
	color: #681C4C;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #681C4C;
	border-right-color: #681C4C;
	border-bottom-color: #681C4C;
	border-left-color: #681C4C;
	background-color: #F4E7EF;
	font-weight: bold;
}
.slider {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	z-index: 0;
	position: relative;
	box-shadow: 0px 0px 20px 0px #333;
}
.lang {
	color: #666;
	background-color: #eee;
	height: 30px;
	width: 100%;
}
.main {
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	margin-top: 0px;
}
dt {
	color: #666 !important;
}
#breadcrumps {
	text-align: left;
	font-size: 16px;
	color: #999999;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.breadcrumb li {
	display: inline-block;
	list-style-type: none;
}
.big {
	font-size: 24px;
	font-weight: bold;
}
#system-message {
	color: #9D2B73;
	background-color: #F4E7EF;
	padding: 20px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 10px 0px #333;
	width: 600px;
	margin: 20px;
}
#checkout a {
	color: #FFF;
	background-color: #000;
	padding: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.notice {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9D2B73;
}
.notice ul {
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
}
.divider-ornament {
	background-image: url(../images/ornament2.png) !important;
	background-repeat: repeat-x;
	background-position: center 2px;
	height: 106px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.divider-zero {
	background-image: url(../images/ornament1.png) !important;
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
.category h3 {
	font-family: 'Lobster', cursive;
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #9D2B73;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.category li {
	list-style: none;
    list-style-image: none;
}
.relative {
	position: relative;
}
.links a{
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 18px;
	text-transform: none;
}
.links a:visited {
	color: #666;
}
.links a:hover {
	color: #9D2B73;
}
.links a:active {
	color: #681C4C;
}
.logo-text {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	position: absolute;
	left: 170px;
	top: 10px;
}
.menu {
	display: block;
	text-transform: uppercase;
	margin: 0px;
	text-align: left;
}
.menu li {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #333333;
	border: 4px none #C00;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 18px;
	text-transform: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(../images/bullet.png) !important;
}
.menu a:visited {
	color: #333333;
}
.menu a:hover {
	color: #9D2B73;
}
.menu a:active {
	color: #681C4C;
}
.menu li li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #333333;
	border: 4px none #C00;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: none;
	background-image: none !important;
	line-height: 14px;
}
.menu-f {
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.menu-f li {
	display: inline-block;
	margin: auto;
	vertical-align: top;
}
.menu-f a {
	font-size: 16px;
	color: #9D2B73;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	vertical-align: top;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.menu-f a:visited {
	color: #9D2B73;
}
.menu-f a:hover {
	color: #681C4C;
}
.menu-f a:active {
	color: #9D2B73;
}
ul.menu-m {
	margin: 0;
	padding: 0;
	display: inline-block;
	z-index: 5000;
}

ul.menu-m li {
	float: left;
	list-style: none;
	position: relative;
}

ul.menu-m li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 20px;
	color: #FFF;
	border: 0px solid #999;
	margin: 0px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	font-size: 17px;
	background-color: #29682E;
}

ul.menu-m li a:hover {
	color: #FFFFFF;
	border-top-color: #3E3E3E;
	border-right-color: #3E3E3E;
	border-bottom-color: #3E3E3E;
	border-left-color: #3E3E3E;
	background-color: #729B75;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.menu-m li a:active {
	color: #CCC;
}

ul.menu-m li:first-child a:hover {

}

ul.menu-m li ul {
	display: none;
}

ul.menu-m li:hover ul {
	display: block;
	position: absolute;
	top: 0px;
	background-color: #29682E;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	z-index: 100 !important;
	text-align: left;
	margin-top: 44px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 250px;
}

ul.menu-m li:hover ul li {
	float: none;
	border-right: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}

ul.menu-m li:hover ul li a {
	text-transform: none;
	margin: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	text-align: left;
	padding: 10px;
}

ul.menu-m li:hover ul li a:hover {
	background-color: transparent;
	color: #729B75;
}

ul.menu-m li:hover ul li:first-child a:hover {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}	
ul.actions{
	text-align: right;
	list-style-image: none;
	list-style-type: none;
}
ul.pagenav{
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #666666;
	width: 100px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 5px 0px #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding: 10px;
	border: 1px solid #FFF;
}
ul.pagenav a{
	color: #FFF;
}
.counter{
	color: #000;
}
.pagination ul{
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.pagination li{
	font-size: 14px;
	color: #CCCCCC;
	padding: 10px;
	background-color: #999999;
	text-align: center;
	margin: 10px;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 5px 0px #999;
	border-radius: 5px 5px 5px 5px;
	background-image: none;
	cursor: point;
	text-align: center;
	display: inline-block;
	font-size: 14px;
}
.pagination a:link {
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
	cursor: pointer;
}
.pagination a:visited {
	color: #FFF;
	text-decoration: none;
}
.pagination a:active {
	color: #666666;
	text-decoration: none;
}
.pagination a:hover {
	color: #999999;
	text-decoration: none;
}

/** QF3 **/ 

.qf3form.default {
    padding: 0 !important;
    background: transparent !important;
}

.qf3form.default .qf_recaptcha {
    transform: none !important;
}



.qfchkbx label.chbxlabel {
  display: inline !important;
}

.qf3form.default .qf3btn input {
    color: #fff !important;
    padding: 12px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    background-color: #9D2B73 !important;
    box-shadow: 0px 0px 0px 0px #aaa !important;
    -webkit-border-radius: 3px 3px 3px 3px !important;
    -khtml-border-radius: 3px 3px 3px 3px !important;
    border-radius: 3px 3px 3px 3px !important;
  
}

.qf3form.default .qf3label {
    width: 100% !important;
      text-align: left !important;
  font-weight: bold !important;
  font-size: 100% !important;
  color: #666 !important;
  margin-bottom: 10px !important;
}

.qf3form.default .qf3txt input, .qf3form.default select, .qf3form.default textarea, .qf3form.default .qfchkbx {
    width: 100% !important;
}


/** end QF3 **/ 



.uk-form input {
	background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.04)) !important;
}
.uk-form textarea {
	background-image: linear-gradient(to top, transparent 90%, rgba(0, 0, 0, 0.03));
}
.uk-table tbody tr.uk-active {
	background-color: #9D2B73;
	color: #FFF;
}
.uk-table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #F4E7EF;
}
.uk-table-hover tbody tr:hover {
	background-color: #9D2B73 !important;
	color: #FFFFFF !important;
}
.uk-table td{
	font-size: smaller;
	border: 1px solid #666666;
}
.uk-table th {
	text-align: center;
	font-size: smaller;
	color: #CCCCCC;
	background-color: #9D2B73;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.items-row {
	display: block;
	clear: both;
	float: none;
}
input, textarea {
	padding: 5px !important;
}
.jn{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.jn a {
	color: #9D2B73;
}
.jn a:visited {
	color: #9D2B73;
}
.jn a:hover {
	color: #681C4C;
}
.jn a:active {
	color: #9D2B73;
}
.jn-small{
	font-size: 11px;
	color: #9D2B73;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.jn img {
	padding: 5px;
	float: left;
}
.jn h4 {
	font-size: 16px;
	text-transform: none;
	line-height: 18px;
	font-weight: bold;
}
.jn {
	display: block;
	min-height: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9D2B73;
	border-right-color: #9D2B73;
	border-bottom-color: #9D2B73;
	border-left-color: #9D2B73;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.jn-all a{
	color: #fff !important;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #9D2B73;
	box-shadow: 0px 0px 0px 0px #aaa;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
	font-size: 14px;
	width: 150px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.jn-all a:hover{
	background-color: #681C4C;
	text-decoration: none;
}
.jn-more {text-align: right;}
dt.article-info-term {
	display: none;
}
dl.article-info {
	font-size: medium !important;
	color: #999 !important;
}
.latestnews li{
	background-image: none;
	list-style-image: none;
	list-style-type: none;
}
.latestnews a{
	font-size: 21px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.tags {
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.tags li {
	display: inline-block;
	margin: auto;
	vertical-align: top;
}
.tags a {
	font-size: 11px;
	color: #FFF;
	background-color: #9D2B73;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 7px;
	vertical-align: top;
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
}
.tags a:visited {
	background-color: #9D2B73;
}
.tags a:hover {
	background-color: #681C4C;
}
.tags a:active {
	background-color: #9D2B73;
}