/* ============================ common ============================== */

body {
	color:#000;
	font: normal 13px Helvetica;
	background: url(../img/bg.jpg) repeat-y top center #f1eace;
}

a { color: #000; text-decoration: none; borde.r-bottom: 1px solid #FF0099; }
a:hover, a:active, a:focus { color: #f09; }

.post a { color: #f09; text-decoration: none; }

img { display: block; }
a img { border: none; }
a span { cursor: pointer; }
em { font-style: italic; }
strong { font-weight: bold; }

.aural{
	position: absolute;
	font-size: 0;
	left: -2007px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
	text-align:right;
}

.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
}

p {
	letter-spacing: 0.6px;
	margin-bottom: 13px;
}
/* ========================== common end ============================ */

/* ============================ layout ============================== */

.holder {
	width: 950px;
	margin: 0 auto;
	position:relative;
}

.input-text {
	border: 1px solid #000000;
	background-color: #797979;
	width: 208px; height: 23px;
	margin-bottom: 8px;
}

.input-text input {
	background: none; border: 0;
	width: 200px; height: 20px;
	margin-left: 4px;
	margin-top: 4px;
}
.input-text select {
	background: none; border: 0;
	width: 200px; height: 16px;
	margin-left: 4px;
	margin-top: 4px;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#logo {
	background: url(../img/handmade-burger-1.gif) no-repeat 0 0;
	width: 302px; height: 42px; float: right;
	margin-top: 45px;
}
#logo a {
	width: 302px; height: 43px; display: block;
	text-indent: -2008%;
}

#sticker {
	background: url(../img/newyear.gif) no-repeat;
	width: 75px; height: 73px; float: right;
	margin: 23px 22px 0 0;
}

#cm-sticker {
	background: url(../img/cm-sticker.gif) no-repeat;
	width: 86px; height: 78px; float: right;
	margin: 23px 20px 0 0; color: #fff;
	text-transform: uppercase; text-align: center;
	font-weight: bold;
}
#cm-sticker div {
	margin: 20px 5px 5px 5px;
}

#cm-sticker a {
	color: #ffffff;
}


/*
#nav {
	width: 545px;
	margin-top: 50px;
	font-size: 14px;
	float: left;
	font-weight: bold;
}
#nav li {
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
}

#nav li a {
	padding: 3px;
}

#nav li a.active {
	background-color:#FF0066;
	color:#FFFFFF;	
}

#nav li a:hover {
	background-color: #ff0066;
	color: #ffffff;
}

#nav li ul {
	display: block;
	background: red;
	width: 100px;
	position: absolute;
}
*/



#nav {
	width: 525px;
	margin-top: 50px;
	font-size: 16px;
	float: left;
	font-weight: bold;
}

#nav li {
	float: left;
	text-transform: uppercase;
	margin-right: 7px;
}
#nav li#last {
	margin-right: 0;
}

#nav li a {
	display: block;
	padding: 3px;
	text-decoration: none;
	wid.th: 70px;
	white-space: nowrap;
	color: #3d3d3d;
}



#nav li a:hover {
}

#nav li ul {
	margin: 0;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	background: #000;
	font-size: 13px;
}

#nav li ul li {
	float: none;
	display: inline;
	margin: 0;
}

#nav li ul li a {
	width: auto;
	color: #fff;
}

#nav li ul li a:hover {
}


#nav li a.active {
	background-color:#bc0500;
	color:#FFFFFF;	
}








#home-quote {
	background: url(../img/home-quote2.gif) no-repeat 0 0;
	width: 911px;
	height: 93px;
	text-indent: -2008%;
	margin-top: 40px;
}

#grey-box {
	background: url(../img/box-bg.png) repeat;
	height: 280px;
	width: 100%;
	margin-top: 50px;
	color: #666;
	margin-bottom: 65px;
}

#grey-box h3 {
	margin-top: 22px;
	margin-bottom: 8px;
	font-size: 20px;
	color: #000;
}
#grey-box h3 span {
	color: #bc0500;
}

#grey-box .grey-btn, .menu-item .grey-btn {
	background: url(../img/grey-btn.gif) no-repeat 0 0;
	width: 89px; 
	height: 21px; 
	float: right; 
	border: 0; 
	margin-right: 15px;
	text-indent: -1000px;
}

#wrapper {
	width: 100%;
	margin-top: 50px;
	color: #333;
}

#mailing-list {
	background: url(../img/grey-dots.png) repeat-y right;
	width: 235px; height: 214px; float: left;
	margin-top: 11px; font-size: 12px;
	padding-top: 0px;
}

