/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code *//*
-------------------------------------------
Stack: Blueball FreeStacks Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 13, June 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4497_page2 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4497_page2 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}
/* DesignThing Stack by RapidWeaver Central */

#designthingstacks_in_4499_page2  {
	display: block;
	overflow: hidden;
}

#stacks_in_4499_page2 theSlice {
}

#stacks_in_4499_page2 .shadowthing { 
	
	
   	border: 1px solid #000000;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

#designlinkstacks_in_4499_page2  a:link,
#designlinkstacks_in_4499_page2  a:hover {
	text-decoration: none;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;	
}


/* Backgrounds */


.static-bg1stacks_in_4499_page2 {
	background: #FFFFFF;
}

.static-bg2stacks_in_4499_page2 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_4499_page2 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_4499_page2 {
	background: url(../files/static_local_image_4499.png);
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_4499_page2 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}


#stacks_in_4499_page2 .dash {
	position: relative;
	z-index: 0;
}

#stacks_in_4499_page2 .dash::before {
	content: '';
	position: absolute;
	z-index: -1;
	border: 0px dashed #000000;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
    		border-radius: 0px;
}


/* Shadows */


.shadow-style0stacks_in_4499_page2 {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

#stacks_in_4499_page2	.shadow-style1stacks_in_4499_page2  {
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.50) ;
			box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
}

#stacks_in_4499_page2	.shadow-style1stacks_in_4499_page2 {
	margin:10px;
}

.shadow-style2stacks_in_4499_page2  {
	 -webkit-box-shadow:inset 0px 0px 5px rgba(0,0,0,0.50);
	   -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.50);
			box-shadow: inset 0px 0px 5px rgba(0,0,0,0.50);		
}


/* Background Patterns */


.pattern_bg0stacks_in_4499_page2 {	
}

.pattern-bg1stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQIW2NgQAXGZHAAGioAza6+Hk0AAAAASUVORK5CYII=);
}

.pattern-bg2stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADklEQVQIHWNgYGBoACMABIoBAUIssgcAAAAASUVORK5CYII=);
}

.pattern-bg3stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQIW2NgYGB4z4AAFUhsFAG4IsICMIBiLgBmEQcEyASpFQAAAABJRU5ErkJggg==);
}

.pattern-bg4stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAiCAMAAAAau2s5AAAAUVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////29vbt7e3l5eXd3d3W1tbPz8/JycnDw8O9vb24uLizs7Ourq56WfwvAAAAG3RSTlMAAQIDBAUGBwgJCgsMDRobHB0eHyAhIiMkJSbKd6MzAAACOUlEQVQYGQXBCWLaQAAEMGEwvnamCUkbsv9/aCX11zMsmakHd3vNg9xtHZPNZqjeGDZTrzzWyNfZwH7Wb6yH8+HLNxePUVM498dUhGNelVwM9bbgyuf4wZE90wwxVK0Z8GGuIxLVsNqP3nvbRFTzBN5eDEmqdrGb+UNizVQWRFNgTOXmGKbXFiHVU+QWTcd13dzSe+NApsKW0dThHO6meoB5zlhEqkcyDNVtFeOpR58RT6/bbyQj+1TA9JIzEvXOsRvWOaYIes0rN5K/Wy/H00o1MXaq15Y7mWZEYvrMEgk9X2A5ZwpyNJ/GDk0JoT72ZZccb8V1LeoHWJvaWPAxeu3rnqi3gN4bixFTA6gpMGYKkZ4vsJwzBTnMpW6nxOv8s1nXw1ElklEVgT67cfH41Qjn/koh/Mub5ES99uCuKkFe6UHcTLU8QdPllDiaGWLoWTwkL4UN1eAe9RmnWP/pQfBlusFl5sUj6PhNFoz6CDdMTW6Bt+K6Han3AdRPYgn1Afb4SBPQNFce45HpQ3DzuRZYzBRcx9u8QpZ0qYBf5bDbfedXOJy/Psk4nS9/8gx5TFMi+BpvVjY12W+Jf5qn7CNf999sBsztewzkMfXhDNdMbQ5MHQRmJol9bcqR8O2bYTe6zGNJgpqyC2/zLpHMVOSU+mfbsPpVN4atqSuPNebzR2D/0RHr4TQVJDNFxHy8jYj83EscO58mbu5rFZZ9+WvmuKDXe8GJv74Q8uUruBbNdAPdvk/iGv8Boocm/qEFnnUAAAAASUVORK5CYII=);
}

.pattern-bg5stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAU0lEQVQIHQXBwRGDIBAAwO2/AMcCDHAcPjIRxjJ8Je1kl1uqUgphsWu6w0sIG6npLpcUBql4e/wsVRKabrkNTacIYbMrwsF06rqUhsnXVKVT+Hj+Ue4rPSONk4kAAAAASUVORK5CYII=);
}

.pattern-bg6stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADnRSTlMAAQIDBAUGBwgJCgsMDRK8QVgAAAukSURBVHja3Z3XYuM6DEQPKXZy/v937wMoZXPjJC6yLWUftsVWAUFgMChEyoLhQdgvSQIQQqEzhFBbAFELyKPYxfoxIqWy4DKyqyixXgFalkBQgaXYLQIEAYwheWCAFzi7ouQE1KYMEIVIdhVBt4cVZHqBjm9Atpt6OQLrp4boQgN7XrGU+arLAqgiUPDQRFxFYM9PV5hiGWTQIqeQUW8sGUl0AmL07nBiQVSYkoGsYS/eBgtoNFrAKQkUZM8k0OiQ1BVxqNi/BUIFQUML0lwaoWaXzRmIgGJhifagKogFIupzFQFU7I+hJNUpZ+jghFButvbkLEQQUetX/aCXWCSgr4qyILxpx6Y7QwCOOrDPerQQIMeFTEYUFLvJSMEHRGhjaouLQ9AGBBZ7MQmhBFkRaQjJBSRagQSFtH2wBEm19iiU0dRkEZ0t9bYyXah0aUAogEgSdIEJJ9vDQ9diYlIEuXnJplEIjIii2KRc6nZTxyoCwWLiDBBlywiIgOsSpZNUionRDwFdWVIaZEZztnJp1WAlLS6DxGCxNYpFwDI3MKZeFYRDgE8Ayd7di2Fr2wExQODwrDsaRRJTO9u8aESj0BhSJ87tXQckMkgdSAn7yhAoQyeMLDVYXIbaqA2/2gYViRJBFKVtGZvITvNlxtStSMYDqFOxl4OEcFORR0TURU1TbextqpkhMMlLGtiVbO/bXwrq8tvmt+1ZSPNTiSSge9C8I+TcQPSh2pRgmc9ctW5Ss6uh26o4RmBeUq64uQ3oQVFR68Oq2JoURrf93VULg6ixvVdXlwOpZDo1Efc1gfE2E8jYbs8q+OSF5ME1JGJzmRgrdfUOGh9ugjH3phDN7u7baklV0cIo2+U/jE5loUR720pg215IU9hLxNSpDk2VIAFNPck8XgDIg/OZ2Zi3nzWEnMzUTRFPcYBpY4aQ0FISijTsPYIObKztB3m+fRAEqII4ZMabAkEomxk/qi7ev/f0OvjBdssp8gC4wggmV7OVRJSKRE4gYhhkNXCgpcSCukyRpW4eU7lIgiYYlLAJXomRDOOJSORDSRKhLZAYBDw1YyvrAS1ESQ0yHYJud2+g1mAZAikhyqgLgMsZyReSGm3ZXFBnU6uhgaeIhprfXSjxNqHcCmpGA6qKVqdgaxs1AGfWXtAVolBqJrvSYIhYaQbfs3IeY/pLAk3QJcimiUzpX4+hpl8cweR0Z3gydg5PdHN4kuzNleaDh7EitKo292hdVEeZ+80BC4kI878KZLt6BzqNxe4eSEQWcH1dPlv/qekJyooFHnUB9q2GREWbrjSAwHSckGEgDMR0hIGpyDK33DJ/a4h4Gb/1p+I3NEAqfsLZacB71jK9/moQF3nxITJ1hRFk9hXchACAL74gVbMKvXumYCCaATUAGD60W27VJmUoaH4+DTNpyKFM3+Bvz/bVjEg0191tQj0yKN4jOjuCIQNX1JDGunUNFKrDAMeCkhtqFTS3UhIiEdwQ0tD6xRkZqumx2MDfExv85PW/eMqyo6fU3vBhyl4UlIRDAaFKkNnaJvCdLtqHjto6h7nKQNUKDAs0W0mUVEWDIoEUUWhssXeT1GEZF5icfjOTc0rq50JMwj4knwH2BYF3GxqQUJtXBpcC4Xlhw9mRySbTF6HsCyRSvYFEKp9JpPKVRPoDNJDB3QfMxMF2veltL/PxRZ+vmDe/4GzHVfCSgjd+sqESQIqV6nAUUWtCqFMAyhCuLormv6ohNJdD8OS5TB7ISlrMiSforvvQiBuu67WjLpBf12eaACqFIqmagh6a5GmdIjQWM4F1GjJN2DQ9uRnAJytyfVHcdtoY/bNJvZQjSHfnCOpeOYIQm6RuIQcUkkUr5j8XimF1LWSGxTjP2bHtvh3b2KKj8Ina6xpjCGJdt/AaK5iRFW/KL+0fwbAnZH1z8hFyRIzEoNE+vMs/plJNH6znB8hZ3T0e+oRtoWqskCgFW+8gVCQRkrxnzUfLck6KHuHJ0t2cTvqa7crXZ7vsZYqogiH1sclGCVww8NIMxwwvgJCm9AOIhLqhX2Oc04we5/YrTqKAEipDaRnKDMAt4MF0RWue52PLlIgsTIJMgUFh4FXNZBDMI+FMVVZi3VCkfWSY/0m2KQhj3qmV8AElLJ5uO8Z0/4bj7enh+D6punYpXcBYwUIf5k0XzU9KDDNLitpyFHbtpAid5d/XvJ3I2FFyrwl6XhFInpBmuGyzn4arH/DSn01Ovs7k+Odtv1sz5Q9l635BffF1qC/PZUGVQB5Cbq5zp0LxIPJ3pDv34Kd2QAaYKxX16b7xUb6T08PebdkOFKw+UgM5WTXhNdZIEUQdGBhqFsYGNTIQLEy1/WsrXjwQx8ZnTsZtJi7MVQQYa4qwmAYZXGFihhm0VuTMe/i55sn0oEMKE0oINUgQBcHxkUU7KXGiJuHZEPd9PuKdBaUXKzreKMQqDdvsu0R2r0C5u6br2uV03VuzhTuGJ3eiif4Imrgmha8wdfDaFD4nKy/7ttSRD1G294hyp2qIM1Zhtk7+YiL/QjVjWlnwV+dfn/OicQ8cnw7AcT2QTMjvTyZ8hJXTBHlvCNPYh6FVcSJAqcE1KkFNWlB2ky3ZxA9DNdWId9OkdfX1R6+qbTvOkzyWHj9IXPQ42/fU8jzZl6YbdFXQ67rKTcJvURUUNaq+BHrt6kBvZ17m6mLIfd3/AVP/91KUR+0rvKKw/1OJ37vSUPWaNJSIUGlrAxUrIpCszvffApSjl8HX61oJOSjLfjPo4ZzJkAsBxTno0N818aSVQBdAxLeur+3n+l7SB/BX6ho5S/r5G2Lugxl7Y2HorruIM7aKXLIynJEMusSXvzIT/lRi4qpBCPvxEk9Md18BK09S13xcWuQ2k3OMBp4dqiF/ry92e9QXP79l46D9OXfwwzuEyzd2xPWn1KUfv370usCdn0px3UOluC9ur/4lEfTiXPn9VdCn4KevQaFXs0ZHd+97tfqXt097+QMIXmuI9eS25tc4f446luJWXX3DcIbdsz91LWk8bjGvDRv4kTmLs2aEA1SMXfKC8VcvmD4DEM45cuMrj8JhKxluDeD+Bj2XOVT7ff61/f77GY4coc92F9m9zfi2PYzvv2mLoyUD7+xk4EjDZh5SxW+KmsrRi5q+OLrbxuGm94/D/War8rwUUs17j2lNP4yKPEnh+zXC+bfw+Chj2O5A+rypS3f/ZTx2w1Ew6Q1ofn6BSIjBgHxZpJENfr69L2GvkoJLQcoDAwveFu3zR/i5iSbP0EL1S0DMcxtPX1j09brRQE9m785VN/4Tq3FGouGCBj6VPHtGxfV3uOcAnej7GITDZqBuJaI4bAHAjTMbz5V6+2H+2NnCju8TDBd/esYpA3/kzI524MbC28zyesZKv3TGij34O+dWXR8Rv9d07ndm0lY0dYQGvMfqwv4AOpnhyp+A8OgpCdf4Bi7jHspjvLHA4dtinIcyPIea47jNshi/uRTpyKMQ33+84U7j0zh4W8jVefk/cfBTBn/IcbL39PFyuDzznUiAHdN4720MP1+5cro4tPnM5yR9tnIHGCs1fjxB81pXvGcJzWNpusco2JP1sf4w4e20JeT/hz8nH4W9Tenj2NOXbwgU/shxXAsHp3b7l9rx78jb43VG3snEHrHY8p5kHULj/EVOOmXo8U9GanxkpE4wp+nqxtOTDlj/PCSJk8zu/p0iP9sx7N9NM+JoTdB3V+Dsd4j1j5XP8emHfJ1r8ur3oeffOQ9x91ze2/zomyat7b9ML6xef+aZAU8eePY6MHpoL3cTMNpXr9LTW0a+A7fPCTvfUTN0jAThDl0Y7z4AZUeC/0SD5n6MN44za+ahMOLJrcCvgzNPrqHpL8sTPZEIcXfPUr6nNJc3H1TX95oKy9kx7+YVDskk3EU+7TNbe4/plA/1JV8g9U5akPKiISz+2VPg/g5AedMpuPuTSkfio8sDhuVIYfdjOaBjkfD3Hwv9H6hF+t8WGk8EAAAAAElFTkSuQmCC);
}

