
/*____ LAST UPDATED 01.10.07 ____*/





/* ________________________________ SECTIONS ________________________________ */

/*

 GENERAL
 HEADER
 STYLES
 SPLASH
 PROJECTS
 SHOP
 BASESTRIP

*/



/* ________________________________ GENERAL _________________________________ */



html body	{
	margin: 0 0 0 0px;
	padding: 0;
	font: 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 18px;
	
	}
#wrapper {
	width: 930px;
	margin: 0 ;
	padding: 0 0 0 50px ;
	}

#wrapper2 {
	width: 930px;
	margin: 0 ;
	padding: 0 0 0 50px;
	}
	


/* ________________________________ HEADER _________________________________ */

	
#header {
 	margin: 30px  0 25px 0;
 	padding: 0px;
	font:  12px "Lucida Grande", Arial, Sans-Serif;
	letter-spacing: 0.01em;

	font-weight:normal;
	color: #000000;
}

#header h1 {font-size: 15px; font-weight: normal; letter-spacing: 0; margin: 0; padding: 20px 0 0 0; }




#strap {
 	
 	margin: 10px 0 0 0;

 	padding: 20px 0 0 0;
	font: 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
 	color: #666666  ;
	font-weight: normal;
}

#detail {margin: 0; padding:0 }
#detail img {padding: 10px 10px 10px 10px }

#launch {
margin: 0 auto;
	padding: 0; 
	}
	
	#launch h1 { margin: 0 0 0px 0; font-size: 12px; font-weight: normal; letter-spacing: 0; color:#333 }
 

#header a { color: #000;
text-decoration: none
}

#header a:hover { color: #000;
text-decoration: underline;
}

#header ul {
margin: 0;
padding: 0 30px 0px 0;
}

#header li {
display: inline;
height: 36px;
padding: 0 20px 0 0;
vertical-align:middle;
font-weight: bold;
}



#header img.top { vertical-align: middle; padding:0 5px 0 0 ; }
	
#header a.current { color: #990000 ;
text-decoration: none ;
}

#header a:hover.current { color: #990000 ;
text-decoration: underline;
}


/* ________________________________ STYLE _________________________________ */

a img {
	border: none;
	margin: 0 0 3px 0 ;
	}

a {
	text-decoration:none;
	color: #000;
	}
a:hover {
	text-decoration:underline;
	color: #663366;
	}
	
	
	
	
/* ________________________________ PROJECTS _________________________________ */


#title {
 	border: 0px solid #ccc;
 	margin: 5px 0 3px 0;
 	padding: 0px;
	font: bold 11px "Lucida Grande", Arial, Sans-Serif;
	letter-spacing: 0.01em;  ;
 	text-transform: uppercase ;
 	color: #000;
}

#name {

 	margin: 0;
 	padding: 0px;
	font: normal 11px "Lucida Grande", Arial, Sans-Serif;
	letter-spacing: 0.00em;  ;
line-height: 18px;
 	color: #000;
}

.info { padding: 6px 0 35px 0; font-size:11px; letter-spacing: 0.02em; font-weight:bold }

.info2 { padding: 2px 0 35px 0; font-size:11px; letter-spacing: 0.02em; font-weight:bold }

.view { padding: 6px 0 0px 0; font-size:11px; letter-spacing: 0.02em; font-weight:bold }

.enlarge { padding: 2px 0 0px 0; font-size:11px; letter-spacing: 0.02em; font-weight:bold }

#pagetitle {
 	border: 0px solid #ccc;
 	margin: 0 0 5px 0;
 	padding: 0px;
	font:  15px "Lucida Grande", Arial, Sans-Serif;
	letter-spacing: 0.02em;  ;

 	color: #000;
}





/* ________________________________ SPLASH _________________________________ */




#splash_wrapper {
position: relative;
width: 500px;
margin: 0 auto;
padding: 0 0 0 50px ;
	}
	
