body {
	background: #f9f7e2;
	margin: 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	padding:0;
	color: #3a271a;
}

/* ###### PREDEFINE ######## */

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../css-fonts/HelveticaNeue-CondensedBold.eot');
    src: url('../css-fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'),
         url('../css-fonts/HelveticaNeue-CondensedBold.woff') format('woff'),
         url('../css-fonts/HelveticaNeue-CondensedBold.ttf') format('truetype'),
         url('../css-fonts/HelveticaNeue-CondensedBold.svg#StagSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
	}



/* ######## Header ########## */
#header-wrapper{
	width:100%;
	height:194px;
	background:#f9f7e2 url(../images/body-bg.jpg) repeat-x top center;
}	
#header{
	width:1080px;
	height:194px;
	margin:0 auto;
	/*background:#6699FF;*/
}
/* Left */
#header-left{
	width:400px;
	height:194px;
	float:left;
	/*background:#003300;*/
}
#header-left .marvista{
	margin-top:102px;
	width:141px;
	height:45px;
	/*background:#CCFF00;*/
	float: right;
	right:0;
}
#header-left .add-left{
	margin-top:11px;
	width:331px;
	height:29px;
	/*background:#CC3366;*/
	float: right;
	right:0;
	text-align:right;
	font-family: 'Helvetica Neue';
	font-size:20px;
}

#header-mid{
	width:279px;
	height:194px;
	float:left;
	/*background:#66FF99;*/
}

/* Right */
#header-right{
	width:400px;
	height:194px;
	float:right;
	/*background:#CCFF33;*/
}
#header-right .santamonica{	
	margin-top:102px;
	width:141px;
	height:45px;
	/*background:#996633;*/
}
#header-right .add-right{
	margin-top:11px;
	width:331px;
	height:29px;
	font-family: 'Helvetica Neue';
	font-size:20px;
	/*background:#9933CC;	*/
}

/* ####### START: MAIN CONTENT ########## */
#container {
	width: 1080px;
	margin: 40px auto 30px;
	/*background:#CC6600;*/
}

img {
	border: none;
}

/* ####### START: SIDEBAR LEFT ########## */

.sidebar {
	width: 240px;
	float: left;
}
.sidebar .checkout {
}

.sidebar .email_signup {
	margin: 160px 0 0 0;
}

.sidebar .address, .sidebar .menu_button {
	margin: 20px 0 0 0;
	display: block;
}

#button-submit {
	float:right;
	margin-right:2px;
}

#stores {
	width:240px;
	height:26px;
	/*background:#006600;*/
	padding:0 !important;
	margin:0 !important;
}

.sidebar .fb-like {
	margin-top:10px;
	width:230px;
}

/* END: SIDEBAR LEFT */

/* ####### START: SIDEBAR RIGHT ########## */

.sidebar-right {
	width: 240px;
	float: right;
}

.sidebar-right .email_signup {
	margin: 0 0 0 0;
}

.sidebar-right  .address, .sidebar .menu_button {
	margin: 20px 0 0 0;
	display: block;
}

.logo {
	width: 240px;
	height: 203px;
	background: url("../images/logo.gif") no-repeat;
}

.navigation {
	margin: 0 0 30px 20px;
	padding: 0;
	list-style: none;
	line-height: 0;
}

.navigation li {
	padding: 0;
}

/* END: SIDEBAR LEFT */



/* CONTENT BEGIN */

.content {
	width: 570px;
	margin-left:20px;
	float: left;	
}

.content a, .content a:link, .content a:hover, .content a:visited {
	text-decoration: none;
	color: #6f8a08;
}

.content a:hover {
	border-bottom: 1px dotted #6f8a08;
}

.content a:hover {
	border-bottom: 1px dotted #6f8a08;
}

.content a.nohover:hover {
	border-bottom: 0;
}

.content p, .content ul, .content label {
	font-size: .9em;
	line-height: 1.7em;
	margin: 0 0 1em 0;
}

.content h1, h2, h3, h4, h5 {
	margin: 0 0 .3em 0;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif
}

.main_picture {
	float: left;
	margin: 0 0 20px 0;
}

.promo_picture {
	float: right;
	margin: 0 0 10px 0;
}

#summary {
	margin: 0 0 40px 0;
}

#signup_header {
	margin: 0 0 7px 0;
}

.email_signup {
	float: left;
}

.email_signup input {
	display: block;
}

.email_signup #tdiks-tdiks, .email_signup #name {
	width: 237px;
	margin: 0 0 5px 0;
}

.address {
	float: right;
}

/* Bottom Address */
.store-address-left {
	float: left;
	width:250px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:left;	
	color:#3a271a;	
}
.store-address-right {
	float: right;
	width:250px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:right;
	color:#3a271a;	
}

/* CONTENT END */



/* SUBHEAD BEGIN */

#subhead {
	margin: 0 0 20px 0;
}

#subhead .picture {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0 0 30px 0;
}

/* SUBHEAD END */

.clear {
	clear: both;
}


/* FOOTER BEGIN */

#footer {
	margin: 40px 0 0 0;
	text-align: center;
	font-size: .6em;
}

/* FOOTER END */
