/* ------------------GLOBAL 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, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
img {
	font-size: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------------------------------------- */

/* ######### CLEAR FIX ######### */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* ########################### */


body {
	background: #fefa04 no-repeat center 0;
}
	
	#wrapper {
		width: 810px;
		margin: 0 auto;
	}
	
	#header {
		height: 169px;
		background: url(../img/le-sexoflex-logo.png) no-repeat;
		width: 810px;
	}
			
		#nav {
			margin-top: 133px;
			margin-left: 312px;
		}	
		
			.nav-item {
				float: left;
			}
				
				.nav-item a {
					display: block;
					padding-right: 10px;
				}
				
				#facebook a {
					width: 101px;
					height: 18px;
					background: url(../img/facebook.png) no-repeat 0 -18px;
				}
				
				#facebook a:hover {
					background-position: 0 0;
				}
				
				#myspace a {
					width: 101px;
					height: 18px;
					background: url(../img/myspace.png) no-repeat 0 -18px;
				}
				
				#myspace a:hover {
					background-position: 0 0;
				}
				
				#tumblr a {
					width: 87px;
					height: 18px;
					background: url(../img/tumblr.png) no-repeat 0 -18px;
				}
				
				#tumblr a:hover {
					background-position: 0 0;
				}
				
				#twitter a {
					width: 92px;
					height: 18px;
					background: url(../img/twitter.png) no-repeat 0 -18px;
				}
				
				#twitter a:hover {
					background-position: 0 0;
				}
				
				#video a {
					width: 62px;
					height: 18px;
					background: url(../img/video.png) no-repeat 0 -18px;
				}
				
				#video a:hover {
					background-position: 0 0;
				}
	
	#swf-div {
		margin: 0 auto;
		width: 800px;
		height: 600px;
	}

	#sexxxiest {
		margin: 15px auto;
		width: 763px;
	}
	
		#sexxxiest a {
			display: block;
			width: 763px;
			height: 19px;
			background: url(../img/sexxxiest.png) no-repeat 0 -20px;
		}
	
		#sexxxiest a:hover {
			background-position: 0 0;
		}
	
	/*#download a {
		width: 604px;
		height: 30px;
		display: block;
		margin: 582px auto 0;
		background: #000000 url(../img/download.jpg) no-repeat 0 -30px;
	}*/

	#download a:hover {
		/*background-position: 0 0;*/
	}
