/*
//-----------------------------------------------------------------------------

	shell.css
	
	version:	1.0
	date:		07/13/09
	author:		[Martin Olson @ innertwine]
	email:		[martin@innertwine.com]

	website:	[www.pizzaluce.com]

	version history: [1.0]
	

// -----------------------------------------------------------------------------
*/

/*	Reset Browser Styles & Import External Styles
-----------------------------------------------------------------------------*/

@import url("reset.css");
@import url("typo.css");


/*	Global Elements
-----------------------------------------------------------------------------*/

body {
	background: #312f2d url(../img/bkg_pattern.jpg);
	margin: 0;
	padding: 0;
	text-align: center
	}
.wrap {
	color: #808285;
	font-size: 12px;
	margin: 0 auto;
	width: 960px
	}
a:link,
a:visited {
	color: #be1e2d;
	text-decoration: none
	}
	
	
#subscribeWrap {
	background: #fff;
	border: 1px solid #21201f;
	color: #393834;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 1.6em;
	margin: 45px auto;
	padding: 0 5px;
	width: 500px; }
#subscribeForm {
	margin: 20px auto 30px;
	text-align: left;
	width: 400px; }
#subscribeForm li {
	clear: left;
	padding: 5px 0
	}
#subscribeForm li label {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 700;
	line-height: 2em;
	padding-right: 10px;
	text-align: right;
	width: 90px; }
#subscribeForm li input.txtfield {
	padding: 2px;
	font-size: 12px;
	width: 250px; }
#subscribeForm li input.smtxtfield {
	padding: 2px;
	font-size: 12px;
	width: 100px; }
#subscribeForm li select {
	padding: 2px;
	font-size: 12px;}
#subscribeForm li input.submit {
	clear: both;
	margin-left: 253px; }
#subscribeForm label.error {
	background: url(../img/error-arrow.gif) 0 center no-repeat;
	clear: left;
	color: #ff1e1e;
	display: block;
	font-size: 11px;
	margin-left: 100px;
	padding: 5px 0 5px 10px;
	width: auto; }
#notification {
	margin: auto 45px 35px
	}
a.coupon {
	background: #312f2d;
	border-top: 1px solid #444341;
	border-left: 1px solid #444341;
	border-right: 1px solid #201f1e;
	border-bottom: 1px solid #201f1e;
	color: #fff;
	font-size: 16px;
	padding: 4px 10px
	}
	a.coupon:hover {
		background: #cf1d1d;
		border-top: 1px solid #e53232;
		border-left: 1px solid #e53232;
		border-right: 1px solid #b71b1b;
		border-bottom: 1px solid #b71b1b;
		}