/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;	
background:url(images/the%20sea.JPG) no-repeat ;
}
#clia{
clear:both;	
}
#boat{
border-radius:12px;
width:1000px;
min-height:850px;
border:1px solid #ccc;
margin-left:10%;
background:#fbfbfb;
}
#boat #top_menus{
	text-align:right;
	padding:9px;
	margin-bottom:5px;
	padding-bottom:0px;
	font-size:12px;
	font-weight:bold;
}

#boat #raft{
width:	85%;
margin-left:15%;
margin-top:0px;
border-radius:9px;
border:1px #fbfbfb solid;
border-right:none;
height:155px;
background:#39F;
background:url(images/too.jpg);
border-bottom-right-radius:0px;
border-top-right-radius:0px;
}

#logo_image{
margin-left:-15%;
margin-top:5px;	
}

#canvas{
margin-top:5px;
padding:5px;	
}
#canvas #menu{
width:200px;	
float:left;
}
.category{
padding:4px;
}

.categoryName{
font-weight:bold;
font-size:12px;
color:#000;	
background:red;
padding:5px;
border-radius:4px;
color:#fefefe;
border-bottom-right-radius:0px;
}

.subcats{
margin-left:5px;	
background:#D1E4F8;
padding:3px;
}
.subcats ul{
margin-top:0px;	
margin-left:-15px;
}

#canvas #flag{
	float:left;
	margin-top:10px;
width:750px;
min-height:150px;	
margin-left:10px;
background:#f5f5f5;
padding:10px;
border-radius:10px;
border:1px solid #ccc;
}

#flag #left_float{
float:left;
width:360px;
min-height:145px;
background:#f1f1f1;
border-radius:5px;
margin-left:5px;	
padding:4px
}

#flag #mid_float{
float:left;
width:0px;
background:#f3f3f3;
border-radius:5px;	
min-height:145px;
margin-left:5px;
}

#flag #right_float{
float:left;
width:200px;

border-radius:5px;	
min-height:145px;
margin-left:5px;
text-align:center;
font-size:12px;
padding:0px;
padding-bottom:0px;
}

#itemRow{
background:#fafafa;
padding:3px;
width:auto;	
}

#itemRow #itemBox{
float:left;
width:300px;
overflow:hidden;
border-right:1px dashed #999;
padding-left:4px;
margin-left:4px;	
}

#itemBox #itemImage{
margin:3px;
border: 1px solid #fdfdfd;
width:200px;
border-radius:12px;

}

#itemBox #itemName{
	font-size:14px;
	text-weight:bolder;
	color:black;
	text-transform:capitalize;
}

#itemBox #itemdescr{
	
}

