/* css 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, th, td
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size:100%;
vertical-align: baseline;
background: transparent;
}
body
{
line-height: 1;
text-align: center;
background-color: #626570;
font: normal 12px/1.5em Arial, Verdana, Helvetica, sans-serif;
color: #535353;
}
ol, ul
{
list-style: none;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;

}
a {
	text-decoration: none;
}
.clearfix {
	clear: both;
}
h1 {
	font-size: 24px;
}
h2 {
		font-size: 20px;

}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*header styling*/
#header 
{
	background: black; /*url(../images/header.gif) top right no-repeat;*/
	border-bottom: 15px solid red;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*main content styling*/
#content {
	float: right;
	background: #626570 url(../images/content_grd.gif) top left repeat-x;
	width: 750px;
}
/*main menu*/
#mainNav {
	width: 557px;
	height: 22px;
	background: transparent url(../images/menu_fill.gif) top left repeat-x;
	float: left;
	margin-top: -10px;
}
#mainNav li {
	display: inline;
	padding-right: 23px;
	
}
#mainNav li#last {
	padding-right: 0;
}
#mainNav li#first {
	padding-left: 28px;

}
#mainNav a {
	color: black;
	font-weight: bold;
	line-height: 22px;
}
#mainNav a:hover {
	text-decoration: none;
	color: #0e71b4;
}

#langcontainer {
	background:url(../images/lang.jpg) no-repeat;
	width: 133px;
	height: 30px;
	position: aboslute;
	margin-top:-11px;
}

.langitem {
	float:left;
	text-align:center;
	padding-top:3px;
}

.langitem a {
	color: #000000;
	font-style:italic;
	}
.langitem a:hover {
	text-decoration: none;
	color: #0e71b4;
}


#menucontainer {
	background:url(../images/menu_fill.gif) repeat-x;
	width: 580px;
	height: 36px;
	position: aboslute;	
	margin-top:-11px;	
}

.menuitem {
	padding-top:2px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.menuitem a{
	color: black;	
	font-weight: bold;
	line-height: 22px;
}

.menuitem a:hover {
	text-decoration: none;
	color: #0e71b4;
}

#lang {
	float: right;
	width: 131px;
	height: 32px;
	background: transparent url(../images/lang.png) top left no-repeat;
	margin-right: 20px;
	margin-top: -10px;
}
#lang li {
	display: inline;
	padding-right: 7px;
	padding-left: 5px;
	padding-top:3px;
}
#lang li#lfirst {
	padding-left: 8px;
}
#lang a {
	color: black;
	font-style: italic;
}
#lang a:hover {
	text-decoration: none;
	color: #0e71b4;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* CONTENT*/
#content h1 {
	margin: 70px 0 45px 25px;
}

#content h3 {
	margin-bottom: 5px;
	font-size: 20px;
	text-align: left;
	margin-left: 3px;
}

h1 span {
	font-size: 40px;
}
ul#catalogue {
	padding-left: 30px;

}
ul#catalogue li {
	display: inline;
	padding-right: 40px;
}
ul#catalogue img {
	padding-bottom: 30px;
}
#ret {
	width: 100px;
	float: right;
	margin-top: -180px;
	margin-right: 65px;
}
a#suite {
	background: transparent url(../images/suite.png) top right no-repeat;
	height: 62px;
	display: block;
	color: red;
	font-size: 14px;
	padding-top:25px;
	font-weight:bold;
}
a#retbtn {
	font: bold 16px Arial, Verdana, Helvetica, sans-serif;
	color: red;
	background: transparent url(../images/ret.gif) top left repeat-x;
	padding: 2px 27px;
}
h2#highlight {
	color: white;
	background: #e2001a;
	margin-left: 30px;
	padding: 3px;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*sidebar*/
#sidebar {
	float: left;
	background: #626570 url(../images/sidebar_grd.gif) top left repeat-x;
	width: 250px;
}
#sidebar h1 {
	color: red;
	margin-top: 30px;
	padding-left: 20px;
}
#sidebar li {
	padding: 10px 0 0 10px;
}
#news {
	width: 226px;
	height: 274px;
	background: transparent url(../images/news.png) top left no-repeat;
	padding-top: 100px;
	margin-left: 10px;
	margin-top: 20px;
	line-height: 20px;
}
#news p 
{
	margin-left: 15px;
	margin-right: 20px;
	font-size: 12px;
	text-align: center;
	width: 200px;
}
#news p span {
	font-weight: bold;
}
#news a {
	color: black;
}
#news a:hover {
	color: #0e71b4;
}
#sidebar h2 {
	background: transparent url(../images/bullet.gif) top left no-repeat;
	height: 24px;
	padding-left: 30px;
	margin-left: 60px;
	margin-top: 60px;
}
#sidebar ul {
	margin-left: 10px;
}