/* Reset 
------------------------------- */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

/* Global 
------------------------------- */

body {
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/body-background.png);
	background-position: top center;
}

#wrap {
	max-width: 950px;
	padding-top: 30px;
	padding-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-15px;
	overflow: hidden;
	background-color: #fff;
	
}

#navigation-bar {
	clear: both;
	
}

/* menu */
#menu {
	height: 71px;
	width: 1098px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	/*-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD; */
	padding: 0px;
	background-image:url(../img/navigation-background.png);
}
#menu ul {
	list-style: none;
	margin: 0 0 0 10%;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 16px 20px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 18px;
	color: #FFE17F;
	line-height: 18px;
	text-decoration: none;
	display: block;
	padding: 2px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	color:#1b4837;
	background: #FFE17F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #00381E;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../img/dropdown.jpg');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFE17F;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #FFE17F;
	color: #00381E;
}
#menu > ul > li > div > ul > li > a {
	color: #FFE17F;
	font-size: 14px;
}



h1, .welcome {
	color: #193f3a;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #262763;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}

img {
	max-width: 100%;
}

#galleria img {
	max-width: none;
}

iframe {
	max-width: 100%;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	height: 0px;
	width: 0px;
	clear: both;
}

/* Header 
------------------------------- */

/* header */
#header {
	height: 115px;
	width:980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 10px;
	position: relative;
	z-index: 99;
	background-image:url(../img/header-background.png);
	background-position: top center;
}
#header #logo {
	position: absolute;
	top: 16px;
	left: 15px;
}

#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}

#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	/* border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF; */
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #133226;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url('../img/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
	color: #000;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}

#header #welcome {
	font-size: 12px;
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #000;
}

.inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.logo-text {
	float: right;
	text-align: right;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}

.logo-text a:link {
	color: #fff;
	text-decoration: none;
}

.logo-text a:visited {
	color: #fff;
	text-decoration: none;
}

.logo-text a:hover {
	color: #fff;
	text-decoration: underline;
}

#header img {
	float: left;
}



/* Main Content Area 
------------------------------- */

#content {
	width: 740px;
	float: right;
}

.border {
	border-color: #eee;
	border-width: 6px;
	border-style: solid;
}

/* Sidebar 
------------------------------- */

#sidebar {
	padding: 0;
	float: left;
	background-color: #fff;
	width: 180px;
	margin-right: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sidebar ul {
	padding: 0 0 0 30px;
}

/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	width: 1038px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top:-43px;
	min-height: 183px;
	padding: 0;
	font-size: 12px;
	background-image:url(../img/footer-background.png);
}
#footer h3 {
	color: #FFE17F;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 30px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
	margin-top: 40px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 50px;
	padding-left: 12px;
	color: #fff;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #FFE17F;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	width: 980px;
	font-size: 12px;
	min-height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
	clear: both;
}

.footer-left-copyright {
	margin-top: 5px;
	text-align: left;
	width: 400px;
	float: left;
}

.footer-left-web-design {
	margin-top: 5px;
	text-align: right;
	width: 400px;
	float: right;
}

#powered {
	min-height: 50px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
	clear: both;
}

.footer-left-copyright {
	margin-top: 5px;
	text-align: left;
	width: 400px;
	float: left;
}

.footer-left-web-design {
	margin-top: 5px;
	text-align: right;
	width: 400px;
	float: right;
}

.copyright {
	clear: left;
	padding-top: 15px;
	margin: 0px;
	float: left;
}

/******** BLOG CSS ********/
.blog-wrap {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #333;
    margin-right: auto;
    margin-left: auto;
}

.blog-title {
	color: #333;
	font-size: 26px;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	border-top-color: #ccc;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 1;
}

.read-more {
	color: #333;
	font-size: 16px;
	margin: 0px;
}

.read-more a {
	color: #333;
	text-decoration: none;
}

.read-more a:hover {
	color: #333;
	text-decoration: underline;
}

.blog-content {
	clear: both;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	overflow: hidden;
}

.num_comments {
	width: 100%;
	padding-bottom: 50px;
	padding-top: 5px;
	clear: both;
}

.comment-line {
    margin-bottom: 10px;
    float: left;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    width: 100%;
}

.comment-date {
    color: #999;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    float: left;
}

.comment-name {
    width: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 0px;
    float: left;
    font-weight: bold;
}

.blog-comment {
	padding-bottom: 60px;
}

.comment-form {
    width: 100%;
    margin-top: 25px;
    clear: both;
    margin-bottom: 50px;
}

textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    color: #333;
    height: 125px;
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    width:500px;
    max-width: 100%;
}

input[type="text"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    color: #333;
    height: 22px;
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    width:500px;
    max-width: 100%;
}

.comments {
    padding-top: 50px;
    clear: both;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.blog-pagination {
    width: 250px;
    margin: 0px;
    clear: both;
    float: left;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
    padding-top: 30px;
}

.blog-pagination a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #999;
    font-size: 12px;
    padding: 7px;
    margin: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.add {
	font-size: 22px;
}

.comment-label {
	color: #555;
}

.btn {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  border: 1px solid #dadada;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom-color: #a9a9a9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0px #ffffff;
}

.btn:hover {
  filter: none;
  background: none;
  background: #eee;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.share-buttons {
	margin-top: 20px;
	float: left;
}

#ph {
	display: none;
	visibility: hidden;
}

.blog-date {
	color: #999;
	padding-top: 5px;
}

/******** BLOG IMAGES ********/

.blog-image-left {
	float: left;
	margin: 5px 15px 15px 0;
}

.blog-image-right{
	float: right;
	margin: 5px 0px 15px 15px;
}

.signature {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;;
}