/*
00-----[ META ]-------------------------------------------------
	Title: tripplered.com CSS styles for screen media
	Author: Joachim Koll
	Date: 06/2006
	Modified by Christopher Doyle, February 2009
*/

/* 
01-----[ RESET BROWSER DEFAULTS ]------------------
	(CC) 2004 Tantek Celik. Some Rights Reserved.             
	http://creativecommons.org/licenses/by/2.0                   
*/

:link,:visited { 
	text-decoration: none;
	}

ul,li,h1,h2,body,html,p {
	margin: 0;
	padding: 0;
	}

a img,:link img,:visited img {
	border: none;
	}
	
a, a:active {
	outline: none;
	}

a:link, a:visited {
	color: #48403D;
	text-decoration: none;
	}
	
a:hover {
	color: #48403D;
	text-decoration: none;
	}	
	
/*
02-----[ HOME ]------------------------------------------------
 */

body {
	/* background: #000 url(../graphics/breathing.gif) 0 0 no-repeat; */
	background-color: #0A0010;
	font-family: "Courier New", courier, arial, sans-serif;
	font-size: 11px;
	color: #48403D; 
	}

h1 {
	margin:0;
	padding:0;
	text-indent:-9999px;
	}
h1 a {
	display:block; /*necessary for link area to show up */
	width:268px;
	height:171px;
		background: transparent url(../graphics/logo_black.gif) 0px 0px no-repeat; 
	}
	
#tripplered {
	position: absolute;
	top: 103px;
	left: 45px;
	width: 198px;
	height: 60px;
	background: #0A0010 url(../images/home/tripplered.gif) 0 0 no-repeat;
}

#welcomeText {
	position: absolute;
	top: 181px;
	left: 68px;
	width: 340px;
	height: 210px;
	background-color: #0A0010;
	color: #584B59;
	font-family: "Courier New", courier, arial, sans-serif;
	font-size: 11px;
}

#bgimage {
	position: absolute;
	top: 0px;
	left: 560px;
	width: 632px;
	height: 359px;
/*	background: #000 url(../graphics/B_R1.jpg) 0 0 no-repeat; */
}

.slideshow { height: 359px; width: 632px; margin: auto }
.slideshow img { padding: 0; border: 0px solid #ccc; background-color: none; }

	
#menu {
	position: absolute;
	left: 390px;
	top: 0;
	width: 595px;
	height: 374px;
	/*margin-top: 0;*/
	/*margin-left: 141px;*/
	margin-bottom: 25px;
	padding: 0;
	/*background: #999999 url(../graphics/nybirds.gif) 0 0 no-repeat;*/
	}

#menuul {
	position: relative;
	width: 95px;
	height: 95px;
	margin-left: 161px;
	margin-top: 360px;
	background: #999999 url(../graphics/homemenu.gif) 0 0 no-repeat;
	}	

#menuul li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	display: block;
	position: absolute;
	}	

#menuul a {
	display: block;
	}

#menuul a  span {
	display: none;
	}
	
#n-portfolio {top: 0; width: 40px; height: 134px;}
#n-profile  {left: 38px; top: 0; width: 23px; height: 104px;}
#n-contact {left: 60px; top: 0; width: 30px; height: 114px;}

#n-portfolio  a {height: 88px;}
#n-profile  a {height: 70px;}
#n-contact a {height: 74px;}


#n-portfolio  a:hover {background: url(../graphics/homemenu.gif) -1px -96px no-repeat;}
#n-profile  a:hover {background: url(../graphics/homemenu.gif) -61px -96px no-repeat;}
#n-contact a:hover {background: url(../graphics/homemenu.gif) -92px -96px no-repeat;}


#home #left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
	height: 500px;
	background: url(../images/left/home.gif) 0px -4px no-repeat;
}

#home #vision {
	position: absolute;
/*	top: 508px; */
	bottom: 20px;
	left: 22px;
	width: 939px;
	height: 127px;
	background: url(../images/home/vision.gif) 0px 0px no-repeat;
}


#bigtxt {
	margin-top: 320px;
	margin-left: 38px;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: normal;
	width: 90%;
	padding-top: 20px;
	}
	
#footer {
	float: left;
	clear: left;
	padding-bottom: 10px;
	margin-left: 32px;
	font-size: 10px;
	}
	
hr, .hide {
	display: none;
	}
	
.color {
	color: #E8D90B;
	}

.redcolor {
/*	color: #F04E23; */
	color: #970012;
}