/***************************************************************
Style Sheet for ZippyFreeze.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/

.column1 {
	display:inline;
	float:left;
	margin-top:10px;
	margin-left:20px;
	width:684px;
}




#tourNav {
	margin-bottom:1em;
	padding-left:30px;
}
#tourNav ul {
	display:inline;
	list-style:none;
}
#tourNav li {
	float:left;
	margin:10px 9px 0 9px;
	padding-top:7px;
	width:30px;
	height:23px;
	text-align:center;
	color:#3b70b4;
	background: url('/images-layout/tour-step.gif') 50% 50% no-repeat #fff;
}
#tourNav li.current {
	padding-top:6px;
	height:24px;
	font-weight:bold;
	font-size:110%;
	color:#fff;
	background: url('/images-layout/tour-current.gif') 50% 50% no-repeat #3b70b4;
}

#tourNav li.back, #tourNav li.forward {
	margin-top:0;
	padding-top:0;
	width:100px;
	height:auto;
	background:none;
}

#tourNav li.back {

}
#tourNav li.back a:link, #tourNav li.back a:visited {
	display:block;
	padding-top:15px;
	padding-left:20px;
	width:80px;
	height:35px;
	color:#3b70b4;
	background: url('/images-layout/tour-back.gif') 50% 50% no-repeat #fff;
}
#tourNav li.back a:hover, #tourNav li.back a:active {
	color:#fff;
	background: url('/images-layout/tour-back-hover.gif') 50% 50% no-repeat #3b70b4;
}

#tourNav li.forward {
	
}
#tourNav li.forward a:link, #tourNav li.forward a:visited {
	display:block;
	padding-top:15px;
	padding-right:20px;
	width:80px;
	height:35px;
	color:#3b70b4;
	background: url('/images-layout/tour-forward.gif') 50% 50% no-repeat #fff;
}
#tourNav li.forward a:hover, #tourNav li.forward a:active {
	color:#fff;
	background: url('/images-layout/tour-forward-hover.gif') 50% 50% no-repeat #3b70b4;
}

#tourImageFrame {
	clear:both;
	text-align:center;
}
#tourImageFrame img {
	margin:0 auto;
}

#tourDescription {

}