@charset "utf-8";
/* CSS Document */
body {
	background-color:#fff;
}
/*div {
	border:#CCC solid 1px;
}*/
a {
	font-family:Verdana;
	font-size:10px;
}
form {
	margin:0 0;
}
a:visited {
color: #000;
text-decoration:none;
font-size:14px;
}
a:active {
color: #000;
text-decoration:none;
font-size:14px;
}
a:link {
color: #000;
text-decoration:none;
font-size:14px;
}
a:hover {
color: #000;
text-decoration:underline;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
#titlewrapper {
	margin-top:50px;
	position: absolute;
	top: 0%;
	height:140px;
	left: 0px;
	width: 100%;
	min-width: 900px;
}
#titlecontainer {
	width: 950px;
	top:1%;
	height: 80px;
	margin: auto auto;
	border-color:#F00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
#wrapper {
	background-color: #FFF;
	position: absolute;
	top: 35%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}
#menu {
	background-color: transparent;
	position: relative;
	text-align: right;
	width: 950px;
	height: 20px;
	margin: auto auto;
	margin-bottom:2px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
}

#topline {
	position: relative;
	text-align: left;
	width: 80%;
	height: 2px;
	margin: 0px auto;
	margin-bottom:30px;
	border-bottom: #C30 solid 1px;

}
#bottomline {
	position: relative;
	text-align: left;
	width: 80%;
	height: 2px;
	margin: 0px auto;
	margin-top:110px;
	border-bottom: #C30 solid 1px;
}
#footerleft {
	background-color: #000;
	position: relative;
	text-align: left;
	width: 950px;
	height: 20px;
	margin: 0px auto;
	margin-top:5px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#footerright {
	background-color: #000;
	position: relative;
	text-align: left;
	width: 950px;
	height: 20px;
	margin: 0px auto;
	margin-top:5px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#imagecontainer {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 1000px;
	height: 550px;
	margin: 0px auto;
	
	}

#collectionTitle {
	padding-left:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #626060;
}
#imagebox {

	background-color: #fff;
	position: relative;
	text-align: left;
	width: 900px;
	height: 400px;
	top:15%;
	margin: 0px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	
}
#videobox {
	float:right;
	background-color: #CCC;
	position: relative;
	text-align: center;
	width: 980px;
	height: 400px;
	margin: 10px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
#vidMenu {
	color: #000;
	position:absolute;
	top:0px;
	left:10px;
	width:200px;
}


#gallerystrip {
	margin-top:40px;
	
}
#homegallerystrip {
	margin-top:40px;
	overflow:auto;
overflow-x:scroll;
}

#collectionstrip {
	margin-top:30px;
	
}
#imageborder {
	border: #d0cbcb solid 1px;
}