#splash_logo {  margin: 0 auto; }
#splash_logo img { padding: 75px 0 45px 0 }	

	
#splash_table {border-collapse: collapse }
	
#splash_table td {vertical-align:top;
	align: center;
	text-align: center;
}

#splash_table td img {padding: 0 30px 0px 30px;}
#splash_table td  {
	font: normal 10px "Lucida Grande", Arial, Sans-Serif;
	letter-spacing: 0.00em;  ;
	line-height: 15px;
 	color: #000;
}



#splash_footer {
	color: #000;
	clear: both;
	font: normal 10px "Lucida Grande", Arial, Sans-Serif;
	letter-spacing: 0.00em;  ;
	line-height: 18px;
 	color: #000;
	}
	
#splash_menu { margin: 0 auto; }
	
#splash_menu  ul {
	list-style: none;
	margin: 80px 0 11px 0;
	padding: 0 ;
	}
	
#splash_menu li {display: inline;}
	
#splash_menu a {	
	margin: 0px 8px 0px 8px ;
	padding: 3px 8px 4px 8px;
	border: solid 1px #000000;
	font-size: 11px;
	line-height: 22px;
	}
	
#splash_menu a:link, #splash_menu a:visited {
color: #000000;
text-decoration: none;
	}
	
#splash_menu a:hover, #splash_menu a:active {
	color: #ffffff;
	background-color: #000000;
	
	}




/* ---------------------------- */
#leftcolumn1 { /* Parent Wrapper for inside boxes */
 margin: 0 0px 25px 0px;
 display: inline; /* IE Hack */
 width: 200px;
 float: left;
 min-height: 300px;
 padding: 0px;
 border: 0px solid #ccc;

}
* html #leftcolumn1 {height:300px} /* IE Min-Height Hack */ 

#leftcolumn2 { /* Parent Wrapper for inside boxes */
 margin: 0 25px 0px 25px;
 display: inline; /* IE Hack */
 width: 200px;
 float: left;
 min-height: 300px;
 padding: 0px;
 border: 0px solid #ccc;
}
* html #leftcolumn2 {height:300px} /* IE Min-Height Hack */ 
/* ---------------------------- */


/* ---------------------------- */
#rightcolumn1 { /* Parent Wrapper for inside boxes */
 border: 0px solid #ccc;
 margin: 0px 25px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 200px;
 float: left;
 min-height: 300px;

}
* html #rightcolumn1 {height:300px} /* IE Min-Height Hack */ 

#rightcolumn2 { /* Parent Wrapper for inside boxes */
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 200px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn2 {height:300px} /* IE Min-Height Hack */ 
/* ---------------------------- */



/* _______________________________ INFO PAGE ________________________________ */

#infoleftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0 0px 30px 0px;
 display: inline; /* IE Hack */
 width: 350px;
 float: left;
 min-height: 300px;
 padding: 0px;
 border: 0px solid #ccc;
 color: #565656;

}
* html #infoleftcolumn {height:300px} /* IE Min-Height Hack */ 

#infoleftcolumn p {margin: 0 0 15px 0 }

#infoleftcolumn h1 {margin: 0 0 15px 0; font-size: 15px; font-weight: normal; letter-spacing: 0; color:#333 }


#infoleftcolumn h2 {margin: 0 0 10px 0; font-size:13px; font-weight:normal }


#about { /* Parent Wrapper for inside boxes */
 margin: 0 0px 30px 0px;
 display: inline; /* IE Hack */
 width: 500px;
 float: left;
 min-height: 300px;
 padding: 0px;
 border: 0px solid #ccc;
 color: #565656;

}
* html #about {height:300px} /* IE Min-Height Hack */ 

#about p {margin: 0 0 15px 0 }

#about h1 {margin: 0 0 15px 0; font-size: 15px; font-weight: normal; letter-spacing: 0; color:#333 }


