html {
	overflow-y: scroll;
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #626662;
}

body {
	background: #151515 url('../assets/bg-gradient.png') repeat-x 0 315px;	
}

.clear {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    overflow: hidden;
}

#hasFlash {
	background: #000 none;	
}

#fill {
    left: 0;
	position: absolute;
	background-color: #000;	
	height: 315px;	
	width: 100%;
	z-index: 5;
}

#container {
    z-index: 10;
    position: relative;
    min-height: 100%;
    width: 980px;
    margin: 0 auto;
}

#content {
    position: relative;
	z-index: 20;
}

#language_chooser, #swf_container {
	height: 100%;
}

#language_chooser {
    padding-top: 120px;
	margin-left: 38px;
}

#product {
    z-index: 15;
    position: absolute;
    top: 0px;    
    width: 980px;
    overflow: hidden;
}

#logo {
    position: absolute;
    right: 35px;
    top: 30px;
    z-index: 15;
}


#no_js {
	top: 30px;
	position: relative;
	margin-bottom: 30px;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

h1, h4 {
	color: #626662;
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

h4, span.normal {
	font-weight: normal;	
}

/**** LANGUAGE SELECTOR ****/
#language_chooser a {
    background: transparent url('../assets/list-item.gif') no-repeat 0 4px;
    padding-left: 15px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 18px;
}

#language_chooser a:hover {
    background: transparent url('../assets/list-item-hover.gif') no-repeat 0 4px;
}

#language_chooser ul {
    padding-top: 14px;
    margin-top: 15px;
}

#language_chooser li {
    font-size: 14px;
    padding-bottom: 17px;
}

#language_chooser span.lower {
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}

/**** ERROR PAGES *****/
.errors {
    padding: 30px 30px 30px 35px;
    color: #666;
}

.errors h4 {
    font-weight: normal;    
    margin-bottom: 30px;
}

.errors ul {
    margin-bottom: 30px;    
}

.errors li, .errors p {
    font-size: 15px;
    line-height: 26px;
}

.errors li {
    background: transparent url('../assets/list-item.gif') no-repeat 0 7px;
    padding-left: 15px;     
}

.errors a.button {
    background: transparent url('../assets/homepage-button.png') no-repeat;
    display: inline-block;  
    padding: 16px 0 0 53px; 
    width: 188px;
    height: 32px;
    margin-left: -4px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: #ccc;
}

/**** SEO CONTENT ****/
.seo_content {
    padding: 30px 300px 0 35px; 
}

.seo_content h1:first-child {
    margin-bottom: 20px;        
}

.seo_content p {
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 15px;
}