@charset "utf-8";
/* CSS Document */

a img, img {
	border:none;
	text-decoration:none;
}

a {
	text-decoration:none;
}

	a:hover {
		text-decoration:underline;
	}
	
	a#lnk_logo:hover, a#lnk_lycra:hover {
		text-decoration:none;
	}
	
		#footer a {
			color:#8b8c8d;
		}

body {
	background:#bce3f2 url(images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

object, embed {
	outline:none;
	position:relative;
	z-index:1;
}

#lnk_logo {
	display:block;
	height:53px;
	right:98px;
	top:3px;
	position:absolute;
	width:100px;
	z-index:2;
}

#lnk_lycra {
	display:block;
	height:80px;
	right:0;
	top:0;
	*top:10px;
	position:absolute;
	width:85px;
	z-index:2;
}

#sharebox {
	display:none;
	background:#fff;
 	border: 3px solid #ccc;
	font-size:11px;
	left:40px;
	padding:15px;
	position:absolute;
	top:260px;
	*top:200px;
	width:180px;
	z-index:9000;
}
	#sharebox a {
		color:#39a0e2;
	}

#sharebox ul {
	list-style:none;
	margin:2px 0 5px;
	padding:0;
}

#sharebox li {
	clear:left;
	float:left;
	margin:0 15px 10px 0;
	white-space:nowrap;
}

#sharebox hr {
	clear:both;
}

#share_close {
	position:absolute;
	top:1px;
	right:5px;
}

#sharebox input {
	width:180px;
	border:1px solid #666;
}

#sharebox input.submit {width:80px}

#sentofriend {
	background:url(images/share/email.gif) left no-repeat;
	padding-left:20px;
}

#wrapper {
	margin:5px auto;
	position:relative;
	width:1024px;
}

#footer {
	background:url(images/bg_footer.gif) right no-repeat;
	color:#8b8c8d;
	font-size:10px;
	margin:5px auto 0;
	min-height:90px;
	_height:90px;
	padding:0;
	position:relative;
	width:970px;
	z-index:1;
}
	#footer p {
		width:450px;
	}