﻿body {
	margin:0;
	color:#333;
	font:13px/17px Arial, Helvetica, sans-serif;
	background:#fff;
	position:relative;
}
form,
fieldset {
	margin:0;
	padding:0;
	border:0;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {color:#e55124;}
img {border:none;}
#main {
	margin:0 auto;
	width:1000px;
	overflow:hidden;
	position:relative;
	background:url(../images/bg-footer.jpg) no-repeat 0 100%;
}
.holder {
	overflow:hidden;
	width:100%;
}
/* header */
#header {
	padding:24px 27px 0;
	overflow:hidden;
	width:946px;
}
/* logo */
#header .logo {
	float:left;
	width:201px;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
}
#header .logo a {
	display:block;
	height:100%;
}
/* order */
ul.order {
	float:right;
	margin:2px 0 0;
	padding:0 0 10px;
	overflow:hidden;
}
ul.order li {
	float:left;
	margin:0 -1px 0 1px;
	padding:0 8px 0 7px;
	list-style:none;
	font-size:13px;
	line-height:16px;
	background:url(../images/separator.gif) no-repeat 100% 55%;
}
ul.order li a {
	float:left;
	padding:4px 0;
	color:#333;
	text-decoration:none;
}
ul.order li a:hover {color:#e55124;}
ul.order li a.cart {
	padding:4px 30px 4px 0;
	background:url(../images/ico-cart.png) no-repeat 100% 0;
}
/* navigation */
ul#nav {
	float:right;
	margin:20px 0 0;
	padding:0;
}
ul#nav li {
	float:left;
	margin:0 0 0 18px;
	display:inline;
	list-style:none;
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	white-space:nowrap;
	word-spacing:-1px;
}
ul#nav li:first-child {margin:0;}
ul#nav li a {
	color:#333;
	text-decoration:none;
}
ul#nav li a:hover,
ul#nav li.active a{color:#e55124;}
ul#nav li a.drop {
	padding:0 10px 0 0;
	background:url(../images/arrow.gif) no-repeat 100% 6px;
}
/* content */
#content {
	width:946px;
	padding:0 27px;
}
#content:after {
	content:"";
	display:block;
	clear:both;
}
#content .title {
	overflow:hidden;
	width:100%;
}
#content h1 {
	font:18px/22px Arial, Helvetica, sans-serif;
	margin:0 0 6px;
}
.wrapper {
	overflow:hidden;
	width:100%;
}
.ico-facebook {
	float:left;
	padding:18px 0 20px 66px;
	color:#333;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
	background:url(../images/ico-facebook.png) no-repeat;
}
/* shadow */
.shadow {
	overflow:hidden;
	width:1000px;
	margin:0 -27px 6px;
	height:20px;
	background:url(../images/bg-shadow-bottom.png) no-repeat;
	clear:both;
}
.shadow hr {display:none;}
/* visual */
.visual {
	overflow:hidden;
	width:100%;
	padding:20px 27px 0;
	margin:-10px -27px -1px;
	background:url(../images/bg-shadow-top.png) no-repeat;
}
.visual ul {
	overflow:hidden;
	width:946px;
	margin:0;
	padding:0;
}
.visual ul.light {margin:-2px 0;}
.visual ul li {
	float:left;
	margin:1px;
	display:inline;
	position:relative;
}
.visual ul li img {display:block;}
.visual .play {
	position:absolute;
	z-index:22;
	clear:both;
	right:8px;
	bottom:8px;
	width:14px;
	height:14px;
	background:url(../images/ico-play.png) no-repeat;
	text-indent:-9999px;
}
.visual .overlay {
	position:absolute;
	top:-9999px;
	left:0;
	width:187px;
	height:187px;
	z-index:33;
	clear:both;
}
.visual ul li:hover .overlay,
.visual ul li.hover .overlay {top:0;}
.visual .txt {
	overflow:hidden;
	width:160px;
	height:180px;
	padding:2px 11px 5px 16px;
	z-index:35;
	color:#fff;
	font-size:10px;
	line-height:13px;
	background:url(../images/bg-gallery-overlay.png) no-repeat;
}
.visual .txt .ttl {
	display:block;
	text-align:right;
	margin:0 0 36px;
	position:relative;
}
.visual .txt p {
	margin:0 0 10px;
	position:relative;
}
.visual .txt .lnk {
	padding:0 0 0 22px;
	background:url(../images/ico-play.png) no-repeat;
	color:#fff;
	position:relative;
	float:left;
	line-height:14px;
}
/* gallery */
.gallery {
	overflow:hidden;
	width:1000px;
	margin:0 -27px 90px;
	padding:10px 0 0;
	position:relative;
}
.gallery ul {
	overflow:hidden;
	width:99999px;
	margin:0;
	padding:0;
}
.gallery ul li {
	float:left;
	list-style:none;
	overflow:hidden;
	width:270px;
	padding:99px 0 0;
	margin:0 30px 0 0;
	display:inline;
}
.gallery ul li.active {
	padding:0;
	width:400px;
	overflow:hidden;
}
.gallery img {
	display:block;
	margin:0 auto;
}
.gallery ul li .img {
	float:left;
	width:160px;
	overflow:hidden;
}
.gallery ul li .txt {
	overflow:hidden;
	height:1%;
}
.gallery ul li .txt p {
	margin:0 0 16px;
	line-height:16px;
	font-size:13px;
}
.gallery ul li .price {
	display:block;
	color:#404040;
	margin:0 0 24px;
	font:20px/24px Arial, Helvetica, sans-serif;
}
a.btn {
	display:block;
	width:88px;
	height:36px;
	font-size:14px;
	line-height:35px;
	color:#e5e5e5 !important;
	text-decoration:none;
	background:url(../images/btn.gif) no-repeat;
	overflow:hidden;
	text-align:center;
}
a.btn-buy {
	position:absolute;
	bottom:8px;
	right:8px;
	width:88px;
	height:36px;
	font-size:18px;
	line-height:35px;
	color:#fff !important;
	text-align:center;
	background:url(../images/btn-green.png) no-repeat;
}

