@charset "UTF-8";
/* 
Author: Richard Alva | S-Effect
URL: http://www.s-effect.net/
Contact: rich@s-effect.net
Written For: Brian Cronin / David Murray | DealChirp / Cronin & Associates
Copyright 2009-2010 DealChirp. All Rights Reserved.
*/

/* ------------------------------------------------------------ COLOR KEY ----- */
/*

	Color (usage): #abcdef
	Color (usage): #abcdef
	Color (usage): #abcdef
	Color (usage): #abcdef
	Color (usage): #abcdef
	
*/
/* ------------------------------------------------------------ GLOBAL STYLES ----- */

body {
	height:100%; /* fixes alignment issues in IE6 */
	width:100%; /* fixes alignment issues in IE6 */
	font: 62.5% Arial, Helvetica, sans serif; /* resets the default font size in a way that allows using em sizes that relate to pixel sizes like so: 1.2em = 12px */
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.clear {
	clear:both;
	height:0px;
	}
	
#container {
	margin:0px auto 0px;
	}
	
/* ------------------------------------------------------------ HEADER STYLES ----- */

#header {
	}
	
/* ------------------------------------------------------------ NAV STYLES ----- */

#nav {
	}
	
/* ------------------------------------------------------------ CONTENT STYLES ----- */

#content {
	}
	
	h1 {
		}
		
	h2 {
		}
		
	h3 {
		}
		
	p {
		margin-bottom:11px;
		font-size:14px;
		line-height:21px;
		color:#4b2818;
		}

		p a {
			text-decoration:none;
			}

		p a:hover {
		}
		
/* ------------------------------------------------------------ DEAL STYLES ----- */

.deal {
	width:680px;
	margin: 20px 0;
	padding:15px 0px;
	border: 2px #bbb dashed;
	color:#4B2818;
	background-color:#ebfefe;
	}

	.deal #pdealtop {
		width: 420px;
		margin: 0 10px;
	}
	
	.deal #pimagetop {
		margin:40px 0 0;
		padding:0;
		text-align:center;
		width:200px;
	}
	.deal img {
		border: none;
	}
	.deal .thumbnail {
		width:125px;
		height:90px;
		padding:0px 10px;
		float:left;
		}
	.deal div.print-footer {
			display: block;
			margin: auto;
			width=800px;
			text-align: center;
			}
	.deal p.red {
		color:#cb3b2b;
		}
	.deal .deal-info {
		display: none;
	}

/* ------------------------------------------------------------ FOOTER STYLES ----- */

#footer {
	}
	

