/* CSS Document */
html {
	height: 100%;
	overflow: auto;
	}

#flashcontent {
	height: 645px;
	overflow: auto;
	padding: 0px;
	border: 0px;
	}

body {
	overflow: auto;
	margin-top: 0;
  	margin-bottom: 0;
  	margin-left: 0;
  	margin-right: 0;
  	padding-left: 0;
  	padding-right: 0;
	}

.wrapper{
	width: 1020px;
	background-image: url(images/white.gif);
	overflow: auto;
	}

.left_col{
	width: 330px;
	position: absolute;
	left: 0px;
	padding: 0;
	border: none;
	background-image: url(images/red.gif);
	overflow: auto;
	}
	
.right_col{
	margin-left: 330px;
	width: 690px; 
	overflow: auto;
	}

.right, .left{
	width: 345px;
	}

.right{
	float: right;
	margin-top: 20px;
	}
	
.left{
	margin-left: 0px;
	}
	
.content{
	margin: 20px;
	}
 
 .gallery_nav{
 	width: 690px;
	background-image: url(images/red.gif);
	text-align: center;
	height: 55px;
	}
	
 
.footer{
	color: #FFFFFF;
	font: "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: center;
}

table{
	padding: 20px;
	border:0px;
	width: 650px;
	}
	
th{
	text-valign: top;
	text-align: right;
	width: 350px;
	padding: 5px;
	}
	
td{
	text-valign: top;
	text-align: left;
	padding: 5px;
	}

.licenseinfo a{
	color: #FFFFFF;
	font: "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: center;
	padding: 10px;
	}
	
p {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 20px;
	line-height: 1.1em;
	background-image:inherit;
	}

h1, h2, h3{
	padding: 20px;
	}
	
.product_header{
	font-size: 18px;
	font-weight: bolder;
	text-decoration: underline;
	}
	
.product_description{
	text-align: left;
	}
	
.small_print{
	text-align: left;
	font-weight: bold;
	font-size: small;
	}


/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 690px;
	height: 515px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 515px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:130px;
	height: 515px;
}

#imageMenu ul li.landscapes a {
	background: url(images/homeImage_1.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/homeImage_2.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/homeImage_3.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/homeImage_4.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/homeImage_5.jpg) repeat scroll 0%;
	width: 130px;
}

.clear {
	clear: both;
}

/*************************************************************/


/** FORM STYLES **/


#name {
width: 200px;
}
#phone {
width: 200px;
}
#email {
width: 200px;
}
#message {
width: 200px;
vertical-align: top;
}
#visit {
width: 200px;
}

.approved {
width: 12px;
height: 12px;
background: url(images/approved.gif) repeat scroll 100%;
}

.denied {
width: 12px;
height: 12px;
background: url(images/denied.gif) repeat scroll 100%;
}
