body{
	margin: 0;
	padding: 0;
	font-family: "tahoma", trebuchet, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

a{
	color: #000;
}
a img{
	border:  none;
}

.noflash{
	width: 401px;
	height: 100px;
	margin: 20px 0 0 150px;
}

.noflash img{
	margin: 12px 0 0 0;
}

#tempIndex,
#error404{
	height: 100%;
	background: #ff6600 url( images/bg_home.gif )no-repeat;
}

.container{
		margin: 0 auto;
}

#whyToy{
	background: url( images/bg_whytoy.gif ) no-repeat;
	height: 100%;
}

#contact{
	background: url( images/bg_contact.gif ) no-repeat;
	height: 100%;
}

#about{
	background: url( images/bg_about.gif ) no-repeat;	
}

#clients{
	background: url( images/bg_clients.gif ) no-repeat;
	height: 100%;
}

h4,
#aboutNav{
	font-size: 11px;
	margin: 24px 0 12px 0;
	list-style: none;
	padding: 0
}

#nav{
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	height: 20px;
	padding:0;
	margin:0;
	width: auto;
}


#aboutNav li,
#nav li{
	float: left;
	margin: 0 12px 0 0;
}

#aboutNav li a,
#nav li a{
	display: block;
	text-decoration:none;
	color:#000;
}

#aboutNav li a{
	display:block;
	height: 14px;
}

h4.ari,
#aboutNav li.ari a{
	height: 14px;
	width: 73px;
	background: url( "images/aboutnav_ari.gif" ) no-repeat top left;
}

#aboutNav li.ari a:hover{
	background: url( "images/aboutnav_ari.gif" ) no-repeat bottom left;
}

h4.anne,
#aboutNav li.anne a{
	height: 14px;
	width: 92px;
	background: url( "images/aboutnav_anne.gif" ) no-repeat top left;
}

#aboutNav li.anne a:hover{
	background: url( "images/aboutnav_anne.gif" ) no-repeat bottom left;
}

h4.david,
#aboutNav li.david a{
	height: 14px;
	width: 83px;
	background: url( "images/aboutnav_david.gif" ) no-repeat top left;
}

#aboutNav li.david a:hover{
	background: url( "images/aboutnav_david.gif" ) no-repeat bottom left;
}


#whyToy #nav{
	padding:340px 0 0 0;
	margin:0 0 0 194px;
}

#about #nav{
	padding:18px 0 0 20px;
	margin:0 0 0 0;
	position: relative;
	top: 230px;
}

#clients #nav{
	position: relative;
	clear: both;
	height: 16px;
	top: 140px;
	left: 20px;
}

#contact #nav{
	padding: 18px 0 0 450px	;
}

#nav .about a{
	width:66px;
	height: 15px;
	background: url( "images/nav_aboutus.png" ) top left no-repeat;
}
#nav .about a:hover,
#about #nav li.about a{
	display:block;
	background: url( "images/nav_aboutus.png" ) bottom left no-repeat;	
}

#nav .whyToy a{
	width:68px;
	height: 15px;
	background: url( "images/nav_whytoy.png") top left no-repeat;
}

#nav .whyToy a:hover,
#whyToy #nav li.whyToy a{
	background: url( "images/nav_whytoy.png") bottom left no-repeat;
}

#nav .clients a{
	width:53px;
	height: 15px;
	background: url( "images/nav_clients.png") top left no-repeat;
}

#nav .clients a:hover,
#clients #nav .clients a{
	background: url( "images/nav_clients.png") bottom left no-repeat;
}

#nav .contact a{
	width:61px;
	height: 15px;
	background: url( "images/nav_contact.png") top left no-repeat;
}

#nav .contact a:hover,
#contact #nav .contact a{
	background: url( "images/nav_contact.png") bottom left no-repeat;
}


body #home{
	height: 100%;
	color: #fff;
	background: #ff6600 url( "images/bg_home.gif" ) no-repeat;
}

body #error404 #nav,
body #home #nav{
	padding: 360px 0 0 150px;
}

body #tempIndex .content{
	padding: 330px 0 0 150px;	
}

body #whyToy{
	background-color: #619900;
	height: 100%;
	color: #fff;
}

body #about{
	background-color: #FF3300;
	color: #fff;
}

body #work{
	background-color: #86BDBD;
	color: #fff;
}

body #clients{
	background-color: #B2BDBD;
	color: #fff;
}

body #contact{
	background-color: #E0A100;
	color: #fff;
}

#clients .content{
	margin: 50px 0 0 400px;
}

#clients .content ul{
	list-style: none;
	margin:20px 0 0 20px;
	padding: 0;
	width: 670px;
	clear: both;
}

#clients .content ul li{
	float: left;
	margin: 0 40px 0 0;
}

#error404 .content{
	font-size: 11px;
	margin:0 0 0 150px;
	width: 290px;
	color:#000;
}

#tempIndex .content{
	font-size: 11px;
	margin:0 0 0 100px;
	width: 500px;
	color:#000;
}

#contact .content{
	position:relative;
	font-size: 11px;
	left: 290px;
	top: -22px;
	margin:0;
	width: 170px;
	color:#000;
}

#about .content{
	max-width: 450px;
	padding:250px 32px 0 24px;
}

#about .content p{
	margin:0 0 12px 0;
}

#whyToy .content{
	width: 320px;
	margin: 24px 0 0 195px;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}