/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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;
}
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;
}

a img { border: none; }

/* -------------------------------------------------------------- 
   
   Rebuild the default browser styles
   
   Based on work by Blueprint CSS   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   


body {
	background: #000;
}

body, input, textarea {
	color: #e0e0e0;
	font: 16px Arial,sans-serif;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .1em;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
        font-weight: normal;
        clear: both;
}
hr {
  background-color: #999;
  border:0;
  height: 1px;
        margin-bottom: 1.5em;
}


/* Text elements
-------------------------------------------------------------- */

p {
        margin-bottom: 1.5em;
}
ul {
        margin: 0 0 1.5em 2.5em;
}
ol {
        margin: 0 0 1.5em 2.5em;
}
ul {
        list-style:disc;
}
ol {
        list-style-type: decimal;
}
ol ol {
        list-style:upper-alpha;
}
ol ol ol {
        list-style:lower-roman;
}
ol ol ol ol {
        list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
        margin-bottom:0;
}
dl      {
        margin:0 1.5em;
}
dt {
        font-weight: bold;
}
dd {
        margin-bottom: 1.5em;
}
strong {
        font-weight: bold;
}
cite, em, i {
        font-style: italic;
}
blockquote {
        margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
        font-style: normal;
}
pre {
        font: 11px Monaco, monospace;
        line-height: 1.5;
        margin-bottom: 1.5em;
}
code {
        font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
        text-decoration: none;
}
sup,
sub {
        height: 0;
        line-height: 1;
        vertical-align: baseline;
        position: relative;
        
}
sup {
        bottom: 1ex;
}
sub {
        top: .5ex;
}

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

a:hover {
	text-decoration: underline;
}

a:active {
	color: #c1001f;
}

#page {
	background: transparent url(../img/bg_header.jpg) no-repeat 50% 28px;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 340px;
	text-align: left;
	overflow: hidden;
}

#header {
	float: left;
	width: 300px;
	text-align: right;
	margin-right: 48px;
}

#site-title {
	margin-bottom: 8px;
	letter-spacing: .2em;
}

#site-title .formenti {
	display: block;
	font-size: 200%;
	line-height: 1.2em;
	margin-top: 8px;
}

#site-title .formenti span {
	display: block;
}

#site-description {
	font-size: 80%;
}

#content {
	float: left;
	width: 560px;
	padding-left: 48px;
	border-left: 2px solid #c1001f;
	margin-bottom: 1em;
}

.pirelli {
	color: #c1001f;
}

#message {
	font-size: 200%;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: .2em;
}

#catalog {
	text-transform: uppercase;
}

#catalog a {
	background: transparent url(../img/arrow_white.gif) no-repeat 100% 50%;
	padding-right: 11px;
}

#info {
	text-transform: uppercase;
/* 	font-size: 80%; */
}

#info a {
	background: transparent url(../img/arrow_white.gif) no-repeat 100% 50%;
	padding-right: 11px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 70%;
	margin-bottom: 1em;
}