/* Importred style sheets */
@import url(main.css);

/* Styles for gallery pages */
#gal_navbar a:link
{
	color: #FFF;
	text-decoration: none;
}

#gal_navbar a:visited
{
	color: #FC0;
	text-decoration: none;
}

#gal_navbar a:hover
{
	color: #CF6;
	/*letter-spacing: .09em;*/
	text-decoration: underline;
}

#gal_navbar a:active 
{ 
	color: #000; 
}

#gal_nav
{
	width: 750px;
	height: 25px;
	background-color: #330;
	position: absolute;
	top: 107px;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: #FFF;
	border-width: 0 0 2px 0;
	border-style: none none dotted none;
	z-index: 25;
}

#gal_navbar
{
	color: #F60;
	font-size: 10px;
	text-align: center;
	top: 6px;
	width: 750px;
	position: absolute;
}
#container_3
{
	width: 750px;
	display: block;
	position: absolute;
	top: 15px;
	right: auto;
	bottom: auto;
	left: auto;
}

#container_5
{
	width: 750px;
	height: 490px;
	display: block;
	top: 134px;
	right: 0px;
	bottom: auto;
	left: 0px;
	position: absolute;
	float: left;
	background-color: #330;
}	

#container_6
{
	width: 750px;
	height: 400px;
	top: 125px;
	left: 0px;
	position: absolute;
}

#col1, #col2, #col3, #col4, #col5
{
	width: 135px;
	height: 340px;
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
	border-color: #F90;
	border-width: 1px;
	border-style: solid;
}

#col1
{
	margin-left: 12px;
	background-image: url(../images/before-after_head.jpg);
	background-repeat: no-repeat;
}

#col2
{
	background-image: url(../images/planting_head.jpg);
	background-repeat: no-repeat;
}

#col3
{
	background-image: url(../images/stone_head.jpg);
	background-repeat: no-repeat;
}

#col4
{
	background-image: url(../images/const_head.jpg);
	background-repeat: no-repeat;
}

#col5
{
	background-image: url(../images/water_head.jpg);
	background-repeat: no-repeat;
}

a.tag
{
	width: 135px;
	height: 19px;
	display: block;
	/*background-color: #333;*/
	background-repeat: no-repeat;
	position: relative;
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
	border-color: #FC0;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	background-image: url(../images/tag-link.png);
	color: #666;
	font-size: 11px;
	/*font-weight: bold;*/
	letter-spacing: .15em;
	text-align: center;
	padding-top: 5px 0 5px 0;
}

a.tag:visited
{
}

a.tag:hover
{
	background-image: url(../images/tag-link-2.png);
	color: #330;
}

a.tag:active
{
	background-color: #F90;
	color: #FFF;
}


/*
.tagtext
{
	color: #330;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .15em;
	text-align: center;
	padding-top: 5px 0 5px 0;
}
*/

