html,body,p,div,ul,li,ol,h1,h2,h3,h4,h5 {
	margin:0px; padding:0px;
	line-height: 1.1em;
}

p {
	margin-top:10px;
}

h1,h2,h3,h4,h5 {
	margin-bottom: 15px;
}

div {
	display: block;
}

@font-face {
	font-family: "Myriad Pro";
	src: local("fonts/MyriadPro-Regular.otf"),
    	url("fonts/MyriadPro-Regular.otf") format("opentype");
}

@font-face {
	font-family: "Myriad Pro";
	src: local("fonts/MyriadPro-Bold.otf"),
    	url("fonts/MyriadPro-Bold.otf") format("opentype");
    font-weight:bold;
}

@font-face {
	font-family: "Myriad Pro";
	src: local("fonts/MyriadPro-BoldIt.otf"),
    	url("fonts/MyriadPro-BoldIt.otf") format("opentype");
    font-weight:bold;
    font-style: italic;
}

@font-face {
	font-family: "Myriad Pro";
	src: local("fonts/MyriadPro-It.otf"),
    	url("fonts/MyriadPro-It.otf") format("opentype");
    font-style: italic;
}

body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #333;
}

.absolute {
	position: absolute;
}

.front_red {
	color: #ca5042;
}

.front_green {
	color: #b8c72e;
}

.front_grey {
	color: #333333;
}

.front_light_grey {
	color: #777;
}

.front_white {
	color: #fff;
}

.header2 {
	font-size: 48px;
}

.header3 {
	font-size: 40px;
}

.header4 {
	font-size: 36px;
}

.body0 {
	font-size: 28px;
}

.body1 {
	font-size: 24px;
}

.body2 {
	font-size: 22px;
}

.body3 {
	font-size: 20px;
}

.body6 {
	font-size: 16px;
	line-height: 20px;
}

.body7 {
	font-size: 14px;
	line-height: 18px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.left {
	float: left;
}

.right {
	float: right;
}

ul.blue_round {
	list-style-image: url('images/bullet.png');
	margin-top: 15px;
	margin-left: 30px;
}


ul.blue_round1 {
	list-style-image: url('images/bullet.png');
	margin-top: 5px;
	margin-left: 10px;
}
ul.blue_round li {
	margin-bottom: 15px;
}

ul.blue_round li1 {
	margin-bottom: 0px;
}

div.footer {
	width: 820px;
	height: 14px;
	padding: 12px 40px;
	background-color: #b8c72e;
}

.pageInfo {
	color: #FFF;
	//float: right;
	text-align:right;
	font-size: 14px;
}

.yelloGred {
	background: rgb(255,247,207); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,247,207,1) 0%, rgba(255,216,121,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,247,207,1)), color-stop(100%,rgba(255,216,121,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,247,207,1) 0%,rgba(255,216,121,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,247,207,1) 0%,rgba(255,216,121,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,247,207,1) 0%,rgba(255,216,121,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,247,207,1) 0%,rgba(255,216,121,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7cf', endColorstr='#ffd879',GradientType=0 ); /* IE6-9 */
}

div.mainWrapper {
	width: 900px;
	height: 662px;
	position:relative;
	
	
}

div.hr {
	font-size: 0px;
	width: 100%;
	margin: 20px 0px;
	border-top: 1px dashed #cbcbcb;
	height:0px;
}

div.youKnow {
	padding: 20px 10px 10px 10px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	width: 370px;

	cursor: pointer;
}

div.youKnow1 {
	padding: 20px 10px 10px 10px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	width: 415px;

	cursor: pointer;
}

div.youKnow:hover, div.youKnow:active {
	background-color: #c7ebff;
}

div.youKnow h3 {
	color: #ca5042;
	margin-left: 10px;
	margin-bottom: 5px;
}

div.youKnow .greybox {
	background-color: #f9f9f9;
	padding:15px;
}

div.imgWrapper {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	width: 375px;
}


div.imgWrapper3 {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	width: 160px;
	
}


div.imgWrapper1 {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	width: 815px;
}


div.imgWrapper2 {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	width: 375px;
}

#slides {
	padding: 10px;
	background-color: #f1f1f1;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
}