.pattern-bg7stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC);
}

.pattern-bg8stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAGovxNEIAAAAoSURBVDhPYxBEAgIMSkhAgcEFCTgwdCCBBoZRfaP6RvWN6hvVR5Y+APADQlQnmrINAAAAAElFTkSuQmCC);
}

.pattern-bg9stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAQAAADl0Z2xAAAAEElEQVQIHWNgYGD4b8UABgAJmgE6cUJg+wAAAABJRU5ErkJggg==);
}

.pattern-bg10stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAH0lEQVQIW2NggAABIFYAYgMgdsAqwIBNgAGbAAM2AQCXWQKBzohaMwAAAABJRU5ErkJggg==);
}

.pattern-bg11stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGUlEQVQY02P8//8/AzGAkSYKrQbO6sHuRgB90h5hFaCnewAAAABJRU5ErkJggg==);
}

.pattern-bg12stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHElEQVQYV2P4//+/FBbMgI4ZhohCbBhD81BQCAD6ay/4Sj20ZAAAAABJRU5ErkJggg==);
}

.pattern-bg13stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAQAAABwz0azAAAAWUlEQVQIHQXBsQqCUAAAwPuzaG/qB4SGNmkTanpDSqOJWJHkoqKFTUq/1x2Ft9ookzK627pp5Aw2IonWh6udIPMy0yulap0TF5Onr6MVBw+LwtqeoPJzFgt/XjsaLaIXlnAAAAAASUVORK5CYII=);
}

.pattern-bg14stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAAT0lEQVQIHQXB0Q2CMAAFwIttpSKhwhgvxER+cP/JuOMroNoN3cQh6OCDAovTG7AJ3YrLZuAPvMBlFqDhoeAHMGHVRBPDTAEBTwGIiqrhvAF2twQo3n7LWgAAAABJRU5ErkJggg==);
}

.pattern-bg15stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAOElEQVQoz2P4//8/AxCoMuAHalBahgGqQY2ABpiBsvTToEqkBhkGcj1NrAaS/SBDth8GPljhngYAzckotmfPdTsAAAAASUVORK5CYII=);
}

.pattern-bg16stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,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);
}

.pattern-bg17stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHklEQVQY02P4//8/AzGYgfoKgcCKSDyQgDg3Uj14AC5PmfMX467AAAAAAElFTkSuQmCC);
}

.pattern-bg18stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEUlEQVQIHWNggIBiEGUFxJUABisBJ85jLc8AAAAASUVORK5CYII=);
}

.pattern-bg19stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2P4//8/AxI2RuGAaBQOTADOAWEAjAwwnWPnCWYAAAAASUVORK5CYII=);
}

.pattern-bg20stacks_in_4499_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAklJREFUeNqEVtlqVEEQ7a7bk0UFF4y+KBiXV8Fn/9rv8MEvSAgoKEIiuMTMnem2KpwKZyo1Y8PhzvRSe53uOsZ4VUoZwKRYK2rZHL4uYa4n+xutV59Y0+EVFgb+V9o8SJAL31fch3E2/iiuyKDrb8MGFsqCefi+FYx7rnhIClzGpeKz4qefqRqu17CsBDdHsF6g4EDxBt85KOBwnSrO7b9QTHsiVCiUHfteKhaKZYiA75thzAvFPZMvSVLZi0oKzZgjxV0IGQTP0SCD7cwztnaQpZxc9s72PYICDhF7w+GeYdChUD4kJJo9WyNEeyQkFkYJnvs45HgP+h2TWZOeqVv66ZbiBq09KeM4eqj/8R8FLmctlAvZocDL9yqEIttbEF437FKSUGwLj+EbNV/dETZBDi9cyUgoY5Bn3GR26DsKoAePprDXvP5i8y2pqonqXkJp2toZ5h5TWLjX9sBhJyjjyWjleAspZgRZyQDjrSdWorS+grdfucFbsGQbSfawNkHYD8ho2D9Tt0skMwn134NHzAqubEFzy5D0iWU16ug5dOwiNKiEyuuBlmpo5JtoNMTRFt+C0Owe+KT4TYoip3FIe1BUIw9a4p/q973iHdxuiPUHuqB6YAZJSFISg2463pj1GGU34/sAc3PCVyUpFgmKN66LlvAPu+yYyAsuCH949F3hEpTiCbjfGukO5s5wxdbkOpAgbApFsuF1w4vjo+IvEv8LiV8SfdTkxRIfGJJcXtdnveMH3XgdVSXJWyuWaEneYreu8H8CDACRPfht+odEKwAAAABJRU5ErkJggg==);
}



#stacks_in_4499_page2 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_4501_page2 {
	padding:  10px;
}

#stacks_in_4503_page2 {
	padding:  5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4505_page2 #fsr_colwrap_stacks_in_4505_page2 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4505_page2 #fsr_colwrap_stacks_in_4505_page2 #fsr_leftcol_stacks_in_4505_page2 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4505_page2 #fsr_colwrap_stacks_in_4505_page2 #fsr_leftcol_stacks_in_4505_page2 .leftcolpad_stacks_in_4505_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4505_page2 #fsr_colwrap_stacks_in_4505_page2 #fsr_rightcol_stacks_in_4505_page2 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4505_page2 #fsr_colwrap_stacks_in_4505_page2 #fsr_rightcol_stacks_in_4505_page2 .rightcolpad_stacks_in_4505_page2 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_4505_page2 #fsr_colwrap_stacks_in_4505_page2 #fsr_leftcol_stacks_in_4505_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4505_page2 #fsr_colwrap_stacks_in_4505_page2 #fsr_leftcol_stacks_in_4505_page2 .leftcolpad_stacks_in_4505_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4505_page2 #fsr_colwrap_stacks_in_4505_page2 #fsr_rightcol_stacks_in_4505_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4505_page2 #fsr_colwrap_stacks_in_4505_page2 #fsr_rightcol_stacks_in_4505_page2 .rightcolpad_stacks_in_4505_page2 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Logo Stack' 
