/* 3201 Assignment 3 Gary DeCorby*/
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 490px;
	width: 309px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

body {
	font:16px/20px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#000000;
	}
	
#wrapper {
	width:1000px;
	margin:0 auto;
	border:none;
	text-align:left;
	}
	
#splash-wrapper {
	width:1000px;
	margin:0 auto;
	border:none;
	text-align:left;
}
	
#header {
	margin:0 auto;
/*	margin-left:90px;*/
	float:left;
	width:375px;
	height:145px;
	background:url(images/alp_test_logo.png);
	background-repeat:no-repeat;
	background-color:#000000;
	}

	
/*start of styling of main navigation menu*/
#navigation {
	width:550px;
	padding-top:0px;
/*	margin:0 0 1px 0;*/
	margin:0 auto;
	height:0px;
	float:right;
	background-color:#000000;
	/*border-bottom:1px solid #aaaaaa;*/
	}
	
#navigation ul { 
	list-style-type:none;
	margin:0;
	padding:20px 35px 0 0;
	text-align:right;
	}
	
#navigation ul li { /*displays list horizontally*/
	display:inline;
	margin:0 2px;
}

#navigation ul li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	padding:3px 5px;
	color:#f86f24;
	
	/*background:#555555;*/
	}
	
#navigation ul li a#current {
	color:#cccccc;
	/*border-bottom:2px ridge #f86f24;*/
}

#navigation a:hover {
	color:#ffffff;
}

#splash-content {
	width:1060px;
	margin:0 auto;
	background-color:#cccccc;
	text-align:left;
	border:thin #cccccc solid;
	clear:both;
}
	
#wrapper-content {
	width:950px;
	margin:0 auto;
	background-color:#CCCCCC;	
	text-align:left;
	border:thin #CCCCCC solid;
	clear:both;
	}
	
#top-content {
	background-color:#717171;
	padding:25px;
	margin-bottom:2px
	}

#left-content {
	margin:0 0 0 0;
	padding:25px 20px 10px 20px;
	background-color:#606060;
	color:#FFFFFF;
	float:left;
	}
	
#services-content {

	padding:5px 20px 29px 20px;
	background-color:#3a3a3a;
	color:#FFFFFF;
	}
	
#right-content {
	padding:25px 20px 10px 20px;
	margin:0 0 0 0;
	float:right;
	background-color:#4a4a4a;
	color:#FFFFFF;
	}
	
#bottom-right-content { 
	float:right;
	margin:0 0 0 2px;
	padding:35px 15px 15px 15px;
	background-color:#4e4e4e;
	color:#ffffff;
	}	
	
#bottom-left-content {
	background-color:#717171;
	float:left;
	padding:15px;
	}
	
.table-content { /*Styling for table content*/
	clear:both;
	padding:15px 15px 15px 15px;
	background-color:#888888;
	color:#ffffff;
	}
	
#left-content ul {
	list-style:none;
	padding:10px 0;
	margin:0;
	width:170px;/*forces the list to line wrap in the div*/
}
	
#left-content ul li { 
	font:12px/12px Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0; /*spaces the lines in the list top-bottom */
	}
	
#right-content ul {
	list-style:none;
	padding:10px 0;
	margin:0;
	width:170px;/*forces the list to line wrap in the div*/
}
	
#right-content ul li { 
	font:12px/12px Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0; /*spaces the lines in the list top-bottom */
	}
	
#navigation a:active { /*sets the style of the current page*/
	
}
/*end to Main Navigation link styling*/

/*beginning of Gallery page buttons*/

#navigation-sub {
	margin:1px 0 1px 0;
	padding:15px 0px 10px 0;
/*	background-color:#424242;*/
	}
	
#navigation-sub ul { 
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	}
	
#navigation-sub ul li { /*displays list horizontally*/
	display:inline;
	margin:0 2px;
}

#navigation-sub ul li a {
	border:1px solid #bbbbbb;
	font-family:"Brush Script MT", "Brush Script BT", "times new roman", serif;
	font-size:20px;
	font-style:italic;
	text-decoration:none;
	padding:2px 5px;
	color:#f86f24;
	background-image:url(images/button_bg.gif);
		/*background:#666666;*/
	}
	
#navigation-sub ul li a#current {
	color:#fff;;
	text-decoration:underline;
	
}

#navigation-sub a:hover {
	color:#fff;
}

#navigation-sub a:active { /*sets the style of the current page*/
	border-style:ridge;
	border-color:#f86f24;
}

/*end of Gallery page buttons*/

/*Beginning of NEXT/PREVIOUS buttons*/

#navigation-sub2 {
	/*margin:1px 0 1px 0;*/
	padding:15px 0px 10px 0;
	/*background-color:#3d3d3d;*/
	}
	
#navigation-sub2 ul { 
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	}
	
