﻿body {
text-align: center;  /*IE page centering */
background: #ffffff; /* contrast */
background-image: url('Images/bgcam_illo01toponlys_eeeeeepale.jpg');
background-color: #eeeeee;
background-repeat: repeat-x;
background-position: top left;
font-size:1em;
line-height:110%;
}

body.nongallery {
background-image: url('Images/bgcam_illo01toponlys_eeeeeepale.jpg');
background-color:#eeeeee;
}

#sidescroll {
left: 0px;
top: 120px;
position:absolute;
width: 100%; /* viewport width */
height: 491px; /* viewport heigth */
overflow: auto; /* scrollbars */
background:#e0e0e0; /* contrast */
float:left;
white-space: nowrap;   /* image flow not stack */
margin: 0 auto; /* Mozilla page centering */
padding:0;
text-align:left; /* IE centering fix */
}

*html #sidescroll {
height: 491px; /* viewport heigth */
}

*+html #sidescroll {
height: 491px; /* viewport heigth */
}



h2
{
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	color:#ffffff;
	margin: 0px 0px -10px 0px;

	
}

h2.span {
	background-color:#66cccc;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidescrollmenu {
font-size:0.8em;
text-transform:uppercase;
font-family: Frutiger, 'Frutiger Linotype', Univers, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
width:100%;
position:relative;
top:0;
}

*html .sidescrollmenu {
position:relative;
top:-65px;
}

*+html .sidescrollmenu {
position:relative;
top:-65px;
}




.sidescrollmenu ul {
padding: 5px 0 3px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.sidescrollmenu ul li{
display: inline;
}

.sidescrollmenu ul li a{
color: #494949;
padding: 5px 8px 3px 8px; /*top padding is 6px, bottom padding is 4px*/
margin: 0px; /*spacing between each menu link*/
text-decoration: none;
background-color:#eeeeee;

}

.sidescrollmenu ul li a:hover, .sidescrollmenu ul li a.selected{
background-color:#66cccc;
color:#ffffff;

}
 

#sidescroll img {

height: 470px; /* max height scaling of images */
border-width: 0; /* remove a link border on images */
position:relative;
top:5px;
}

.sitename {
text-align:left;
color:#494949;
font-family: Frutiger, 'Frutiger Linotype', Univers, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:1.3em;
margin: 5px 0px 0px 0px;
float:left;
}

.sitename a {
color:#494949;
text-decoration:none;
position:relative;
top:0;
text-transform:uppercase;
}

.sitename h1 {
color:#ffffff;
background-color:#66cccc;
float:left;
padding:2px;
font-size: 0.8em;
font-family: Arial, sans-serif;
font-weight:normal;
text-decoration:none;
text-align:left;
color:#ffffff;
margin: 3px 0px 0px 0px;
position:relative;
}


}

*html .sitename p {
padding: 0px;
}

*+html .sitename p {
padding: 0px;
}


.gallerydescription {
position: absolute;
top:605px;
left:0;
text-align:left;
padding:0 5px 0 5px;
margin:0;
color:#494949;
font-family: Arial, sans-serif;
font-weight:lighter;
font-size: 0.8em;
width:740px;
line-height:130%;
}

*html .gallerydescription {
top:615px;
}

*+html .gallerydescription {
top:615px;
}


.wallpaperdescription {
position: absolute;
top:130px;
left:0;
text-align:left;
padding:0 5px 0 5px;
margin:0;
color:#494949;
font-family: Arial, sans-serif;
font-weight:lighter;
font-size: 0.8em;
width:740px;
line-height:130%;
}

.wallpaperdescription span {
background-color:#66cccc;
color: #ffffff;
padding:2px;
font-family: Arial, sans-serif;
font-size: 1em;
}

.wallpaperdescription h2 {
font-size: 1em;
}

.gallerydescription span {
background-color:#66cccc;
color: #ffffff;
padding:2px;
font-family: Arial, sans-serif;
font-size: 1em;
}

.gallerydescription h2 {
font-size: 1em;
}


 /*IE fixes*/

img {
vertical-align: bottom;
}


*html  {
padding: px;
}

*+html  {
padding: px;
}