#about h2 {margin: 0 0 10px 0; font-size:13px; font-weight:normal }


#inforightcolumn { /* Parent Wrapper for inside boxes */
 margin: 0px 0 0px 80px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 200px;
 float: left;
 min-height: 300px;

}
* html #inforightcolumn {height:300px} /* IE Min-Height Hack */ 

#inforightcolumn hr {
	border: 0;
	color: #000;
	background-color: #aaaaaa;
	height: 1px;
	width: 200px;
	margin: 15px 0 20px 0;
	
	
	}
	
	#inforightcolumn img { 
 margin: 0 ;
padding: 0px 7px 3px 0 ;
border: 0;
}



/* _______________________________ BASESTRIP ________________________________ */

@media screen{
	body > div#footerstrip { position: fixed; }
}

/* Footer elements */

#footer {
	background: #DDDDDD;
	color: #525252;
	width:890px;
	height: 22px;
	line-height: 18px;
margin: 0 0 0 50px ;
}



@media print {
	#footerstrip {
		clear:all;
		background: #DDDDDD;
		width: 100%;
		height: 22px;
		position:static;
	}
}

@media screen {

	#footerstrip {
		background: #DDDDDD;
		width: 100%;
		height: 22px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 900;
	}
}

ul#baselist {
	list-style: none;
	padding: 1px 0 0 0px;
	margin: 0 auto;
}


ul#baselist li {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 3px 19px 0 0 ;
	font:  11px "Lucida Grande", Arial, Sans-Serif;
	color: #999999;
	font-weight: 100 ;
}


a.basestrip, a.basestrip:active, a.basestrip:visited {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 11px;
	text-decoration: none;
	color: #999;
}

a.basestrip:hover {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}






ul#baselistright {
	list-style: none;
	padding: 1px 0 0 0px;
	margin: 0 auto;
	text-align: right ;
}


ul#baselistright li {
	display: block;
	float: right;
	margin-right: 5px;
	padding: 3px 19px 0 0 ;
	font:  11px "Lucida Grande", Arial, Sans-Serif;
	color: #999999;
	font-weight: 100 ;
}


#back { margin: 0 ; padding: 0; float:left }

.left-element {
   float: left;
padding: 2px 0 0 20px;

   }

.right-element {
   float: right;
padding: 2px 20px 0 0 ;
   text-align: right; /* depends on element width */

   }
   
   
   
   
   
   
   
   /* _______________________________ PROJECTS BASESTRIP ________________________________ */

@media screen{
	body > div#footerstrip { position: fixed; }
}

/* Footer elements */

#projectsfooter {
	background: #DDDDDD;
	
	width:100%;
	height: 22px;
	line-height: 18px;
font:  11px "Lucida Grande", Arial, Sans-Serif ;
	color: #666;
	font-weight: 100 ;
}

a.projectsfooter, a.projectsfooter:active, a.projectsfooter:visited {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

a.projectsfooter:hover {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}



@media print {
	#projectsfooterstrip {
		clear:all;
		background: #DDDDDD;
		width: 100%;
		height: 22px;
		position:static;
	}
}

@media screen {

	#projectsfooterstrip {
		background: #DDDDDD;
		width: 100%;
		height: 22px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 900;
	}
}

ul#baselist {
	list-style: none;
	padding: 1px 0 0 0px;
	margin: 0 auto;
}


ul#baselist li {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 3px 19px 0 0 ;
	font:  11px "Lucida Grande", Arial, Sans-Serif;
	color: #999999;
	font-weight: 100 ;
}


a.basestrip, a.basestrip:active, a.basestrip:visited {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 11px;
	text-decoration: none;
	color: #999;
}

a.basestrip:hover {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}




.left-element {
   float: left;
padding: 3px 0 0 15px;

   }

.right-element {
   float: right;
padding: 3px 15px 0 0 ;
   text-align: right; 

   }
