1
/* In the structure file there should only be the following divs (no classes):
	body
	holdem - Keeps everything inside
	header
	menu
	crumbtrail
	cart
	main
	footer
	clear
	right
	left
	Everything else should be in the format.css file 
	
	colours used:

*/

/*////////////////////////////////////////////

ALL IMAGES NEED TO HAVE THE RESELLER ID PRECEDDING IT => img/reseller_id/img_name

////////////////////////////////////////////*/

/* MULTI format for ease */
#crumbtrail, #main_hold, #footer {
	/* Remember to change #header */
}
/* Structual layout */
body {
	/* Confirmed */
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #eee;
	position:relative;
}

#holdem {
	/* Confirmed */
	margin:0 auto 10px auto;
	position:relative;
	line-height: 1.5em;
	
}

#header {
	position:relative;
	height:140px;
	background:#36393d;
	position:relative;
}
#menu {
	/* Confirmed */
	margin:auto;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#bce6f6;
	height:40px;

}

#crumbtrail {
	/* Confirmed */
	background:#008098;
	margin:15px 0;
	padding:5px 0 ;
	text-align:center;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}

#main_hold {
	/* Confirmed */
	width:922px;
	margin:5px auto;
	background:#fff;
	padding:10px 10px 10px 10px;
	border:solid #ccc;
	border-width:1px;
	clear:both;
	position:relative;
}

#left {
	/* Confirmed */

}

#main {
	/* Confirmed */
	
}

#cart {
	/* Confirmed */

}

/* footer  */
#footer {
	/* Confirmed */
	clear:both;
	background:#565656;
	margin:auto;
	text-align:center;
	padding:20px;
	color:#fff;
}

#sub_footer {
	padding:20px 0;
	width:100%;
	background:#555;
	border-top: 1px solid black;
}


/* main div */


/* These are for quick formatting - DO NOT EDIT */

.clear {
	clear:both;
}

.center {
	text-align:center;
}
.left {
	float:left;
}
.right {
	float:right;
}

.hidden {
	display:none;
}