@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.png) top center repeat #c0b9ab;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border: 0;
}
.oneColFixCtr #container {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: #fff;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: hidden;
}
.oneColFixCtr #main {
	width: 968px;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
	background: #FFF;
	position: relative;
	top: 0px;
	z-index: 10;
}
.oneColFixCtr #title {
	background: url(images/bg.png) top center repeat #c0b9ab;
	height: 170px;
	width: 968px;
	border: 0;
	text-align: left;
	position: relative;
	z-index: 90;
	overflow: hidden;
}
.oneColFixCtr #logo {
	width: 130px;
	height: 137px;
	position: relative;
	left: 20px;
	top: 10px;
	padding: 0px;
	margin: 0px;
	border: 0;
	z-index: 150;
}

.oneColFixCtr #sponsor {
	width: 300px;
	height: 158px;
	position: relative;
	left: 330px;
	top: -130px;
	padding: 0px;
	margin: 0px;
	border: 0;
	z-index: 250;
}

.oneColFixCtr #contact {
	z-index: 103;
	height: 185px;
	width: 250px;
	position: relative;
	top: -275px;
	left: 690px;
	font: 10pt bold Arial, Helvetica, sans-serif;
	border: 0;
	text-align: right;
	color: #FFF;
}
.oneColFixCtr #contact a {
	font: 11pt bold Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtr #contact a:visited {
	font: 11pt bold Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}
.oneColFixCtr #contact a:visited {
	font: 11pt bold Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

.oneColFixCtr #flash_area {
	background: url(images/bg.png) top center repeat #c0b9ab;
	height: 273px;
	width: 968px;
	color: #000;
	overflow: hidden;
	padding-bottom: 5px;
}
#flash {
	background: #c0b9ab;
	width: 968px;
	height: 273px;
	border: 0;
	margin: 0;
	padding: 0;
}

.oneColFixCtr #ajax_area {
	width: 968px;
	height: 100%;
	background: url(images/content_area_liquid_968x1.png) center repeat-y #c0b9ab;
	color: #000;
	text-align: center;
	top: -0px;
	bottom: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtr #navi {
	height: 50px;
	width: 968px;
	position: relative;
	background: url(images/content_area_top_968x50.png) center top no-repeat #c0b9ab;
	padding: 0px;
	margin: 0px;
	text-align: center;
	clear:none;
	overflow:hidden;
	z-index: 110;
}

#navi_btn { 
	display: table; 
	width: 950px; 
}

#navi_item {
	display: table-cell;
	width: 150px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	left: 15px;
}

#navi_item_active {
	display: table-cell;
	background: url(images/navi_bg01.png) center top no-repeat;
	width: 150px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	left: 15px;
}

#navi_item2 {
	display: table-cell;
	background: url(images/navi_bg02.png) center top no-repeat;
	width: 150px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	left: 15px;
}

#navi_item:hover {
	background: url(images/navi_bg01.png) center top no-repeat;
	text-decoration: none;
}

#navi_item2:hover {
	background: url(images/navi_bg01.png) center top no-repeat;
	text-decoration: none;
}

#navi_item:visited {
	text-decoration: none;
}

#navi_item2:visited {
	text-decoration: none;
}

.oneColFixCtr #navi_gd {
	height: 35px;
	width: 920px;
	position: relative;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	clear:none;
	overflow:hidden;
	z-index: 120;
	top: -410px;
	left: 780px;
}

#navi_gd_btn { 
	display:table; 
	width: 140px; 
}

#navi_gd_item {
	display: table-cell;
	width: 120px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	background: #f58220;
}

#navi_gd_item:hover {
	background: url(images/tile.png) repeat #f58220;
	text-decoration: none;
	color: #000;
}

#navi_gd_item:visited {
	background: #f58220;
	text-decoration: none;
}

#navi_gd_item:active {
	background: #999;
	text-decoration: none;
}

.oneColFixCtr #content_area_wrapper {
	width: 968px;
	background: url(images/content_area_liquid_968x1.png) center top fixed repeat-y #c0b9ab;
	color: #000;
	text-align: center;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#content_area {
	width: 968px;
	height: 250px;
	color: #000;
	overflow: hidden;
}

#content1_bg {
	background: url(images/welcome.png) top left no-repeat;
	height: 230px;
	width: 290px;
	border-right: 2px dotted #c0b9ab;
	position: relative;
	top: 0px;
	left: 0px;
}
#content1 {
	position: relative;
	top: -245px;
	left: 30px;
	height: 220px;
	width: 240px;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px;
}
#content2_bg {
	background: url(images/YAL_content_area_translogo.png) top center no-repeat; 
	width: 320px;
	height: 230px;
	position: relative;
	top: -470px;
	left: 300px;
}
#content2 {
	width: 320px;
	height: 220px;
	position: relative;
	top: -715px;
	left: 300px;
	padding: 10px;
	text-align: left;
}
#content3_bg {
	background: #fff;
	width: 290px;
	height: 230px;
	position: relative;
	top: -940px;
	left: 650px;
	border-left: 2px dotted #c0b9ab;
}
#content3 {
	width: 270px;
	height: 200px;
	position: relative;
	top: -1185px;
	left: 655px;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}

#fb {
	width: 43px;
	height: 43px;
	position: relative;
	top: -1190px;
	left: 40px;
	padding: 0px;
}

#tw {
	width: 43px;
	height: 43px;
	position: relative;
	top: -1233px;
	left: 90px;
	padding: 0px;
}

#readmore {
	width: 116px;
	height: 40px;
	position: relative;
	left: 340px;
	top: -1266px;
	padding: 0px;
	z-index: 100;
}

#writeyours {
	width: 116px;
	height: 40px;
	position: relative;
	left: 470px;
	top: -1306px;
	padding: 0px;
	z-index: 100;
}

#buynow {
	width: 116px;
	height: 40px;
	position: relative;
	left: 740px;
	top: -1346px;
	padding: 0px;
	z-index: 100;
}

#about {
	width: 700px;
	color: #000;
	height: auto;
	position: relative;
	top: 0px;
	left: 119px;
	text-align: left;
	padding-bottom: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0px;
}

#products {
	width: 700px;
	color: #000;
	height: auto;
	position: relative;
	top: 0px;
	left: 119px;
	text-align: left;
	padding-bottom: 10px;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0px;
}

#products2 {
	width: 700px;
	color: #000;
	height: auto;
	position: relative;
	top: 0px;
	left: 319px;
	text-align: left;
	padding-bottom: 10px;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0px;
}

#testimonialtext {
	width: 700px;
	color: #000;
	height: auto;
	position: relative;
	top: 0px;
	left: 119px;
	text-align: left;
	padding-bottom: 10px;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0px;
}

#signature {
    width: 600px;
	color: #000;
	position: relative;
	text-align: right;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#signature_mp {
    width: 310px;
	color: #000;
	position: relative;
	text-align: right;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#write {
	width: 500px;
	position: relative;
	left: 80px;
}

/* BEGIN FOOTER */

.oneColFixCtr #footer {
	height: 77px;
	width: 968px;
	background: url(images/content_area_bottom_968x77.png) center left no-repeat #c0b9ab;
	text-align: right;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
}
.oneColFixCtr #footer #whitey {
	color: #FFF;
}
#copyright {
	position: relative;
	top: 20px;
	right: 55px;
}

/* SLIDER */

#slideshow {
    position: relative;
    height: 350px;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 18;
    opacity: 0.0;
}

#slideshow IMG.active {
    z-index: 20;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 19;
}