#banner {
   margin-top: 2em;	 
}

#banner img {
   border: 0;
}
body {
	 background: #330066 url(ballons.gif) top right no-repeat;
	 width:800px;
	 margin: 0 auto; /*centre the page layout */
}
	
/* 2 Steps order description */	
.steps_text {
	font-size: 1em;	
}

p, .normal_para, ul {
   font-family:"arial, verdana, tahoma";  
   font-size: 0.9em;
	 color: white;
}


#to_order {    	 
		background: #663399 url(edge_top.png) top left no-repeat; 
		padding: 20px 10px;
		width: 200px;
} 

p.products {
    text-align: center;
} 

#nav {               
	   list-style-image: url(blueAndPointy.gif);
	   margin: 0 0 30px 270px;
		 font-size:0.7em;
		 font-weight: bold;
		 font-family: verdana;       
} 

#nav li {
    float: left;
		margin-left: 3.5em;				 
}

#nav a:visited {
    color:#ccccff;
		text-decoration: none;				
}

#nav a:hover {
    color:#ff0000;
		text-decoration: underline;		
}

#nav a {
    color:#ccccff;	
	  text-decoration: none;				
}

a {
    color:#ccccff;
}

a:hover {
    color:#ff0000;
}

a:visited {
    color:#ccccff;
}

#nav li.current_item {
   color: orange;
	 /*font-size: 1.2em;/*this will become : 0.8em*1.2em (0.8 is parent font) */ 
}

img.cd {
	border: none;    
}
