/* CSS Document */

	/*document scrollbars*/
	HTML {
		scrollbar-arrow-color: rgb(180,180,180); 
		scrollbar-base-color:gray; 
		scrollbar-track-color:rgb(0,0,0); 
		scrollbar-darkshadow-color:gray; 
		scrollbar-face-color: rgb(0,0,0); 
	}
			
	body {
		background-color: black;
		
		margin: 0;
		padding: 0;
		text-align: center;

		direction: ltr;
		font-size: 12px;
		font-family: tahoma;
		line-height: 25px;
		color: white;
	}
	
	a, a:visited {
		color: white;
		font-weight: bold;
	}
	a:hover {
		color: orange;
		text-decoration: underline;
	}
	
	IMG{
		border: 0px solid white;
	}
	
	li {
		list-style:square;
		/*cursor: pointer;*/
	}
	li:hover {
		
	}
	
	h1 {
		color: #ffde00;
		font-size: 14px;
		line-height:12px;
	}	
	
	h2, h3 {
		font-size: 12px;
		line-height:12px;
	}
	h2 {
		color: #ffba00;
	}
	h3 {
		color: #ffde00;
		text-decoration: underline;
	}
	
	div {
		/*border: 1px dashed grey;*/
	}
	.mainDiv {
		width: 900px;
		height: 570px;
		text-align: justify;
		position: relative;
		background-image: url('images/main_div.jpg');
	} 
	.logo {
		position: absolute;
		left: 20px;
		top: 12px;
	}
	.buynow {
		position: absolute;
		left: 241px;
		top: 49px;
	}
	.textDiv {
		position: absolute;
		left: 30px;
		top: 170px;
		z-index: 1;
		width: 470px;
	}
	
	.sitemapTxt {
		top: 170px;
	}

	.menu {
		position: absolute;
		left: 240px;
		top: 10px;
		z-index: 1;
	}
	
	.steakDIv {
		position: absolute;
		left: 241px;
		top: 49px;
	}

	.video {
		position: absolute;
		left: 559px;
		top: 60px;
		text-align: center;
	}

	.presentation {
		position: absolute;
		left: 559px;
		top: 60px;
		text-align: center;
		width:320px;
	}
	.presentation Img {
		padding-bottom: 10px;
	}
	
	.tips {
		position: absolute;
		left: 559px;
		top: 60px;
		text-align: center;
		width:320px;
	}
	.tips Img {
		padding-bottom: 10px;
	}

	.retailerinfo {
		position: absolute;
		left: 625px;
		top: 65px;
	}

	.symbolsLetters {
		position: absolute;
		left: 549px;
		top: 340px;
		text-align: center;
	}
	
	.steps {
		position: absolute;
		left: 53px;
		top:403px;
	}
	
	.seeitinaction {
		position: absolute;
		top: 315px;
		left: 370px;
		z-index: 1;
		cursor: pointer;
	}
	
	.thumbs {
		
		scrollbar-arrow-color: #81613a;
		scrollbar-base-color: #644214; 
		scrollbar-track-color:  #644214; 
		scrollbar-darkshadow-color: #81613a;
		scrollbar-face-color: #644214; 
	
		position: absolute;

		left: 550px;
		top: 60px;
		
		width: 330px;
		height: 480px;
		overflow: auto;
		
	}
	
	.thumbs div {
		padding: 10px;
		height: 100%;
	}
	
	.thumbs IMG {
		border: 1px solid #806337;
		cursor: pointer;
	}
	.thumbs IMG:hover {
		border: 1px solid #ffba00;
	}

	
	.mainImg {
		position: absolute;
		left: 30px;
		top: 155px;
		width: 470px;
		height: 370px;
		border: 2px solid #806337;
		z-index: 2;
		text-align: center;
		vertical-align: middle
	}
	

