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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STYLE */

body {
	background-image:url(../images/bg.png);
	background-repeat:repeat;
}

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

#container {
	width:850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:850px;
	height:60px;
	background-color:#03a5e9;
	margin-top:100px;
	border:1px solid #12adee;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
	box-shadow:inset 0 0 30px #0291cd;
}

#logo {
	width:330px;
	height:60px;
}

#menu {
	float:right;
}

ul {
	margin-top:24px;
	margin-right:5px;
}

li {
	display: inline;
	float: left;
}

li a {
	color: #86d0ef;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	display: block;
	padding: 0 15px 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-left:1px solid #02b4ff;
}

li a:hover {
	color: #FFFFFF;
}

li.current a {
	color: #FFFFFF;
}

#content {
	width:850px;
	height:auto;
	margin-top:120px;
	background-color:#FFF;
	border:1px solid #F4F4F4;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
	padding-bottom:20px;
}

#pictograms {
	width:800px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #E8E8E8;
}

.pictogram {
	margin-top:-90px;
	margin-left:30px;
}

#article {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #E8E8E8;
	margin-top:20px;
	padding-bottom:20px;
}

#highlight {
	width:760px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#03a5e9;
	margin-top:30px;
	margin-bottom: 50px;
	padding: 20px;
	text-align: center
}

#highlight h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 30px;
	font-weight:bold;
	color:white;   
	margin-bottom:10px;
}

#highlight h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight:normal;
	color:white;
	margin-bottom:20px;
}

#highlight p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:white;
	line-height:18px;
}

#highlight a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:white;
	line-height:18px;
	text-decoration: none;
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 25px;
	font-weight:bold;
	color:#03a5e9;
	margin-bottom:4px;
}

h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight:normal;
	color:#999;
	margin-bottom:20px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#666;
	line-height:18px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#03a5e9;
	line-height:18px;
	text-decoration: none;
}

#footer {
	width:850px;
	height:25px;
	background-color:#03a5e9;
	margin-top:20px;
	margin-bottom:30px;
	border:1px solid #12adee;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
	box-shadow:inset 0 0 30px #0291cd;
	text-align:right;
}

.footer {
	color: #86d0ef;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	margin-top:4px;
	margin-right:20px;
}

.price {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#03a5e9;
	line-height:18px;
}

	