/*
-----------------------------------------------
Photo Gallery Templates: Don't Get the Wrong Idea
Author:   Thomas Hines
Version:  1.0
----------------------------------------------- */

body
	{
	background-color: #00bbdc;
	font-family: 'Terminal Dosis', Helvetica, sans-serif; /* "atrament-web-1","atrament-web-2" */
	}

a { text-decoration: none; }

#container
	{
	width: 760px;
	margin: 40px auto;
	}

#mask
	{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #00bbdc;
	z-index: 2000;
	}

#header
	{
	width: 745px;
	height: 290px;
	padding: 10px 0 0 15px;
	background: url(../images/headertr.png);
	/* background: #63462e; */
	text-indent: -9999px;
	font-size: 100px;
	line-height: .9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #00B2D7;
	overflow: hidden;
	box-shadow: 5px 5px 9px rgba(0, 0, 0, .6);
	-moz-box-shadow: 5px 5px 9px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 5px 5px 9px rgba(0, 0, 0, .6);
	text-shadow: 5px 5px 9px rgba(0, 0, 0, .6);
	}
	
.item
	{
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #fff;
	margin: 25px 0 0 0;
	font-size: 22px;
	letter-spacing: .7px;
	line-height: 1.2em;
	box-shadow: 5px 5px 9px rgba(0, 0, 0, .6);
	-moz-box-shadow: 5px 5px 9px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 5px 5px 9px rgba(0, 0, 0, .6);
	display: none;
	}

.tab
	{
	display: none;
	position: absolute;
	right: 20px;
	bottom: -28px;
	width: 80px;
	height: 24px;
	z-index: 1001;
	background: #f00;
	text-align: center;
	padding: 2px;
	box-shadow: 5px 5px 9px rgba(0, 0, 0, .6);
	-moz-box-shadow: 5px 5px 9px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 5px 5px 9px rgba(0, 0, 0, .6);
	}
	
.image
	{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	}
	
.note1
	{
	position: absolute;
	width: 75px;
	top: 20px;
	right: 0;
	z-index: 1000;
	padding: 10px;
	background-color: #64462f;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	}
	
.click1, .click2, .click3, .click4, .click5, .click6
	{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 740px;
	height: 105px;
	cursor: pointer;
	font-size: 230px;
	font-weight: 700;
	padding: 79px 10px 16px;
	text-indent: -9999px;
	overflow: hidden;
	}
	

.click6:hover, .item6 .tab
	{
	/* background: url(../images/click1.png); */
	color: #64462F;
	background: rgba(255, 255, 255, .9);
	text-indent: 0;
	}
		
.click1:hover, .item1 .tab
	{
	/* background: url(../images/click2.png); */
	color: #FFFFFF;
	background: rgba(0, 178, 215, .9); /* 00B2D7 */
	text-indent: 0;
	}

.click2:hover, .item2 .tab
	{
	/* background: url(../images/click3.png); */
	color: #00B2D7;
	background: rgba(100, 70, 47, .9); /* 64462F */
	text-indent: 0;
	}
	
.click3:hover, .item3 .tab
	{
	/* background: url(../images/click4.png); */
	color: #64462F;
	background: rgba(0, 178, 215, .9); /* 00B2D7 */
	text-indent: 0;
	}
	
.click4:hover, .item4 .tab
	{
	/* background: url(../images/click5.png); */
	color: #00B2D7;
	background: rgba(255, 255, 255, .9);
	text-indent: 0;
	}
	
.click5:hover, .item5 .tab
	{
	/* background: url(../images/click6.png); */
	color: #FFFFFF;
	background: rgba(100, 70, 47, .9); /* 64462F */
	text-indent: 0;
	}
	
	
.anim1
	{
	background: url(../images/click1.png);
	}
	
	
.bg1, .bg2, .bg3, .bg4, .bg5, .bg6
	{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.bg6
	{
	background: rgba(255, 255, 255, .9);
	}

.bg1
	{
	background: rgba(0, 178, 215, .9); /* 00B2D7 */
	}
	
.bg2
	{
	background: rgba(100, 70, 47, .9); /* 64462F */
	}
	
.bg3
	{
	background: rgba(0, 178, 215, .9); /* 00B2D7 */
	}
	
.bg4
	{
	background: rgba(255, 255, 255, .9);
	}
	
.bg5
	{
	background: rgba(100, 70, 47, .9); /* 64462F */
	}


.desc1, .desc2, .desc3, .desc4, .desc5, .desc6, .aboutus
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 160px;
	margin: 10px 13px;
	background: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	}

.aboutus { color: #64462F; }
.aboutus a { color: #00B2D7; }
.aboutus a:hover { color: #64462F; }

.desc1 { color: #FFFFFF; }
.desc1 a { color: #64462F; }
.desc1 a:hover { color: #FFFFFF; }

.desc2 { color: #00B2D7; }
.desc2 a { color: #FFFFFF; }
.desc2 a:hover { color: #00B2D7; }

.desc3 { color: #64462F; }
.desc3 a { color: #FFFFFF; }
.desc3 a:hover { color: #64462F; }

.desc4 { color: #00B2D7; }
.desc4 a { color: #64462F; }
.desc4 a:hover { color: #00B2D7; }

.desc5 { color: #FFFFFF; }
.desc5 a { color: #00B2D7; }
.desc5 a:hover { color: #FFFFFF; }

.desc6 { color: #64462F; }
.desc6 a { color: #00B2D7; }
.desc6 a:hover { color: #64462F; }


.close1, .close2, .close3, .close4, .close5, .close6
	{
	position: absolute;
	z-index: 10;
	top: 25px;
	right: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	}

.close6
	{
	background: url(../images/close1.png);
	}

.close1
	{
	background: url(../images/close2.png);
	}
	
.close2
	{
	background: url(../images/close3.png);
	}
	
.close3
	{
	background: url(../images/close4.png);
	}
	
.close4
	{
	background: url(../images/close5.png);
	}
	
.close5
	{
	background: url(../images/close6.png);
	}
	
#mapcontainer
	{
	position: relative;
	}
		
.gmnoprint span, .gmnoprint a
	{
	display: none;
	}
