@charset "utf-8";

body {
	height:100%;
	width:100%;
	margin:0;padding:0;
	font-family:"Trebuchet MS";
	font-size:14px;
}

	a:link, a:visited { color: #8cc540; text-decoration:none; }
	a:hover { color: #fac31d; }
	#navbar a:link, #navbar a:visited { color:#FFFFFF; }

	#navbar { 
		width:100%;
		height:40px; 
		position:fixed; 
		top:0; 
		left:0; 
		z-index:2;
		background:url(blacktrans.png);
		text-align:center;
		padding:5px 0;
	}
	
	#navbar img { border:0; }


#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	overflow:hidden;
}

	#mask {
		width:500%;
		height:100%;
		background:url(woodbg.jpg);
		position:relative;
	}

	.item {
		width:20%;
		height:100%;
		float:left;
	}
	
	.content {
		width:900px;
		height:500px;
		position:relative;
		top:80px;
		margin:0 auto;
		background:url(blacktrans.png);
		color:#FFFFFF;
	}
	.content_wrapper 
	{
		padding:20px; 
	}

	.clear { clear:both; }
	
	p { margin: 0 0 5px 0; }
	
	h1 { margin:0 0 10px 0; padding:0; color:#fac31d; font-size:22px; font-weight:bold; }
	h2, .h2 { margin:0; padding:0; color:#fac31d; font-size:18px; font-weight:bold; }
	h3 { margin:5px; padding:0; color:#fac31d; font-size:16px; font-weight:bold; }
	
	a:link h2, a:visited h2, a:link h3, a:visited h3 { color:#8cc540; }
	a:hover h2, a:hover h3 { color:#fac31d;  }
	
	#header {  width:860px; background-color:#000000; padding:20px 20px 14px 20px; }
	#header img { display:block; }
	
	.leftcol { float:left; }
	.rightcol { float:left; }
	.vertspacer { width:1px; background:url(dividerbg.png); margin:0 10px 0 9px; float:left; } 
	.horizspacer {  height:1px; background:url(dividerbg.png); margin:10px auto; }
	
	.stepimage { float:left; clear:both; margin: 0 10px 14px 0; border:0; }
	.step { height:92px; width:176px; padding:0; float:left;}
	.step p { font-size:12px; }
	
	.bottomtab { background:url(blacktrans.png); height:40px; padding:0 10px; position:absolute; right:0; bottom:-40px; }
	.bottomtab h3 { display:inline; position:relative; top:-10px; }
	
	.tmdtab { width:100px; height:26px;  padding:5px 10px; position:absolute; left:0; bottom:0; text-size:12px; font-weight:bold;}
	.tmdtab a { color:#FFFFFF; }
	
	.gift { width:156px; float:left; text-align:center; }
	.gift img { border:0; }

	#mygifts { padding:20px; margin-top:-10px; width:860px; height:293px; background:#000000; color:#FFFFFF; }
	
	.mygiftlink { height:40px; color:#FFFFFF; background:#000000; padding:10px; text-align:right; z-index:3; }
	.mygiftlink:hover { cursor:pointer; }
	.mygiftlink span { font-size:12px; }
	.mygiftlink_spacer { height:100px; }
	
	a.currentmygift:link, a.currentmygift:visited { color:#fac31d; }

	.scroll_wrapper { width:286px; height:293px; background-color:#000000; color:#FFFFFF; position:relative; }
	.scroll_up { width:286px; height:60px; position:absolute; top:0; left:0; z-index:2; }
	.scroll_down { width:286px; height:60px; position:absolute; bottom:0; left:0; z-index:2; }
	#scroll_content { width:286px; height:293px; z-index:1; overflow:hidden;  }

