/*
 *      header stylsheets
 */

#mainHeader {
	position:absolute;
    z-index:20;
    width:100%;
    text-align:right;
	}
	#mainHeader nav.main {
            position:absolute;
			display:block;
			right:20px;

		margin:0 0px;
		font: normal bold 14px Interstate, arial, helvetica,sans-serif;
		/*overflow:hidden;*/
		}
		#mainHeader nav.main ul {
			list-style:none;
			height:85px;
			}
			#mainHeader nav.main li {
				display:block;
				float:left;
				position:relative;
				top:14px;
				}
				#mainHeader nav.main li.nav-lvl-1 {
				}
				#mainHeader nav.main li a {
					line-height:1em;
					padding: 8px 10px 6px;
                    font-size:20px;
                    text-decoration: none;
					color:#000000;
					z-index:3;
					border-bottom:0px solid transparent;
					display:block;
					}
					#mainHeader nav.main a.link-lvl-1:hover {
						border-bottom: 0px solid #222;
						background: #fbaf5d;
						color:#000;
					}

			#mainHeader nav.main .nav-lvl-1-submenu nav {
				position: absolute;
				z-index: 3;
				overflow: visible;
			}
			#mainHeader nav.main .nav-lvl-1-submenu nav li {
				float: none;
				top:0px;
			}
			#mainHeader nav.main .nav-lvl-1-submenu nav a {
				float: none;
				white-space: nowrap;
				border-bottom: 0px solid #222;
				background: #777777;
			}
			#mainHeader nav.main .nav-lvl-1-submenu nav a:hover {
				color:#fff;
			}
			#mainHeader nav.main .nav-lvl-1-submenu ul {
				border-bottom:none;
				width:100%;
				}
				#mainHeader nav.main .nav-lvl-1-submenu ul.ul-lvl-2 {
					display:none;
				}

				#mainHeader nav.main li.nav-lvl-1-submenu nav {
					position: absolute;
					z-index: 3;
					/*margin-top: 30px;*/
					overflow: visible;
					z-index:110;
					}
			#mainHeader nav.main .nav-lvl-1-submenu-open {
			}
			#mainHeader nav.main .nav-lvl-1-submenu-open nav {
				max-height:540px;
				/*overflow:hidden;*/
				top:29px;
			}
			#mainHeader nav.main .nav-lvl-1-submenu-open nav ul {
			    display: block;
			}
		#mainHeader nav.main .nav-lvl-1-submenu-open a.link-lvl-1 {
			color:#000;
			background: #fbaf5d;
			border-color: black;
			border-top-left-radius: 1px;
			border-top-right-radius: 1px;
			border-bottom: 1px solid #222;
			display:block;
			}
			#mainHeader nav.main .nav-lvl-1-submenu-open nav a {
				display: block;
			}
		#mainHeader .nav-lvl-1-submenu-open .nav-lvl-2:last-child a {
			border-bottom:none;
			border-bottom-left-radius:2px;
			border-bottom-right-radius:2px;
		}
	



		
            
            

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

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

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




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

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

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


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

* {
	margin-top: 0;
}

body {
	line-height: 1.5;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #ffffff;
	color: #fff;
}


p {
	margin-bottom: 1.5em;
}

/* @group Animation */

/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2011 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: 1s ease;
	-moz-animation: 1s ease;
	-ms-animation: 1s ease;
	-o-animation: 1s ease;
	animation: 1s ease;
}

/* @group Pulse */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.25); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.25); }
    100% { -moz-transform: scale(1); }
}
@-ms-keyframes pulse {
    0% { -ms-transform: scale(1); }	
	50% { -ms-transform: scale(1.25); }
    100% { -ms-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.25); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.25); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	
	-webkit-animation-delay:0.4s;
	-moz-animation-delay:0.4s;
	-ms-animation-delay:0.4s;
	-o-animation-delay:0.4s;
	animation-delay:0.4s;
}

/* @end */

/* @end */

/* @group Nav */

#main-nav {
	position: fixed;
	z-index: 10;
	top: 40px;
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;
}

.watching {
	margin-left: -20px;
	opacity: .2;
	filter: alpha(opacity=20);
}

#main-nav li {
	height: 40px;
}

#main-nav a {
	background-color: #ccc;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	position: relative;
	border: none;
	color: #fff;
	font-size: 0;
	padding-left: 40px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;
}

#main-nav a:hover {
	font-size: 18px;
	padding-right: 20px;
}

#main-nav .active a {
	padding-right: 20px;
}

#nav-about a {
	background: #B8B8B8;
}

#nav-bats a {
	background: #DB8F0A;
}

#nav-crater-lake a {
	background: #405B69;
}

#nav-tn-aquarium a {
	background: #25818A;
}

#nav-contact a {
	background: #333;
}

/* @group Alternate methods */

