@charset "utf-8";
/* CSS Document */
@import "reset.css";
/* layout */
a#christmas { text-decoration: none; }
.right { float: right; }
body { width: 100%; height: 100%; background-color: #322F2A; }
#wrapper {
	width: 800px;
	height: 700px;
	margin: 80px auto 0 auto;
	background-color: #88746A;
	position: relative;
}
.column {
	width: 400px;
	height: 700px;
	float: left;
	overflow: hidden;
}
.taste { height: 745px !important; }
.list-holder { width: 370px; padding: 10px 15px 10px 15px; margin: 10px 0 10px; background-color: #62544D; }
#left {
	width: 400px;
	height: 700px;
	background: url(../images/logo.gif) bottom left no-repeat;
	position: relative;
}
#header-images img { float: left; }
.strap { width: 400px; height: 25px; background-color: #62544D; text-align: center; }
.strap p { font-size: 12px; font-weight: bold; padding-top: 5px; }
#content {
	width: 370px;
	padding: 3px 15px 0 15px;
	overflow: hidden;
	line-height: 1.4em;
}
#content p:first-child { padding-top: 0px !important; } 
.block { width: 180px; height: 60px; margin: 5px 10px 0 0; float: left; background-color: #A19188; }
.block-image { width: 90px; height: 60px; float: left; overflow: hidden; }
.block-header { width: 90px; height: 60x; float: left; overflow: hidden; } 
.block-header p { padding-left: 3px; }
#footer { width: 800px; height: 20px; margin: 0 auto 0 auto; text-align: right; }
#footer p { line-height: 16px; }
#footer span, #footer span a { color: #5f5a51; }
#SWFpreloader {
/*======= used to position background loader off-screen =======*/
	position:absolute;
	left:-50px;
	z-index:1;
}
.thumb { float: left; margin: 0 10px 10px 0; }
ul.list { }
ul.list li { list-style: disc !important; padding: 1px 0 1px 0; }
/* typography */
body { font-family: Arial, Helvetica, sans-serif, "MS Reference Sans Serif"; font-size: 11px; color: #FFFFFF; line-height: 11px; }
h1 { color: #D4C7BF; font-weight: normal; font-size: 16px; }
p { padding: 5px 0 5px 0; margin: 0; }
a { color: #FFFFFF; }

.title { width: 87px; height: 20px; line-height: 18px; padding: 0; margin: 0; background-color: #62544D; float: left; font-weight: bold; text-transform: uppercase; }

#footer p { text-transform: uppercase; font-size: 10px; }
#footer a { color: #B9B5AC; }

/* class */
.clear { clear: both; }
.null { margin: 5px 0 0 0 !important; }

#AARating{position:absolute;bottom:10px;right:10px;}

