html, body {
	height: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #414849;
	background-color: #ffffff;
	text-align: center;
	line-height: 1.5em;
}

a {
	outline: 0;
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	background-image: url(../images/logo.gif);
	width: 173px;
	height: 29px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 53px;
	z-index: 2;
}

h1 a {
	display: block;
	width: 260px;
	height: 50px;
	text-indent: -3000px;
	overflow: hidden;
}

h1 a:hover {
	background-color: transparent;
}

h2 {
	font-size: 12px;
	color: #414849;
	text-transform: uppercase;
	padding-bottom: 47px;
}

h3 {
	font-weight: bold;
}

h4 {
	font-size: 1.36em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0.5em;
	color: #414849;
}


p {
	margin-bottom: 28px;
	line-height: 18px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	width: 900px;
	height: 82px;
	border-bottom: 1px solid #414849;
	position: relative;
}

#header div {
	position: absolute;
	bottom: 4px;
	right: 0;
	font-size: 9px;
	color: #a9b951;
	font-size: 10px;
	line-height: 15px;
	text-align: right; 
}

#header p#contact {
	position: absolute;
	top: 61px;
	left: 225px;
}

#header p#contact span {
	float: left;
	margin-right: 20px;
	font-size: 10px;
}

#header p#contact span a {
	color: #414849;
}

#header p#contact span a:hover {
	color: #a9b951;
}

#header div span {
	margin-left: 9px;
	border-right: 1px solid #000;
	padding-right: 8px;
	diaply: block;
	float: left; 
}

#header div span.dark {
	border-right: 0;
	padding-right: 0;
}

#header #contact-info a {
	color: #fff;
}


#contents {
	width: 900px;
	padding-top: 57px;
	float: left;
}

#contents div {
	float: left;
}

#nav {
	padding: 0 125px 0 0;
	float: left;
	font-size: 9px;
	position: relative;
}

#nav li {
	padding: 0 0 21px 0;
	border-top: 1px solid #fff;
}

#nav a {
	width: 80px;
	display: block;
	color: #ccc;
	padding: 2px 0 4px;
	border-top: 1px solid #ccc;
	
}

#nav a:hover,
#nav a.selected {
	color: #000;
	border-top: 1px solid #1a1a1a;
}

ul.sub {
	position: absolute;
	top: 0;
	left: 87px;
}

#nav ul.sub li {
	padding: 0;
}

#main-contents {
	position: relative;
}

#main-contents p {
	width: 524px;
	padding: 4px 18px 0 0;
}


/*///////////////////////////////////////////////////*/
/*////////                                ///////////*/
/*////////         PAGE INDICATORS        ///////////*/
/*////////                                ///////////*/
/*///////////////////////////////////////////////////*/

.portfolio a#portfolio,
.about-me a#about-me {
	color: #000;
	background-color: #2cdcb0;
	border-top: 1px solid #1a1a1a;
}

.demo-page a#demo,
.sea-doo-page a#sea-doo,
.nurun-page a#nurun,
.michelinman-page a#michelinman,
.joyful-page a#joyful,
.demo-page a#demo,
.leo-choc-page a#leo-choc,
.bmo-page a#bmo,
.smartset-page a#smartset,
.sun-rype-page a#sun-rype,
.regen-page a#regen,
.parasuco-page a#parasuco,
.krups-page a#krups,
.brp-page a#brp,
.bio-page a#bio,
.resume-page a#resume,
.contact-page a#contact {
	color: #000;
	background-color: #2cdcb0;
	border-top: 1px solid #1a1a1a;
}

ul#portfolio-sub-menu {
	display: block;
}

ul#about-sub-menu {
	display: none;
}

.about-me ul#portfolio-sub-menu {
	display: none;
}

.about-me ul#about-sub-menu {
	display: block;
}
/*///////////////////////////////////////////////////*/
/*////////                                ///////////*/
/*////////             GALLERY            ///////////*/
/*////////                                ///////////*/
/*///////////////////////////////////////////////////*/

#main-contents ul#slide-elements {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

#main-contents ul#slide-elements li {
	float: left;
	font-size: 9px;
}

li#desc {
	color: #ccc;
	padding-right: 273px;
}

li#images {
	color: #414849;
	padding-right: 10px;
}



#main-contents ul li ul li a {
	display: block;
	padding-right: 10px;
}

#contents #gallery-container {
	position: relative;
	width: 694px;
	float: none;
}

#gallery {
	position: absolute;
	left: 0;
	float: left;
	padding-bottom: 50px;
}

#gallery li {
	float: left;
}

.switch {
	display: block;
	color: #ccc;
	margin-right: 10px;
	cursor: pointer;
	float: left;
	font-size: 9px;
	text-align: center;
}

.off {
	color: #414849;
}

.hide {
	display: none;
}

.show {
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 694px;
	z-index: 5;
}

.show img {
	float: left;
}

p#desc {
	width: 694px;
	text-align: right;
	padding: 0;
	float: left;
	margin: 0;
	font-size: 9px;
}

/*///////////////////////////////////////////////////*/
/*////////                                ///////////*/
/*////////             ABOUT ME           ///////////*/
/*////////                                ///////////*/
/*///////////////////////////////////////////////////*/

body.about-me h2 {
	padding-bottom: 14px;
}

body.about-me p {
	margin-bottom: 8px;
}

body.about-me h3 {
	font-weight: normal;
	color: #00aced;
	font-size: 12px;
	text-transform: uppercase;
}

body.about-me strong {
	font-weight: bold;
}

body.about-me span {
	font-weight: bold;
	margin: 0 6px 0 6px;
}

body.about-me #main-contents .spacer {
	margin-bottom: 30px;
	float: none;
}


/*///////////////////////////////////////////////////*/
/*////////                                ///////////*/
/*////////             CONTACT            ///////////*/
/*////////                                ///////////*/
/*///////////////////////////////////////////////////*/

body#contact p a {
	color: #a9b951;
}

body#contact p a:hover {
	text-decoration: underline;
}