Style Sheet: fsrlogo.css
Created: 25, October, 2010
Last Modified: 22, May 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4507_page2 {
	text-align: left;
}

#logo {
	background: transparent;
}

#logo img {
	position:  relative;
	height: auto !important;
	max-width: 100%;
	overflow: hidden;
}

/* Smartphones (landscape) ----------- */
@media screen and (max-width: 600px) {
	
#stacks_in_4507_page2 {
	text-align: center;
}
	
#logo img {
	height: auto !important;
	max-width: 60% !important;
}
}



#stacks_out_4507_page2 {
	width: 250px;
	margin-left:0;
}

#stacks_in_4507_page2 {
	padding:  8px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Slogan Stack' 
Style Sheet: fsrslogan.css
Created: 25, September 2012
Last Modified: 21, April 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4509_page2 {
}

#slogan h2 {
	font-weight: 400;
	line-height: 1.00em;
	text-align: left;
}
#stacks_in_4509_page2 {
	padding: 28px 0px 0px 0px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_4510_page2 {
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#simpleDivider_stacks_in_4510_page2 .theDivider1, #simpleDivider_stacks_in_4510_page2 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4510_page2 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4510_page2 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}
/* DesignThing Stack by RapidWeaver Central */

#designthingstacks_in_4511_page2  {
	display: block;
	overflow: hidden;
}

#stacks_in_4511_page2 theSlice {
}

#stacks_in_4511_page2 .shadowthing { 
	
	
   	border: 1px solid #8A8A8A;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

#designlinkstacks_in_4511_page2  a:link,
#designlinkstacks_in_4511_page2  a:hover {
	text-decoration: none;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;	
}


/* Backgrounds */


.static-bg1stacks_in_4511_page2 {
	background: #333333;
}

.static-bg2stacks_in_4511_page2 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_4511_page2 {
	background-color: #F9F9F9;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F9F9F9));
	background-image: -moz-linear-gradient(top, #FFFFFF, #F9F9F9);
	background-image: -ms-linear-gradient(top, #FFFFFF, #F9F9F9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F9F9F9));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #F9F9F9);
	background-image: -o-linear-gradient(top, #FFFFFF, #F9F9F9);
	background-image: linear-gradient(top, #FFFFFF, #F9F9F9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F9F9F9', GradientType=0);
}

.static-bg4stacks_in_4511_page2 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_4511_page2 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}


#stacks_in_4511_page2 .dash {
	position: relative;
	z-index: 0;
}

#stacks_in_4511_page2 .dash::before {
	content: '';
	position: absolute;
	z-index: -1;
	border: 0px dashed #8A8A8A;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
    		border-radius: 0px;
}


/* Shadows */


.shadow-style0stacks_in_4511_page2 {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

#stacks_in_4511_page2	.shadow-style1stacks_in_4511_page2  {
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.50) ;
			box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
}

#stacks_in_4511_page2	.shadow-style1stacks_in_4511_page2 {
	margin:10px;
}

.shadow-style2stacks_in_4511_page2  {
	 -webkit-box-shadow:inset 0px 0px 5px rgba(0,0,0,0.50);
	   -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.50);
			box-shadow: inset 0px 0px 5px rgba(0,0,0,0.50);		
}


/* Background Patterns */


.pattern_bg0stacks_in_4511_page2 {	
}

.pattern-bg1stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQIW2NgQAXGZHAAGioAza6+Hk0AAAAASUVORK5CYII=);
}

.pattern-bg2stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADklEQVQIHWNgYGBoACMABIoBAUIssgcAAAAASUVORK5CYII=);
}

.pattern-bg3stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQIW2NgYGB4z4AAFUhsFAG4IsICMIBiLgBmEQcEyASpFQAAAABJRU5ErkJggg==);
}

.pattern-bg4stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAiCAMAAAAau2s5AAAAUVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////29vbt7e3l5eXd3d3W1tbPz8/JycnDw8O9vb24uLizs7Ourq56WfwvAAAAG3RSTlMAAQIDBAUGBwgJCgsMDRobHB0eHyAhIiMkJSbKd6MzAAACOUlEQVQYGQXBCWLaQAAEMGEwvnamCUkbsv9/aCX11zMsmakHd3vNg9xtHZPNZqjeGDZTrzzWyNfZwH7Wb6yH8+HLNxePUVM498dUhGNelVwM9bbgyuf4wZE90wwxVK0Z8GGuIxLVsNqP3nvbRFTzBN5eDEmqdrGb+UNizVQWRFNgTOXmGKbXFiHVU+QWTcd13dzSe+NApsKW0dThHO6meoB5zlhEqkcyDNVtFeOpR58RT6/bbyQj+1TA9JIzEvXOsRvWOaYIes0rN5K/Wy/H00o1MXaq15Y7mWZEYvrMEgk9X2A5ZwpyNJ/GDk0JoT72ZZccb8V1LeoHWJvaWPAxeu3rnqi3gN4bixFTA6gpMGYKkZ4vsJwzBTnMpW6nxOv8s1nXw1ElklEVgT67cfH41Qjn/koh/Mub5ES99uCuKkFe6UHcTLU8QdPllDiaGWLoWTwkL4UN1eAe9RmnWP/pQfBlusFl5sUj6PhNFoz6CDdMTW6Bt+K6Han3AdRPYgn1Afb4SBPQNFce45HpQ3DzuRZYzBRcx9u8QpZ0qYBf5bDbfedXOJy/Psk4nS9/8gx5TFMi+BpvVjY12W+Jf5qn7CNf999sBsztewzkMfXhDNdMbQ5MHQRmJol9bcqR8O2bYTe6zGNJgpqyC2/zLpHMVOSU+mfbsPpVN4atqSuPNebzR2D/0RHr4TQVJDNFxHy8jYj83EscO58mbu5rFZZ9+WvmuKDXe8GJv74Q8uUruBbNdAPdvk/iGv8Boocm/qEFnnUAAAAASUVORK5CYII=);
}

.pattern-bg5stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAU0lEQVQIHQXBwRGDIBAAwO2/AMcCDHAcPjIRxjJ8Je1kl1uqUgphsWu6w0sIG6npLpcUBql4e/wsVRKabrkNTacIYbMrwsF06rqUhsnXVKVT+Hj+Ue4rPSONk4kAAAAASUVORK5CYII=);
}

.pattern-bg6stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,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);
}

.pattern-bg7stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC);
}

.pattern-bg8stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAGovxNEIAAAAoSURBVDhPYxBEAgIMSkhAgcEFCTgwdCCBBoZRfaP6RvWN6hvVR5Y+APADQlQnmrINAAAAAElFTkSuQmCC);
}

.pattern-bg9stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAQAAADl0Z2xAAAAEElEQVQIHWNgYGD4b8UABgAJmgE6cUJg+wAAAABJRU5ErkJggg==);
}

.pattern-bg10stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAH0lEQVQIW2NggAABIFYAYgMgdsAqwIBNgAGbAAM2AQCXWQKBzohaMwAAAABJRU5ErkJggg==);
}

.pattern-bg11stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGUlEQVQY02P8//8/AzGAkSYKrQbO6sHuRgB90h5hFaCnewAAAABJRU5ErkJggg==);
}

.pattern-bg12stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHElEQVQYV2P4//+/FBbMgI4ZhohCbBhD81BQCAD6ay/4Sj20ZAAAAABJRU5ErkJggg==);
}

.pattern-bg13stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAQAAABwz0azAAAAWUlEQVQIHQXBsQqCUAAAwPuzaG/qB4SGNmkTanpDSqOJWJHkoqKFTUq/1x2Ft9ookzK627pp5Aw2IonWh6udIPMy0yulap0TF5Onr6MVBw+LwtqeoPJzFgt/XjsaLaIXlnAAAAAASUVORK5CYII=);
}

.pattern-bg14stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAAT0lEQVQIHQXB0Q2CMAAFwIttpSKhwhgvxER+cP/JuOMroNoN3cQh6OCDAovTG7AJ3YrLZuAPvMBlFqDhoeAHMGHVRBPDTAEBTwGIiqrhvAF2twQo3n7LWgAAAABJRU5ErkJggg==);
}

.pattern-bg15stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAOElEQVQoz2P4//8/AxCoMuAHalBahgGqQY2ABpiBsvTToEqkBhkGcj1NrAaS/SBDth8GPljhngYAzckotmfPdTsAAAAASUVORK5CYII=);
}

.pattern-bg16stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,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);
}

.pattern-bg17stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHklEQVQY02P4//8/AzGYgfoKgcCKSDyQgDg3Uj14AC5PmfMX467AAAAAAElFTkSuQmCC);
}

.pattern-bg18stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEUlEQVQIHWNggIBiEGUFxJUABisBJ85jLc8AAAAASUVORK5CYII=);
}

.pattern-bg19stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2P4//8/AxI2RuGAaBQOTADOAWEAjAwwnWPnCWYAAAAASUVORK5CYII=);
}

.pattern-bg20stacks_in_4511_page2 {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAklJREFUeNqEVtlqVEEQ7a7bk0UFF4y+KBiXV8Fn/9rv8MEvSAgoKEIiuMTMnem2KpwKZyo1Y8PhzvRSe53uOsZ4VUoZwKRYK2rZHL4uYa4n+xutV59Y0+EVFgb+V9o8SJAL31fch3E2/iiuyKDrb8MGFsqCefi+FYx7rnhIClzGpeKz4qefqRqu17CsBDdHsF6g4EDxBt85KOBwnSrO7b9QTHsiVCiUHfteKhaKZYiA75thzAvFPZMvSVLZi0oKzZgjxV0IGQTP0SCD7cwztnaQpZxc9s72PYICDhF7w+GeYdChUD4kJJo9WyNEeyQkFkYJnvs45HgP+h2TWZOeqVv66ZbiBq09KeM4eqj/8R8FLmctlAvZocDL9yqEIttbEF437FKSUGwLj+EbNV/dETZBDi9cyUgoY5Bn3GR26DsKoAePprDXvP5i8y2pqonqXkJp2toZ5h5TWLjX9sBhJyjjyWjleAspZgRZyQDjrSdWorS+grdfucFbsGQbSfawNkHYD8ho2D9Tt0skMwn134NHzAqubEFzy5D0iWU16ug5dOwiNKiEyuuBlmpo5JtoNMTRFt+C0Owe+KT4TYoip3FIe1BUIw9a4p/q973iHdxuiPUHuqB6YAZJSFISg2463pj1GGU34/sAc3PCVyUpFgmKN66LlvAPu+yYyAsuCH949F3hEpTiCbjfGukO5s5wxdbkOpAgbApFsuF1w4vjo+IvEv8LiV8SfdTkxRIfGJJcXtdnveMH3XgdVSXJWyuWaEneYreu8H8CDACRPfht+odEKwAAAABJRU5ErkJggg==);
}


