/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

/* first for IE 4–8 */
@font-face {
  font-family: MetaWeb-BoldIta;
  src: url("../fonts/MetaWeb-BoldIta.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: MetaWeb-BoldIta;
  src: url("../fonts/MetaWeb-BoldIta.woff") format("woff");
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: Arial, sans-serif; color: #222; }

::-moz-selection { background: #8b1d1d; color: #fff; text-shadow: none; }
::selection { background: #8b1d1d; color: #fff; text-shadow: none; }

a { color: #8b1d1d; text-decoration: none; }
a:visited { color:; }
a:hover { color: #3c3b3d;}
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

body {
	background: url(../img/body.png) no-repeat center 60px;
}

.formular body {
	background: #fff url(../img/body.png) no-repeat -140px 130px;
}

.formular body > div#form_box {
	width: 560px;
	padding: 60px 70px 20px;
}

.formular body div h1 {
	margin: 0;
	padding: 0 0 5px;
	color: #323234;
	font-size: 21px;
}


.formular body div h2 {
	float: right;
	margin: 0;
	padding: 0;
	color: #8b1d1d;
	font-size: 21px;
}

.formular body div p {
	clear: both;
	padding-top: 10px;
}

.formular body div  p.info {
	color: #8b1d1d;
}

.formular body div form {
	padding: 15px 80px;
}

.formular body div form input[type="radio"] {
	margin: 0 5px 20px 20px;
}

.formular body div form input[type="text"], .formular body div form textarea, .formular body div form select {
	width: 100%;
	margin: 4px 0 20px;
}

.formular body div form textarea {
	min-height: 90px;
	line-height: 18px;
}

.formular body div form input[type="submit"] {
	float: right;
	margin: 20px -5px 0 0;
}


#container {
	width: 793px;
	height: 100%;
	margin: 0 auto;
}

header {
	height: 80px;
	margin: 50px 0 20px;
}

h1 {
	margin: 0;
	padding: 0;
	float: left;
}

h1 a {
	display: block;
	background: url(../img/logo.png) no-repeat;
	width: 160px;
	height: 80px;
}

h1 a span {
	display: none;
}

nav {
	float: left;
	z-index: 100;
	margin: 15px 0 0 10px;
}

nav > ul {
	list-style-type: none;
}

nav > ul > li {
	float: left;
	overflow: hidden;
	height: 65px;
	
}

nav > ul > li > a {
	margin: 7px 0 0;
	display: block;
	padding: 43px 5px 3px;
	text-decoration: none;
	color: #3c3b3d;
	/* go on with normal style definitions */
	font-family: MetaWeb-BoldIta, sans-serif;
	font-size: 14px;
}

nav > ul > li > a > span {
	margin: 0 10px 0;

}

nav > ul > li > a:hover {
	color: #8b1d1d;
}

nav > ul > li:hover, nav > ul > li.active {
	background: url(../img/flower.png) no-repeat top center;
}

nav > ul > li:hover {
	overflow: visible;
}

nav > ul > li > ul {
	display: none;
}

nav > ul > li:hover > ul {
	display: block;
	height: auto;
	width: auto;
	z-index: 100;
	position: absolute;
	padding: 9px 14px 0;
	background: #fff;
	border: 1px solid #f4f0f0;
}

nav > ul > li > ul > li {
	margin-bottom: 10px;
}

nav > ul > li > ul > li > a {
	text-decoration: none;
	color: #3c3b3d;
}

nav > ul > li > ul > li > a:hover {
	color: #8b1d1d;
}


#main {
	width: 793px;
	margin: 0 auto;
}

h2 {
	margin: 0;
	padding: 0 0 5px;
	color: #8b1d1d;
	font-size: 15px;
}

.slider-wrapper, .nivoSlider {
	height: 387px;
	width: 793px;
}

#main.content {
	width: 633px;
	background: #f1eff0;
	padding: 60px 80px;
}

#main.content p {
	line-height: 18px;
}

#main.content h2 {
	margin: 0;
	padding: 0 0 5px;
	color: #323234;
	font-size: 21px;
	font-weight: normal;
}

#main.content h3 {
	margin: 0;
	padding: 20px 0 0;
	color: #323234;
	font-size: 15px;
}

#main.content h4 {
	margin: 0;
	padding: 10px 0 0;
	font-weight: bold;
	color: #555;
}

#main.content.product div {
	clear: both;
	padding: 30px 0 0;
}

#main.content.product img {
	float: left;
	margin-bottom: 0px;
	padding: 0 40px 30px 0;
}

#main.content.product h3 {
	padding: 0;
}

#main.content.productWide img {
	padding-bottom: 20px;
}

#main.content.productWide p {
	width: 606px;
}

#main.content.productDetail h2 {
	padding: 0 0 20px;
}

#main.content.productDetail .subnav {
	list-style-type: none;
	width: 200px;
	height: 224px;
	background: white;
	margin: 0 0 0 0;
	padding: 20px 10px 20px 31px;
	float: right;
}

#main.content.productDetail .subnav li {
	margin: 0 0 10px;
	padding: 0;
	float: none;
}

.detail_button {
	float: right;
}

.idTabs {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
	float: right;
}

.idTabs li {
	margin: 0 0 0 40px;
	padding: 0;
	float: left;
}

.idTabs li a, .subnav li a {
	padding: 0 0 2px;
	font-size: 15px;
	color: #3c3b3d;
	text-decoration: underline;
}

.idTabs li a:hover, .subnav li a:hover {
	color: #8b1d1d;
}

.idTabs li a.selected, .subnav li a.selected {
	color: #8b1d1d;
	text-decoration: none;
}

footer {
	height: 150px;
	width: 793px;
	margin: 30px auto 0;
}

footer ul {
	list-style-type: none;
	float: left;
	margin: 0 50px 35px 0;
	padding: 0;
}

footer ul li {
	margin: 0 0 3px 0;
}


footer ul li a {
	text-decoration: none;
	color: #3c3b3d;
}

footer ul li a:hover {
	color: #8b1d1d;
}

#social {
	float: right;
	height: 24px;
/* 	width: 102px; */
}

#social a {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 0 0 10px;
}

#social a span { display: none; }

#social #facebook { background: url(../img/social-sprite-small.png) 0 -124px; }
#social #pinterest { background: url(../img/social-sprite-small.png) 0 -93px; }
#social #twitter { background: url(../img/social-sprite-small.png) 0 0; }
#social #googleplus { background: url(../img/social-sprite-small.png) 0 -31px; }
#social #linkedin { background: url(../img/social-sprite-small.png) 0 -62px; }

#social #facebook:hover { background: url(../img/social-sprite-small.png) 0 -280px; }
#social #pinterest:hover { background: url(../img/social-sprite-small.png) 0 -249px; }
#social #twitter:hover { background: url(../img/social-sprite-small.png) 0 -156px; }
#social #googleplus:hover { background: url(../img/social-sprite-small.png) 0 -187px; }
#social #linkedin:hover { background: url(../img/social-sprite-small.png) 0 -218px; }


footer p {
	clear: both;
	color: #939291;
}

footer p#legalnotice {
	font-size: 12px;
	color: #a6a5a6;
}

.clear { clear: both; }



/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#999;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border: none; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../img/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../img/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:10px; right:20px; display:block; background:url(../img/controls.png) no-repeat top center; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}