/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

body {
background-color: #FFFFFF;
font-family : Tahoma, Trebuchet, Verdana, Arial;
font-size : 11px;
letter-spacing : .02em;
color : #666666;
margin:0px;
min-width:800px;
}

#container {
width: 800px;
margin:5px;
background-color: #ffffff;
}
	
#navigation {
padding: 0px;
margin: 0px;
height: 34px;
width: 800px;
}

#content {
padding: 0px;
margin: 0px;
width: 800px;
clear: both;
}



/*  ----------------------------------------------------------------------  */
/*  naviagtion */

.navlist {
width: 800px; 
margin: auto;
position:relative;
}
	
.navlist ul {list-style: none; padding: 0px; margin: 0px;}
		
.navlist li{
float: left;
list-style-type: none;
margin: 0px;
padding: 0px;
white-space: nowrap;
}
			
.nav-learn{
height: 30px;
width: 196px;
text-indent: 10000px;
overflow: hidden;
background: url('../images/nav_learn.jpg') top left no-repeat;
display: block;
}
 
.nav-learn:hover{background-position: bottom left;}

.nav-buy{
height: 30px;
width: 175px;
text-indent: 10000px;
overflow: hidden;
background: url('../images/nav_buy.jpg') top left no-repeat;
display: block;
}
 
.nav-buy:hover{
background-position: bottom left;
}

.nav-send{
height: 30px;
width: 206px;
text-indent: 10000px;
overflow: hidden;
background: url('../images/nav_send.jpg') top left no-repeat;
display: block;
}
 
.nav-send:hover{
background-position: bottom left;
}

.nav-dload{
height: 30px;
width: 222px;
text-indent: 10000px;
overflow: hidden;
background: url('../images/nav_dload.jpg') top left no-repeat;
display: block;
}
 
.nav-dload:hover
{background-position: bottom left;}

/*  ----------------------------------------------------------------------  */
/*  LINKS  */

a:link {color: #1CA89B; text-decoration: none;}
a:active {color: #fff; text-decoration: none;}
a:visited {color: #1CA89B; text-decoration: none;}
a:hover {color: #FF6600; text-decoration: underline;}

/*  ----------------------------------------------------------------------  */
