body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin:0; 
  padding:0; 
} 

table {
  border-collapse:collapse; 
  border-spacing:0;
} 

fieldset,img {
  border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
  font-style:normal; 
  font-weight:normal; 
} 

ol,ul { 
  list-style:none; 
} 

caption,th { 
  text-align:left; 
} 

h1,h2,h3,h4,h5,h6 { 
} 

q:before,q:after { 
  content:''; 
} 

abbr,acronym { 
  border:0; 
}

/*---- 

	color:#0096c9; = light blue
	
----*/

/*--- general content---*/

body {
	font-size: 80%; /* Resets 1em to 16px */
	font-family: 'Arial', Sans-Serif;
	color: #666666;
	text-align: left;
	margin:0;
	padding-top: 30px;
}
	
html {
	margin:0;
	padding:0;
}
	
p {
	padding-bottom: 5px;
}

a {
	color:#0099FF;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

h1 {
}

h2 {
	color: #0099FF;
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h3 {
	color: #0099FF;
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h4 {
	color: #666666;
	font-size: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h5 {
	font-weight:bold;
	padding-top: 5px;	
}

h6 { 
	padding-top: 0px;
	font-size: 100%;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #666666;
}

ul {	
}

ul.bullets {
	list-style: disc;
	padding: 5px 0px 10px 20px;
}

li {
	padding: 2px 0px 2px 0px;
}

/*------- Structure --------*/

img {
	background: #FFFFFF;
}

.left {
	float: left;
	width: 350px;
	padding-right: 15px;
	margin-right: 10px;
	border-right: solid 1px #999999;
}

.right {
	width: 490px;
	float: left;
	padding-left: 5px;
}

.right img, .fullWidth img{
	padding: 5px;
	border: #aaaaaa solid 1px;
}

.columnLeft, .columnMiddle, .columnRight {
	text-align: left;
	float: left;
	width: 270px;
}

.columnLeft {
	border-right: solid 1px #aaaaaa;
	padding-right: 16px;
}

.columnMiddle {
	border-right: solid 1px #aaaaaa;
	padding: 0px 16px 0px 16px;
}

.columnRight {
	padding-left: 16px;
}

.fullWidth {
	width: 880px;
}

.fullWidth .logos {
	margin-left: 10px;
	margin-top: 10px;
}

.fullWidth .leftImg {
	margin-top: 10px;
}

.webThumb {
	padding: 5px;
	margin: 10px 10px 0px 0px;
	border: 1px solid #999999;
}

.fullWidthBlue {
	float: left;
	width: 879px;
	text-align: center;
	text-transform: uppercase;
	font-size: 80%;
	color: #555;
	border: 1px solid #0096c6;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
}

.leftWallpapers {
	width: 583px;
	float: left;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding-right: 10px;
}

#footer {
	font-size: 80%;
	text-align: center;
	padding-top: 7px;
	margin-top: 20px;
	border-top: 1px solid #0099FF;
	padding-bottom: 5px;
}

/*-------- Holder --------*/

#holder {
width: 880px;
margin: 0px auto;
position: relative;
}
	
.contentClear {
	clear:both;
}

/* --------- Header ------------*/

.stripes { /* used to make the header stripes sit below the main content area */
	background-image: url(../images/headerStripes.jpg);
	background-repeat:no-repeat;
	background-position:right top;
    width: 474px;
	height: 383px;
	float:right;
	margin-left:687px;
	}
	
#stripesWrapper { /* z index used to make the header stripes sit behind the main content that has floats to generate the layout */
	width:100%;
	height:383px;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	overflow:hidden;
	}
	
#header {
	padding-top: 25px;
	padding-bottom: 10px;
}

#header .header_logo {
  float:left;
  padding-top: 8px;
  padding-right: 10px;
}

#header p {
  padding: 60px 0px 0px 0px;
  font-size: 90%;
  text-align: left;
}

#header p a {
  padding: 68px 0px 0px 0px;
  text-align: right;
  color: #666666;
}

#header p a:hover {
	color: #0096c9;	
}

/*------- menu --------*/

#menu {
	width: 640px;
	float: left;
	font-size: 125%;
	margin-bottom: 6px;
	margin-top: 0px;
	border-bottom: solid 1px #ccc;	
}

#menu ul {
	list-style:none;
}

#menu li {
	display: inline;
}

#menu a {
	background: #FFFFFF;
	float: left;
	padding: 5px 18px 5px 18px;
	text-align: center;
	color: #666666;
	text-decoration: none;
	margin: 9px 0px 4px 0px;
	border: 1px solid #ffffff;
}


