body {
	margin: 0px;
	padding: 0px;
	background-image: url(/img/background_wall_2.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a, a:visited {
	color: blue;
}

form label {
	display: block;
	margin-top: 3px;
	color: #333333;
	font-style: italic;
	padding-left: 3px;
	line-height: 1.5em;
}

h2 {
	font-size: 18px;
}

p {
	margin-bottom: 8px;
	margin-top: 8px;
}

#content {
	background-image: url(/img/background_wall.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin: 0 auto;
	clear: both;
	height: 100%;
}

#header_interior {
	background-image: url(/img/hp_header.jpg);
	background-repeat: no-repeat;
	height: 180px;
}

#header_homepage {
	background-image: url(/img/hp_header_2.jpg);
	background-repeat: no-repeat;
	height: 221px;
}

#main {
	width: 756px;
	border: 2px solid #222;
	background-image: url(/img/background_main.gif);
	margin: 15px 20px;
}

#main .leftcol {
	width: 346px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#main .rightcol {
	width: 346px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#main .centercol {
	width: 22px;
}

#main .single {
	padding: 10px;
}

#main .head {
	border: 1px solid black;
	padding: 10px;
	margin: 5px;
	background-image: url(/img/background_main_light.gif);
}

#flashMessage {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	clear: both;
	padding-bottom: 15px;
	width: 760px;
	margin: 0px 20px;
}

.headline {
	color: #330;
	font-size: 30px;
	font-weight: bold;
}

.price {
	float: right;
	display: inline;
}

.menubreak {
	width: 324px;
	border: 1px solid black;
	padding: 10px;
	margin: 5px;
	background-image: url(/img/background_main_light.gif);
}

.bg_menu_light {
	border: 1px solid black;
	padding: 10px;
	margin: 5px;
	background-image: url(/img/background_main_light.gif);
}

.clear1 {
	font-size: 1px;
	clear: both;
}

/***** COUPON CSS *****/

.coupon {
	display: inline;
	float: left;
	width: 324px;
	border: 2px solid #330;
	padding: 10px;
	text-align: center;
	margin: 8px;
	background-color: white;
}

.sale {
	font-size: 24px;
	text-transform: uppercase;
	color: red;
	font-weight: bold;
}

.subsale {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.disclaimer {
	font-size: 11px;
	padding: 5px;
}

.expiration {
	font-size: 13px;
	font-style: italic;
	color: #330;
	text-align: right;
}

/***** NAVIGATION CSS *****/

#nav {
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	color: white;
	behavior: url(/js/PIE.htc);
	text-shadow: 1px 3px 4px #000;
}

#nav .menuitem {
	display: inline;
}

#nav a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#nav a:hover, #nav a.active {
	color: yellow;
}

#mininav {
	font-size: 11px;
	color: white;
	padding-top: 2px;
	padding-right: 20px;
	letter-spacing: 0.3em;
}

#mininav a {
	color: white;
	text-decoration: none;
}

#mininav a:hover, #mininav a.active  {
	color: yellow;
}

#onthego {
	height: 135px;
	text-align: right;
}
	
#onthego img {
	border: 0;
	margin-top: 10px;
	margin-right: 20px;
}


/***** COMMON CLASSES *****/

.col360 {
	width: 360px;
}

.box400 {
	height: 400px;
	overflow: hidden;
}


/**** DEBUG LAYOUT ****/

/* CSS Document */

/***** CAKEPHP DEBUGGING *****/

pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}


#cakeSqlLog {
	font-size: 11px;
	width: 950px;
	margin: 20px auto;
	border-left: 1px solid #CCC;
	background-color: white;
}

#cakeSqlLog td, #cakeSqlLog th  {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 2px;
}

#cakeSqlLog caption {
	background-color: #CACACA;	
}