/*#main-nav {
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;
}

#main-nav a {
	background-color: #ccc;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	position: relative;
	
	border: none;
	color: #fff;
	
	padding-left: 40px;
	
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;
}

#main-nav a:hover {
	padding-right: 20px;
}

#main-nav a span {
	opacity: 0;
	filter: alpha(opacity=0);
	white-space: nowrap;
	margin-left: -120px;
	 
	
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;

}

#main-nav a:hover span {
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

#main-nav .active a {
	padding-right: 20px;
}

#nav-about a {
	background: #B8B8B8;
}

#nav-bats a {
	background: #DB8F0A;
}

#nav-crater-lake a {
	background: #405B69;
}

#nav-tn-aquarium a {
	background: #25818A;
}

#nav-contact a {
	background: #333;
}*/

/* @end */




/* @end */

/* @group Play */

a.play, a.play:visited {
	font-style: italic;
	text-transform: uppercase;
	color: #111;
	text-decoration: none;
	font-size: 18px;
	line-height: 80px;
	text-align: center;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 10;
	border: none;
}

.play .title, .play .circle, .play .triangle {
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;
}

.play:hover {
	border: none;
}

.play:hover .title {
	opacity: 0;
	filter: alpha(opacity=0);
}

.oldie .play:hover .title {
	color: #fff;
}

.play .circle {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	z-index: -1;
}

.play:hover .circle {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
}

.play .triangle {
	width: 0;
	height: 0;
	border-left: 60px solid #fff;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -30px;
	z-index: -2;
}

.play:hover .triangle {
	border-left: 80px solid #fff;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	margin-left: -34px;
	margin-top: -40px;
}

/* @end */

/* @group Video */

.video-container, .video-player-container {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	background: #111;
}

.video-player-container {	
	display: table;	
}

.video-player {
	display: table-cell;
	vertical-align: middle;
	padding: 0 60px;
	text-align: center;
}

.videocontent {
	margin:0 auto;
}

a.back {
	position: absolute;
	top: 40px;
	right: 40px;
	color: #fff;
	border: none;
	opacity: .5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
}

a.back:hover {
	border: none;
	background: none;
	padding-right: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
}

/* @end */

/* @group Panels */

.panel {
	position: relative;
	overflow: hidden;
	/*min-width: 540px;
	min-height: 480px*/;
}

.playing .info-container {
	left: -100%;
	opacity: .5;
	filter: alpha(opacity=50);
}

.name {
	font-style: italic;
	text-transform: uppercase;
}

.logo {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 5px;
	right: 0;
	background: url(../img/sprite.png) no-repeat;
}

.logo:hover {
	cursor: default;
	border: none;
}

.sharepulse {
    position: absolute;
	bottom: 10px;
    width: 100%;
    right: 10px;
    z-index:11;
}

.contact {
	width: 80px;
	height: 52px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/sprite.png) no-repeat 0 -150px;
}

.contact:hover {
	border: none;
}

.copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
    text-margin: 0px;
    width: 100%;
	color: #666;
    background-color: #F90;
	font-size: 12px;
    z-index:10;
}

.copyright_page {
	z-index:0;
	overflow:hidden;
	width:100%;
    height:60px;
    position:relative;
    top:20px;
	margin: 0px auto 0px auto;
    text-margin: 0px;
    width: 100%;
	color: #666;
    background-color: #F90;
	font-size: 12px;
}

.copyright_page_fixed {
	z-index:0;
	overflow:hidden;
	width:100%;
    height:60px;
    position:relative;
    top:0px;
	margin: 0px auto 0px auto;
    text-margin: 0px;
    width: 100%;
	color: #666;
    background-color: #F90;
	font-size: 12px;
}