#addToCart {
	width: 88px;
	height: 36px;
	color: #FFF;
	background: url(../images/btn.gif) no-repeat;
	font-size: 12px;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#donation_button {
	margin: 0 0 10px 0;
}
.indgredients {
	margin:0;
	color:#999;
	font:11px/17px Arial, Helvetica, sans-serif;
}
.nonprofit {
	margin:0;
	color:#333;
	font:12px/17px Arial, Helvetica, sans-serif;
}

/* post */
.post {
	overflow:hidden;
	float:right;
	width:721px;
	margin:0 0 14px;
}
.post p {
	margin:0 0 19px;
	font-size:13px;
	line-height:19px;
}
.post img {border:1px solid #fff;}
.alignleft {
	float:left;
	margin:3px 10px 0 0;
}
.alignright {
	float:right;
	margin:3px 0 0 10px;
}
/* info */
.info {
	float:left;
	width:400px;
}
.info h1 {
	float:left;
	margin:0 !important;
}
.info .mark {
	font-size:14px;
	line-height:17px;
	text-align:right;
	font-weight:normal;
	display:block;
	margin:2px 0 0;
}
.info p {margin:0 0 17px;}
/* aside */
.aside {
	float:right;
	width:490px;
}
.aside h2 {
	margin:0 0 4px;
	font:18px/22px Arial, Helvetica, sans-serif;
}
.aside .block {
	overflow:hidden;
	width:100%;
	margin:0 0 24px;
}
.aside .block img {
	float:left;
	margin:0 12px 0 0;
}
* html .aside .block img  {margin:0 9px 0 0;}
.aside .block p {margin:0 0 6px;}
.aside .block .txt {
	overflow:hidden;
	height:1%;
}
/* subscribe */
.subscribe {
	overflow:hidden;
	padding:0 0 0 70px;
	height:1%;
}
.subscribe h2 {margin:0 0 8px;}
.subscribe .row {
	overflow:hidden;
	padding:0 0 0 11px;
	height:36px;
	background:url(../images/bg-subscribe.png) no-repeat;
}
.subscribe .row .inp-txt {
	float:left;
	margin:11px 13px 0 0;
	padding:0;
	border:0;
	width:206px;
	color:#b4b1b5;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#b4b1b5;
	background:none;
}
.subscribe .row .btn-submit {
	float:left;
	margin:0;
	border:0;
	padding:0 0 2px;
	width:88px;
	height:36px;
	cursor:pointer;
	color:#e6e6e6;
	font:18px Arial, Helvetica, sans-serif;
	background:url(../images/btn-submit.png) no-repeat;
}
/* sidebar */
#sidebar {
	float:left;
	width:205px;
	padding:30px 0;
}
/* menu */
ul.menu {
	overflow:hidden;
	width:100%;
	margin:0 0 18px;
	padding:0;
}
ul.menu li {
	float:left;
	width:180px;
	padding:13px 9px 15px 16px;
	list-style:none;
	font:bold 12px/14px "Arial", Helvetica, sans-serif;
	color:#666;
	background:url(../images/bg-menu.gif) repeat-x 0 100%;
}
ul.menu li a {
	color:#666;
	text-decoration:none;
}
ul.menu li.active a {
	color:#333;
	text-decoration:none;
}
ul.menu li a:hover {
	color:#333;
	text-decoration:none;
}
ul.menu ul {
	overflow:hidden;
	clear:both;
	margin:0 0 -15px 14px;
	padding:0;
	width:175px;
}
ul.menu ul li,
ul.menu ul li a {color:#666;}
ul.menu li a:hover {text-decoration:underline;}

/*login*/
.login {
	margin-left:30px;
}
#button { 
    margin:10px 0; 
	padding:0 5px;
}

/* footer */
#footer {
	padding:10px 27px 22px;
	width:946px;
	overflow:hidden;
	color:#999;
	font-size:10px;
	line-height:13px;
}
#footer p {margin:0;}
#facebook {
	margin:0px 0 110px 0px;
}
#copyright {
	float:right;
	margin-right: 10px;
}
/* video */
.video {
	position:absolute;
	top:0;
	left:0;
	padding:18px;
	z-index:922;
	clear:both;
}
.video .close {
	position:absolute;
	top:0;
	right:0;
	width:34px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-close.png) no-repeat;
}
/* lightbox */
 div.light_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:35px;height:34px;background: url(../images/btn-close.png) no-repeat;cursor: pointer;position:absolute;top:-36px;right:-16px;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_nav .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_nav .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_content .ppt{left:auto;margin-bottom:5px;position: relative;top:auto;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}
 
 	
/* contact form*/	
.valid .text_input, .valid .text_area{border:1px solid #70A41B;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #EE2A00;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}


#s, .text_input, .text_area, textarea, #commentform input{
	border:1px solid #ababab;
	color:#666;
	line-height: 19px;
	width:250px;
	}


#send, #top #submit{
	size: 25px;
	border:1px solid #ababab;
	background-color:#000000;
	cursor:pointer;
	color:#fff;
	
	}
	
#send:hover, #top #submit:hover{
	background-color:#fff;
	color:#666;
	}