#mailing-list p.no-margin {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

#mailing-list .input-text {
	width: 218px;
}
#mailing-list .input-text input {
	color: #fff;
}

#mailing-list .input-text select {
	width: 210px;
}

#special-offers {
	float: left;
	width: 295px;
	margin-left: 15px;
	margin-top: 21px;
}
#special-offers .date {
	float: left;
	background-color: #d9debe;
	width: 50px; height: 55px;
	color: #666;
}
#special-offers .date em {
	font-size: 24px;
	display: block;
	text-align: center;
	font-style: normal;
	padding-top: 3px;
	font-weight: bold;
}
#special-offers .date strong {
	font-size: 12px;
	display: block;
	text-align: center;
	font-weight: normal;
}
#special-offers p {
	width: 235px;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
	margin-bottom: 5px;
}
#special-offers .more {
	background: url(../img/more-link.gif) no-repeat;
	width: 89px; height: 21px; float: right;
	display: block; margin-bottom: 20px;
}

#polaroid {
	background: url(../img/polaroid-cms.png) no-repeat;
	width: 403px;
	height: 349px;
	position: absolute;
	right:0; top:-45px;
	display: block;
}
#polaroid2 a {
	width: 403px; height: 349px;
	display: block;
	background: transparent;
}

#polaroid-images {
	position: relative;
	left: 35px; top: 38px;
	background: transparent;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */

#content {
	width: 655px;
	float: right;
}

#content p, #full-page p {
	line-height: 20px;	
}

#form-wrapper {
	background: #383838;
	width: 500px;
	margin: 0 auto;
	color: #fff;
	padding: 10px 15px 15px 15px;
}


#content h3, #full-page h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 10px 0;
}
#content h3 span, #full-page h3 span {
	color: #bc0500;
}

#content #form-wrapper h3, #full-page #form-wrapper h3 {
	color: #fff;
}

#welcome {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin-top: 15px;
	color: #434343;
}

.pink-title {
	color: #ff0099; display: block;
	font-size: 14px; margin: 10px 0 10px 0;
	letter-spacing: 0.4px;
	font-size: 16px
}

.intro-text {
	font-size: 14px;
}

.post-preview {
	width: 655px; height: 120px;
	background-color: #d9debe;
	margin-bottom: 20px;
	position: relative;
	color: #ffffff;
}
.post-preview .mark {
	background: url(../img/post-mark.gif) no-repeat 0 0;
	width: 51px; height: 54px; z-index: -1;
	position: absolute; bottom:-24px; left: -33px;
}
.post-preview h2 {
	background-color: #000000; padding: 4px;
	position: absolute; left: 75px; top: 15px;
	font-size: 20px; z-index: 2;
}
.post-preview h2 span {
	color: #ff0099;
}
.post-preview img {
	position: absolute;
	left: 8px; top: 8px;
	display: block;
	z-index: 0;
}
.post-preview .date {
	width: 50px; height: 47px;
	background-color: #000000;
	padding-top: 8px;
	position: absolute;
	top: 15px; left: 15px;
	font-size: 24px;
	line-height: 17px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	z-index: 2;
}

.post-preview .date span {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.post-preview .more-btn {
	background: url(../img/more-btn.gif) no-repeat 0 0;
	width: 89px; height: 21px; display: block;
	position: absolute; z-index: 3;
	bottom: 12px; right: 12px;
}

.more-btn {
	background: url(../img/more-btn.gif) no-repeat 0 0;
	width: 89px; height: 21px; display: block;
	float: right;
}

.highlighted {
	color: #bc0500;
}

.highlighted a {
	color: #bc0500;
}

#page-image-holder {
	float: right;
	background-image: url('../img/page-image-holder.gif');
	height: 353px;	
	width: 402px;
	margin-top: -35px;
}

#page-image-holder img {
	margin: 33px 39px;
}

hr {
	margin: 20px 0px;
	border: 0px;
	height: 2px;
	background: transparent url('../img/list-dots.png');
}

.avatar {
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;	
}

.author {
	float: left;
	margin-bottom: 10px;	
}

.author cite {
	color: #ff0099;	
	font-size: 18px;
}

.author cite a {
	color: #ff0099;	
}

#content form p {
	float: left;
	color: #333;	
	padding: 0px 10px 0px 0px;	
}

label {
	display: block;
	margin-bottom: 10px;
}

#content form p textarea, #content form p input {
	border: 1px solid #000000;
	background-color: #797979;
	padding:3px ;
	margin-bottom: 8px;
	clear: both;
	font-family: Arial;
	font-size: 13px;
}

