body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(http://www.currencyamerica.com/img/bgBody.gif) repeat-x top left #ffd98c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* ============= */
/* = STRUCTURE = */
/* ============= */

#container {
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
}

.col_small {
	float: left;
	width: 245px;
}

.col_medium {
	float: left;
	width: 490px;
}

.col_large {
	float: left;
	width: 735px;
}

.col_full {
	float: left;
	width: 100%;
	clear: both;
}

/* ========== */
/* = COMMON = */
/* ========== */

p {
	line-height: 150%;
	margin: 0 20px 10px 20px;
	padding: 0;
}

a:link,
a:visited {
	color: #c90;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

h1 {
	font-size: 125%;
	color: #1a3c7b;
	margin: 0px 20px 5px 20px;
}

h1.title {
	font-size: 125%;
	color: #1a3c7b;
	margin: 20px 20px 5px 20px;
}

h1.page-category {
	font-size: 250%;
	color: #1a3c7b;
	margin: 10px 20px 10px 20px;
	font-weight: normal;
}

h2 {
	font-size: 125%;
	color: #1a3c7b;
	margin: 10px 20px 0 20px;
}

h2.feature-heading {
	font-size: 125%;
	color: #1a3c7b;
	margin: 0 20px 5px 20px;
}

h3 {
	font-size: 120%;
	color: #1a3c7b;
	margin: 20px 20px 10px 20px;
}

h3.product-title {
	margin: 10px 20px 5px 20px;
}

h4 {
	font-size: 120%;
	font-weight: normal;
	color: #1a3c7b;
	margin: 20px 20px 5px 20px;
}

h5 {
	margin: 20px 20px 10px 20px;
	font-size: 120%;
}

h6 {
	
}

/* ============ */
/* = BRANDING = */
/* ============ */

#branding {
	float: left;
	width: 100%;
	clear: both;
}

#branding img {
	margin: 0 0 0 15px;
	border: 0;
}

#branding p.phone {
	color: #1a3c7b;
	font-size: 180%;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0 10px;
}

#branding p.action {
	color: #999;
	font-size: 85%;
	text-transform: uppercase;
	margin: 0;
	padding: 33px 10px 0 20px;
}

#branding p.more {
	margin: 0 0 10px 20px;
	padding: 0 10px 0 10px;
	background-image: url(http://www.currencyamerica.com/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* ========== */
/* = HEADER = */
/* ========== */

#header {
	float: left;
	width: 100%;
	clear: both;
	background: url(http://www.currencyamerica.com/img/bgHeader.gif) repeat-x #1a3c7b;
	border-top: 5px solid #304f88;
}

#header p.tagline {
	margin: 0;
	padding: 20px 20px 0 20px;
	font-size: 200%;
	font-weight: normal;
	font-style: italic;
	color: #fff;
}

#header p.tagline-temp {
	margin: 0;
	padding: 20px 20px 20px 20px;
	font-size: 200%;
	font-weight: normal;
	font-style: italic;
	color: #fff;
}

#header p.features {
	margin: 0;
	padding: 5px 20px 20px 40px;
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
	color: #fff;
}

#header p.formhead {
	font-size: 120%;
	color: #ffffff;
	margin: 25px 20px 5px 20px;
	font-weight: bold;
}

#header p.more {
	margin: 5px 20px 10px 20px;
	padding: 0 0 0 10px;
	background-image: url(http://www.currencyamerica.com/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* =========== */
/* = CONTENT = */
/* =========== */

#content {
	float: left;
	width: 100%;
	clear: both;
	background: url(http://www.currencyamerica.com/img/bgContent.gif) repeat-y;
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}

#content p.alert {
	margin: 0 10px 20px 10px;
	padding: 10px;
	border: 1px solid #AA0000;
	color: #AA0000;
	background-color: #EECCCC;
	font-weight: bold;
}

#content p.goback {
	line-height: 150%;
	margin: 10px 20px 0 10px;
	padding: 8px 10px 7px 20px;
	background-color: #ffcc00;
	background-image: url(http://www.currencyamerica.com/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 4% 50%;
}

#content p.serial {
	font-weight: bold;
}

#content p.goback a {
	color: #990000;
}

#content #pages {
	padding: 10px 0 0 0;
}

#content #pages a {
	padding-right: 20px;
}

#content #pages .col_small p {
	border-top: 1px solid #97a7c3;
	margin: 0 20px 10px 0;
	padding: 10px 0 0 0;
	color: #97a7c3;
	text-align: right;
}

#content #pages .col_medium p {
	border-top: 1px solid #97a7c3;
	margin: 0 0 10px 20px;
	padding: 10px 0 0 0;
	color: #97a7c3;
}

#content a:link img,
#content a:visited img,
#content div.thumbnail img {
	border: none;
	margin: 10px 0 0 20px;
}

#content a:hover img,
#content a:active img {
	border: none;
}
#content ul {
	list-style: none;
	margin:0;
	padding:0;
}

#content ul li {
	padding: 5px 0 0 5px;
}

ul.regular-list {
  list-style: disc !important;
  margin: 10px 40px !important;
  padding: 10px !important;
}

