@charset "utf-8";
/* CSS Document */

/*	
/* 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,

table, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

th, td {
	margin: 0;
	padding: 1em;
	border: 1 px solid black;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* END OF RESET */
*/	

/* RESET 2 */

* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
dfn, i, cite, var, address, em { 
	font-style: normal; 
	}
th, b, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body { 
	background: white; 
	line-height: 1; 
	color: black; 
	}
q { 
	quotes: "" ""; 
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
a img {
    border: none;
}
hr { 
	display: none; 
	}
font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important; /* editor's note: necessary? */ 
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}
	
/* END OF RESET 2 */


/* BASICS */	
body {
	background-image: url(../images/oxygen_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	}
	
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;  10
	font-size: 36px;
	color: red;
	padding-top: 27px;
	}
	
h1 a {
	text-decoration: none;
	font-size: 28px;
	color: green;


}
	
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 110%;
	font-weight: bold;
	padding-top: 27px;
	}
	
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	}
	
#maincontent h3 {
	color: green;
}
	
#footer h3 {
	color:#CCC;
	font-size:27px;
	}
	
p  {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	padding-top: 18px;
    }
    

    
#maincontent a {
	text-decoration: none;
	color:  red;
}
    
	
/* LAYOUT */
#wrapper {
	width: 100%;
	display:block;
	margin: 0;
	padding: 0;
	overflow:auto;
}
	
#container {
	width: 939px;
	height: 100%;
	margin: auto;
	margin-top: 0;
	}

#top {
    margin-top: 0;
    height: 63px;
    background-image: url(../images/container_bg.png); background-repeat: repeat-y;
    }	

#lang {
    margin-top: 20;
    margin-right: 50;
    }	
    
#mainimage {
    margin-top: 0;
    height: 193px;
    background-image: url(../images/mainimage.jpg);
    background-repeat: none;
    }
    
#nav {
background-image: url(../images/_eng-menu_bg.png);
    height: 32px;
    padding-top: 12px;
    color: #FFF;
      }
    
#nav li {
    display: inline;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;	
    margin: 0 26px;
    padding: 0 2px;
    }
    
#nav li a {        
    color: white;
    text-decoration: none;
    }
    
#nav li a:hover {
    color: red;
    }
	
#contentarea {
    /*height: auto;*/
    margin-top: 0;
    background-image: url(../images/container_bg.png);
    background-repeat: repeat-y;
    }
    
#maincontent {
	float: left;
	margin-top: 0;
    width: 620px;
    }
    
#news {
    float: right;
    width: 263px;
    margin: 20px 0 0 0;
    padding-right: 20px;
    }
    
#news h3 {
	padding-bottom: 18px;
	border-bottom: 1px dotted gray;
}
    
#news p {
	font-size: 90%;
} 
    
#footer {
	clear: both;
	display: block;
    height: 160px;
    background-color: #666;
    }
	
#footercontent {
	display:block;
	margin: auto;
	width: 940px;
	padding: 27px,
	}
	
#footerleft {
  padding-right: 63px;
  padding-top: 27px;
  display: block;
  float: left;
  width: 340px;
}
#footermiddle {
  float: left;
  padding-top: 27px;
  display: block;
  width: 200px;
  padding-right: 43px;
}
#footerright {
  margin: 0;
  padding: 27px 63px 0 0;
  float: right;
  width: 220px;
  color: white;
}
	
#footer img {
	float:left;
	margin: 18px 18px 18px 0px;
	}
	
.thumbnail 
{
float:left;
}
	
#footer a {
	text-decoration:none;
	}
				
#footer a:hover {
		color: white;
				}
    
.newstitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: white;
    }
    
#news img {
    margin: 10px 0px;
    }
    
.clearer {
    clear: both;    
    }
    
.red {
    color: red;
    }
	
.name {
		font-weight: bold;
		font-size: 90%;
		color: #999;
		text-transform: uppercase;
}

.floatright {
    float: right;
    clear: right;
    margin: 0 0 18px 18px;
    }
    
.bold {
    font-weight: bold;
    }

.clearfloat 
	{ 
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
	}
	
.important {
    width: 380px;
    margin-top: 12px;
    border: 1px dotted firebrick;
    padding: 12px;
    background-color: #e2e2e2;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    }

.price {
    color: red;
    font-weight: bold;
    }

.tripla {
    margin-right: 13px;
    }
    
    
.thumb {
    margin-right: 10px;
    }
    

 