.copyright_page a:link
{
	text-decoration: underline;
	color: #000000;
    border-bottom: 1px thin;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.copyright_page a:visited
{
	text-decoration: underline;
	color: #000000;
    border-bottom: 1px thin;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.copyright_page a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
        border-bottom: 1px solid;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}


.copyright_page_fixed a:link
{
	text-decoration: underline;
	color: #000000;
    border-bottom: 1px thin;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.copyright_page_fixed a:visited
{
	text-decoration: underline;
	color: #000000;
    border-bottom: 1px thin;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.copyright_page_fixed a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
        border-bottom: 1px solid;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.copyright a:link
{
	text-decoration: underline;
	color: #000000;
    border-bottom: 1px thin;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.copyright a:visited
{
	text-decoration: underline;
	color: #000000;
    border-bottom: 1px thin;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.copyright a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
        border-bottom: 1px solid;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

/* @group Video Info */

.info-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: all 0.4s ease-out;
  	-moz-transition:    all 0.4s ease-out;
  	-o-transition:      all 0.4s ease-out;
  	transition: 		all 0.4s ease-out;
}

.info-wrapper {
	width: 100%;
	top: 0px;
}

.info-wrapper2 {
    left:50%;
    top:50%;
	width: 898px;
    position: relative;
    margin: -245px -449px;
    height: 390px;
    z-index:20;
    visibility:hidden;
}



.info-wrapper-video {
	width: 898px;
    position: absolute;
    margin:auto;
    top: 0px;
    height: 300px;

}

.info-wrapper-content {
    top:167;
    left:0;
    position: absolute;
    width:100%;
}


.info-wrapper-bkg {
    top:0;
    left:0;
    background-color: #ffffff;
    position: absolute;
    width:100%;
    z-index:-1000;
    
}

.info-wrapper-bkg2 {
    top:0;
    left:0;
    background-color: #ffffff;
    position: absolute;
    width:100%;
    height:100%;
    opacity: 0.80;
    
}



.info {
	width: 800px;
}

.info h1 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 24px;
}

.meta .col-1 {
	width: 25%;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 21px;
}

.meta .col-2 {
	width: 75%;
	font-size: 14px;
}

/* @end */

/* @group Share */

.share {
	width: 160px;
	height: 22px;	
	text-align: right;
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 5;	
}

.twitter-share-button  {
	float: right;
	margin-left: 10px;
}

.playing .share iframe {
	opacity: .2;
	filter: alpha(opacity=20);
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
  	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;
}

.playing .share iframe:hover, .playing .next-arrow:hover, .watching:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* @end */

/* @group Next Arrow */

.next-arrow {
	width: 40px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 1px -92px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -20px;
	z-index: 5;
	-webkit-transition: all 0.2s ease;
  	-moz-transition:    all 0.2s ease;
   	-o-transition:      all 0.2s ease;
  	transition: 		all 0.2s ease;
}

.next-arrow:hover {
	background-position: 1px -87px;
	border: none;
}

.playing .next-arrow {
	opacity: .2;
	filter: alpha(opacity=20);	
}

/* @end */

/* @group Backgrounds */

/*http://css-tricks.com/perfect-full-page-background-image/*/

#about, #contact {
	background-image: url(../img/noise.gif);
}

#bats .info-container {
	background: url(../img/bats.gif) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#crater-lake .info-container {
	background: url(../img/crater-lake.gif) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#tn-aquarium .info-container {
	background: url(../img/tn-aquarium.gif) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.oldie #bats .info-container, .oldie #crater-lake .info-container, .oldie #tn-aquarium .info-container {
	background: none;
}

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 500px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: absolute;
    top: 0;
    left: 0;
  	/*Set behind content*/
    z-index: -1;
}

/* @end */

/* @end */




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


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

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

.panel {
	min-height: 420px;
}



.info {
	width: 100%;
}

.logo, a.play {
	position: static;
	margin: 36px auto 0;
}

.play .circle, .play .triangle {
	display: none;
}

.play {
	background-color: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.play:hover .title {
	opacity: 1;
}

.share {	
	text-align: left;
	width: 280px;
	left: 50%;
	margin-left: -140px;
}

.share iframe, .twitter-share-button {
	float: left;
}

.playing .share iframe {
	opacity: 1;
}

a.back {
	opacity: 1;
	width: 280px;
	left: 50%;
	top: 20px;
	margin-left: -140px;	
}



#contact .share {
	bottom: 70px;
}

#main-nav, .meta, .contact, .next-arrow {
	display: none;
}


}



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


body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

body2
{
	position: absolute;
	width: 100%;
	left: 4px;
	top: 0;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}



#art-page-background-gradient
{
	position: absolute;
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 236px;
	
}

#art-page-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 898px;
	min-width:23px;
	min-height:0px;
}

.art-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 22px;
	height: 22px;
	/*background-image: url('images/Sheet-s.png');*/
}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 11px;
	right: 11px;
	height: 22px;
	/*background-image: url('images/Sheet-h.png');*/
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 11px;
	bottom: 11px;
	width: 22px;
    background-color: #FDFDFC;
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 11px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 11px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-color: #FDFDFC;
}


.art-Sheet
{
	margin-top: 10px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 898px;
	height: 125px;
}

div.art-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 898px;
	height: 125px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 898px;
	height: 124px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

div.art-SKU
{
	margin: 0 auto;
	position: relative;
	z-index:0;
    background-image: url('images/expenses_sku_new.png');
	width: 900px;
	height: 599px;
    display: block;

}

div.art-ROI
{
	margin: 0 auto;
	position: relative;
	z-index:0;
    background-image: url('images/expenses-ROI.png');
	width: 860px;
	height: 940px;
    display: block;

}

.inputbox-ROI {
    width: 70px;
}

div.art-ROI-hints
{
    color:#222222;
    z-index:-1;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
    line-height: 5px;
    text-align: top;
    vertical-align:top;
    font-style: italic;
    width: 420px;
}

div.art-ROI-1
{
	position: absolute;
	z-index:-1;
	top: 80px;
	left: 27px;
	width: 420px;
	height: 196px;
    line-height: 16px;
}

div.art-ROI-2
{
	position: absolute;
	z-index:-1;
	top: 259px;
	left: 27px;
	width: 420px;
	height: 196px;
    line-height: 16px;
}


div.art-ROI-3
{
	position: absolute;
	z-index:-1;
	top: 426px;
	left: 27px;
	width: 420px;
	height: 196px;
    line-height: 16px;
}

div.art-ROI-4
{
	position: absolute;
	z-index:-1;
	top: 595px;
	left: 27px;
	width: 420px;
	height: 196px;
    line-height: 16px;
}

