/* CSS Document */
body {
	background: url(../img/template2/menu_background.png) repeat-x 0 0
		#F7F7F7;
	/*background: #F7F7F7;*/
	color: #171717;
	/*font: normal 13px/ 20px Georgia, "Times New Roman", Times, serif;*/
	/*font: normal 13px / 20px Arial;*/
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

div,h1,h2,h3,h4,h5,h6,form,label,input,span,ul,li,p,a {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #e32;
}

ul {
	list-style: none;
}
p {
	padding-bottom: 10px;
	}
.spacer {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/* -- top navigation start -- */
#topNav {
	width: 683px;
	margin: 0 auto;
	height: 37px;
}

/* Adjust this width to adjust position of top menu */
#topNav ul {
	width: 450px;
	margin: 0 auto;
}

#topNav ul li {
	height: 37px;
	float: left;
	background: url(../img/template2/menu_background.png) repeat-x 0 0
		#292929;
	color: #C1C1C1;
	font: bold 12px/ 37px Arial, Helvetica, sans-serif;
}

#topNav ul li a {
	padding: 0 18px;
	height: 37px;
	float: left;
	text-decoration: none;
	display: block;
	background: url(../img/template2/menu_background.png) repeat-x 0 0
		#292929;
	color: #C1C1C1;
	font: bold 12px/ 37px Arial, Helvetica, sans-serif;
}

#topNav ul li a:hover {
	background: url(../img/template2/menu_active_link_widget.png) no-repeat
		center bottom;
}

#topNav ul li a.hover {
	padding: 0 18px;
	height: 37px;
	float: left;
	text-decoration: none;
	display: block;
	background: url(../img/template2/menu_active_link_widget.png) no-repeat
		center bottom;
	/*color: #C1C1C1;*/
	color: #e32;
	font: bold 12px/ 37px Arial, Helvetica, sans-serif;
}

/* -- breadcrumb start -- */
.breadcrumb {
	margin-top: 90px;
	margin-bottom: 15px;
	font-weight: bold;
	width: 400px;
}

/* -- breadcrumb start -- */ /* -- top navigation start -- */
	/* -- body start -- */
#body {
	width: 683px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	background: url(../img/template2/content_background.png) no-repeat left
		top #F7F7F7;
	color: #171717;
}

#body img.logo {
	border: none;
	margin: 30px 0 0 0;
}

#body h1 {
	background: url(images/punch_line.gif) no-repeat 0 0 #F7F7F7;
	color: #171717;
	width: 142px;
	height: 49px;
	text-indent: -20000px;
}

#body div.bodyText {
	padding: 50px 0 0 0;
}

#body div.bodyText h2 {
	font: bold italic 24px/ 34px Georgia, "Times New Roman", Times, serif;
	color: #B10000;
}

#body div.bodyText h2 span {
	color: #000000;
	background-color: #F7F7F7;
}

#body div.bodyText h3 {
	font: bold 20px/ 24px Georgia, "Times New Roman", Times, serif;
	color: #526D0D;
	background: url(images/folder_icon.gif) no-repeat 0 5px #F7F7F7;
	padding: 0 2px 0 25px;
}

#body div.bodyText h4 {
	font: normal 20px/ 24px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFF7DE;
	padding: 0 0 0 10px;
}

#body div.bodyText p {
	font: normal 13px/ 20px Georgia, "Times New Roman", Times, serif;
	color: #171717;
	padding: 10px 0;
	background-color: #F7F7F7;
}

#body div.bodyText p a {
	color: #003E6A;
	background-color: #F7F7F7;
	text-decoration: underline;
}

#body div.bodyText p a:hover {
	text-decoration: none;
}

#body div.catagory {
	padding: 25px 0 0 0;
}

/* coupon start -- */

.coupon {
	/*border: 3px solid #73ab00;*/
	background: url(../img/template2/green_bg.gif) repeat-x 0 0 #f7f7f7;
	width: 212px;
	height: 250px;
	float: left;
	margin-right: 10px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

.coupon h4 {
	padding: 5px;
	color: #516d0a;
	height: 40px;
}

.coupon .companyName {
	font-size: x-small;
}

.coupon .couponImage {
	height: 150px;
}

.coupon .couponOptions {
	margin-left: 5px;
	margin-right: 5px;
}

/* footer start -- */
#footer {
	background-color: #292929;
	color: #FFFFFF;
}

.footer {
	width: 600px;
	height: 115px;
	margin: 0 auto;
	padding: 18px 0 0 0;
}

/* Adjust this width to center bottom links bar */
.footer ul {
	width: 250px;
	margin: 0 auto;
}

.footer ul li {
	font: bold 12px/ 20px Arial, Helvetica, sans-serif;
	color: #FAFAFA;
	background-color: #292929;
	float: left;
}

.footer ul li a {
	font: bold 12px/ 20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FAFAFA;
	background-color: #292929;
	padding: 0 8px;
}

.footer ul li a:hover {
	font: bold 12px/ 20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FAFAFA;
	background-color: #484848;
	padding: 0 8px;
}

.footer p {
	margin: 0 auto;
	/*width: 250px;*/
	text-align: center;
	color: #EDE3C0;
	background-color: #292929;
	font: normal 11px/ 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.footer p.valid {
	margin: 0 auto;
	width: 128px;
}

.footer p.valid a.xhtml {
	background: url(images/xhtml_btn.gif) no-repeat 0 0 #292929;
	color: #FFFFFF;
	margin: 5px 0 8px 0px;
	text-decoration: none;
	text-indent: -2000px;
	width: 62px;
	height: 13px;
	display: block;
	float: left;
}

.footer p.valid a.xhtml:hover {
	background: url(images/xhtml_btn_h.gif) no-repeat 0 0 #292929;
	color: #FFFFFF;
	margin: 5px 0 8px 0px;
	text-decoration: none;
	text-indent: -2000px;
	width: 62px;
	height: 13px;
	display: block;
	float: left;
}

.footer p.valid a.css {
	background: url(images/css_btn.gif) no-repeat 0 0 #292929;
	color: #FFFFFF;
	margin: 5px 0 8px 4px;
	text-decoration: none;
	text-indent: -2000px;
	width: 62px;
	height: 13px;
	display: block;
	float: left;
}

.footer p.valid a.css:hover {
	background: url(images/css_btn_h.gif) no-repeat 0 0 #292929;
	color: #FFFFFF;
	margin: 5px 0 8px 4px;
	text-decoration: none;
	text-indent: -2000px;
	width: 62px;
	height: 13px;
	display: block;
	float: left;
}

.footer p.tworld {
	margin: 0 auto;
	width: 170px;
	height: 17px;
	padding: 0 3px;
	font: normal 12px/ 16px Arial, Helvetica, sans-serif;
	color: #414141;
	background-color: #FFFFFF;
	text-align: center;
}

.footer p.tworld a {
	font: bold 12px/ 16px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.footer p.tworld a:hover {
	font: bold 12px/ 16px Arial, Helvetica, sans-serif;
	color: #404040;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

/* footer end -- */ /* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	display: inline;
	margin: 0px 6px;
}

.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	clear: both;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
	
}

div.paging span.current {
	color: #000;
}

div.paging span a {
	
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}

dl.altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}

fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}

form div.input {
	color: #444;
}

form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}

input,textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif
		;
	padding: 2px;
	width: 100%;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 120%;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background-color: green;
	color: #FFF;
}

/* 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;
}
