html,body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 11px;
    line-height: 22px;
    color: black;
    height: 102%;
}

body {
    background-color: #ffffff;
}

div {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
	behavior: url(/assets/pngfix/iepngfix.htc);
}

img.icon {
	width: 16px;
	height: 16px;
}

div.centered {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: relative;
}

div#pageheader {
	height: 50px;
	width: 100%;
	margin-top: 5px;
}

div.logo {
	padding-left: 4px;
	padding-top: 10px;
}

div.logo span {	
	font-size: 35px;
}

div.contact {
	width: 100px;
	float: right;
}

div#menucontent {
	padding-left: 5px;
}

div#pagemenu {
	width: 600px;
	padding-bottom: 20px;
	padding-top: 10px;
}

a.mainmenu {
	text-decoration: none;
	color: #0a0a0a;
	margin-right: 20px;
	font-size: 25px;
}

a.selected {
	border-bottom: 2px solid #303030;
}

.openToLightbox {
	cursor: pointer;
}

/* --- */
.cufon {
	font-size: 18px;
	display: block;
}

.main_image {
    width: 600px;
    background: #eee;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    height: 480px;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 0px;
}
.main_image .block small {
	display: block;
	margin-left: 10px;
}
#whitecard {
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	padding-top: 10px;
	background-color: #eee;
	width: 600px;
}
.desc {
    font-size: 11px;
    line-height: 22px;
	text-align: left;
    top: 0px;
    left: 0px; /*--Stick the desc class to the bottom of our main image container--*/
	padding-left: 30px;
	padding-right: 30px;	
    z-index: 3000;
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}

a.collapse {
	color: #afafaf;
	text-decoration: none;	
}

div#collapser {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 0px;
}

.showinfo {
    font-size: 11px;
    line-height: 0px;
	position: absolute;
	padding: 10px;
	z-index: 5000;
}

.showinfo a {
	text-decoration: none;
	color: #afafaf;
}

div#tweetholder {
	margin-top: 10px;
	color: #000;
	padding: 10px;
}

div#tweetholder a.tweet{
	margin-left: 10px;
	color: #000;
	text-decoration: underline;
}

/* --- */

div.catholder {
    float: right;
    width: 260px;
}

.image_cat {
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #aeaeae;
    float: left;
}
.image_cat img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_cat ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_cat ul li{
    margin: 0;
    padding: 12px 10px;
    width: 235px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_cat ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_cat ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_cat ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}
.image_cat ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_cat ul li p { /*--Hide the description on the list items--*/
	display: none;
}

#footer {
	float: right;
	padding-right: 10px;
	padding-top: 20px;
}

#footer a {
	text-decoration: none;
}

/* --- */

.thumbs {
	display: block;
	clear: left;
	padding-top: 5px;
}

.thumbs img {
	width: 40px;
	height: 40px;
	padding: 5px;
	margin: 2px;
}

.image_cat ul li .thumbs .active {
	padding: 0px;
	width: 50px;
	height: 50px;
}

.hilite:hover {
	color: #444;
}

/* --- */

/* --- */

a {
	color: black;
	text-decoration: underline;
}

/* --- */

div#ronde1 {
	position: absolute;
	left: 10%;
	top: -180px;
}

div#ronde2 {
	position: absolute;
	left: 500px;
	top: -155px;
}

div#ronde3 {
	position: absolute;
	left: 200px;
	top: -350px;
}

/* --- */

div.textcontent {
	font-size: 13px;
	padding-left: 6px;
	color: #0a0a0a;
}

div.textcontent a {
	color: #0a0a0a;
	text-decoration: underline;
}

div.textcontent h2 {
	margin-bottom: 50px;
}

