/*
Title:      CSS Master Formating
Author:     Cristian Deschamps, cristian.deschamps@nurun.com
Updated:    2 Mars 2007

Content:	Master Formating
			Body
			Links
			Common Elements
			Form Elements
			Misc
			Fix Float
*/
/* ---[ Master Formating ]------------------------------- */

/* ---[ Body ]------------------------------- */
html {
 	/* overflow: -moz-scrollbars-vertical; */
    background: #fff url(../images/spring2008/bg2.jpg) repeat-x 0 0;
}
	
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 76%;
	line-height: 1.15em;
	color: #30404c;
	}

/* ---[ Links ]------------------------------- */
a {
	color: #ef2879;
	text-decoration: underline; 
	}
a:hover {
	color: #469acd;
	text-decoration: underline; 
	}

/* ---[ Common Elements ]--------------------- */
div {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	}
p {
	font-size: 85%;
	margin: 0;
	padding: 2px 0 10px 0;
	line-height: 1.3em;
	}

h1 span, h2 span, h3 span {
	display: none;
	}

h1 {
	display: none;
	font-size: 120%;
	font-weight: normal;
	margin: 3px 0 0 0;
	padding: 0;
	color: #e24937;
	}
h2 {
	font-size: 120%;
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 0;
	color: #e24937;
	line-height: 1.2em;	
	}
h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 2px 0 9px 0;
	padding: 0;
	color: #e24937;
	line-height: 1.2em;
	text-transform: uppercase;
	}
	
h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 2px 0 9px 0;
	padding: 0;	
	color: #e24937;
	line-height: 1.2em;
	text-transform: uppercase;
	}
	
h5 {
	font-size: 95%;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 0;	
	color: #30404c;
	line-height: 1.2em;
	text-transform: uppercase;
	}	
	
h1 a, h2 a, h3 a,
h1 a:hover, h2 a:hover  {
	text-decoration: none;
	}	
	
ul {
	position: relative;
	font-size: 95%;	
	margin: 10px 0 10px 35px;
	}
li {
	position: relative;
	margin: 0 0 5px 0;
	}		
table {
	font-size: 95%;	
	}
table p { 
	font-size: 100%;
	}
code {
	color: #7B9905;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #4E6200;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #999;
	cursor: help;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike, del {
	text-decoration: line-through;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
sup {
	font-size: 95%;
	}

blockquote {
	font-size: 95%;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}
blockquote cite {
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	}
blockquote p {
	font-size: 100%;
	margin: 0;
	padding: 0 0 0 12px;
	}	
	
dl {
	position: relative;
	padding: 0;
	margin: 0;	
	}	
dt {
	font-size: 95%;
	padding: 0;
	margin: 0;		
	}
dd {
	font-size: 95%;
	line-height: 1.2em; 
	padding: 0;
	margin: 0;		
	}

/* ---[ Form Elements ]---------------------------------------- */
form {
	padding: 0;
	margin: 0;
	}
button {
	cursor: hand;
	cursor: pointer;
	}
fieldset {
	position: relative;
	margin: 6px 0 6px 0;
	}	
legend {
	color: #7b9ad0;
	font-weight: bold;
	}
/* ---[ Misc. ]---------------------------------------- */
a img {
	border: none;
	}
	
/* ---[ Fix Float ]------------------------------- */	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
.clearfix {
    display:inline-block;
	}
.clearfix {
    display:block;
	}
* html .clearfix {
    height:1px;
	}