/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Add-Ons Pack 1' 
fsrnavmenures4f.css Style Sheet
Created: 21, May, 2013
Last Modified: 039, September, 2013
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#navbar {
	display: block !important;	
	height: auto;
	font-size: 1.00em;
	font-weight: 600;
}

#nav ul {
	bottom: 0;
	left: 0;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
}

*:first-child+html #nav ul {
	height: 40px !important;
}

#nav ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
	border-right: 1px solid #EBEBEB;
	width: auto;
}

#nav ul li a, #nav ul li a:visited {
	background: url(../files/fsr4navmenu_activebgimage_4513.png) top left repeat-x;
	/*background: ;*/
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 1.00em;
	font-weight: 600;
	padding: 0 14px 0 14px;
	text-decoration: none;
}

#nav ul li a:hover {
	background: url(../files/fsr4navmenu_hoverbgimage_4513.png) top left repeat-x;
	/*background: ;*/
	color: #CC0000;
}

#nav ul li #current {
	background: url(../files/fsr4navmenu_currentbgimage_4513.png) top left repeat-x;
	/*background-color: ;*/
	color: #CC0000;
}

#nav ul li .currentAncestor {
	color: #CC0000;
	background: url(../files/fsr4navmenu_currentbgimage_4513.png) top left repeat-x;
}

#nav ul li a:hover > ul {
	position: relative;
	display: inline-block;
}

#nav ul li.hasChild > a {
	background: url(../files/fsr4navmenu_activebgimage_4513.png) top left repeat-x;
	color: #000000;
}

#nav ul li.hasChild > a:hover {
	background: url(../files/fsr4navmenu_hoverbgimage_4513.png) top left repeat-x;
	color: #CC0000;
}

#nav li:first-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li:last-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul li:last-child {
	border-right: 0px;
}

/* Sub Menu Levels */

#nav ul ul {
	display: none;
	height: 32px;
	left: 0;
	line-height: 32px;
	margin: 0;
	position: absolute;
	top: 39px;
	width: 200px;
	z-index: 999;
	text-align: left;
}

#nav ul ul li {
	display: block;
	padding: 0;
	height: 32px;
	width: 200px;
	border-right: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul li a, #nav ul ul li a:visited {
	background: #252525;
	color: #FFFFFF;
	border-top: px solid #EFEFEF;
	font-size: 1.00em;
	font-weight: normal;
	height: 32px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 186px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

*:first-child+html #nav ul ul li a, #nav ul ul li a:visited {
	padding: 0 14px 0 14px;
	line-height: 32px !important;
	width: 186px !important;
}

#nav ul ul li a:hover {
	background: #CC0000;
	color: #FFFFFF;
	width: 186px;
	background-image: none;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background: #CC0000;
	color: #FFFFFF;
	width: 186px;
}

#nav ul ul li:last-child > a {
	border-bottom: 1px solid #EFEFEF;
}

#nav ul ul li.hasChild > a {
	background-image: url(../files/rightarrow_white.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-color: #252525;
	color: #FFFFFF;
	width: 186px;
	padding: 0 14px 0 14px;
}

#nav ul ul li.hasChild > a:hover {
	background-image: url(../files/rightarrow_white.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-color: #CC0000;
	color: #FFFFFF;
}

#nav li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul ul {
	top: 0;
	left: 214px;
}

*:first-child+html #nav ul ul ul {
	top: 0;
	left: 214px !important;
}

#nav li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

@media screen and (max-width: 600px) {
	
#navbar, #nav { 
    display: none; 
    visibility: collapse;
    height: 0px;
}

#pagecontainer, #pagewrapper {
	overflow: hidden !important;
}

@-moz-document url-prefix() {
    #pagecontainer, #pagewrapper {
	overflow: visible !important;
}
}

}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar { 
float: left;
width: 100%;
position: relative;
background: #000000;
/*original background: #0c1923;*/
padding: 4px 0 0 0;
min-height: 42px;
z-index: 999999;
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
display: block;
background: #FFFFFF;
/*Original menu icon color - background: #ffffff;*/
height: 3px;
margin-top: 3px;
}

.mean-container a:hover.meanmenu-reveal span {
display: block;
background: #FFFFFF;
/*Original menu icon color - background: #ffffff;*/
height: 3px;
margin-top: 3px;
}

.mean-container .mean-nav { 
float: left;
width: 100%;
background: #000000;
/*original background: #0c1923;*/
margin-top: 38px;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #FFFFFF;
/*original active link color: #fff;*/
border-bottom: 1px solid #F1F1F1;
/*original border-bottom: 1px solid #383838;*/
text-decoration: none;
text-transform: none;
}

.mean-container .mean-nav ul li #current {
	background-color: #990000;
	color: #FFFFFF;
}

.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-bottom: 1px solid #F1F1F1;
/*border-bottom: 1px solid #f1f1f1;*/
opacity: 0.75; 
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover { 
color: #FFFFFF;
background: #CC0000;
/*original hover background: #252525;*/
}
.mean-container .mean-nav ul li a.mean-expand {
width: 26px;
height: 26px;
border: none !important;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
font-size: 20px !important;
z-index: 2;
font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both; 
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}




/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_4514_page2 {
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#simpleDivider_stacks_in_4514_page2 .theDivider1, #simpleDivider_stacks_in_4514_page2 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4514_page2 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4514_page2 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/#stacks_in_4515_page2 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_4515_page2 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_4515_page2 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_4515_page2 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_4515_page2 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_4515_page2 .owl-theme .owl-controls .owl-page.active span,#stacks_in_4515_page2 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_4515_page2 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_4515_page2 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_4515_page2outerwrapper{	max-width: 1000px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_4515_page2owl-stack{	height:0px;}#stacks_in_4515_page2owl-stack .stacks_in_4515_page2item img{display: block;width: 100%;height: auto;}#stacks_in_4515_page2imagewell{height: 0px;}/* End Owl stack CSS code *//*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_4525_page2 {
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#simpleDivider_stacks_in_4525_page2 .theDivider1, #simpleDivider_stacks_in_4525_page2 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4525_page2 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4525_page2 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}

#stacks_in_4526_page2 {
	padding:  4px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4528_page2Calligrapher{			font-size: 200% !important;			color: #CC0000 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_4528_page2Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_4528_page2Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_4528_page2Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_4528_page2Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_4528_page2Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_4528_page2Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_4528_page2Calligrapher h6, .stacks_in_4528_page2Calligrapher h5, .stacks_in_4528_page2Calligrapher h4, .stacks_in_4528_page2Calligrapher h3, .stacks_in_4528_page2Calligrapher h2, .stacks_in_4528_page2Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_4528_page2Calligrapher, .stacks_in_4528_page2Calligrapher h1, .stacks_in_4528_page2Calligrapher h2, .stacks_in_4528_page2Calligrapher h3, .stacks_in_4528_page2Calligrapher h4, .stacks_in_4528_page2Calligrapher h5, .stacks_in_4528_page2Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_4528_page2Calligrapher, .stacks_in_4528_page2Calligrapher h1, .stacks_in_4528_page2Calligrapher h2, .stacks_in_4528_page2Calligrapher h3, .stacks_in_4528_page2Calligrapher h4, .stacks_in_4528_page2Calligrapher h5, .stacks_in_4528_page2Calligrapher h6{	text-shadow: 3px 3px 5px #555555 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4528_page2targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4528_page2Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4528_page2Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4528_page2Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4528_page2Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_4667_page2 {
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#simpleDivider_stacks_in_4667_page2 .theDivider1, #simpleDivider_stacks_in_4667_page2 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4667_page2 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4667_page2 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_4534_page2 {
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#simpleDivider_stacks_in_4534_page2 .theDivider1, #simpleDivider_stacks_in_4534_page2 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4534_page2 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4534_page2 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4549_page2 #fsr_colwrap_stacks_in_4549_page2 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4549_page2 #fsr_colwrap_stacks_in_4549_page2 #fsr_leftcol_stacks_in_4549_page2 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4549_page2 #fsr_colwrap_stacks_in_4549_page2 #fsr_leftcol_stacks_in_4549_page2 .leftcolpad_stacks_in_4549_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4549_page2 #fsr_colwrap_stacks_in_4549_page2 #fsr_rightcol_stacks_in_4549_page2 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4549_page2 #fsr_colwrap_stacks_in_4549_page2 #fsr_rightcol_stacks_in_4549_page2 .rightcolpad_stacks_in_4549_page2 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_4549_page2 #fsr_colwrap_stacks_in_4549_page2 #fsr_leftcol_stacks_in_4549_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4549_page2 #fsr_colwrap_stacks_in_4549_page2 #fsr_leftcol_stacks_in_4549_page2 .leftcolpad_stacks_in_4549_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4549_page2 #fsr_colwrap_stacks_in_4549_page2 #fsr_rightcol_stacks_in_4549_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4549_page2 #fsr_colwrap_stacks_in_4549_page2 #fsr_rightcol_stacks_in_4549_page2 .rightcolpad_stacks_in_4549_page2 {
	padding: 0px 0px 0px 0px;
}

}/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_367_page2 {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	 
	width: 100%;
	 
	 
}