#slides.slidesWrapper1 {
 	width: 600px;
 	height: 350px;
 	text-align: center;
}

#slides.sideSlideWrapper {
	width: 370px;
	height: 265px;
	margin-bottom: 20px;
}



#slides.sideSlideWrapper1 {
	width: 370px;
	height: 330px;
	margin-bottom: 20px;
	align-left: 0px;
}


#slides.sideSlideWrapper3 {
	width: 370px;
	height: 300px;
	margin-bottom: 20px;
	
}

.slide_container {
	display:block;
}

.slidePage {
	width: 800px;
	height: 550px;
	
}

.slidePage1 {
	width: 600px;
	height: 450px;
	text-align: center;
	
}
.sidePage {
	width: 370px;
	height: 245px;
}

.sidePage1 {
	width: 579px;
	height: 371px;
}

.sidePage2 {
	width: 579px;
	height: 600px;
}

.slide .next, .slide .prev {
	top:0px;
	margin-left:0px;
	display:block;
	position: absolute;
	z-index:500;
}

.slidePage .next, .slidePage .prev {
	width: 250px;
	height: 480px;
}

.slidePage .next {
	left:250px;
	width:550px;
}

.sidePage .next, .sidePage .prev {
	width: 120px;
	height: 245px;
}

.sidePage .next {
	left:120px;
	width:250px;
}

.pagination {
	margin: 10px 0px;
	margin-left: 45%;
}

.pagination li {
	float:left;
	margin:0 5px;
	height: 8px;
	list-style:none;
}
.pagination li a {
	display:block;
	padding-top:12px;
	background:url(../images/image-gallery-slection.png) no-repeat -2px -1px;
	width: 8px;
	height: 0px;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:-1px -18px;
}
.caption {
	z-index:500;
	position:relative;
	height:50px;
}

table {
	border: 3px solid #999;
	border-collapse:collapse;
}



table tr td {
	vertical-align: top;
	border: 2px solid #c0c0c0;
	padding: 8px;
}

table tr td:even {
	background-color: #f1f1f1;
}

table tr th {
	background-color: #999;
	color: #fff;
	border: 2px solid #c0c0c0;
	border-collapse:collapse;
	padding: 10px;
	text-align: left;
}

.table {
	margin-top: -10px;
	background-color: #f0f0f0;
	border: 1px solid #fff;
	border-collapse:collapse;
	width:390px;
}

table.table1 {
	margin-top: -10px;
	border: none;
	width:390px;
}

.imgBoarder {
	border: 1px solid #c0c0c0;
}

.popupDialog {
	width: 900px;
	height: 700px;
	background-color: #fff;
	position: absolute;
	top:0px;
	z-index: 999;
}

.nav-info {
	width: 820px;
	height: 50px;
	background-color: #c0c0c0;
	padding: 0px 40px;
}