div.art-ROI-5
{
	position: absolute;
	z-index:-1;
	top: 880px;
	left: 27px;
	width: 420px;
	height: 196px;
    line-height: 16px;
}

div.art-ROI-input
{
	position: absolute;
	z-index:-1;
	left: 414px;
	width: 184px;
	height: 196px;
    vertical-align: left;
    text-align: left;
    color:#222222;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
    line-height: 12px;
}


div.art-ROI-savings
{
	position: absolute;
	z-index:-1;
	left: 635px;
	width: 184px;
	height: 196px;
    vertical-align: middle;
    text-align:center;
}

div.art-SKU-free
{
	position: absolute;
	z-index:-1;
	top: 0px;
	left: 213px;
	width: 156px;
	height: 196px;
}

div.art-SKU-left
{
	position: absolute;
	z-index:-1;
	top: 0px;
	left: 380px;
	width: 156px;
	height: 196px;
}
div.art-SKU-middle
{
	position: absolute;
	z-index:-1;
	top: 0px;
	left: 548px;
	width: 156px;
	height: 196px;
}
div.art-SKU-right
{
	position: absolute;
	z-index:-1;
	top: 0px;
	left: 716px;
	width: 156px;
	height: 196px;
}

div.art-SKU-options1
{
	position: absolute;
	z-index:-1;
	top: 688px;
	left: 262px;
	width: 168px;
	height: 140px;
}

div.art-SKU-options2
{
	position: absolute;
	z-index:-1;
	top: 688px;
	left: 669px;
	width: 168px;
	height: 140px;
}

div.art-SKU-options3
{
	position: absolute;
	z-index:-1;
	top: 853px;
	left: 23px;
	width: 173px;
	height: 18px;
}

div.art-SKU-feature-corp0
{
	position: absolute;
	z-index:-1;
	top: 568px;
	left: 10px;
	width: 165px;
	height: 21px;
}
div.art-SKU-feature-corp1
{
	position: absolute;
	z-index:-1;
	top: 592px;
	left: 10px;
	width: 165px;
	height: 21px;
}
div.art-SKU-feature-corp2
{
	position: absolute;
	z-index:-1;
	top: 616px;
	left: 10px;
	width: 165px;
	height: 21px;
}
div.art-SKU-feature0
{
	position: absolute;
	z-index:-1;
	top: 688px;
	left: 10px;
	width: 165px;
	height: 21px;
}
div.art-SKU-feature1
{
	position: absolute;
	z-index:-1;
	top: 712px;
	left: 10px;
	width: 165px;
	height: 21px;
}
div.art-SKU-feature2
{
	position: absolute;
	z-index:-1;
	top: 736px;
	left: 10px;
	width: 165px;
	height: 21px;
}
div.art-SKU-feature3
{
	position: absolute;
	z-index:-1;
	top: 760px;
	left: 10px;
	width: 165px;
	height: 21px;
}
div.art-SKU-feature4
{
	position: absolute;
	z-index:-1;
	top: 784px;
	left: 10px;
	width: 165px;
	height: 21px;
}
div.art-SKU-feature5
{
	position: absolute;
	z-index:-1;
	top: 808px;
	left: 10px;
	width: 165px;
	height: 36px;
}

div.art-BOX-png
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 856px;
	height: 174px;
	background-image: url('images/boxes.png');
	background-repeat: repeat;
	background-position: left center;
    text-align: left;
    font-size: 11px;
}

div.art-BOX-png2
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 856px;
	height: 90px;
	background-position: left center;
}

div.art-BOX-1
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0px;
	width: 190px;
	height: 0px;
	background-repeat: no-repeat;
	background-position: center center;
    text-align: left;
}

div.art-BOX-2
{
	position: relative;
	z-index:-1;
	top: 0;
	left: 217px;
	width: 194px;
	height: 0px;
	background-repeat: no-repeat;
	background-position: center center;
    text-align: left;

}

div.art-BOX-3
{
	position: relative;
	z-index:-1;
	top: 0;
	left: 431px;
	width: 194px;
	height: 0px;
	background-repeat: no-repeat;
	background-position: center center;
    text-align: left;

}

div.art-BOX-4
{
	position: relative;
	z-index:-1;
	top: 0;
	left: 645px;
	width: 194px;
	height: 0px;
	background-repeat: no-repeat;
	background-position: center center;
    text-align: left;

}

div.art-BOX-button
{
	position: absolute;
	z-index:-1;
	top: 140px;
	left: 0px;
	width: 198px;
	height: 0px;
}

div.art-BOX-button2
{
	position: absolute;
	z-index:-1;
	top: 95px;
	left: 0px;
	width: 156px;
	height: 0px;
}


/* end Header */

/* begin Logo */
.art-Logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 90px;
	width: 878px;
}

h1.art-Logo-name
{
	display: block;
	text-align: center;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #F1F8EC !important;
}

.art-Logo-text
{
	display: block;
	text-align: center;
}

.art-Logo-text, .art-Logo-text a
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding:0;
	margin:0;
	color: #F1F8EC !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 12px 6px 0px 6px;
}