#stacks_in_367_page2 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_367_page2 .rounded,
#stacks_in_367_page2 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_367_page2 .shadow-style0stacks_in_367_page2 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_367_page2 .shadow-style0stacks_in_367_page2:before,
#stacks_in_367_page2 .shadow-style0stacks_in_367_page2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_367_page2 .shadow-style0stacks_in_367_page2:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_367_page2 .shadow-style1stacks_in_367_page2 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_367_page2 .shadow-style1stacks_in_367_page2:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_367_page2 .shadow-style2stacks_in_367_page2 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_367_page2 .shadow-style2stacks_in_367_page2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_367_page2 .shadow-style3stacks_in_367_page2 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_367_page2 .shadow-style3stacks_in_367_page2 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_367_page2 .shadow-style4stacks_in_367_page2 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_367_page2 .shadow-style4stacks_in_367_page2:before, 
#stacks_in_367_page2 .shadow-style4stacks_in_367_page2:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_367_page2 .shadow-style5stacks_in_367_page2 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 3px 15px 3px 15px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_367_page2 .shadow-style5stacks_in_367_page2:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_367_page2 .shadow-style5stacks_in_367_page2:before,
#stacks_in_367_page2 .shadow-style5stacks_in_367_page2:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_367_page2 .shadow-style5stacks_in_367_page2:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_367_page2 .shadow-style6stacks_in_367_page2 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 3px 3px 3px 15px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_367_page2 .shadow-style6stacks_in_367_page2:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_367_page2 .shadow-style6stacks_in_367_page2:before,
#stacks_in_367_page2 .shadow-style6stacks_in_367_page2:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_367_page2 .shadow-style7stacks_in_367_page2 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 3px 15px 3px 3px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_367_page2 .shadow-style7stacks_in_367_page2:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_367_page2 .shadow-style7stacks_in_367_page2:before,
#stacks_in_367_page2 .shadow-style7stacks_in_367_page2:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_367_page2 .shadow-style8stacks_in_367_page2 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 15px 3px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_367_page2 .shadow-style8stacks_in_367_page2:before,
#stacks_in_367_page2 .shadow-style8stacks_in_367_page2:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_367_page2 .shadow-style8stacks_in_367_page2:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line 1 */

#stacks_in_367_page2 .shadow-style9stacks_in_367_page2 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFFFFF;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_367_page2 .shadow-style9stacks_in_367_page2 span {
	text-align: center !important;
}

#stacks_in_367_page2 .shadow-style9stacks_in_367_page2:before,
#stacks_in_367_page2 .shadow-style9stacks_in_367_page2:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_367_page2 .shadow-style9stacks_in_367_page2:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* Shadow Style 10 - Divider Line 2 */

#stacks_in_367_page2 .shadow-style10stacks_in_367_page2 {
  	height: 20px;
  	overflow: hidden;
   	position:relative;
	width: 80%;
  	border: none;
}



#stacks_in_367_page2 .shadow-style10stacks_in_367_page2:after {
  	border-radius: 100%;
  	box-shadow: 0 0 10px #333;
  	content: "";
  	display: block;
  	height: 100%;
  	position: relative;
  	top: +100%;
  	width: 80%;
}




#stacks_out_367_page2 {
	width: 300px;
}
/* FlippingThing by RapidWeaver Central */

#stacks_in_369_page2 .flippingThing {
	margin: 0 auto;
	-webkit-perspective: 1000;
		-moz-perspective: 1000;
			perspective: 1000;
}


#stacks_in_369_page2 .flipperyThing {
	position: relative;
	-webkit-transition: 1s;
	   -moz-transition: 1s;
			transition: 1s;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
			transform-style: preserve-3d;
}

#stacks_in_369_page2 .front, #stacks_in_369_page2 .back {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	   		backface-visibility: hidden;
}

#stacks_in_369_page2 .front {
	border: 3px solid #E5E5E5;
	background: #FFFFFF;
	z-index: 2;
}

#stacks_in_369_page2 .flippingThing, #stacks_in_369_page2 .front, #stacks_in_369_page2 .back {
	width: 100px;
	height: 100px;
}

#stacks_in_369_page2 .back {
	border: 3px solid #E5E5E5;
	background: #FFFFFF;
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
			transform: rotateY(180deg);
}


#stacks_in_369_page2 .inner  {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}


#stacks_in_369_page2 .reverse.flippingThing {
	position: relative;
	margin-bottom: 6px;

}

#stacks_in_369_page2 .reverse .back {
	margin-bottom: 6px;
	margin-top: -6px;
	-webkit-transform: rotateX(180deg);
	   -moz-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

#stacks_in_369_page2 .reverse.flippingThing .flipperyThing {

	-webkit-transform-origin: 100% 50px;
	   -moz-transform-origin: 100% 50px;
			transform-origin: 100% 50px;
}

#stacks_in_369_page2 .reverse.flippingThing:hover .flipperyThing {
	-webkit-transform: rotateX(-180deg);
	   -moz-transform: rotateX(-180deg);
			transform: rotateX(-180deg);
}








#stacks_in_369_page2 {
	margin:  20px;
	padding:  10px;
}

#stacks_in_376_page2 {
	padding: 0px 4px 5px 6px;
}

#stacks_in_377_page2 {
	letter-spacing: 3px;
	text-transform: capitalize;
	font-size: 135%;
}

#stacks_in_378_page2 {
	padding: 0px 4px 40px 4px;
}

#stacks_in_379_page2 {
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 82%;
	font-weight: lighter;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_466_page2 {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	 
	width: 100%;
	 
	 
}

#stacks_in_466_page2 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_466_page2 .rounded,
#stacks_in_466_page2 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_466_page2 .shadow-style0stacks_in_466_page2 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_466_page2 .shadow-style0stacks_in_466_page2:before,
#stacks_in_466_page2 .shadow-style0stacks_in_466_page2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_466_page2 .shadow-style0stacks_in_466_page2:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_466_page2 .shadow-style1stacks_in_466_page2 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_466_page2 .shadow-style1stacks_in_466_page2:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_466_page2 .shadow-style2stacks_in_466_page2 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_466_page2 .shadow-style2stacks_in_466_page2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_466_page2 .shadow-style3stacks_in_466_page2 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_466_page2 .shadow-style3stacks_in_466_page2 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_466_page2 .shadow-style4stacks_in_466_page2 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_466_page2 .shadow-style4stacks_in_466_page2:before, 
#stacks_in_466_page2 .shadow-style4stacks_in_466_page2:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_466_page2 .shadow-style5stacks_in_466_page2 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 3px 15px 3px 15px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_466_page2 .shadow-style5stacks_in_466_page2:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_466_page2 .shadow-style5stacks_in_466_page2:before,
#stacks_in_466_page2 .shadow-style5stacks_in_466_page2:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_466_page2 .shadow-style5stacks_in_466_page2:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_466_page2 .shadow-style6stacks_in_466_page2 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 3px 3px 3px 15px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_466_page2 .shadow-style6stacks_in_466_page2:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_466_page2 .shadow-style6stacks_in_466_page2:before,
#stacks_in_466_page2 .shadow-style6stacks_in_466_page2:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_466_page2 .shadow-style7stacks_in_466_page2 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 3px 15px 3px 3px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_466_page2 .shadow-style7stacks_in_466_page2:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_466_page2 .shadow-style7stacks_in_466_page2:before,
#stacks_in_466_page2 .shadow-style7stacks_in_466_page2:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_466_page2 .shadow-style8stacks_in_466_page2 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin: 15px 3px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_466_page2 .shadow-style8stacks_in_466_page2:before,
#stacks_in_466_page2 .shadow-style8stacks_in_466_page2:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_466_page2 .shadow-style8stacks_in_466_page2:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line 1 */

#stacks_in_466_page2 .shadow-style9stacks_in_466_page2 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFFFFF;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_466_page2 .shadow-style9stacks_in_466_page2 span {
	text-align: center !important;
}

#stacks_in_466_page2 .shadow-style9stacks_in_466_page2:before,
#stacks_in_466_page2 .shadow-style9stacks_in_466_page2:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_466_page2 .shadow-style9stacks_in_466_page2:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* Shadow Style 10 - Divider Line 2 */

#stacks_in_466_page2 .shadow-style10stacks_in_466_page2 {
  	height: 20px;
  	overflow: hidden;
   	position:relative;
	width: 80%;
  	border: none;
}



#stacks_in_466_page2 .shadow-style10stacks_in_466_page2:after {
  	border-radius: 100%;
  	box-shadow: 0 0 10px #333;
  	content: "";
  	display: block;
  	height: 100%;
  	position: relative;
  	top: +100%;
  	width: 80%;
}




#stacks_out_466_page2 {
	width: 300px;
}
/* FlippingThing by RapidWeaver Central */

#stacks_in_468_page2 .flippingThing {
	margin: 0 auto;
	-webkit-perspective: 1000;
		-moz-perspective: 1000;
			perspective: 1000;
}


#stacks_in_468_page2 .flipperyThing {
	position: relative;
	-webkit-transition: 1s;
	   -moz-transition: 1s;
			transition: 1s;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
			transform-style: preserve-3d;
}

#stacks_in_468_page2 .front, #stacks_in_468_page2 .back {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	   		backface-visibility: hidden;
}

#stacks_in_468_page2 .front {
	border: 3px solid #E5E5E5;
	background: #FFFFFF;
	z-index: 2;
}

#stacks_in_468_page2 .flippingThing, #stacks_in_468_page2 .front, #stacks_in_468_page2 .back {
	width: 100px;
	height: 100px;
}

#stacks_in_468_page2 .back {
	border: 3px solid #E5E5E5;
	background: #FFFFFF;
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
			transform: rotateY(180deg);
}


#stacks_in_468_page2 .inner  {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}


#stacks_in_468_page2 .reverse.flippingThing {
	position: relative;
	margin-bottom: 6px;

}

#stacks_in_468_page2 .reverse .back {
	margin-bottom: 6px;
	margin-top: -6px;
	-webkit-transform: rotateX(180deg);
	   -moz-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

#stacks_in_468_page2 .reverse.flippingThing .flipperyThing {

	-webkit-transform-origin: 100% 50px;
	   -moz-transform-origin: 100% 50px;
			transform-origin: 100% 50px;
}