#navigation-sub2 ul li { /*displays list horizontally*/
	display:inline;
	margin:0 2px;
}

#navigation-sub2 ul li a {
	border:1px solid #000;
	font-family:"Brush Script MT", "Brush Script BT", "times new roman", serif;
	font-size:22px;
	/*font-style:italic;*/
	text-decoration:none;
	padding:2px 10px;
	color:#f86f24;
	background-image:url(images/button_bg.gif);
		/*background:#666666;*/
	}

#navigation-sub2 a:hover {
	color:#fff;
	background-image:url(images/button_bg.gif);
	border:1px solid #f86f24;
}

.text-just {
	text-align:justify;
}

/*#navigation-sub2 a:active { /*sets the style of the current page
	border-style:ridge;
	border-color:#f86f24;
}*/
/*End of NEXT/PREVIOUS buttons*/

/* various states for links not in Navigation menu
*/
a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	}

a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#CCCCCC;
}

a:hover {
	color:#f86f24;
}

.special a:link {
	color: #f86f24;
	text-decoration:none;
	}

.special a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#f86f24;
}

.special a:hover {
	color:#FF0000;
}
/*end of link styling*/

#footer { 
	width:766px;
	margin:0 auto;
	clear:both;
	text-align:center;
	padding-top:10px;
	color:#000000;
	font-size:9px;
	}

/*#portfolio-bottom {
	clear:left;
	float:left;
	background-color:#000000;
	width:580px;
	/*border-top:2px #CCCCCC solid;
	padding-bottom:10px;
	height:88px;
	}*/
	
h1 {
	font-style:italic;
	font-family:"Brush Script MT", "Times New Roman";
	font-size:40px;
	color:#f86f24;
	padding:5px 0 5px 15px;
	}

h2 {
	font-style:italic;
	font-size:20px;
	color:#f86f24;
	padding:0 0 0 0px;
	}
		
h3 {
	font-style:italic;
	font-size:24px;
	color:#FFffff;
	padding:0 0 0 25px;
	}

h4 {
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
	}

h5 {
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	padding:0 0 0 0px;
	}

img.float-right {
	float:right;
	margin:0;
	border:1px solid #FFFFFF;
	}

img.float-left {
	float:left;
	margin-right:10px;
	border:1px solid #FFFFFF
	}
	
.nav {
	font:bold 16px/32px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	}

span.emphasis {
	font-size:larger;
	font-style:italic;
	font-weight:bold;
}

span.larger {
	font-size:20px;
	}
	
#footer {
background-color:#000000;
	padding-bottom:25px;
	width:766px;
	margin:2px auto;
	clear:both;
	text-align:center;
	padding-top:10px;
	color:#ffffff;
	font-size:smaller;
	/*border-top:thin white solid;
	border-right:thin #2a2a2a solid;
	border-bottom:thin #2a2a2a solid;
	border-left:thin #2a2a2a solid;*/
	}

.input{
  		width:175px; height:20px;
		border:none;
		border:1px solid #ccc;
		background-color:#333;
		font-family:Tahoma, arial; font-size:14px; color:#ffffff;
		text-align:left;
		}
		
	
.textarea{
		width:175px; height:144px;
		vertical-align:top;
		border:none;
		border:1px solid #CCCCCC;
		background-color:#666;
		font-family:Tahoma, arial; font-size:12px;  color:#ffffff; 
		overflow:auto;
		}
		
#submit {
	display:block;
	color:#ffffff;
	background-color:#333333;
	padding:6px 6px;
	font-family:Tahoma, arial;
	font-size:14px;
	border:1px solid #ccc;
	cursor:pointer;
}

/*Begin Table Formating*/

caption {
	font-size:24px;
	font-weight:bold;
	padding-bottom:20px;
	}

table#prices td {
	width:150px;
	}


thead {
	height:20px;
	color:#f86f24;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
	
	
th {/*styling for the differnt print and book styles*/
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#ffffff;	
	padding-bottom:15px;
	}
	

td.size {
	font-family:Arial, Helvetica, sans-serif;/*styling for SIZE column of table*/
	padding:5px 0;
	font-size:16px;
	color:#FFFFFF;
	width:100px;
	text-align:center;
	}
	
td.price {/*styling for the price cells in the Table*/
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	color:#000000;
	}
	
div.notes {
padding:0 15px 0 75px;
	font-size:10px;
	color:#CCCCCC;
	text-indent: -47px;
}
/*end Table Formating*/

.client-name {
	
	text-align:left;
	font-style:italic;
	font-size:20px;
	}
	
.client-comment {
	text-indent:30px;
	font-size:12px;
	line-height:18px;
	}

.thanks {
 	padding-top:75px; padding-left:140px;
	padding-right:140px;
	font-size:24px;
	line-height:26px;
	color:#CCCCCC;
	}	