/* 
	Bella Vita Website
	styles for the basic layout
*/

body { 
	margin: 0; 
	background-color: #C7C17D; 
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	color: black; 
	overflow-x: hidden;
}

#navBar {
	height: 500px; /* in effect this plus banner is the min height of the page */
}

#shadow {
	margin-top:20px;
	background-color:white;
}

/* outer page div */
#page {
	width:100%;
}

/* inner table format */
#inner {
	background-color:white;
	/* margin-top:20px; */
	/* margin-bottom:20px; */
}

/*shadow */
/*
repeat
repeat-x
repeat-y

*/
td.t_left {
	background-image: url('images/shadow/t_left.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
td.top {
	height:30px;
	background-image: url('images/shadow/top.gif');
	background-repeat: repeat-x;
	background-position: top;
}
td.t_right {
	background-image: url('images/shadow/t_right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

td.left {
	width:30px;
	background-image: url('images/shadow/left.gif');
	background-repeat: repeat-y;
	background-position: left;
}
td.right {
	width:30px;
	background-image: url('images/shadow/right.gif');
	background-repeat: repeat-y;
	background-position: right;
}

td.b_left {
	background-image: url('images/shadow/b_left.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
td.bottom {
	height:30px;
	background-image: url('images/shadow/bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
td.b_right {
	background-image: url('images/shadow/b_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}





/* columns */
td.col1 {
	width:15px;
}
td.col2 {
	width:150px;
}
td.col3 {
	width:15px;
}
td.col4 {
	
}
/* rows */
td.row1 {
	height:15px;
}
td.row2 {
	height:150px;
}
td.row3 {
	height:15px;
}
td.row4 {
	
}
/* individual cells */

td.cell1 {

}
td.cell2 {
	background-color: #B2C39A;
}
td.cell3 {
	
}
td.cell4 {
	background-color: #EEEEEE;
}

td.cell5 {
	background-color: #BCCD9C;
}
td.cell6 {
	background-color: #96AF6B;
}
td.cell7 {
	background-color: #BCCD9C;
}
td.cell8 {
	background-color: #B4C494;
}

td.cell9 {
	
}
td.cell10 {
	background-color: #B2C39A;
}
td.cell11{
	
}
td.cell12 {
	background-color: #EEEEEE;
}

td.cell13 {
	background-color: #EEEEEE;
}
td.cell14 {
	background-color: #AABB91;
}
td.cell15 {
	background-color: #EEEEEE;
}
td.cell16 {
	background-color: #DEDEDE;
}