@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

body{
	background-color:#241105;
	background-image:url(../images/templates/page_bg.gif);
	background-repeat:repeat-x;
}

/******************** HEADER STYLES ********************/

#header_wrapper{
	background-color:#fefdfc;
	height:120px;
}

#acc_panel{
	position:absolute;
	width:186px;
	height:71px;
	top:-35px;
	right:-3px;
	background-image:url(../images/accounts/ac_panel_bg.gif);
	background-repeat:no-repeat;
}

#acc_panel_content{
	position:absolute;
	bottom:10px;
	left:12px;
}

#header{
	position:relative;
	width:924px;
	height:120px;
	margin:0 auto;
	background-color:#fefdfc;
	background-image:url(../images/templates/header_bg.jpg);
	background-repeat:repeat-y;
}

#logo{
	display:block;
	position:absolute;
	top:24px;
}

#main_nav{
	position:absolute;
	width:925px;
	height:25px;
	top:85px;
	border-bottom:1px solid #CCCCCC;
	text-align:right;
}

#stripe{
	height:45px;
	background-image:url(../images/templates/stripe.gif);
	background-repeat:repeat-x;
}

/******************** PAGE STYLES ********************/

#page{
	position:relative;
	width:909px;
	min-height:600px;
	margin:15px auto 15px auto;
	background-color:white;
	background-image:url(../images/templates/flourish_t_l.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border:8px solid #e9e8e4;
}

#contact #page, #media #page, #gift_vouchers #page, #special_offers #page, #about_us #page{
	background-image:url(../images/templates/flourish_b_r.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#home #page{
	background-image:none;
}

#left_col{
	float:left;
	width:204px;
	position:relative;
	left:10px;
	padding-bottom:20px;
}

#right_col{
	float:right;
	width:675px;
	position:relative;
	right:10px;
	padding-bottom:20px;
}

#breadcrumbs p{
	position:relative;
	top:27px;
	font-size:11px;
}

#body_content{
	width:450px;
	margin-left:20px;
}

#flash_products{
	position:relative;
	left:20px;
	width:635px;
	height:120px;
	border:1px solid #CCCCCC;
}

#collection_container, #products_container{
	position:relative;
	left:20px;
	margin-top:20px;
	width:645px;
}

#products_container{
	width:655px;
}

#col_footer{
	clear:both;
	width:909px;
}

#image_col{
	width:285px;
	float:left;
}

#customisation_col{
	width:370px;
	float:right;
}

/******************** FOOTER STYLES ********************/

#footer{
	width:925px;
	margin:0 auto;
	padding:10px 0 40px 0;
	border-top:1px solid #554136;
}

#footer_left{
	float:left;
}

#footer_right{
	float:right;
	text-align:right;
}