.art-nav
{
	position: relative;
	height: 42px;
	z-index: 0;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 42px;
	background-image: url('images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 898px;
	clip: rect(auto, auto, auto, 898px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 90px;
	background-image: url('images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:4px;
}

.art-menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.art-menu a .t 
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-31px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-31px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-31px;
}
.art-menu a:hover .t
{
	color: #FFFFFF;
}

.art-menu li:hover a .t
{
	color: #FFFFFF;
}

.art-menu li:hover>a .t
{
	color: #FFFFFF;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -61px;
}

.art-menu a.active .t
{
	color: #FFFFFF;
}


/* end MenuItem */

/* begin    */
.art-contentLayout
{
	position: relative;
	margin: 0px;
	width: 100%;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}



.art-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}

.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.art-BlockHeader .l
{
	left:0;
	right:8px;
}

.art-BlockHeader .r
{ 
	width:898px;
	right:0;
	clip: rect(auto, auto, auto, 890px);
}





.art-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 12px;
	background-repeat: no-repeat;
	min-height: 12px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
}

.art-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc,.art-BlockContent-cr, .art-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl
{
	width: 18px;
	height: 18px;
	background-image: url('images/BlockContent-s.png');
}

.art-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 9px, 9px, auto);
}

.art-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 9px, 9px);
}

.art-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(9px, 9px, auto, auto);
}

.art-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(9px, auto, auto, 9px);
}

.art-BlockContent-tc, .art-BlockContent-bc
{
	left: 9px;
	right: 9px;
	height: 18px;
	background-image: url('images/BlockContent-h.png');
}

.art-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 9px, auto);
}

.art-BlockContent-bc
{
	bottom: 0;
	clip: rect(9px, auto, auto, auto);
}

.art-BlockContent-cr, .art-BlockContent-cl
{
	top: 9px;
	bottom: 9px;
	width: 18px;
	background-image: url('images/BlockContent-v.png');
}

.art-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 9px);
}

.art-BlockContent-cl
{
	left:0;
	clip: rect(auto, 9px, auto, auto);
}

.art-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	background-color: #000000;
}


.art-BlockContent-body
{
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.art-BlockContent-body a:link
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #222222;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #222222;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #000000;
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.art-BlockContent-body ul li
{
	padding:0px 0 0px 16px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Post-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}



.art-Post
{
	margin: 10px;

}

/* Start images */
a img
{
	border: 0;
}

.art-article img, img.art-article
{
	border: solid 2px #FBAF5D;
	margin: 0.5em;
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}

.art-article th, .art-article td
{
	padding: 2px;
	border: solid 1px #000000;
	vertical-align: top;
	text-align:left;
}

.art-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #2D471A;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #565A3A;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-align: left;
  color: #507F2F;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  }

.art-PostContent
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #000000;
  margin: auto;
  width: 897px;
  position:relative;
  top:0px;
}

.art-PostContent-Margin
{
  background-color:#666666;
  top:0px;
  height: 40px; width:100%;
  position:relative;
  z-index:11;

}
.art-PostContent-Border
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #000000;
  background-color:#666666;
  position: relative;
  top:5px;
  margin-bottom: 1em ;
  margin-left: 1em;
  height:15px;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
*/
a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #FBAF5D;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #FBAF5D;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #FBAF5D;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #000000;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: #00000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: #FBAF5D;
}

/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-align: left;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FBAF5D;
  margin-top: 1em;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  text-align: left;
  color: #000000;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  text-align: left;
  color: #000000;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
  color: #000000;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #101A0F;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.art-Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.art-Post ol li, .art-Post ul ol li
{
	background: none;
	padding-left:0;
}

.art-Post ul li, .art-Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: left;
}


blockquote p
{
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: left;
}

blockquote
{
    border:solid 1px #9C9C9C; 
    margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#CCCCCC;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */



/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}


.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}


.art-button-wrapper .art-button-header
{
	display:block;
	height: 34px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #F3F8F2 !important;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 34px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #F3F8F2 !important;
}

input, select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #F1F8EC !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #F4F5EF !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:11px;
}

.art-button-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -34px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -68px;
}


/* end Button */

/* begin Topbutton */
.art-topbutton-wrapper .art-topbutton
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}


.art-topbutton-wrapper
{
	display:inline-block;
	position:relative;
    left:700px;
    top:30px;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}


.art-topbutton-wrapper .art-topbutton-header
{
	display:block;
	height: 34px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #F3F8F2 !important;
}

.art-topbutton-wrapper .art-topbutton
{
	display:block;
	height: 34px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #F3F8F2 !important;
}

input, select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-topbutton-wrapper.hover .art-topbutton, .art-topbutton:hover
{
	color: #F1F8EC !important;
	text-decoration: none !important;
}

.art-topbutton-wrapper.active .art-topbutton
{
	color: #F4F5EF !important;
}

.art-topbutton-wrapper .l, .art-topbutton-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/buttontop.png');
}

.art-topbutton-wrapper .l
{
	left:0;
	right:11px;
}

.art-topbutton-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.art-topbutton-wrapper.hover .l, .art-topbutton-wrapper.hover .r
{
	top: -34px;
}

