* {font-family: arial, helvetica, "trebuchet ms", verdana;}

body {
		background-color: #ced1d3;
		min-width: inherit;
		margin: 0px;
		text-align: left;
		}
		
		
#wrapper {
		position: relative;
		width: 770px;
		height: 800px;
		margin: 0px auto 0px auto;
		background-image: url("images/todol_header.gif");
		background-repeat: no-repeat;
		background-color: transparent;
		}
		
#logo{
		position: absolute;
		top: 65px;
		left:40px;
		width: 175px;
		height: 30px;
		background-color: transparent;
		z-index: 3;
		}
		
/*/////////FOOTER//////// */	

#bar {
		position: absolute;
		top: 760px;
		left: 3px;
		width: 770px;
		height: 25px;
		margin: 0px;
		text-align: center;
		}
#bar p {
		font-size: 13px;		
		line-height: 13px;
		margin: 0px 0px 0px 0px;
		}
#bar a {
		font-size: 13px;
		color: #000;
		text-decoration: none;
		border-bottom: solid 1px #1323bb;
		}
#bar a:hover {
		color: #1323bb;
		text-decoration: none;
		border-bottom: solid 1px #000;
		}

/* /////////TOP NAVIGATION///////// */

#navigation
{
		position: absolute; 
		top: 50px; 
		left: 32px; 
		width:600px; 
		height: 40px; }
		
ul#navlist
{
		margin: 100px 0px 0px 10px; 
		padding-left: 0px;
		font-size: 18px ;
}

#navlist li
{
		display: inline;
		list-style-type: none;
}

#navlist a { padding: 3px 8px; }

#navlist a:link, #navlist a:visited
{
		color: #fff;
		text-decoration: none;
}

#navlist a:hover
{
			color: #ccc;
			text-decoration: none;
}

#navlist li.active a {
	color: #999;
	}
	
/* ///////MAIN CONTENT/////// */	
	

#content {
		position: absolute;
		top: 260px;
		left: 50px;
		width: 630px;
		height: 0px;
		}

#content p {
		font-size: 14px;
		text-align:justify;
		text-decoration: none;
		font-weight:normal;
		line-height:17px;
		padding: 0px 0px 0px 285px;		
	
		}
#content a {
		font-size: 14px;
		color: #000;
		text-decoration: none;
		border-bottom: solid 1px #1323bb;
		}
#content a:hover {
		color: #1323bb;
		text-decoration: none;
		border-bottom: solid 1px #000;
		}


.blue { color:#1323bb; }

/*PRODUCTS IMAGE*/

#family{
		float: left;
		border: solid 2px #1323bb;
		height: 313px;
		}
		
img{ 	float:left;
		border: solid 2px #1323bb;
		
		}
		
/*CLICK HERE */
		
#click{   
		position: absolute;
		top: 700px;
		left: 35px;
		}

#click p {
		font-size: 12px;
		text-align:left;
		font-weight: normal;
		border-bottom: solid 1px #1323bb;
		}
		
/*GREEN CASE*/
		
#green{   
		position: absolute;
		width:239px;
		height:108px;
		top: 590px;
		left: 50px;
		}
		
/*ALL RIGHTS RESERVED*/	

p {		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#000 ;
		}
		

 a {text-decoration:underline; color:#1323bb; } 
 
 
 a:hover { text-decoration: none; color: #000; }
