html {
	height:100%;
	width:100%;
}

body {
	background-image:url(../../images/outlets.png);
	font:14px Helvetica, "Times New Roman", Times, serif;
	color:#242424;
	height:100%;
	min-width:1000px;
}

textarea:focus,input:focus {
	outline:none;
}

.white-border {
	border:1px solid white!important;
}

.white-border-no-bottom {
	border-top:1px solid white!important;
	border-left:1px solid white!important;
	border-right:1px solid white;
}

.clear {
	clear:both;
}

.small-top-padding {
	padding-top:5px!important;
	padding-bottom:15px!important;
}

.min-height {
	min-height:700px!important;
}

.hr {
	border-bottom:1px dotted black;
	margin-bottom:10px;
}

.fades {

	
/* IE 8 */
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);

	
/* IE 5-7 */
	filter:alpha(opacity=70);

	
/* Netscape */
	-moz-opacity:0.7;

	
/* Safari 1.x */
	-khtml-opacity:0.7;

	
/* Good browsers */
	opacity:0.7;
}

#top-nav .top-links {
	position:absolute;
	top:-30px;
	right:0;
}

#top-nav .top-links li {
	float:left;
	font-size:10px;
	margin:0 0 0 25px;
}

#top-nav {
	width:100%;
	margin:0 auto 0 auto;
	padding-top:10px;
	background:black;
	border-bottom:3px solid #0972A5;
	z-index:9999;
	position:absolute;
	overflow:visible;
	
}

#top-nav .menu-pointer {
	position:absolute;
	top:60px;
	left:365px;
	z-index:-10;
}

#top-nav .wrapper {
	color:white;
	height:auto;
	width:900px;
	margin: 0 auto 0 auto;
	position:relative;
}

#top-nav .logo {
	float:left;
	margin-right:60px;
	cursor:pointer;
	margin-bottom:5px;
}

#top-nav .brand  {
	font:37px Quando;
	color:#08C;
}

#top-nav a {
	text-decoration:none;
}

#top-nav .sub-brand {
	color:white;
	font-size:12px;
}

#top-nav .logo img{
	height:60px;
	padding:5px 0 0px 5px;
}

#top-nav ul {
	float:left;
	list-style:none;
	margin-top:30px;
}

#top-nav ul li {
	float:left;
	font:13px Verdana,Helvetica;
	margin-right:30px;
}

#top-nav ul li:hover {
	color:#0972A5;
	cursor:pointer;
}

#top-nav ul li a {
	color:white;
	text-decoration:none;
}

#top-nav ul li a:hover {
	color:#0972A5;
	cursor:pointer;
}

#waiting {
	background:url('../../images/icons/waiting.gif') white no-repeat center center;
	height:32px;
	width:32px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-16px;
	border:3px solid black;
	padding:5px;
	z-index:1000;
	border-radius:2px;
	display:none;
}

#diaolog {
	display:none;
}