.art-topbutton-wrapper.active .l, .art-topbutton-wrapper.active .r
{
	top: -68px;
}


/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 898px;
	margin: 0px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 0px;
	text-align: center;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 898px;
	height: 150px;
	bottom:0;
	left:0;
}


.art-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
}




.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#1B1C12;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: underline;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited
{
	text-decoration: underline;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#52824A;
}

.art-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#767C50;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 224px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 673px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 897px;
}
/* end LayoutCell */

.slideshow  { height: 150px; width: 300px; left:4px;top:4px;margin: auto;	position: absolute;
 }
 
 .partner_slideshow  { float:right;height: 100px; width: 260px;margin: auto;
 }
 
 .border  { height: 158px; width: 308px; left:498px;top:50px;margin: auto;	position: absolute;background-color:#FBAF5D;
 }
 
.slideshow2 { height: 150px; width: 300px; left:4px; top:4px;margin: auto;position: absolute;
 }
 
 .border2  { height: 158px; width: 308px; left:80px;top:50px;margin: auto;	position: absolute;background-color:#FBAF5D;
 }
 
 .border3 { height: 208px; width: 408px; left:331px; top:60px;margin: auto;position: absolute;background-color:#FBAF5D;
 }
 
 .slideshow3 { height: 325px; width: 898px; left:0px; top:0px;margin: auto;position: absolute; z-index:0;
 }
 
 .slideshow4 { height: 325px; width: 898px; left:0px; top:0px;margin: auto;position: absolute;  font-size: 25px;

  font-style: normal;

  font-weight: bold;

  text-align: center;
 }
 
  .videoshow { height: 500px; width: 897px; left:5px; top:5px;margin: auto;position: absolute;
 }
 
   .buyshow { height: 590px; width: 897px; left:5px; top:5px;margin: auto;position: absolute;background-color:#FFFFFF;
 }
 
 

  .videoborder { top:40px; height: 210px; width: 500px;margin: auto;position: relative;background-color:#FBAF5D;
 }
  .videotext { 
  font-family: Arial, Helvetica, Sans-Serif;
  color:#000000;
  font-size: 14px;

  font-style: normal;
  text-align: left;
  vertical-align: middle;

  font-weight: bold;height: 200px; width: 200px;left:290px; top:10px;margin: auto;position: absolute;
 } 
 
  .videoshow2 { height: 100px; width: 512px; left:5px; top:5px;margin: auto;position: absolute;
 }

  .buyborder { height: 601px; width: 907px;top:50%;left:50%;margin-top:-340px;margin-left:-453px;position: absolute;z-index:200;background-color:#FBAF5D;z-index:15;
 }
 
 .slideshow3text { 
 
 height: 260px; width: 170px; left:105px; top:58px;margin: auto;position: absolute;
   font-family: Arial, Helvetica, Sans-Serif;

  font-size: 13px;

  font-style: normal;

  font-weight: bold;

  text-align: left;
  background-color: #ffffff;
  
 }
 

  .slideshow4text { 
 
 height: 340px; width: 898px; left:0px; top:100px;margin: auto;position: absolute;
   font-family: Arial, Helvetica, Sans-Serif;
   


  font-size: 25px;

  font-style: normal;

  font-weight: bold;

  text-align: center;
 }
 
 .abukaititle { left: 53px; top:10px; height: 0px; width: 780px; margin: auto;position: absolute;  color:#cccccc;font-size:24px;text-align:center;
   font-family: Arial, Helvetica, Sans-Serif;

}

 .abukaibutton { left: 43px; top:320px; height: 0px; width: 800px; margin: auto;position: absolute;  color:#cccccc
}

.abukaisubtext { left: 53px; top:0px; height: 0px; width: 780px;margin:auto; text-align: center; color:#000000;   font-family: Arial, Helvetica, Sans-Serif;

}

.abukaitext  { height: 50px; width: 308px; left:498px;top:225px;margin: auto;	position: absolute; text-align: center;font-size:24px;   font-family: Arial, Helvetica, Sans-Serif;

 }
 
.abukaitext2  { height: 50px; width: 308px; left:498px;top:265px;margin: auto;	position: absolute;
 }
 
 .abukaibutton2  { height: 50px; width: 308px; left:498px;top:320px; text-align: center;margin: auto;	position: absolute;
 }
.noabukaitext { height: 50px; width: 308px; left:80px; top:225px;margin: auto;position: absolute; text-align: center;font-size:24px;
 }
 
