/* CSS Document - Torrenegra
Copyright 2007 Torrenegra MarketLabs */

/* HTML Tags __________________________________________________________________*/
body {
	background-color: #00618D;
}

/* Content __________________________________________________________________*/
.logo{	
	position: absolute;
	top: 20px;
	left: 0px;
	width: 70px;
	height: 265px;
	text-decoration: none;
	background: no-repeat 7px 0px url("../images/logo_torrenegra.gif");
	cursor: pointer;
}
.minilogo{
	border: 0px;
	margin: 4px 0px -4px;
}
#inner-box {
	background: repeat-y url(../images/bk_inner.gif);
}

/* Menu __________________________________________________________________*/

.menu a:link,
.menu a:active,
.menu a:visited{
	color: #FF9900;
}
.menu a:hover{
	color: #FFFFFF;
}
.btn_home, .btn_community,
.btn_samples,
.btn_history,
.btn_team,
.btn_career,
.btn_contact{
	padding: 10px 10px 0px 53px;
	display: block;
	width: 147px;
	height: 55px;
	background-position: 0px 0px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}
.btn_home,
.btn_home:hover,
.h_home{
	background: url(../images/btn_home.gif);
}
.btn_samples, .btn_samples:hover, .h_samples{
	background: url(../images/btn_samples.gif);
}
.btn_community, .btn_community:hover, .h_community{
	background: url(../images/btn_samples.gif);
}
.btn_history,
.btn_history:hover,
.h_history{
	background: url(../images/btn_history.gif);
}
.btn_team,
.btn_team:hover,
.h_team{
	background: url(../images/btn_team.gif);
}
.btn_career,
.btn_career:hover,
.h_career{
	background: url(../images/btn_career.gif);
}
.btn_contact,
.btn_contact:hover,
.h_contact{
	background: url(../images/btn_contact.gif);
}
.btn_home:hover, .btn_community:hover,
.btn_samples:hover,
.btn_history:hover,
.btn_team:hover,
.btn_career:hover,
.btn_contact:hover{
	background-position: 0px -65px;
}
.h_home,.h_community,
.h_samples,
.h_history,
.h_team,
.h_career,
.h_contact{
	background-position: 0px -130px;
	padding: 10px 10px 0px 53px;
	display: block;
	width: 147px;
	height: 55px;	
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Samples of Our Work __________________________________________________________________*/
.screenshot{
	float: left;
	margin-right: 20px;
	border: none; 
}

/* Team Memebers __________________________________________________________________*/
.member_thumb{
	float: left;
	width: 130px;
	height: 130px;
	background: url(../images/bk_thumb.gif);
	padding: 5px;	
}
.member_info{
	float: left;
	width: 555px;
	line-height: 18px;
	margin-left: 10px;
	text-align: justify;
	
}
.member_info:link{
	clear: both;
}