@charset "utf-8";

ul.tabs {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	width: 600px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
	border-left: none;
	overflow: hidden;
	position: relative;
	width: 150px;
}

ul.tabs li.first{
	background-image: url(../images/text_button1.jpg);
	background-repeat: no-repeat;
	}
	
ul.tabs li.second{
	background-image: url(../images/text_button2.jpg);
	background-repeat: no-repeat;
	}
	
ul.tabs li.third{
	background-image: url(../images/text_button3.jpg);
	background-repeat: no-repeat;
	}
	
ul.tabs li.fourth{
	background-image: url(../images/text_button4.jpg);
	background-repeat: no-repeat;
	}
	
ul.tabs li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding: 0 15px; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-weight: normal;
	text-align: center;
}
ul.tabs li a:hover {
	text-decoration: underline;
}

ul.tabs li.active {

color: #ffffff;

}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color: #FFFFFF;
}
ul.tabs li.active a {color: #ffffff;}


.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 600px;
	height: 300px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/content.jpg);
}


.tab_content {
	font-size: 11px;
	color: #333333;
}

.tab_content img{
	padding-left: 10px;
	margin: 0;
	border: none;
	}
	
.tab_content ul{
	padding: 7px 0px 7px 15px;
	margin: 0;
	}

#lines{
	width:900px;
	background-color:#dddeed;
	height:2px;
}

#gallery img{
	padding: 5px;
	margin: 0;
	}
	
#gallery2 img{
	padding: 5px;
	margin: 0;
	}
	
#gallery3 img{
	padding: 5px;
	margin: 0;
	}