ul.regular-list li {
  padding: 0px;
}

#content #enlarge {
	margin: 10px 20px 0 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #97a7c3;
}

#content #enlarge img {
	margin: 0 0 10px 0;
}

#content #sidebar {
	padding: 0 0 10px 0;
}

#content #sidebar p.pdf {
	background-image: url(http://www.currencyamerica.com/img/icoPDFLgtBlue.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0 20px 10px 20px;
	padding: 0 30px 0 0;
}

#content #sidebar p.bullet {
	background-image: url(http://www.currencyamerica.com/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 10px;
}

#content #sidebar ul.navigation {
	margin: 0 20px 0 10px;
}

#content #sidebar ul.navigation li {
	background-image: url(http://www.currencyamerica.com/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 4% 50%;
	padding: 8px 10px 7px 20px;
	margin: 0 0 1px 0;
	background-color: #ffcc00;
}

#content #sidebar ul.navigation li.clearing {
	padding: 0;
	background-color: #ffffff;
	background-image: none;
}

#content #sidebar ul.navigation ul li {
	background-color: #ffd98c;
	background-position: 9% 50%;
	padding: 8px 10px 7px 30px;
}

#content #sidebar ul.navigation li a {
	color: #990000;
}

#content ul.view-all {
	margin: 10px 20px 10px 20px;
	font-weight: bold;
	border-top: 1px solid #1a3c7b;
	color: #1a3c7b;
	font-size: 175%;
	padding: 10px 0 0 0;
}

#content ul.view-all li {
	background-repeat: no-repeat;
	background-position: 4% 50%;
	padding: 8px 10px 7px 0;
	float: left;
	margin: 0 0 10px 0;
}

#content ul.view-all li.right {
	float: right;
	padding: 2px 0;
	font-weight: normal;
}

#content ul.view-all li a {
	background-color: #990000;
	color: #ffffff;
	display: block;
	padding: 6px 7px 5px 7px;
}

#content p.starter {
	font-size: 85%;
	text-transform: uppercase;
	margin: 10px 10px 0 10px;
	padding: 10px;
}

#content div.sort-internal {
	padding: 10px 20px 0 20px;
}

#content div.sort-internal ul {
	float: left;
	width: 100%;
	color: #666666;
	border-bottom: 1px solid #97a7c3;
}

#content div.sort-internal ul li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 8px 11px;
	background-color: #ffcc00;
	font-size: 100%;
}

#content div.sort-internal ul li a {
	color: #990000;
}

#content ul.bullets {
	padding: 0 0 5px 20px;
}

#content ul.bullets li {
	background-image: url(http://www.currencyamerica.com/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}

#content table.products-listing {
	line-height: 150%;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	clear: both;
}

#content table.products-listing tr td {
	padding: 0 20px;
}

#content table.products-listing tr td.contrast a {
	color: #990000;
}

#content table.products-listing tr td.contrast {
	width: 75%;
}

#content table.products-listing tr td.price {
	width: 25%;
}

#content div.product-box {
	clear: both;
}

#content div.sold-item {
	background: url(http://www.currencyamerica.com/img/stamp-sold-red.gif) no-repeat transparent 90% 50%;
}

/* ========== */
/* = FOOTER = */
/* ========== */

#footer {
	float: left;
	width: 100%;
	clear: both;
	background: url(http://www.currencyamerica.com/img/bgFooter.gif) repeat-x #1a3c7b;
	border-top: 5px solid #304f88;
	color: #fff;
	padding: 0 0 10px 0;
}

#footer p.bullet {
	background-image: url(http://www.currencyamerica.com/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #fc0;
	padding: 0 0 0 10px;
}

/* ============= */
/* = THE CREDS = */
/* ============= */

#thecreds {
	float: left;
	width: 100%;
	clear: both;
}

#thecreds p {
	text-align: center;
	padding: 20px 20px 60px 20px;
}

#thecreds a:link,
#thecreds a:visited {
	color: #1a3c7b;
}

/* ================= */
/* = FORM ELEMENTS = */
/* ================= */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form#newsletter{
	padding: 0 0 0 20px;
}

form#newsletter input.txtbox {
	width: 125px;
	border: none;
}

form.newsletter-on-page input.txtbox {
  border: 1px solid #1A3C7B !important;
}

form#newsletter input.button,
form#contact input.submitbutton {
	margin: 0 0 0 5px;
	vertical-align: top;
	background-color: #fc0;
	color: #304f88;
	border: none;
	font-weight:bold;
}

form#contact {
	margin: 0 0 0 20px;
}

form#contact input.submitbutton {
	margin: 0px !important;
}

form#contact label {
	display: block;
	font-weight: bold;
}

form#contact input.textfield,
form#contact textarea.textarea {
	border: 1px solid #1A3C7B;
	width: 80%;
}

form#contact div.input {
	margin-bottom: 8px;
}

/* ==================== */
/* = CAKEPHP ELEMENTS = */
/* ==================== */

table.cake-sql-log {
	background-color: #fff;
	clear: both;
	padding: 20px;
}

table.cake-sql-log td {
	border-bottom: 1px solid #888;
	padding: 10px 25px;
}