@charset "utf-8";
/* CSS Document */

body {	
	margin:0px;
	background-color:#000;
	background-image:url(../images/BKG_K2.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

a {
	cursor:pointer;	
}

#nav {
	width:100%;
	height:38px;

	background-color:#939;
	
	color:#e2e2e2;
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:500;
	text-transform:uppercase;
	
	position:fixed;
	z-index:10000;
	top:0px;
	left:0px;
	
	opacity:0.90;
	filter: alpha(opacity = 90 );
}

	#navLogo img {
		height:35px;
		padding-right:10px;
		float:left;
	}
	
	#nav .navPage {
		float:left;
		padding:10px 10px 0px 0px;
	}
	
	#nav .navPage a {
		color:#e2e2e2;
		text-decoration:none;
	}
	
	#nav .navPage a:hover {
		color:#FFF;	
	}

	#nav .navSmallText {
		font-size:9px;
	}
	
	#editNav {
		float:right;
		display:none;
		padding:10px 15px 0px 0px;
	}
	
		#editNav a {
			color:#e2e2e2;
			text-decoration:none;
		}
	
#updateIE {
	display:none;
	padding-top:40px;
	
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:700;
	color:#FF9;
	text-transform:uppercase;

}
	
	#updateIE img {
		width:35px;
		height:35px;
		border:none;
		float:left;
		padding-right:5px;
	}
	
	#updateIE a {
			text-decoration:none;
	}
	

#stage {
	width:800px;

	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
	margin:auto;
	padding-bottom:50px;
	position:relative;
}


#homePage {
	width:600px;
	
	background:#969;
	background-image:url(../images/gradientBackground20x300.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px #936 solid;
	
	
	text-align:center;
	font-weight:600;
	color:#CCC;
	
	padding:5px;
	padding-bottom:15px;
	margin:auto;
	margin-top:90px;
	
	opacity:0.95;
	filter: alpha(opacity = 95 );
}

	#homePage .head {
		font-size:14px;
		font-weight:700;
	}
	
	#homePage .subHead {
		font-size:12px;
		font-weight:500;
		color:#FC0;
	}
	
	#homePage .bodyCopy {
		text-align:left;
	}



#ourDogsPage {
	width:720px;
	
	font-size:14px;
	font-weight:600;
	color:#CCC;
	
	
	overflow:hidden;
	
	padding:5px ;
	margin:auto;
	margin-top:80px;
	
	
	opacity:0.95;
	filter: alpha(opacity = 95);
}
	
	#ourDogsPage :hover {
		cursor:pointer;
		
		opacity:0.85;
		filter: alpha(opacity = 85);
	}
	
	#ourDogsPage .dog {
		float:left;
		
		width:200px;
		height:280px;
		
		background-color:#906;
		background-image:url(../images/gradientBackground20x300.png);
		background-position:bottom;
		background-repeat:repeat-x;
		border:3px #969 inset;
		
		overflow:hidden;
		
		padding:5px;
		margin:10px;
	}
	
	#ourDogsPage .image {
		width:190px;
		height:190px;
		
		overflow:hidden;
		
		position:relative;
		
		padding:10px 5px 0px 5px;
	}
	
	#ourDogsPage img {
		height:180px;
		
		position:absolute;
	}

	#ourDogsPage .name {
		text-align:center;
			
		padding: 20px 5px 5px 5px;
	}
	
	#ourDogsPage .dogInfo {
		text-align:left;
		
		display: none;
		padding: 20px 5px 5px 5px;
	}