.nav-info .nav-back {
	background: url('images/back-button.png') no-repeat;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.popupDialog .popup-back {
	background: url('images/back-button-white.png') no-repeat;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.nav-info ul li {
	width: 41px;
	height: 41px;
	margin-left: 15px;
	margin-top: 3px;
	display: inline-block;
}

.nav-info ul li a {
	background: url('images/pop-up-buttons.png') no-repeat -3px -3px;
	width: 41px;
	height: 41px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #777;
	line-height: 47px;
	text-decoration: none;
	vertical-align: middle;
}

.nav-info ul li a.active {
	background-position: -3px -66px;
	color: #fff;
}

.img-info .img-info-bubble {
	position: absolute;
	background-color: #f1f1f1;

	border: 2px solid #00a8ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 20px;
	background-clip: border-box;
	padding: 5px;

	cursor: pointer;
}

.img-info .img-info-bubble .bubble-left {
	background: url('images/text-box-arrow.png') no-repeat -2px -23px;
	width: 12px;
	height: 14px;
	top: 5px;
	left: -12px;
	position: absolute;
}

.img-info .img-info-bubble .bubble-right {
	background: url('images/text-box-arrow.png') no-repeat -2px -2px;
	width: 12px;
	height: 14px;
	top: 5px;
	right: -12px;
	position: absolute;
}

.img-info .img-info-bubble .info-bubble-no span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	padding-top: 2px;
	margin-bottom: -2px;
}

/*

	Cow Widget

*/

.cow-images {
	margin-top: 110px;
	margin-left: 50px;
}
.cow-pop {
	position:absolute;
	margin: 0px 45px;
	margin-top: 10px;
	z-index: 500;
}
.cow-title {
	width: 170px; margin-left: 20px; top: 55px; height: 100px;
}

.cow-desc {
	margin-left: 200px; top: 10px;
    width: 565px;
    height: 180px;
    padding: 15px;
}

[id^="example1a-"], [id^="example1b-"], [id^="example101b-"], [id^="example2-"], [id^="example3a-"], [id^="example3b-"], [id^="example3d-"], [id^="example3f-"], [id^="example4a-"], [id^="example4b-"], [id^="example7a-"], .example7a-inside, [id^="example7b-"], .example8a-inside, [id^="example8b-"], [id^="example9-"], [id^="example10-"], [id^="example11-"], [id^="example12-"], [id^="example13-"], [id^="example14-"], [id^="example15-"] {
	font-family: sans-serif;
	text-decoration: none;
	font-size:20px;
}
[id^="example1b-"], [id^="example101b-"], [id^="example3b-"], [id^="example3d-"], [id^="example3f-"], [id^="example7b-"], [id^="example8b-"], #example2-click-prev, #example2-click-next, #example7a-click-prev, #example7a-click-next, #example9-click-prev, #example9-click-next, [id^="example12-"], [id^="example13-"], [id^="example14-"], [id^="example15-"] {
	text-decoration: none;
	display:block;
	position:relative;
	float:left;
	width:36px;
	height:16px;
	font-size:12px;
	padding:5px 0px 5px 10px;
	margin:5px;
}

[id^="example9-"], [id^="example11-"] {
	display:block;
	position:absolute;
	width:25px;
	height:55px;
}


#example9-click-prev, #example9-click-next {
	top:210px;
}
#mycounter {
	text-decoration: none;
	display:block;
	position:relative;
	float:left;
	font-size:12px;
	padding:5px 0px 5px 10px;
	margin:6px 0px;
}
/* scrolls */
#example9-click-scrollOut {
	color:#3c3c3c;
	background: #fcfcfc;
	
	top:222px;
	display:block;
	position:relative;
	float:left;
	width:370px;
	height:19px;
	background:#e2e2e2;
	margin:0px 10px;padding:0px;
	border:0px solid #3c3c3c;
}

#example9-click-scrollIn {
	color:#3c3c3c;
	border:2px solid #b3b3b3;
	background: #fcfcfc;

	display:block;
	position:absolute;
	width:60px;
	height:15px;
	background:#fcfcfc;
	margin:0px;padding:0px;
}
.no-touch .no-touch #example9-click-scrollIn:hover, #example9-click-scrollIn.active {
	background:#92e8ff;
}

/* drags */
#example9-click-dragOut {
	border-radius:20px;
	overflow:hidden;
	float:left;
	width:490px;
	height:190px;
	left:0px;
	margin:0px;padding:0px;
	border:2px solid #e2e2e2;
}
#example9-click-dragIn {
	display:block;
	position:absolute;
	width:1200px;
	height:190px;
	margin:0px;padding:0px;
}
#example9-click-dragOut {
	opacity:0;filter:alpha(opacity=0);border-radius:0px;
	width:520px;
	height:210px;
}
#example9-click-dragIn {
	opacity:0;filter:alpha(opacity=0);border-radius:0px;
	height:210px;
}
.cow-images img {
	width:270px;
	height:200px;
}

div{
text-align: justify;
}

tr1{
text-color: #fcddce;
font-color: #fcddce;
text-align: center;
}