#header .menu a.step3 {
	background-image: url(../images/menu_step3_over.png);
	z-index: 100;
}

#siteContainer { position: inherit; }

#header .menu .divider {
	background-color: rgb(214,65,63);	
}

td, div, span {
	font-family: arial;
	font-size: 16px;
	color: rgb(91,64,16);
}

div#GSHeader
{
	background: black url(../images/backgrounds/step3.jpg) no-repeat; 
	width:816px;
	height: 290px;
}

#StepsContainer {
	width: 816px;
	padding-top: 20px;
}

#contentContainer {
	background: url(../images/backgrounds/parchment.jpg) 0 275px;
}

#StepsContainer div {
	padding-bottom: 15px;	
}

div#leftcontent
{
	width: 45%;
	float: left;
	/*background-color:#FF0000;*/
	margin-left:5px;
	padding-left:38px;
	padding-top:12px;
	padding-right: 10px;
	position: relative;
}

div#leftcontent td {
	padding-bottom: 15px;	
}

div#rightcontent td {
	padding-bottom: 21px;	
}

div#rightcontent div { position: relative; }

div#rightcontent
{
	padding-top: 12px;
	width: 45%;
	float: left;
	position: relative;
}

div#leftcontent div { position: relative; }



div#leftcontent div img.Tip,
.insert img.Tip {
	display: block;
	position: absolute;
	top: 20%;
	left: 250px;
}

div#rightcontent div img.Tip {
	position: absolute;
	top: 20%;
	left: 190px;
}

div#tooltip {

	display:none;
	background: transparent url(../images/tooltip.gif) bottom center no-repeat;
	font-size:12px;
	width:210px;
	padding:10px 10px 20px 10px;
	color: white;
	z-index: 1000;

}

div#tooltip * { font-size: 12px; }
div.item { 
	clear: both;
	float: left; 
}
img.pic { float: left; }
td a { display: block; }

div.order a.notReady {
	color: rgb(83,71,65);
	padding-left: 15px;
	background: transparent url(../images/gray_arrow.png) 0 3px no-repeat;
}

