@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Special+Elite&v1);

body {
	margin: 0;
	font-size: 18px;
	font-family: 'Special Elite', Courier New, Courier;
  	word-spacing: 0.06em;
  	line-height: 1.2;
  	letter-spacing: 0.0em;
	background-color: #eee6d9;	
	background: url(img/bg.jpg);
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
}


h1 {
	text-align: right;
	border-bottom: 3px dotted black;
	letter-spacing: 0.15em;
}


a:link {
	color: #B81B1F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B81B1F;
}

a:hover {
	text-decoration: none;
	background-color: #B81B1F;
	color:  #eee6d9;
}

a:active {
	text-decoration: none;
	color: #B81B1F;
}

#language_box {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-right: 10px;
	margin-top: 1px;
}

#social_network {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	text-align: center;
	margin-top: 1px;
}

#language_box a:hover, #social_network a:hover  {
	background-color: transparent;
}

#men {
background-image: url(img/men.gif);
position: relative;
margin: auto;
width: 880px;
height: 550px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter:alpha(opacity=40);
opacity: 0.4;
z-index: 0;
}

table a:hover {background-color: transparent;}

header {
width: 900px;
margin: 20px auto;
z-index: 1;
display: block;
}

#footer {
width: 100%;
height: 20px;
z-index: 10;
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: transparent;
background-color: rgba(255,255,255,0.4);
}


#logo {
float: left;
width: 250px;
height: 65px;
}

aside {
display: block;
margin: 0 auto;
width: 860px;
position: relative;
z-index: 1;	
}

#nav {
list-style: none;
padding: 0;
margin: 20px 0 10px 0;
display: inline;
float: right;
}

#nav li{
display: inline;
padding: 0px;
font-size: 16px;
letter-spacing: 0.1em;
}

#logo {
margin:0px;
cursor: pointer;
display: inline;
}

#contentScroller {	
	width: 850px;
	overflow: hidden;
	text-align: justify;
	margin: 0 auto;
	padding: 0px;
	clear: both;
	position: relative;
	z-index: 1;
}

#contentScroller ul {
	width: 16800px;
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#contentScroller li {
	width: 840px;	
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 18px;
	font-weight: normal;
}

#gallery {margin: 0 auto; text-align: left !important; }

#gallery a   {margin: 0; padding: 0; } 
#gallery a img  {margin: 0; padding: 0; }
#gallery a:hover {
	background-color: transparent;
}