.c-next { margin: 0; width: 38px; height: 38px; top:5px;right:15px; background: #ff9900 url("images/homepage/arrow_right_14x20.png") 50% 50% no-repeat; text-indent: -9999px; cursor: pointer; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; position: absolute; z-index: 5;}

.c-prev { margin: 0; width: 38px; height: 38px; top:5px;left:5px; background: #ff9900 url("images/homepage/arrow_left_14x20.png") 50% 50% no-repeat; text-indent: -9999px; cursor: pointer; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; position: absolute; z-index: 5;}

 
 .slideshow3text h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover

{

  font-family: Arial, Helvetica, Sans-Serif;

  font-size: 20px;

  font-style: normal;

  font-weight: bold;

  text-align: left;
  
  margin: auto;position: absolute;
  
}


.title_animation h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover

{


  font-family: Arial, Helvetica, Sans-Serif;

  font-size: 20px;

  font-style: normal;

  font-weight: bold;

  text-align: center;
  
  line-height: 25px;
  
}

.title_2 { left:0px;top:0px;height:350px;
    width: 100% !important;
    min-width: 898px;
    width: 898px;
    margin: auto;
    position: relative;
    background-position:center center;
    background-repeat:no-repeat;
}

.title_home { left:0px;top:0px;
    width: 100% !important;
    height:auto;
    margin: auto;
    position: relative;
    background-position:center center;
    background-repeat:no-repeat;
}

.title_3 { left:0px;top:0px;height:350px;
    width: 100% !important;
    min-width: 898px;
    width: 898px;
    margin: auto;
    position: relative;
    background-position:center center;
    background-repeat:no-repeat;
}

.title_4 { left:0px;top:0px;height:350px;
    width: 100% !important;
    min-width: 898px;
    width: 898px;
    margin: auto;
    position: relative;
    background-position:center center;
    background-repeat:no-repeat;
}
.title_1 { left:0px;top:0px;height:350px;
    width: 100% !important;
    min-width: 898px;
    width: 898px;
    margin: auto;
    position: relative;
    background-position:center center;
    background-repeat:no-repeat;
}
.title_1_clear { left:0px;top:0px;height:350px;
    width: 100% !important;
    min-width: 898px;
    width: 898px;
    margin: auto;
    position: relative;
    background-position:center center;
    background-repeat:no-repeat;}

.demo_1 { left: 0px;top: 0px;height: 350px; width: 898px; position: absolute;z-index:-5;
background-image: url("images/demo/demo_1.jpg");
}

.demo_2 { left: 0px;top: 0px;height: 350px; width: 898px; position: absolute;z-index:-5;
background-image: url("images/demo/demo_2.jpg");
}

.demo_3 { left: 0px;top: 0px;height: 350px; width: 898px; position: absolute;z-index:-5;
background-image: url("images/demo/demo_3.jpg");
}

.demo_4 { left: 0px;top: 0px;height: 350px; width: 898px; position: absolute;z-index:-5;
background-image: url("images/demo/demo_4.jpg");
}

.slideshow3 img { padding: 0px; border: 0px; }
.slideshow2 img {padding: 0px; border: 0px;  }
.slideshow img {padding: 0px; border: 0px;  }

.title_animation { 
top:0px; left:0px; height:350px;width: 100%; margin: auto;background-color:#fff;position: relative;
}

.title_animation_clear { 
top:0px; left:0px; height: 350px; width: 100%; margin: auto;position: relative;
}

.videobox {
 display: block;
 position: absolute;
 left:0px;
 margin: auto;
 width:100%;
 height:100%;
}

.videobox_img {
	position: relative;
	top: 0;
	left: 0;
}

.videobox_img2 {
	position: relative;
	top: 0;
	left: 0;
}

.videobox_img_left {
	position: relative;
	top: 0;
	left: -250px;
}

.videobox_img3 {
	position: relative;
	top: 0;
	left: 0;
}

.videobox_img4 {
	position: relative;
	top: 0;
	left: 0;
}

.videobox_img_button {
	position: relative;
	top: -100px;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url("videoplayer/bigplay.png") top left no-repeat;
}

.videobox_img_button_left {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url("videoplayer/bigplay.png") top left no-repeat;
}


.videobox_img_button2 {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url("videoplayer/bigplay.png") top left no-repeat;
}

.videobox_img_button3 {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url("videoplayer/bigplay.png") top left no-repeat;
}

.videobox_img_button_buy {
	position: absolute;
	top: 94px;
	left: 85px;
	width: 60px;
	height: 60px;
	margin: -50px 0 0 -50px;
	background: url("videoplayer/smallplay2.png") top left no-repeat;
}


.videobox_img_left:hover .videobox_img_button_left{
	background-position: 0 -100px ;
}

.videobox_img2:hover .videobox_img_button2{
	background-position: 0 -100px ;
}

.videobox_img:hover .videobox_img_button{
	background-position: 0 -100px ;
}

.videoborder_short { height: 210px; width: 276px;margin: auto;z-index:200;position: relative;background-color:#FBAF5D;
 }
 
 .videoborder_large { height: 511px; width: 907px;margin: auto;position: relative;z-index:200;background-color:#FBAF5D;z-index:15;
 }
 
 .videoborder2 { height: 511px; width: 907px;margin: auto;position: relative;z-index:200;background-color:#FBAF5D;z-index:15;
 }
 
 
 .videoborder_short2 { top:50px; left: 50%; height: 210px; width: 276px auto;margin: auto -138px;z-index:200;position: absolute;z-index:5;background-color:#FBAF5D;
 }
 
  .videoborder_short3 { top:70px; left: 50%; height: 210px; width: 276px auto;margin: auto -138px;z-index:200;position: absolute;background-color:#FBAF5D;
 }
 
 .videobox_img_button3 {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url("videoplayer/bigplay.png") top left no-repeat;
}

.videobox_img3:hover .videobox_img_button3{
	background-position: 0 -100px ;
}

.videobox_img3:hover .videobox_img_button_buy{
	background-position: 0 -60px ;
}

 .videobox_img_button4 {
	position: absolute;
	top: 180px;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url("videoplayer/bigplay.png") top left no-repeat;
}

.videobox_img4:hover .videobox_img_button4{
	background-position: 0 -100px ;
}

 .newsborder { height: 110px; width: 522px; top:180px;left:75px;margin: auto;position: relative;background-color:#FBAF5D;
 }

.company
{
	background: url("images/company/background.jpg") top left no-repeat;
    position: relative;
	top: 0px;
	left: 0px;
    height: 400px;
    width: 898px;
    margin: 0px;
}
.company_menu
{
    top: 10px;
	left: 50%;
    margin-left:-400px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity:0.8;filter:alpha(opacity=80);
    background-color:#000000;
	width: 200px;
	height: 300px;
	color: #FFFFFF;
    font-size: 20px;
    position: absolute;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.company_title
{
    top: 10px;
	left: 210px;
	width: 650px;
	height: 30px;
	color: #FBAF5D;
    font-size: 20px;
    position: absolute;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.company_copy
{
	top:0px; left:0px; height:350px;width: 100%; 
    margin: auto;
    position: relative;
    text-align:center;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    position: relative;
   	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    padding: 0px;
    display: block;
    
}

.company_sales_rep_bio
{
	left: 50%;
    margin-left:-325px;
	width: 650px;
	height: 200px;
	color: #000000;
    font-size: 12px;
    position: relative;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
        padding: 10px;

}

.regionmap
{
    top:0px;
    position:absolute;
    width:675px;
    height:350px;
    left:50%;
    margin-left:-350px;
    margin-top:-20px;
}

.region1
{
    top: 60px;
	left: 140px;
	width: 120px;
	height: 90px;
    position: absolute;
    z-index:2;
    cursor: pointer;


}

.region2
{
    top: 150px;
	left: 160px;
	width: 120px;
	height: 150px;
    position: absolute;
    z-index:2;
    cursor: pointer;


}
.region3
{
    top: 110px;
	left: 420px;
	width: 180px;
	height: 170px;
    position: absolute;
    z-index:2;
    cursor: pointer;


}
.region4
{
    top: 50px;
	left: 280px;
	width: 140px;
	height: 200px;
    position: absolute;
    z-index:2;
    cursor: pointer;


}
.region0
{
    top: 0px;
	left: 0px;
	width: 675px;
	height: 350px;
    position: absolute;
    z-index:1;
}

.company_vision
{
    top: 0px;
	left: 0px;
	width: 655px;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

}


.company_menu a, .company_menu a:link, .company_menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;

}

.company_menu a, .company_menu a:hover
{
	color: #FBAF5D;
	text-decoration: none;
    cursor: pointer;

}

/* begin Button2 */
.art-button2-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}


.art-button2-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}


.art-button2-wrapper .art-button-header
{
	display:block;
	height: 34px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #F3F8F2 !important;
}

.art-button2-wrapper .art-button
{
	display:block;
	height: 34px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #F3F8F2 !important;
}

input, select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-button2-wrapper.hover .art-button, .art-button:hover
{
	color: #F1F8EC !important;
	text-decoration: none !important;
}

.art-button2-wrapper.active .art-button
{
	color: #F4F5EF !important;
}

.art-button2-wrapper .l, .art-button2-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button_red.png');
}