#newsPage {
	width:700px;
	
	
	font-weight:600;
	color:#CCC;
	
	overflow:hidden;
	
	padding:5px;
	margin:auto;
	margin-top:80px;
	
	
	opacity:0.95;
	filter: alpha(opacity = 95);
}

	#newsPage :hover {
		cursor:pointer;
	}
	
	#newsPage .newsModule {
		width:650px;
		height:100px;
		
		padding:5px;
		margin:0px auto 20px;
	
		background-color:#333;
		background-image:url(../images/gradientBackground20x80.png);
		background-position:bottom;
		background-repeat:repeat-x;
		border:1px #999 solid
	}
	
	#newsPage .newsModule:hover {
		background-color:#666;
	}
	
	#newsPage .photo {
		float:left;
		padding-right:5px
	}
	
	#newsPage .photo img {
		width:90px;
		height:90px;
	}
	
	#newsPage .date {
		float:right;
		
		font-size:12px;
		font-weight:500;
		color:#FC0;
	}
	
	#newsPage .head {
		font-size:16px;
		font-weight:600;
	}
	
	#newsPage .subHead {
		font-size:12px;
		font-weight:600;
	}
	
	#newsPage .bodyCopy {
		height:55px;
		overflow:hidden;
		
		line-height:13px;
		color:#FFF;
		
		padding-top:5px;
	}



#galleryPage {
	width:720px;
	
	font-size:14px;
	font-weight:600;
	color:#CCC;
	
	
	overflow:hidden;
	
	padding:5px ;
	margin:auto;
	margin-top:80px;
	
	
	opacity:1;
	filter: alpha(opacity = 100);
}
	
	#galleryPage :hover {
		cursor:pointer;
		
		opacity:0.9;
		filter: alpha(opacity = 90);
	}
	
	#galleryPage .photo {
		float:left;
		
		width:100px;
		height:150px;
		
		background-color:#333;
		background-image:url(../images/gradientBackground20x80.png);
		background-position:bottom;
		background-repeat:repeat-x;
		border:1px #ccc solid;
		
		overflow:hidden;
		
		padding:5px;
		margin:10px;
	}
	
	#galleryPage img {
		height:100px;
		width:100px;
	}

	#galleryPage .name {
		font-size:10px
		text-align:center;
			
		padding: 20px 5px 5px 5px;
	}



#contactPage {
	width:600px;
	height:400px;
	
	background:#969;
	background-image:url(../images/gradientBackground20x300.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px #936 solid;
	
	font-weight:500;
	color:#CCC;
	
	padding:5px;
	margin:auto;
	margin-top:120px;
	
	opacity:0.90;
	filter: alpha(opacity = 90 );
}

	#contactPage .head {
		font-size:16px;
		font-weight:700;
		text-align:center;
		
		margin-bottom:10px;
	}
	
	#contactInformation {
		float:left;
		padding:0px 10px;
	}
	
		#contactInformation .subHead {
			font-size:12px;
			font-weight:600;
			color:#FC0;
			
			padding:10px 0px;
		}
		
		#contactInformation .bodyCopy {
			text-align:left;
		}
	
	#contactForm {
		float:right;
		padding:10px;
	}
	
		#contactForm .inputField {
			width:200px;
			height:15px;
			
			color:#333;
			
			background-color:#99C;
			border:1px #936 1px;
			
			margin:10px;
			padding:10px;
		}
		
		#contactMessage {
			width:200px;
			height:190px;
			
			color:#333;
			
			background-color:#99C;
			border:1px #936 1px;
			
			overflow-x:auto;
			
			margin:10px;
			padding:10px;
		}
		
		#contactSend {
			cursor:pointer;
			margin:0 0 0 180px;
		}
		
			#contactSend img{
				width:30px
			}
		
		.success {
			color:#606
		}
		
		.error {
			color:#900	
		}
	

#imageViewer {
	position:absolute;
	top:90px;
	
	background-repeat:no-repeat;
}

	
#footer {
	width:100%;
	height:15px;

	background-color:#939;
	
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:500;
	color:#e2e2e2;
	text-align:center;
	
	position:fixed;
	z-index:10000;
	bottom:0px;
	left:0px;
	
	opacity:0.90;
	filter: alpha(opacity = 90 );
}

	

