/* Reset */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}



/* Holding */

body, html {
	overflow: hidden;
	background-color: #0e0044;
	color: #f24787;
}

div.loading {
	background: url('../images/loading.gif') no-repeat 50% 120px;
	cursor: default;
}
div.loaded {
	background-image: none;
	cursor: pointer;
}

#products {
	overflow: hidden;
	margin: 7px;
	text-align: center;
	vertical-align: middle;
}
	#products img {
		width: 100%;
		min-width: 1000px;
	}

#main {
	padding: 7px;	
	position: fixed;
	bottom:0;
	height: 95px;
	width: 100%;
	background-color: #0e0044;
}

#opening, #email a, #copyright, #designers a {
	display: block;
	text-indent: -9999px;
	background-image: url('../images/holding_type_bgs.gif');
	background-repeat: no-repeat;
}

#col-1 {

}

	#opening {
		
		float: right;
		width: 107px;
		height:16px;
		background-position: 0 -17px;		
	}
	#email {
		float: left;
	}
	#email a {
		width: 95px;
		height: 16px;
	}
	#email a:hover {
		background-position: -95px 0;
	}

#logo {
	display: block;
	margin: 13px auto 0;
}

#foot {
	margin-top: 8px;
}
	#copyright {
		height: 11px;
		width: 95px;
		background-position: 0 -34px;
	}
	
	#designers {
		float: left;
		width: 95px;		
	}

	#designers a {
		height: 11px;
		width: 95px;
		background-position: 0 -45px;		
	}
	#designers a:hover {
		background-position: -95px -45px;
	}