#content form p input {
	width: 200px;
}

#content form p textarea {
	width: 510px;
	height: 175px;
}

#content form .grey-btn {
	background: url(../img/grey-btn-page.gif) no-repeat 0 0;
	width: 89px; height: 21px; float: right; 
	border: 0; margin-right: 15px;
	text-indent: -1000px;
}


.submitbtn {
	background: url(../img/submit-btn.jpg) no-repeat 0 0;
	width: 89px; height: 21px; cursor: pointer;
	border: 0; margin-right: 15px;
	text-indent: -2000px;
	display: block;
}


.submit-button {
	margin-top: 190px;
}

/* ========================== content end =========================== */

/* ============================ side-bar ============================ */

#sidebar {
	float: left;
	width: 235px;
	color: #464646;
}
#sidebar a {
	color: #464646;
}

#sidebar-home {
	float: left;
	width: 235px;
	color: #464646;
	margin-top: -35px;
}

.menu-item {
	background-color: #d9debe;
	width: 233px;
	margin-bottom: 15px;
}

.menu-item form {
	margin-left: 10px;
}

.menu-item form .grey-btn {
	margin-bottom: 10px;
}

.menu-item h3 {
	font-size: 20px;
	padding: 12px;
}
.menu-item h3 span {
	color: #bc0500;
}

.menu-item .icon-list {
	padding: 0 12px 12px 12px;
	margin-top: -15px;
	font-weight: bold;
}
.menu-item .icon-list li {
	background: url(../img/list-dots.png) repeat-x left bottom;
	padding-bottom: 10px;
	padding-top: 10px;
}
.menu-item .icon-list li a {
	color: #464646;
}
.menu-item .icon-list .last {
	background: none;
	padding-bottom: 5px;
}
.menu-item .icon-list li p {
	float: right;
	width: 140px;
	display: block;
}

#sidebar ul.list {
	margin-left: 29px;
	font-size: 13px;
	padding-bottom: 10px;
}

#sidebar ul.list li {
	list-style: disc;
	color: #bc0500;
	padding: 5px 0;
}

#sidebar ul.list li ul  {
	padding-left: 10px;
	font-size: 13px;
}

#sidebar ul.list li ul li {
	list-style: disc;
	color: #bc0500;
	padding: 5px 0;
}

#sidebar ul.list li ul li a {
	color: #666;
}

#sidebar ul.list a:hover {
	color: #bc0500;
}

#sidebar form {
	margin-left: 12px;	
	padding-bottom: 10px;	
}

#sidebar ul.comments {
	padding: 0 10px 10px 10px;
}

#sidebar ul.comments li {	
	background:transparent url(../img/list-dots.png) repeat-x scroll left bottom;
}

#sidebar ul.comments li p {
	margin: 0px;
	padding: 10px 0;
}

#sidebar ul.comments a {
	color: #f09;
}

#customer-comments {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
	color: #464646;
	line-height: 130%;
}

#customer-comments #quotes {
	width: 145px;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
#customer-comments #quotes span {
	display: block;
	font-weight: normal;
	padding-top: 4px;
}

#customer-comments #quotes .ldquo {
	background: url(../img/ldquo.jpg) no-repeat;
	width: 17px; height: 14px; float: left;
	display: block; margin: 0 10px 5px 0;
}
#customer-comments #quotes .rdquo {
	background: url(../img/rdquo.jpg) no-repeat;
	width: 23px; height: 19px; float: right;
	display: block; margin: 5px 0 0 10px;
}


#customer-comments #speech-bubble {
	background: url(../img/speech-bubble.gif) no-repeat;
	width: 57px; height: 39px; display: block;
	position: absolute; top: 50px; left: 14px;
}
#customer-comments #speech-tail {
	background: url(../img/speech-tail.gif) no-repeat;
	width: 36px; height: 37px; display: block;
	position: absolute; bottom: -37px; left: 15px;
}

/* ========================== side-bar end ========================== */

/* ============================= footer ============================= */


#footer {
	background: url(../img/footer-bg.png) no-repeat;
	width: 100%; height: 566px;
}

#footer .holder {
	padding-top: 120px;
}

#footer h3 {
	color: #000000;
	padding-top: 5px;
	margin-bottom: 8px;
	font-size: 20px;
}
#footer h3 span {
	color: #bc0500;
}

#visit {
	padding-top: 5px;
	height: 210px;
}

