body {
	background: #5aa934;
}
#headerIn {
	background: url(../img/header/header_bg.gif) repeat-x;
}
#header {
	background: url(../img/header/header_bg.gif) repeat-x;
	width: 949px;
	height: 185px;
	padding: 40px 0 0 20px;
	margin: 0 auto;
}
	#logo {
		width: 199px;
		height: 170px;
		float: left;
	}
		#logo a {
			background: url(../img/header/logo.jpg) no-repeat;
			width: 199px;
			height: 170px;
			overflow: hidden;
			display: block;
		}
			#logo a span {
				display: none;
			}
	#mainMenu {
		background: url(../img/header/header_clouds.gif) no-repeat;
		width: 465px;
		height: 76px;
		padding: 55px 0 0 180px;
		float: right;
	}
		#mainMenu li {
			padding: 0 5px 0 0;
			float: left;
		}
			#mainMenu li a {
				padding: 0 9px;
				font-size: 16px;
				
				line-height: 18px;
				color: #005075;
			}
			#mainMenu li a:hover, #mainMenu li .selected {
				background: #77c7fb;
			}
#contentIn {
	background: #d4eeff url(../img/content/content_bg.gif) repeat-x;
}
#content {
	background: url(../img/content/tree_topbg.png) no-repeat 573px bottom;
	width: 985px;
	min-height: 176px;
	padding: 0 0 0 90px;
	margin: 0 auto;
}
	#content .appStore {
		width: 400px;
		float: right;
	}
		#content .appStore .badge {
			background: url(../img/content/badge.png) no-repeat;
			width: 175px;
			height: 57px;
			margin: 0 32px 20px 0;
			float: right;
		}
		#content .appStore .teaser {
			background: url(../img/galleries/teaserpic_1.jpg) no-repeat;
			width: 400px;
			height: 212px;
			display: block;
			clear: both;
		}
	#content h1, #content h2 {
		font-size: 24px;
		padding: 10px 0 20px;
	}
	#content h1 {
		color: #ff0000;
	}
	#homePage .preloader {
		display: none;
	}
	#homePage .introText {
		width: 430px;
		line-height: 18px;
	}
	#gallery {
		padding: 0 0 50px;
	}
	#support {
		padding: 0 0 0 0;
	}
	#video {
		padding: 0 0 65px 0;
	}
		#support .supportText{
			width: 250px;
			line-height: 24px;
			float: left;
		}
		#support .supportForm {
			width: 300px;
			padding: 0 0 0 50px;
			float: left;
		}
			#support .supportForm div {
				padding: 0 0 6px;
			}
			#support .supportForm label {
				width: 90px;
			}
			#support .supportForm .inputContainer {
				background: url(../img/content/textfield_bg.png) no-repeat;
				width: 210px;
				height: 18px;
				padding: 0;
				float: left;
			}
				#support .supportForm .inputText {
					background: transparent;
					width: 198px;
					height: 15px;
					border: 0;
					padding: 3px 5px 0 7px;
					color: #306172;
				}
			#support .supportForm .inputAreaContainer {
				background: url(../img/content/textarea_bg.png) no-repeat;
				width: 210px;
				height: 88px;
				padding: 0;
				float: left;
			}
				#support .supportForm .inputArea {
					background: transparent;
					width: 198px;
					height: 85px;
					padding: 3px 5px 0 7px;
					border: 0;
					color: #306172;
					overflow: auto;
				}
			#support .supportForm .submitButton {
				background: url(../img/content/submit_btn.png) no-repeat;
				width: 95px;
				height: 27px;
				margin: 20px 0 0;
				border: 0;
				cursor: pointer;
				color: #fff;
				float: right;
			}
				#support .supportForm .submitButton:hover {
					background-position: 0 -27px;
				}
			#support .supportForm .error {
				padding: 0 0 6px;
				text-align: right;
				color: #f67344;
			}
			
		.sheepWolf {
		float:right;
		width:337px;
		height:232px;
		background:transparent url(../img/content/wolf.png);
		position:relative;
		top:-40px;
		}
		
		
#footerIn {
	background: url(../img/footer/footerin_bg.gif) repeat-x;
}
#footer {
	background: url(../img/footer/footer_bg.jpg) no-repeat;
	width: 969px;
	height: 623px;
	margin: 0 auto;
	color: #fff;
}
	#footer .testimonials {
		padding: 320px 0 0 38px;
		width: 266px;
		height: 186px;
		overflow: hidden;
	}
		#footer .testimonials h2 {
			font-size: 21px;
			padding: 0 0 20px;
		}
		#footer .testimonials span {
			font-size: 20px;
		}
	#footer .copyright {
		padding: 470px 30px 0 0;
		float: right;
	}
		#footer .copyright a {
			color: #fff;
			text-decoration:underline;
		}
		
		#footer .copyright a:hover { text-decoration:none}
	


.jcarousel-container {
    position: relative;
    z-index: 1;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 144px;
    height: 98px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-tango .jcarousel-container {
    /*
-moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 851px;
    padding: 0 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 851px;
    height: 212px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 400px;
	height: 212px;
	float: left;
}
	.jcarousel-skin-tango .jcarousel-item img {
	    display: block;
	}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 51px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/***  Horizontal Buttons ***/

.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: url(../img/galleries/carousel_btn.gif) no-repeat;
	position: absolute;
	top: 80px;
	right: 0;
	width: 8px;
	height: 30px;
	cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background: none;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: url(../img/galleries/carousel_btn.gif) no-repeat;
	position: absolute;
	top: 80px;
	left: 0;
	width: 8px;
	height: 30px;
	cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background: none;
}
