/* ./_css/structure.css */


/*	-----------------------------------
	main structure
----------------------------------- */


html, body {	
	padding:0;
	margin:0;
	height:100%;
}

body {
	background:url(../_images/_template/bg_body.gif) center top;
	text-align: center;
}



div#wrapper	{
	width:960px;
	margin:0 auto 0 auto;
	padding:0 28px 0 28px;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url(../_images/_template/bg_wrapper.gif) repeat-y;
}


		img#header	{
			width:960px;
			height:312px
		}
		
				
		div#cart_link_holder {
			position:absolute;
		}
		
			div#cart_link_holder a {
				position:relative;
				top:-30px;
				left:530px;
				display:block;
				padding:0 0 0 24px;
				border:0;
				background:url(../_images/_template/mm_cart.gif) top left no-repeat;
				line-height:16px;
				font-size:11px;
				font-weight:bold;
				color:#FFF;
				text-decoration:none;				
				
			}
				div#cart a:hover {
					background-position:bottom left;
					color:#000;
				}
		
		
		div#menu {
			text-align:center;
			background:url(../_images/_template/bg_menu.jpg) no-repeat;
		}
		
			div#menu a {
				padding:0 10px 0 10px;
				height:43px;
				line-height:43px;
				border-left:2px solid #F9A1CA;
			}
			
				div#menu a img {
					margin:0 0 0 6px;
					vertical-align:bottom;			
				}
			
			div#menu a.first {
				border-left:0;			
			}
	
	div#main	{
		padding:30px;		
		background:#FFF;
		text-align:left;
	}

	div#footer {
		clear:both;
		text-align:center;
	}

	
		div#footer div#footer_bar {
			margin:10px 0 0 0;
			padding:14px 0 0 210px;
			height:42px;
			background:url(../_images/_template/bg_footer.jpg) no-repeat;
			text-align:left;			
		}
		
	
			div#footer div#footer_bar a#fl_email {
				margin:0 70px 0 0;
			}

		div#footer div#copyright {
			padding:16px 0 0 16px;
			font-size:12px;
			font-weight:bold;
			color:#499ac0;
		}
		
		div#footer div#footer_menu {
			padding:0 16px 16px 16px;			
			font-size:9px;
			font-weight:bold;
		}
			
			div#footer div#footer_menu,
			div#footer div#footer_menu a {
				color:#E21776;
				text-decoration:none;
			}
			
			div#footer div#footer_menu a:hover {
				text-decoration:underline;
			}
			
		



