/*set initial padding before jq makes the carousel*/
 li {
	
    float: left;
	padding:5px 10px 5px;
}


* {border:0;}



 a.theme {
	
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right:8px;
	float: left;
	width: 120px;
	height: 75px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
	
}
a.theme:hover { 	cursor:pointer; 
}
a.theme span.nameVignette {

	cursor:pointer;
	position:absolute;
	background:url(bg2.png) repeat-y top left;
	width:120px;
	left:0px;
	bottom:0px;
	color:#fff;
	padding:3px;
	font-size:11px;
	font-weight:bold;
}


a.theme:hover span.nameVignette {
	color:#fff;
	font-weight:bold;
	z-index:200;

	}
	
	
a.theme span.changeTheme {
	background:url(bg.png) top left repeat-y;
	color:#fff;
	display:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	height:75px;
	left:0px;
	padding:4px 1px 0 3px;
	position:absolute;
	text-align:left;
	text-transform:none;
	top:0px;
	width:116px;
}
a.theme:hover span.changeTheme {
	display:block
}


html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	
}

body {
    font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    color: #333;
    padding: 0;
}

body * {
    line-height:1.22em;
}


h1 {
}

h2 {
    color: #c8c8c8;
		margin-top: -25px;
}

h3 {margin-top:15px;
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin:0;
}

a {
    color: #4088b8;
	bordeR:0;
}

table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}