#menu a:hover {
	color:#0096c9;
	border: 1px solid #ffffff;
}

#menu .active a {
	border: 1px solid #0096c9;
}

/*----- sub menu ------*/

.subMenu {
	width: 640px;
	float: left;
	font-size: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
}

.subMenu ul {
	list-style:none;
}

.subMenu li {
	display: inline;
}

.subMenu a {
	float: left;
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: #666666;
	text-decoration: none;
	margin: 9px 0px 4px 0px;
	border: 1px solid #ffffff;
	background: #FFFFFF;
}


.subMenu a:hover {
	color:#0096c9;
	border: 1px solid #ffffff;
}

.subMenu .active a {
	border: 1px solid #0096c9;
}

/*----- scrolling menu -----*/

div.ScrollingMenu {
	float:left;
	padding-top: 10px;
	/* Set it so we could calculate the offsetLeft */
	height: 195px;
	width: 880px;
	/* Add scroll-bars */
  	overflow: auto;  	
}

ul.ScrollingMenu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 2000px;
  padding: 0px;
  /* Remove default margin */
  margin: 0;
  background: none;
  list-style: none;
}


.ScrollingMenu li {
  display: block;
  float: left;
  padding-right: 10px;
  padding-left: 1px;
}


.ScrollingMenu a {
  display: block;
  text-decoration: none;
}


.ScrollingMenu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #0096c6;
}

/* these add the rollover effects*/
.ScrollingMenu span {
  display: block; /*this hides text*/
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}


.ScrollingMenu a:hover span {
  display: block; /*reveals text on rollover*/
}


.ScrollingMenu img {
  width: 245px;
  height: 175px;
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}


.ScrollingMenu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}

/*--- scrolling folio logos NOT USED??? ----*/

div.ScrollingMenuLogos {
	float:left;
	padding-top: 0px;
	/* Set it so we could calculate the offsetLeft */
	height: 280px;
	width: 880px;
	/* Add scroll-bars */
  	overflow: auto;  	
}

ul.ScrollingMenuLogos {
  display: block;
  height: 200px;
  /* Max width here, for users without Javascript */
  width: 20000px;
  padding: 0px;
  /* Remove default margin */
  margin: 0;
  background: none;
  list-style: none;
}


.ScrollingMenuLogos li {
  display: block;
  float: left;
  padding-right: 10px;
  padding-left: 1px;
}


.ScrollingMenuLogos a {
  display: block;
  text-decoration: none;
}


.ScrollingMenuLogos span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #0096c6;
  width: 275px;
}

.ScrollingMenuLogos span.p {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: left;
  font-size: 12px;
  color: #555555;
  background:#FFFFFF;
  width: 275px;
}

/* these add the rollover effects*/
.ScrollingMenuLogos span, .ScrollingMenuLogos span.p {
  display: none; /*this hides text*/
}


.ScrollingMenuLogos a:hover span, .ScrollingMenuLogos a:hover span.p {
  display: block; /*reveals text on rollover*/
}


.ScrollingMenuLogos img {
  width: 275px;
  height: 200px;
  border: 1px solid #999999;
  margin-top: 10px;
  margin-left: 2px;
}

/*--- contact form ----*/

form {
	padding-top: 10px;
	margin-bottom: 10px;
}

div.row { 
	clear: both;
    width: 500px;
    height: 29px;
	margin-left: 0px;
}

div.row2 { 
	clear: both;
	width: 520px;
	height: 79px;
}

span.formlabel {
	float: left;
  	width: 100px;
 	text-align: left;
	text-transform:uppercase;
}

div.row span.forminput { 
	float: right;
	text-align: right;
} 

div.row2 span.forminput { 
	float: right;
  	text-align: right;
}

div.row input, textarea {
	width: 350px;
}

div.row2 input, textarea {
	width: 350px;
	height: 150px;
}

div.row .submit { 
	background: #3F3F3F;
	color: #FFFFFF;
	width: 70px;
	height: 22px;
	cursor:pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

div.row .submit:hover { 
	background: #000000;
	color: #FFFFFF;
}

/*---- lightbox* ----*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 100%; height: 100%; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 100%; left: 0%; height: 100%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Arial, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 80%; float: left; text-align: left; padding-bottom: 4px;}	
#imageData #caption{ font-weight: normal; }
#imageData #numberDisplay{ display: block; clear: left; padding-top: 5px; color:#0099FF;}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 5px; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