.art-button2-wrapper .l
{
	left:0;
	right:11px;
}

.abukaiclick
{
    left: 1.666%;
    top:2%;
    width: 16.66%;
    height:80px;
    position:absolute;
    z-index:100000;

}

.abukaiclick a {
display: block;
height: 100%;
width: 100%;
}


.art-button2-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.art-button2-wrapper.hover .l, .art-button2-wrapper.hover .r
{
	top: -34px;
}

.art-button2-wrapper.active .l, .art-button2-wrapper.active .r
{
	top: -68px;
}

#background-prompt {
					left:0px;
					top:0px;
					width:100%;
					height:100%;
					background-color:#000000;
					z-index:22;
					opacity:0.8;filter:alpha(opacity=80);
					position:fixed;
				}

#promptimg {
					vertical-align: middle;
					width:100%;
					height:100%;
                    left:0px;
                    top:50px;
                    margin:auto auto;
					position:fixed;
					z-index:1000;
					
				}
#promptimg2 {
					vertical-align: middle;
					width:100%;
					height:100%;
                    left:0px;
                    top:50px;
                    margin:auto auto;
					position:fixed;
					z-index:1000;
					
				}
                
                .videocenter {
					vertical-align: middle;
					width:100%;
					height:100%;
                    left:0;
                    margin:auto auto;
					position:fixed;
					z-index:1000;
					
				}

/* end Button2 */


