/* GENERAL */

	* {
		margin:0px;
		padding:0px;
	}
	
	body {
		background:#353435;
		color:#bcbdc0;
		overflow-y:hidden;
	}
	
	img a {
		border:none;
	}

/* NAVIGATION AND LOGO */

	#logo a {
		width:191px;
		height:100px;
		background-image: url(../images/layout/logo.gif);
		background-repeat: no-repeat;
		text-indent:-99999px;
		display:block;
	}
	
	#navigation {
		width:195px;
		height:575px;
		z-index:10;
		position:fixed;
		left: 110px;
		top: 35px;
		background-color:#353435;
		padding:0px 15px 0px;
	}
	
	#navigation ul {
		height:150px;
		margin:35px 0px 0px 0px;
		list-style-type: none;
	}
	
	#navigation ul li a {
		display:block;
		height:24px;
		background-image: url(../images/layout/nav.gif);
		background-repeat:no-repeat;
		background-position:0px 0px;
		text-indent:-9009px;
		margin:0px 0px 4px 0px;
	}
	
	#navigation ul li.nav-portraits-men a {
		width:135px;
		background-position: 0px 0px;
	}
	
	#navigation ul li.nav-portraits-women a {
		width:156px;
		background-position: 0px -28px;
	}
	
	#navigation ul li.nav-environments a {
		width:122px;
		background-position: 0px -56px;
	}
	
	#navigation ul li.nav-about a {
		width:60px;
		background-position: 0px -84px;
	}
	
	#navigation ul li.nav-contact a {
		width:78px;
		background-position: 0px -112px;
	}
	
/* STYLE SWITCHER */
	
	#navigation ul#style-switcher {
		height:37px;
		margin:255px 0px 0px 3px;
	}
	
	#navigation ul#style-switcher li a {
		display:block;
		height:37px;
		width:37px;
		background-image: url(../images/layout/symbols.gif);
		background-repeat:no-repeat;
		background-position:0px 0px;
		text-indent:-9009px;
		margin:0px 0px 0px 0px;
		float:left;
	}
	
	#navigation ul#style-switcher li.black a {
		background-position: 0px 0px;
	}
	
	#navigation ul#style-switcher li.gray a {
		background-position: -37px 0px;
	}
	
	#navigation ul#style-switcher li.white a {
		background-position: -76px 0px;
	}

/* PICTURE and CONTENT AREA */
	
	.image-slider, #about-contain, #contact-contain {
		z-index:1;
		overflow:hidden;
		margin:35px 0px 0px 0px;
		padding:0px 0px 0px 335px;
		height:575px;
	}
	
	#about-contain {
		width:900px;
	}
	
	#contact-contain {
		width:800px;
		height:525px;
		color:#FFFFFF;
		margin:173px 0px 0px 0px;
	}

/* PICTURE LIST */

	#picture-list {
		list-style-type:none;
	}
	
	#picture-list li {
		z-index:1;
		float:left;
		margin:0px 15px 0px 0px;
	}

/* FOOTER BUTTONS */

	#footer {
		width:100%;
	}
	
	#float-right {
		float:right;
		width:175px;
		margin:25px 40px 0px 0px;
	}
	
	#footer-fixed {
		position:fixed;
	}
	
	#footer-fixed ul {	
		margin: 0;
		padding: 0;
		list-style:none;
	}
	
	#footer-fixed ul li {
		margin: 0;
		padding: 0;
		display:inline;
	}
	
	.prev {
		cursor:pointer;
		text-indent:-10000px;
		background:none;
		border:none;
		background-image:url(../images/layout/back-btn.gif);
		background-repeat:no-repeat;
		width:87px;
		height:28px;
	}
	
	.next {
		cursor:pointer;
		text-indent:-10000px;
		background:none;
		border:none;
		background-image:url(../images/layout/forward-btn.gif);
		background-repeat:no-repeat;
		width:56px;
		height:28px;
	}
	
/* CONTACT PAGE */
	
	#phone-number, #email-address a {
		width:116px;
		height:18px;
		background-image: url(../images/layout/phone-email.gif);
		background-repeat: no-repeat;
		text-indent:-99999px;
		display:block;
	}
	
	#email-address a {
		margin:15px 0px 0px 0px;
		width:213px;
		background-position: -125px 0px;
	}

/* CONTACT PAGE */	
	
#about-contain p {
	color:#CCCCCC;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	margin-bottom:15px;
	}