#stacks_in_468_page2 .reverse.flippingThing:hover .flipperyThing {
	-webkit-transform: rotateX(-180deg);
	   -moz-transform: rotateX(-180deg);
			transform: rotateX(-180deg);
}








#stacks_in_468_page2 {
	margin:  20px;
	padding:  10px;
}

#stacks_in_475_page2 {
	padding: 0px 4px 5px 6px;
}

#stacks_in_476_page2 {
	letter-spacing: 3px;
	text-transform: capitalize;
	font-size: 135%;
}

#stacks_in_477_page2 {
	padding: 0px 4px 40px 4px;
}

#stacks_in_478_page2 {
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 82%;
	font-weight: lighter;
}

#stacks_in_349_page2 .filebutton { /* main class */
 height: 48px !important;
 width: 200px;
 font-size: 14px;
 line-height: 48px !important;
 font-family: arial !important;
 font-weight: bold;
 margin: 20px;
 position: relative;
 z-index: 0;
}
#stacks_in_349_page2 .filebutton img{margin: 0;}

#stacks_in_349_page2 .filebutton {margin: 10px auto 50px;}
#stacks_in_349_page2 .filebutton a{line-height: 48px !important;}



/*
   ===============================
   ========== RED STYLE ==========
   =============================== 
*/

#stacks_in_349_page2 .red:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22));
 background: -moz-linear-gradient(#ff9782, #d83c22);
 background-color: #d83c22;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #c93f27;
}

#stacks_in_349_page2 .filebutton:hover .red:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048));
 background: -moz-linear-gradient(#ffbdb0, #ee6048);
 background-color: #ee6048;
}

#stacks_in_349_page2 .filebutton:active .red:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053));
 background: -moz-linear-gradient(#e75138, #ff7053);
 background-color: #ff9782;
}

#stacks_in_349_page2 .red  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22));
 background: -moz-linear-gradient(#ff9782, #d83c22);
 background-color: #d83c22;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #c93f27;
 border-left: 0;
}

#stacks_in_349_page2 .filebutton:hover .red  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048));
 background: -moz-linear-gradient(#ffbdb0, #ee6048);
 background-color: #ee6048;
}

#stacks_in_349_page2 .filebutton:active .red  {
 background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053));
 background: -moz-linear-gradient(#e75138, #ff7053);
 background-color: #ff9782;
}

#stacks_in_349_page2 .red  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #c93f27;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== ORANGE STYLE =========
   =============================== 
*/

#stacks_in_349_page2 .orange:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fe9f3a), to(#f65b17));
 background: -moz-linear-gradient(#fe9f3a, #f65b17);
 background-color: #f65b17;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #db4706;
}

#stacks_in_349_page2 .filebutton:hover .orange:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffce79), to(#f47638));
 background: -moz-linear-gradient(#ffce79, #f47638);
 background-color: #f47638;
}

#stacks_in_349_page2 .filebutton:active .orange:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f47638), to(#fe9f3a));
 background: -moz-linear-gradient(#f47638, #fe9f3a);
 background-color: #fe9f3a;
}

#stacks_in_349_page2 .orange  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fe9f3a), to(#f65b17));
 background: -moz-linear-gradient(#fe9f3a, #f65b17);
 background-color: #f65b17;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #db4706;
 border-left: 0;
}

#stacks_in_349_page2 .filebutton:hover .orange  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffce79), to(#f47638));
 background: -moz-linear-gradient(#ffce79, #f47638);
 background-color: #f47638;
}

