html{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	text-align: left;
	height: 100%;
	margin: 0 40px;
	padding: 0;
	font: normal 12px/16px "trebuchet ms", "lucida grande", tahoma, arial;
}

h1, h2, h3, h4{
  margin-top: 0px;
}

td{
	text-align: left;
	letter-spacing: 1px;
	vertical-align: top;
}

div{
	margin: 0;
	padding: 0;
}

a img{
  border: none;
}

a:focus{
  outline: none;
}

#wrapper{
  width: 429px;
  margin: 0 auto;
}

#head{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 45px;
  background: #fff;
  z-index: 9999;
}

.lang{
  width: 439px;
  margin: 0 auto;
  height: 25px;
	text-align: right;	
}

.dots{
	background: url(../images/dots1.gif) repeat-x 0 50%;
  height: 5px;
  line-height: 5px;	
}

.menu{
	background: url(../images/scissors.gif) no-repeat 100% 50%;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 12px;
	color: #ff0000;
	padding: 0 0 2px 0;
}

.header{
	text-align: center;
	vertical-align: middle;
	padding: 20px;	
}

.content{
	color: #666666;
	text-align: left;
	vertical-align: bottom;
	padding: 10px 0 150px 0;
}

a{
	color: #ff0000;
	text-decoration: none;
}

a:hover{
	color: #444444;
}

.menu a{
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #ff0000;
	text-decoration: none;	
}

.menu a:hover{
	color: #444444;
}

ul{
	padding: 0;	
}

li{
	list-style-image: none;
	list-style-type: none;
	padding-left: 14px;
	background: url(../images/dots2.gif) no-repeat 0 8px;
	margin-bottom: 8px;
}

#footer{
  margin-bottom: 50px;
}

#footer li{
	float: left;
  list-style-image: none;
	list-style-type: none;
	padding: 0;
	background: none;
	margin: 0 10px 10px 0;
}


a.padded{
  display: block;
  height: 125px;
}

.clear {
  clear: both;
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


