/* In the structure file there should only be the following divs (no classes):
	body - overall body structure
	holdem - Holds all the over divs together
	header - Holds the header information such as logos and images
	menu - Holds the main top menu
	crumbtrail - The crumbtrail holds message information and is normally invisible between the menu and main
	cart - The cart holds all the shopping cart information often floated right
	main_hold - if the holdem just contains the header, the main hold holds the left and the main divs
	main - Holds the main content 
	footer - Holds further links and information at the bottom of the page
	clear - a quick way to clear above divs DO NOT CHANGE
	center - Aligns everything in the center quickly DO NOT CHANGE
	Everything else should be in the format.css file 
	
	COLORS USED - Keep a note of all colors used
	#Overall - Blue
	#2e778e
	#
	#
	
	You can find this in action at http://beta.ecommo.com/home/designer
	
*/

/*////////////////////////////////////////////
KEEP ALL FONT SIZES IN EM RATHER THAN PX
	
ALL IMAGES NEED TO HAVE THE RESELLER ID PRECEDDING IT => img/reseller_id/img_name
RESELLER ID WILL BE PROVIDED BY ECOMMO IF REQUIRED
////////////////////////////////////////////*/

/********************************************************************************/
							/* 5.0 Structual formating */
/********************************************************************************/
body,#holdem,#header,#menu,#crumbtrail,#main_hold,#main,#footer{position:relative;}
body {background:#def6ff;font-family:verdana,helvetica,arial;color:#787878;font-size:12px;line-height:14px;}
#holdem {width:944px;margin:auto;background:#fff;border:solid #48cdff;border-width:1px;padding:0 0 20px 0;}
#header {position:relative;padding: 0 ;border:solid #48cdff;border-width:0 0 10px 0;background:url('../../img/154/website/logo/logo.png') no-repeat 20px 12px;height:101px;}

#menu {position:absolute;right:0;bottom:0;}
#crumbtrail {}
#crumbtrail a {}
#main_hold {}
#left {float:left;width:724px;padding: 0 20px 0 0 ;}
#right {float:left;width:200px;}
#flash_top {}
#main {}
#quick_contact{margin:20px 0 0 0;}
#cart {}
#footer {width:944px;position:relative;margin:20px auto 0 auto;}
/********************************************************************************/
							/* 5.0 Quick formating */
/********************************************************************************/
.clear {clear:both;}
.center {text-align:center;}
.ecommo_logo {float:right;color:#fff;font-size:10px;text-align:center;}
.ecommo_logo a {color:#199ad1;text-decoration:underline;}
.left {float:left;}
.right {float:right;}