#stacks_in_349_page2 .filebutton:active .orange  {
 background: -webkit-gradient(linear, left top, left bottom, from(#f47638), to(#fe9f3a));
 background: -moz-linear-gradient(#f47638, #fe9f3a);
 background-color: #fe9f3a;
}

#stacks_in_349_page2 .orange  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #db4706;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== YELLOW STYLE =========
   =============================== 
*/

#stacks_in_349_page2 .yellow:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ffe468), to(#ffa41c));
 background: -moz-linear-gradient(#ffe468, #ffa41c);
 background-color: #ffa41c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #ff9600;
}

#stacks_in_349_page2 .filebutton:hover .yellow:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#fff584), to(#ffbd20));
 background: -moz-linear-gradient(#fff584, #ffbd20);
 background-color: #ffbd20;
}

#stacks_in_349_page2 .filebutton:active .yellow:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffb71c), to(#ffe468));
 background: -moz-linear-gradient(#ffb71c, #ffe468);
 background-color: #ffe468;
}

#stacks_in_349_page2 .yellow  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ffe468), to(#ffa41c));
 background: -moz-linear-gradient(#ffe468, #ffa41c);
 background-color: #ffa41c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #ff9600;
 border-left: 0;
}

#stacks_in_349_page2 .filebutton:hover .yellow  {
 background: -webkit-gradient(linear, left top, left bottom, from(#fff584), to(#ffbd20));
 background: -moz-linear-gradient(#fff584, #ffbd20);
 background-color: #ffbd20;
}

#stacks_in_349_page2 .filebutton:active .yellow  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffb71c), to(#ffe468));
 background: -moz-linear-gradient(#ffb71c, #ffe468);
 background-color: #ffe468;
}

#stacks_in_349_page2 .yellow  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= GREEN STYLE =========
   =============================== 
*/

#stacks_in_349_page2 .green:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#c9f33c), to(#8ac70c));
 background: -moz-linear-gradient(#c9f33c, #8ac70c);
 background-color: #8ac70c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #7ab205;
}

#stacks_in_349_page2 .filebutton:hover .green:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#dbfa97), to(#9ad819));
 background: -moz-linear-gradient(#dbfa97, #9ad819);
 background-color: #9ad819;
}

#stacks_in_349_page2 .filebutton:active .green:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#99d41e), to(#bbe52c));
 background: -moz-linear-gradient(#99d41e, #bbe52c);
 background-color: #c9f33c;
}

#stacks_in_349_page2 .green  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#c9f33c), to(#8ac70c));
 background: -moz-linear-gradient(#c9f33c, #8ac70c);
 background-color: #8ac70c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #7ab205;
 border-left: 0;
}

#stacks_in_349_page2 .filebutton:hover .green  {
 background: -webkit-gradient(linear, left top, left bottom, from(#dbfa97), to(#9ad819));
 background: -moz-linear-gradient(#dbfa97, #9ad819);
 background-color: #9ad819;
}

#stacks_in_349_page2 .filebutton:active .green  {
 background: -webkit-gradient(linear, left top, left bottom, from(#99d41e), to(#bbe52c));
 background: -moz-linear-gradient(#99d41e, #bbe52c);
 background-color: #c9f33c;
}

#stacks_in_349_page2 .green  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #e2ffa5;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= BLUE STYLE =========
   =============================== 
*/

#stacks_in_349_page2 .blue:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd));
 background: -moz-linear-gradient(#87deff, #40a9fd);
 background-color: #40a9fd;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #008af5;
}

#stacks_in_349_page2 .filebutton:hover .blue:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff));
 background: -moz-linear-gradient(#b1eaff, #68bcff);
 background-color: #68bcff;
}

#stacks_in_349_page2 .filebutton:active .blue:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff));
 background: -moz-linear-gradient(#68bcff, #87deff);
 background-color: #87deff;
}

#stacks_in_349_page2 .blue  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd));
 background: -moz-linear-gradient(#87deff, #40a9fd);
 background-color: #40a9fd;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #008af5;
 border-left: 0;
}

#stacks_in_349_page2 .filebutton:hover .blue  {
 background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff));
 background: -moz-linear-gradient(#b1eaff, #68bcff);
 background-color: #68bcff;
}

#stacks_in_349_page2 .filebutton:active .blue  {
 background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff));
 background: -moz-linear-gradient(#68bcff, #87deff);
 background-color: #87deff;
}

#stacks_in_349_page2 .blue  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #008af5;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== PURPLE STYLE =========
   =============================== 
*/

#stacks_in_349_page2 .purple:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#cba7f5), to(#9b45f4));
 background: -moz-linear-gradient(#cba7f5, #9b45f4);
 background-color: #9b45f4;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #6a14c3;
}

#stacks_in_349_page2 .filebutton:hover .purple:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#dcbefe), to(#a75ff2));
 background: -moz-linear-gradient(#dcbefe, #a75ff2);
 background-color: #a75ff2;
}

#stacks_in_349_page2 .filebutton:active .purple:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#b97afc), to(#cba7f5));
 background: -moz-linear-gradient(#b97afc, #cba7f5);
 background-color: #cba7f5;
}

#stacks_in_349_page2 .purple  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#cba7f5), to(#9b45f4));
 background: -moz-linear-gradient(#cba7f5, #9b45f4);
 background-color: #9b45f4;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #6a14c3;
 border-left: 0;
}

#stacks_in_349_page2 .filebutton:hover .purple  {
 background: -webkit-gradient(linear, left top, left bottom, from(#dcbefe), to(#a75ff2));
 background: -moz-linear-gradient(#dcbefe, #a75ff2);
 background-color: #a75ff2;
}

#stacks_in_349_page2 .filebutton:active .purple  {
 background: -webkit-gradient(linear, left top, left bottom, from(#b97afc), to(#cba7f5));
 background: -moz-linear-gradient(#b97afc, #cba7f5);
 background-color: #cba7f5;
}

#stacks_in_349_page2 .purple  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #6a14c3;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= BLACK STYLE =========
   =============================== 
*/

#stacks_in_349_page2 .black:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#242424));
 background: -moz-linear-gradient(#818181, #242424);
 background-color: #222;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #000;
}

#stacks_in_349_page2 .filebutton:hover .black:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#3d3d3d));
 background: -moz-linear-gradient(#a2a2a2, #3d3d3d);
 background-color: #555;
}

#stacks_in_349_page2 .filebutton:active .black:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#818181));
 background: -moz-linear-gradient(#3d3d3d, #818181);
 background-color: #777;
}

#stacks_in_349_page2 .black  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#242424));
 background: -moz-linear-gradient(#818181, #242424);
 background-color: #222;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #000;
 border-left: 0;
}

#stacks_in_349_page2 .filebutton:hover .black  {
 background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#3d3d3d));
 background: -moz-linear-gradient(#a2a2a2, #3d3d3d);
 background-color: #555;
}

#stacks_in_349_page2 .filebutton:active .black  {
 background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#818181));
 background: -moz-linear-gradient(#3d3d3d, #818181);
 background-color: #777;
}

#stacks_in_349_page2 .black  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #000;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}


/*
   ===============================
   ========= GREY STYLE ==========
   =============================== 
*/

#stacks_in_349_page2 .grey:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c6c6c6));
 background: -moz-linear-gradient(#fbfbfb, #c6c6c6);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
}

#stacks_in_349_page2 .filebutton:hover .grey:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d5d5d5));
 background: -moz-linear-gradient(#fdfdfd, #d5d5d5);
 background-color: #ddd;
}

#stacks_in_349_page2 .filebutton:active .grey:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fafafa));
 background: -moz-linear-gradient(#d5d5d5, #fafafa);
 background-color: #fbfbfb;
}

#stacks_in_349_page2 .grey  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c6c6c6));
 background: -moz-linear-gradient(#fbfbfb, #c6c6c6);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
 border-left: 0;
}

#stacks_in_349_page2 .filebutton:hover .grey  {
 background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d5d5d5));
 background: -moz-linear-gradient(#fdfdfd, #d5d5d5);
 background-color: #ddd;
}

#stacks_in_349_page2 .filebutton:active .grey  {
 background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fafafa));
 background: -moz-linear-gradient(#d5d5d5, #fafafa);
 background-color: #fbfbfb;
}

#stacks_in_349_page2 .grey  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}



/*
   ===============================
   ========= WHITE STYLE =========
   =============================== 
*/

#stacks_in_349_page2 .white:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f7f7f7));
 background: -moz-linear-gradient(#fbfbfb, #f7f7f7);
 background-color: #f7f7f7;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #d0d1d1;
}

#stacks_in_349_page2 .filebutton:hover .white:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_349_page2 .filebutton:active .white:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_349_page2 .white  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f7f7f7));
 background: -moz-linear-gradient(#fbfbfb, #f7f7f7);
 background-color: #f7f7f7;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #d0d1d1;
 border-left: 0;
}

#stacks_in_349_page2 .filebutton:hover .white  {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_349_page2 .filebutton:active .white  {
background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_349_page2 .white  a { /* link styling */
 color: #3b3c3c;
 text-decoration: none;
 text-shadow: #eeefed 0 1px 0;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ====================================
   ====== LIGHT STYLE (DROPDOWN) ======
   ====================================
*/

#stacks_in_349_page2 .light {
 width: 120px;
 height: 31px;
 padding: 7px 6px;
 margin-left: 58px;
 position: absolute;
 clear: both;
 z-index: -1;
 -webkit-transition: top .6s linear;
/* text */
 color: #333;
 font: bold 12px/15px arial, helvetica, sans-serif;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;
/* border radius */
 -webkit-border-radius: 0 0 4px 4px;  
 -moz-border-radius:0 0 4px 4px;  
 border-radius: 0 0 4px 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(.1, #e4e4e4), to(#f2f2f2));
 background: -moz-linear-gradient(#bababa, #e4e4e4 10%, #f2f2f2);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px -1px rgba(255, 255, 255, 1) inset;  
 -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 1) inset;  
 box-shadow: 0 1px -1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
 border-top: 0;
}

#stacks_in_349_page2 .filebutton:hover .light {
 top: 48px;
}

#stacks_in_349_page2 .light img {
float: left;
}

#stacks_in_349_page2 .light span {
color: #555;
font-weight: normal;
}



/*
   ===============================
   ======== CUSTOM STYLE =========
   =============================== 
*/

#stacks_in_349_page2 .custom:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background-color: #CC0000;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#CC0000),to(#A30000));
 background-image: -webkit-linear-gradient(top, #CC0000, #A30000);
 background-image: -moz-linear-gradient(top, #CC0000, #A30000d);
 background-image: -o-linear-gradient(top, #CC0000, #A30000);
 background-image: -ms-linear-gradient(top, #CC0000, #A30000);
 background-image: linear-gradient(top, #CC0000, #A30000);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#CC0000', EndColorStr='#A30000');
 
/* shadows and highlights */
 
 -moz-box-shadow:inset 0px 1px 1px #FFFFFF;
 -webkit-box-shadow:inset 0px 1px 1px #FFFFFF;
 box-shadow:inset 0px 1px 1px #FFFFFF;
/* border */
 border: 1px solid #000000;
}


#stacks_in_349_page2 .filebutton:hover .custom:first-child {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_349_page2 .filebutton:active .custom:first-child {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_349_page2 .custom  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background-color: #CC0000;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#CC0000),to(#A30000));
 background-image: -webkit-linear-gradient(top, #CC0000, #A30000);
 background-image: -moz-linear-gradient(top, #CC0000, #A30000d);
 background-image: -o-linear-gradient(top, #CC0000, #A30000);
 background-image: -ms-linear-gradient(top, #CC0000, #A30000);
 background-image: linear-gradient(top, #CC0000, #A30000);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#CC0000', EndColorStr='#A30000');

/* shadows and highlights */
-moz-box-shadow:inset 0px 1px 1px #FFFFFF;
-webkit-box-shadow:inset 0px 1px 1px #FFFFFF;
box-shadow:inset 0px 1px 1px #FFFFFF;
/* border */
 border: 1px solid #000000;
 border-left: 0;
 
}

#stacks_in_349_page2 .filebutton:hover .custom  {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_349_page2 .filebutton:active .custom  {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_349_page2 .custom  a { /* link styling */
 color: #FFFFFF;
 text-decoration: none;
 text-shadow: 0 1px 0 #000000;font-family: arial, helvetica, sans-serif;line-height: 30px;font-weight: bold;}
 
 
 
 
 
/*
   ====================================
   ====== DARK STYLE (DROPDOWN) =======
   ====================================
*/

#stacks_in_349_page2 .description {
 width: 180px;
 padding: 7px 6px;
 margin-left: 3px;
 position: absolute;
 clear: both;
 -webkit-transition: top .6s linear;
 z-index: -1;
/* text */
 color: #fbfbfb;
 font: bold 12px/15px arial, helvetica, sans-serif;
 text-decoration: none;
 text-shadow: 0 1px 0 #000;
/* border radius */
 -webkit-border-radius: 0 0 4px 4px;  
 -moz-border-radius:0 0 4px 4px;  
 border-radius: 0 0 4px 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), color-stop(.1, #5c5c5c), to(#838383));
 background: -moz-linear-gradient(#2b2b2b, #5c5c5c 10%, #838383);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5) inset;  
 -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5) inset;  
 box-shadow: 0 1px -1px rgba(255, 255, 255, 0.4) inset;
/* border */
 border: 1px solid #000;
 border-top: 0;height: 30px;}
#stacks_in_349_page2 .description h2{font-size: 13px;margin-bottom: -1px !important; margin-top: 0;color: #fefcfe !important; padding-top: 0;padding-bottom: 0;}
#stacks_in_349_page2 .description span{}

#stacks_in_349_page2 .filebutton:hover .description {
 top: 48px;
}

#stacks_in_349_page2 .description img {
float: left;
}

#stacks_in_349_page2 .description span {
color: #e5e5e5;
font-weight: normal;
}









#stacks_in_349_page2 {
	padding: 10px 0px 0px 0px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_4932_page2 {
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#simpleDivider_stacks_in_4932_page2 .theDivider1, #simpleDivider_stacks_in_4932_page2 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4932_page2 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4932_page2 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_353_page2 #fsr_colwrap_stacks_in_353_page2 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_353_page2 #fsr_colwrap_stacks_in_353_page2 #fsr_leftcol_stacks_in_353_page2 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_353_page2 #fsr_colwrap_stacks_in_353_page2 #fsr_leftcol_stacks_in_353_page2 .leftcolpad_stacks_in_353_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_353_page2 #fsr_colwrap_stacks_in_353_page2 #fsr_rightcol_stacks_in_353_page2 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_353_page2 #fsr_colwrap_stacks_in_353_page2 #fsr_rightcol_stacks_in_353_page2 .rightcolpad_stacks_in_353_page2 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_353_page2 #fsr_colwrap_stacks_in_353_page2 #fsr_leftcol_stacks_in_353_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_353_page2 #fsr_colwrap_stacks_in_353_page2 #fsr_leftcol_stacks_in_353_page2 .leftcolpad_stacks_in_353_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_353_page2 #fsr_colwrap_stacks_in_353_page2 #fsr_rightcol_stacks_in_353_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_353_page2 #fsr_colwrap_stacks_in_353_page2 #fsr_rightcol_stacks_in_353_page2 .rightcolpad_stacks_in_353_page2 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4933_page2 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4934_page2 {
	font-size: 125%;
}
 #stacks_in_617_page2 .button_icon,#stacks_in_617_page2 .button_icon i{margin:0;padding:0;display:inline-block;font-weight:normal;height:28px;line-height:28px;font-size:17px}  #stacks_in_617_page2 .button_label{font:500 14px/150% "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;height:2em;line-height:2em;display:inline-block; } #stacks_in_617_page2 .button_icon{border-right:1px solid rgba(0,0,0,0.2);float:left;padding-right:12px}#stacks_in_617_page2 .button_label{border-left:1px solid rgba(255,255,255,0.2);float:left;padding:0 6px 0 12px}  #stacks_in_617_page2 .sweet_button_wrapper{text-align:center; height:28px;}@media screen and (max-width:500px){#stacks_in_617_page2 .sweet_button_wrapper{ height:24px;} #stacks_in_617_page2 .button_icon,#stacks_in_617_page2 .button_icon i{height:24px;line-height:2em;font-size:15px}  #stacks_in_617_page2 .button_label{font:500 12px/150% "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;line-height:2em}}#stacks_in_617_page2 .sweet_button{cursor:pointer;display:inline-block;margin:0;padding:0 12px;text-decoration:none;text-align:center;color:#FFFFFF;border-style:solid;border-width:0px;border-color:#000000;border-radius:1px;background:#CC0000}#stacks_in_617_page2 a.sweet_button:visited{color:#FFFFFF}#stacks_in_617_page2 .sweet_button:hover{border-color:#999999} #stacks_in_617_page2 .sweet_button{text-shadow:0 1px 1px rgba(0,0,0,0.75)}    #stacks_in_617_page2 .button_label{width:180px}#stacks_in_617_page2 .button_icon{width:20px}  #stacks_in_617_page2 .sweet_button{-moz-box-shadow:0 2px 5px rgba(0,0,0,0.75);-webkit-shadow:0 2px 5px rgba(0,0,0,0.75);box-shadow:0 2px 5px rgba(0,0,0,0.75)}#stacks_in_617_page2 .sweet_button_wrapper{padding-bottom:13px} #stacks_in_617_page2 .sweet_button:hover{color:#FFFFFF;background:#E01414}#stacks_in_617_page2 .sweet_button:active{background:#B80000}#stacks_in_617_page2 .sweet_button.clicked{background:#26712D;border-color:#000000}#stacks_in_617_page2 .sweet_button.clicked:hover{background:#3A8541;border-color:#999999}#stacks_in_617_page2 .sweet_button.clicked:active{background:#125D19}    #stacks_in_617_page2 .sweet_button.candy{background:#CC0000;background:-webkit-linear-gradient(top,#FF0000 0,#E01414 50%,#CC0000 50%,#EA1E1E 75%,#FF0000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FF0000),color-stop(50%,#E01414),color-stop(50%,#CC0000),color-stop(75%,#EA1E1E),color-stop(100%,#FF0000));background:-moz-linear-gradient(top,#FF0000 0,#E01414 50%,#CC0000 50%,#EA1E1E 75%,#FF0000 100%);background:-o-linear-gradient(top,#FF0000 0,#E01414 50%,#CC0000 50%,#EA1E1E 75%,#FF0000 100%);background:-ms-linear-gradient(top,#FF0000 0,#E01414 50%,#CC0000 50%,#EA1E1E 75%,#FF0000 100%);background:linear-gradient(top,#FF0000 0,#E01414 50%,#CC0000 50%,#EA1E1E 75%,#FF0000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000',endColorstr='#CC0000',GradientType=0)}#stacks_in_617_page2 .sweet_button.candy:hover{background:#E01414;background:-webkit-linear-gradient(top,#FF0000 0,#F42828 50%,#E01414 50%,#FF0000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FF0000),color-stop(50%,#F42828),color-stop(50%,#E01414),color-stop(100%,#FF0000));background:-moz-linear-gradient(top,#FF0000 0,#F42828 50%,#E01414 50%,#FF0000 100%);background:-o-linear-gradient(top,#FF0000 0,#F42828 50%,#E01414 50%,#FF0000 100%);background:-ms-linear-gradient(top,#FF0000 0,#F42828 50%,#E01414 50%,#FF0000 100%);background:linear-gradient(top,#FF0000 0,#F42828 50%,#E01414 50%,#FF0000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000',endColorstr='#E01414',GradientType=0)}#stacks_in_617_page2 .sweet_button.candy:active{background:#B80000;background:-webkit-linear-gradient(top,#FF0000 0,#E01414 50%,#CC0000 50%,#FF0000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FF0000),color-stop(50%,#E01414),color-stop(50%,#CC0000),color-stop(100%,#FF0000));background:-moz-linear-gradient(top,#FF0000 0,#E01414 50%,#CC0000 50%,#FF0000 100%);background:-o-linear-gradient(top,#FF0000 0,#E01414 50%,#CC0000 50%,#FF0000 100%);background:-ms-linear-gradient(top,#FF0000 0,#E01414 50%,#CC0000 50%,#FF0000 100%);background:linear-gradient(top,#FF0000 0,#E01414 50%,#CC0000 50%,#FF0000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000',endColorstr='#CC0000',GradientType=0)}
#stacks_in_617_page2 .sweet_button.candy.clicked{background:#26712D;background:-webkit-linear-gradient(top,#44CB51 0,#3A8541 50%,#26712D 50%,#448F4B 75%,#39A943 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#44CB51),color-stop(50%,#3A8541),color-stop(50%,#26712D),color-stop(75%,#448F4B),color-stop(100%,#39A943));background:-moz-linear-gradient(top,#44CB51 0,#3A8541 50%,#26712D 50%,#448F4B 75%,#39A943 100%);background:-o-linear-gradient(top,#44CB51 0,#3A8541 50%,#26712D 50%,#448F4B 75%,#39A943 100%);background:-ms-linear-gradient(top,#44CB51 0,#3A8541 50%,#26712D 50%,#448F4B 75%,#39A943 100%);background:linear-gradient(top,#44CB51 0,#3A8541 50%,#26712D 50%,#448F4B 75%,#39A943 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44CB51',endColorstr='#26712D',GradientType=0)}#stacks_in_617_page2 .sweet_button.candy.clicked:hover{background:#448F4B;background:-webkit-linear-gradient(top,#48D655 0,#4E9955 50%,#3A8541 50%,#3CB448 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#48D655),color-stop(50%,#4E9955),color-stop(50%,#3A8541),color-stop(100%,#3CB448));background:-moz-linear-gradient(top,#48D655 0,#4E9955 50%,#3A8541 50%,#3CB448 100%);background:-o-linear-gradient(top,#48D655 0,#4E9955 50%,#3A8541 50%,#3CB448 100%);background:-ms-linear-gradient(top,#48D655 0,#4E9955 50%,#3A8541 50%,#3CB448 100%);background:linear-gradient(top,#48D655 0,#4E9955 50%,#3A8541 50%,#3CB448 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#48D655',endColorstr='#3A8541',GradientType=0)}#stacks_in_617_page2 .sweet_button.candy.clicked:active{background:#125D19;background:-webkit-linear-gradient(top,#3CB448 0,#3A8541 50%,#26712D 50%,#31923A 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3CB448),color-stop(50%,#3A8541),color-stop(50%,#26712D),color-stop(100%,#31923A));background:-moz-linear-gradient(top,#3CB448 0,#3A8541 50%,#26712D 50%,#31923A 100%);background:-o-linear-gradient(top,#3CB448 0,#3A8541 50%,#26712D 50%,#31923A 100%);background:-ms-linear-gradient(top,#3CB448 0,#3A8541 50%,#26712D 50%,#31923A 100%);background:linear-gradient(top,#3CB448 0,#3A8541 50%,#26712D 50%,#31923A 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3CB448',endColorstr='#26712D',GradientType=0)}

#stacks_in_617_page2 {
	padding: 10px 0px 10px 0px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_4935_page2 {
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#simpleDivider_stacks_in_4935_page2 .theDivider1, #simpleDivider_stacks_in_4935_page2 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4935_page2 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4935_page2 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4559_page2 #fsr_colwrap_stacks_in_4559_page2 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4559_page2 #fsr_colwrap_stacks_in_4559_page2 #fsr_leftcol_stacks_in_4559_page2 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4559_page2 #fsr_colwrap_stacks_in_4559_page2 #fsr_leftcol_stacks_in_4559_page2 .leftcolpad_stacks_in_4559_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4559_page2 #fsr_colwrap_stacks_in_4559_page2 #fsr_rightcol_stacks_in_4559_page2 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4559_page2 #fsr_colwrap_stacks_in_4559_page2 #fsr_rightcol_stacks_in_4559_page2 .rightcolpad_stacks_in_4559_page2 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_4559_page2 #fsr_colwrap_stacks_in_4559_page2 #fsr_leftcol_stacks_in_4559_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4559_page2 #fsr_colwrap_stacks_in_4559_page2 #fsr_leftcol_stacks_in_4559_page2 .leftcolpad_stacks_in_4559_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4559_page2 #fsr_colwrap_stacks_in_4559_page2 #fsr_rightcol_stacks_in_4559_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4559_page2 #fsr_colwrap_stacks_in_4559_page2 #fsr_rightcol_stacks_in_4559_page2 .rightcolpad_stacks_in_4559_page2 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Breadcrumb Stack' 
Style Sheet: fsrbreadcrumb.css
Created: 27, October, 2010
Last Modified: 18, January 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4561_page2 {
}

#stacks_in_4561_page2 #breadcrumbcontainer {
	line-height: 1.00em;
	text-align: left;
}

/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Footer' 
Style Sheet: fsrfooter.css
Created: 25, October, 2010
Last Modified: 18, April 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4563_page2 {
}

#stacks_in_4563_page2 #footer {
	line-height: 1.30em;
	width: 100%;
}



/* START ICONZ CSS */

#stacks_in_8971_page2 i {
	font-size: 2em;
	line-height: normal !important;
	
	color: #CC0000 !important;
	
	text-align:center;
}


#stacks_in_8971_page2 i {
	line-height: 1.2em !important;
}
#stacks_in_8971_page2 i:before {
	background: #EEEEEE !important;
	width: 1.2em;
	min-width: 1.2em;
	height: 1.2em;
	line-height: 1.2em !important;
	display: inline-block !important;
	vertical-align:middle !important;
	
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	
}







/* if no text */
#stacks_in_8971_page2 {
	text-align: center;
}

#stacks_in_8971_page2 a{
	text-decoration: none;
}


	
		#stacks_in_8971_page2 a i:hover{
			color: #DB0F0F !important;
		}
		
		
		#stacks_in_8971_page2 a i:hover:before{
			background: #FDFDFD !important;
		}
		
	




#stacks_in_8971_page2 .stacks_in_8971_page2quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_8971_page2 .stacks_in_8971_page2quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_8971_page2 .stacks_in_8971_page2quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 .fb-like {
        top:4px;
        margin-bottom:5px;
}

#wrapper_facebookConnect_stacks_in_645_page2 {
    min-height:10px;
    
    
        margin-bottom:-12px;
    
}

#displayPreviewImage_stacks_in_645_page2 {
    display:none;
}
#stacks_in_645_page2 {
	padding:  4px;
}
