@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: myFirstFont;
 src: url(../handstr.woff);
}
.scripty {
	font-family: myFirstFont;
	font-size:25px;
	text-align:right;
}
#background2 {
	width: 100%;
	min-height: 100%;
	background-size: 100%;
	position: relative;
}
html, body {
	height: 100%
}
body, .searchform input, .formwrapper input, textarea, select, .homemapblue input.button, .form input.button, .homemapblue form p input, .homemapblue form p textarea {
	font-family: Century Gothic, sans-serif;
}
body {
	background-color: #fff;
	background-position: center top;
	font-size: 14px;
	color: #091109;
	margin: 0;
	text-align: justify;
	padding-bottom: 0px;
}
.background {
	height: 550px;
	border-bottom: 1px dashed #e7dedd;
	width: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 1);
	background: url('../img/bg_curve.png') bottom center no-repeat, -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(218, 114, 40, 1) 100%);
	background: url('../img/bg_curve.png') bottom center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(218, 114, 40, 1)));
	background: url('../img/bg_curve.png') bottom center no-repeat, -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(218, 114, 40, 1) 100%);
	background: url('../img/bg_curve.png') bottom center no-repeat, -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(218, 114, 40, 1) 100%);
	background: url('../img/bg_curve.png') bottom center no-repeat, -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(218, 114, 40, 1) 100%);
	background: url('../img/bg_curve.png') bottom center no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(218, 114, 40, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#da7228', GradientType=0 );
	margin: 0;
	top: -10px;
	-webkit-box-shadow: 0px 36px 44px 8px rgba(171, 171, 171, 1);
	-moz-box-shadow: 0px 36px 44px 8px rgba(171, 171, 171, 1);
	box-shadow: 0px 36px 44px 8px rgba(171, 171, 171, 1);
}
.top-wrapper {
	width: 990px;
	margin: 0px auto 0;
	padding-top: 0px;
	position: relative;
}
.main-wrapper {
	width: 970px;
	margin: 10px auto 0;
	background-color: #ffffff;
	border: 1px solid #CCC;
	padding: 5px 10px 0 10px;
	position: relative;
	clear: both;
	border-radius: 10px 10px 10px 200px;
	-moz-border-radius: 10px 10px 10px 200px;
	-webkit-border-radius: 10px 10px 10px 200px;
}
.topbar {
	width: 100%;
	height:120px;
	background-image:url(../img/bg_pen.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.menubar {
	height: 60px;
	line-height:46px;
	margin: 0 auto;
	padding: 7px 20px 7px 20px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(168, 168, 168, 1);
	background: -moz-linear-gradient(top, rgba(168, 168, 168, 1) 0%, rgba(191, 191, 191, 1) 50%, rgba(161, 161, 161, 1) 51%, rgba(224, 224, 224, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168, 168, 168, 1)), color-stop(50%, rgba(191, 191, 191, 1)), color-stop(51%, rgba(161, 161, 161, 1)), color-stop(100%, rgba(224, 224, 224, 1)));
	background: -webkit-linear-gradient(top, rgba(168, 168, 168, 1) 0%, rgba(191, 191, 191, 1) 50%, rgba(161, 161, 161, 1) 51%, rgba(224, 224, 224, 1) 100%);
	background: -o-linear-gradient(top, rgba(168, 168, 168, 1) 0%, rgba(191, 191, 191, 1) 50%, rgba(161, 161, 161, 1) 51%, rgba(224, 224, 224, 1) 100%);
	background: -ms-linear-gradient(top, rgba(168, 168, 168, 1) 0%, rgba(191, 191, 191, 1) 50%, rgba(161, 161, 161, 1) 51%, rgba(224, 224, 224, 1) 100%);
	background: linear-gradient(to bottom, rgba(168, 168, 168, 1) 0%, rgba(191, 191, 191, 1) 50%, rgba(161, 161, 161, 1) 51%, rgba(224, 224, 224, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#e0e0e0', GradientType=0 );
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	overflow:hidden;
}
.menubar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
	height: 40px;
	width: 100%;
	color: #808080;
	font-size: 17px;
	text-align: justify;
	text-transform:uppercase;
	color:#333;
	text-shadow: 1px 1px 0 rgba(226, 226, 226, 1);
}
.menubar ul li {
	display: inline-block;
	margin: 0;
	text-align: center;
	line-height: 46px;
	width: auto;
}
.menubar ul:after {
	content: '';
	width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
	display: inline-block;
}
.menubar ul li a:visited, .menubar ul li a:link {
	text-decoration: none;
	color:#333;
	font-size: 17px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}
.menubar ul li a:hover {
	color:#515151
}
.mainpic {
	height: 293px;
	margin: 0 auto;
	padding: 7px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	position:relative;
}
.footernew {
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 250px;
	left: 0px;
	background: #b44d32 url('../img/bg_curve2.png') top center no-repeat;
}
.logo {
	position: absolute;
	z-index: 5;
	height: 109px;
	width: 350px;
	top: 5px;
	left: -1px;
}
.team {
	position: absolute;
	z-index: 5;
	height: 237px;
	width: 410px;
	bottom: -10px;
	left: 595px;
}
.slogan-script {
	position: absolute;
	z-index: 5;
	height: 50px;
	width: 432px;
	top: 54px;
	left: 339px;
}
.footerstick {
	height: 180px;
	margin: 0 auto;
	width: 960px;
	padding: 15px 5px 15px 5px;
	clear: both;
	position: relative;
	color:#FFF;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	text-transform:uppercase;
}
.footerstick div {
	width: 350px; padding:5px 0 0 20px;
	float: left;
	font-size: 15px;
	line-height:20px; font-weight:400;
}
.footerstick div p {
	margin: 10px 0 0 0;
}
.footerstick div div {
	width: 51px;
	height: 51px;
	float: left;
	margin: 10px 10px 0 0;
}
.footerstick div h4 {
	margin: 0;
	font-size: 16px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}
.footerstick ul {
	list-style-type: none;
	padding: 10px 0 10px 10px;
	margin: 0;
	line-height: 18px
}
.footerstick ul li {
	background-image: url(../img/menu_arrow_white.png);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 10px;
	margin-bottom: 10px;
}
.footerstick a:link, .footerstick a:visited, .footerstick a:hover {
	font-size: 13px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}
.product-wrapper {
	width:970px;
	clear:both;
	height:450px;
}
.product-wrapper-sub {
	width:970px;
	clear:both;
	overflow:hidden;

}
.product-wrapper-fake {
	width:970px;
	clear:both;
	height:160px;
	overflow:hidden;

}
.product-wrapper2 {
	width:330px;
	float:left;
}
.product-wrapper3 {
	width:620px;
	float:left;
}
.product-wrapper-blocks {
	float:left;
	width:310px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
}
.product-wrapper-blocks2 {
	width:280px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
}
.product-wrapper-blocks2 img {width:270px; height:150px;}
.product-wrapper-marg {
	margin-right:20px;
}
.product-wrapper-bot {
	margin-bottom:10px;
}
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
}
.product-img {
	background-color:#fff !important;
	padding:5px;
	height:205px;
	-webkit-box-shadow: #B3B3B3 3px 3px 3px;
	-moz-box-shadow: #B3B3B3 3px 3px 3px;
	box-shadow: #B3B3B3 3px 3px 3px;
	text-align:center;
	border-radius: 10px 10px 50px 10px;
	-moz-border-radius: 10px 10px 50px 10px;
	-webkit-border-radius: 10px 10px 50px 10px;
}
.intro-wrapper {
	width:100%;
	margin-bottom:30px;
}
.intro-wrapper1 {
	width:640px;
	float:left;
}
.intro-wrapper2 {
	width:280px;
	height:240px;
	border:5px #FFF solid;
	float:left;
	background-color:#1e1a16;
		-webkit-box-shadow: #B3B3B3 3px 3px 3px;
	-moz-box-shadow: #B3B3B3 3px 3px 3px;
	box-shadow: #B3B3B3 3px 3px 3px;
	color:#d5d5d5;
	padding:0 10px 10px 10px;
		border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-style:italic; 
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.intro-wrapper2 span {text-transform:none !important; font-style:italic;}
.product-head {
	height:30px;
	line-height:30px;
}
.product-head a:link, .product-head a:visited {
	color:#b44d32;
	text-decoration:none;
	font-size:20px;
	font-weight:700;
}
.product-head a:hover {
	color:#666;
}
p.rounded {
	border-radius: 10px 50px 10px 10px;
	-moz-border-radius: 10px 50px 10px 10px;
	-webkit-border-radius: 50px 10px 10px 10px;
	background: rgb(232,232,232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232, 232, 232, 1)), color-stop(99%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 99%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	padding:15px;
}
.fact-wrapper {
	background-color:#b44d32;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding:10px;
	clear:both;
	position:relative;
}
.fact-wrapper-heigth1 {
	height:330px;
}
.fact-wrapper-heigth2 {
	height:600px; margin-top:100PX;
}
.girl1 {
	position: absolute;
	z-index: 5;
	height: 110px;
	width: 350px;
	top: -116px;
	left: 99px;
}
.fact-wrapper ol {
	width:470px;
	padding:0px;
	float:left;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	font-size:12px;
}
.fact-wrapper ol li.color1 {
	background-color:#f0d2b9;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 1);
}
.fact-wrapper ol li.color2 {
	background-color:#e5e5e5;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 1);
}
.fact-wrapper ol li.color3 {
	background-color:#fff;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 1);
}
.fact-wrapper ol li {
	list-style-position:inside;
	height:40px;
	color:#000;
	margin-bottom:10px;
	padding:5px;
	border-radius: 5px;
	-moz-border-radius: 5x;
	-webkit-border-radius: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.fact-wrapper-marg {
	margin-right:10px;
}
.fact-top {
	float:left;
	color:#FFF;
	font-weight:700;
	height:50px;
	line-height:50px;
	text-transform:uppercase;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.fact-top-font {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; text-transform:none !important; font-style:italic; font-size:25px}
.fact-top-width1 {width:470px;}
.fact-top-width2 {width:230px;}
.small-list ol {float:left; width:230px;}
.small-list ol li {height:65px; text-align:left !important; line-height:13px;}