#visit #branches {
	font-weight: bold;
}
#visit #branches li {
	width: 190px;
	color: #666;
	float: left;
	line-height: 140%;
}
#visit #branches .last {
	width: 140px;
}
#visit #branches li .name, #visit #branches li .links {
	color: #000;
}
#visit #branches li .location {
	color: #bc0500;
}

.break {
	width:100%;
	height: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

#friends {
	width:275px;
	float: left;
}
#friends-links {
	margin-top: 2px;
	font-weight: bold;
	font-size: 14px;
}
#friends-links li {
	margin-bottom: 3px;
}
#friends-links li a {
	color: #666;
}

#copy {
	float: right; width: 315px;
	font-size: 14px; font-weight: bold;
	margin-top: 45px; color: #666;
}
#copy a {
	color: #666;
}

#proj383 {
	background: url(../img/383project.gif) no-repeat;
	width: 37px; height: 36px; float: right;
	text-indent: -2008%; display: block;
	margin-top: -25px;
}

/* =========================== footer end =========================== */

#searchform {
	padding-top: 5px;
	float: left;
	width: 315px;
	margin-top: 30px;
}

#searchform .search-box {
	border: 1px solid #000000;
	background-color: #797979;
	width: 148px;
	padding: 2px;
	float: left;
}

#searchform label {
	float: left;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
	color: #000;
}

#searchform .search-box {
	border: 1px solid #000000;
	background-color: #797979;
	width: 148px;
	padding: 2px;
	float: left;
	margin-left: 5px;
}

#searchform  .grey-btn, .ddfmwrap .submit input {
	background: url(../img/grey-btn.gif) no-repeat 0 0;
	width: 89px; 
	height: 21px; 
	float: right; 
	border: 0; 
	margin-top: 2px;
	margin-right: 10px;
	text-indent: -1000px;
}

#contactform {
	padding: 0px;
	margin: 0px;
}

div.form-cell {
	float: left;
	width: 33%;
}

div.form-cell-double {
	width: 66%;
	float: left;
}

#contactform div.form-cell-double textarea {
	width: 407px;
	background-color: #797979;
	padding: 3px;
	border: 0;
	height:113px;
}

div.form-cell label {
	float: left;
}

div.form-cell input.text {
	float: left;
	clear: left;
	background-color: #797979;
	border: 0;
	padding: 3px;
	width: 190px;
	margin-bottom: 20px;
}

div.form-cell input.ver_text {
	float: left;
	background-color: #797979;
	border: 0;
	padding: 3px;
	width: 110px;
	margin-bottom: 20px;
	margin-top: 5px;
}

div.form-cell img {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}

div.form-cell div.radio {
	float: left;
	width: 25px;
	height: 25px;
	background-color: #797979;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}

#contactform div.form-cell label.radio-label {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-left: 10px;
}

div.mailing-cell {
	float: left;
	padding: 0px;
	margin-bottom: -5px;
	margin-top: 2px;
}

div.mailing-cell div.radio {
	float: left;	
	float: left;
	width: 20px;
	height: 20px;
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
}

div.mailing-cell label {
	float: left;
	line-height: 25px;
	vertical-align: middle;
	font-size: 8pt;
	margin-right: 7px;
	color: #000;
}

#sidebar div.mailing-cell label {
	color: #fff;
}

.no-margin {
	margin: 2px;	
}


.homepage-cms-list {
	list-style: disc;
	font-size: 16px;
	margin-left: 20px;
	color: #666666;
}

.homepage-cms-list li {
	margin: 5px 0;
}



#evoucher-form {
}

#evoucher-form .row {
	clear: both;
}
#evoucher-form .input-radio {
	float: left;
}
#evoucher-form .row .form-col {
	float: left; width: 100px;
	padding-top: 10px;
}



.intro-text-title {
	display: block;
	margin: 10px 0 10px 0;
	letter-spacing: 0.4px;
	font-size: 16px;
	color: #666666;
}


#content a {
	border-bottom: 1px solid #bc0500;
}
#content .more-btn {
	border: 0;
}

#download-menu-content-link {
	margin-bottom: 13px;
	background: url(../img/menu-2.gif) no-repeat left center;
	padding: 20px 0 20px 80px;
}

#content a.bid-link {
	background: url(../img/bid-link.jpg) no-repeat;
	width: 89px; height: 21px; display: block; text-indent: -2010%;
	border: 0;
}

#donate-item p {
	margin: 5px 15px 0 15px;
	padding-bottom: 10px;
}

form#donate-btn {
	margin: 0 0 0 35px;
}

.auction-content {
}
.auction-content img.alignleft {
	margin-right: 20px;
}
