/* Clear Fix */
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* { margin: 0; padding: 0; }

/*img, div { behavior: url(css/iepngfix.htc) }*/

div.wrapper { background: #A9B3BB url(../images/img01.gif) repeat-x; }

input.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Setup Standard Tags */
body {
	background: #3F4244;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1, h2, h3 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

h1 { font-size: 3em; }

h2 { font-size: 1.3em; margin: 15px 0 0px 0; }

h3 { font-size: 1em; margin: 0 0 4px 0; }

p, ul, ol {
	margin-bottom: 0.5em;
	line-height: 155%;
	list-style-type: square;
}

ul {
	padding: 0px 10px 4px 25px;
}

/* Links */
a { color: #333333; }

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

/* Images */
img { border: none; }

/* Quote */
blockquote { 
	min-height: 85px;
	padding: 10px 0 10px 75px;
	margin: 0 40px 10px 40px;
	background:url('../images/blockquote.gif') no-repeat;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size:1.1em;
	line-height:1.75em;
	font-style:italic;
	clear:left;
}

cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: right;
	display: block;
	margin-right: 40px;
}

/* Table header? */
hr { display: none; }

/* Header */
#logo {
	width: 670px;
	height: 130px;
	margin: 0 auto;
	padding: 70px 0 0 115px;
	background: url(../images/coin.png) no-repeat 25px 63px;
}

#logo h1, #logo p {
	color: #FFFFFF;
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
#menu {
	width: 770px;
	height: 70px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li { display: inline; }

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 12px 30px 0 30px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a { background: url(../images/img03.gif) no-repeat center bottom; }

/* Top Panel */
.wide-post {
	width: 770px;
	margin: 0 auto;
	background: #D4D9DD url(../images/img04.gif) repeat-y;
	overflow:hidden;
}

.wide-post .title {
	padding: 30px 30px 20px 30px;
	background: url(../images/img05.gif) no-repeat;
	font-size: 2em;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.wide-post .title a:hover { border: none; }

.wide-post .entry {
	padding: 0 30px;
	overflow: hidden;
}

.wide-post .bottom {
	clear: both;
	height: 20px;
	background: url(../images/img06.gif) no-repeat left bottom;
}

/* General Form Stuff */
.errors {
	color: red;
	padding:0px;
	margin:0px;
	list-style-type: square;
}

/* Homepage Specific */
.wide-post .home {
	background: url(../images/pig7.png) no-repeat top left;
	background-position: 30px 0px;
	padding-left: 180px;
	min-height: 190px;
}

dl.main_form_product {
	margin-left: 25px;
}

dl.main_form_product dd {
	float:left;
	padding: 3px 0px;
	margin-right: 20px;
}

dl.main_form_product dd.submit-out { padding: 20px 0px 0px 0px; }

dl.main_form_product label {
	white-space: nowrap;
	display: block; 
	padding-bottom: 4px;
}

dl.main_form_product p { display: none; }

#product-amazonId { width: 270px; }

#product-amazonStore { width: 100px; }

/* Process Page */
ul.entry-inner {
	width:710px;
	clear:both;
	margin:0px auto;
	list-style-type:none;
}

ul.entry-inner li.entry-inner-l {
	float:left;
	width:460px;
}

ul.entry-inner li.entry-inner-l p {
	margin-bottom: 30px;
}

ul.entry-inner li.entry-inner-r {
	padding-left: 30px;
	width: 220px;
	float:left;
}

/* Process Form */
.main_form_confirm dd.dd-mm-yy { padding: 6px 0px 3px 0px; }

.main_form_confirm dd { padding: 6px 0px; }

.main_form_confirm dd.submit-out { padding-left: 110px; }

.main_form_confirm label.items {
	display: block;
	float: left;
	width: 110px;
}

.main_form_confirm p { display: none; }

#confirm-price { width: 100px; }

#confirm-email { width: 200px; }

#confirm-dateform-day { width:  25px; }

#confirm-dateform-month { width:  100px; }

#confirm-dateform-year { width: 40px; }

/* Contact */
.contact_form dl {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.contact_form dt {
  clear: both;
  float:left;
  width: 128px;
  padding: 4px 0 2px 0;
  margin: 3px;
  text-align: left;
}

.contact_form dd {
  float: left;
  width: 75%;
  margin: 0 0 8px 0;
  padding-left: 6px;
}

.contact_form #body {
	width: 100%;
	height: 300px;
}

.contact_form #subject { width: 100%; }

.contact_img {
	float: left;
	margin: 3px 20px 10px 0;
	border: 0px;
}

/* Recommend A Friend */
h3.recommend-message-title {
	font-size:18px;
	padding:15px 0px 13px 0px;
}

div.recommend-message-entry {
	padding:20px;
	background: #CDD4D7;
	border-top: 1px dashed #B4BBBE;
	border-bottom: 1px dashed #B4BBBE; 
	margin: 5px auto 5px auto; 
	width: 480px
}

.recommend_form {
	background: #CDD4D7;
	border-top: 2px solid #B4BBBE;
	border-bottom: 2px solid #B4BBBE;
	margin: 25px auto;
	padding: 20px;
	width: 300px;	
}

.recommend_form label {
	width:128px;
	display:block;
	float:left;
}

.recommend_form dd {
  margin: 0 0 8px 0;
  padding-left: 6px;
}

.recommend_form dd.submit-out { padding-left:130px; }


/* Two Columns */
.two-columns {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .column-two {
	float: right;
	width: 370px;
}

.two-columns .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(../images/img12.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

.two-columns .title2 {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(../images/img12long.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

.two-columns .entry {
	background: url(../images/mini-fade.gif) repeat-x;
	background-color: #b2bbc0;
	margin-bottom: 15px;
	border-bottom: 1px solid #848c8f;
}

.two-columns .entry p { padding: 0 25px 8px 25px; }

#first { padding-top: 20px; }

.plan {
	margin-left: 100px;
	list-style-type: decimal;
}

#call { 
	text-align:center;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-top: 20px;
}

p.bookmarks { text-align:center; }

/* Recent Posts */
#recent-posts {
}

#recent-posts ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 15px;
	background: url(../images/img14.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Recent Comments */
#recent-comments ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 17px;
	background: url(../images/img15.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* FAQ Page */
.faq-entry-right {
	background: url('../images/faq/faq.png') no-repeat top left;
	background-position: 25px 0px;
	padding: 0 25px 0 275px;
}

.questions-list {
	padding: 10px;
	list-style-type: square;

}

.questions-list li {
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #949EA4;
}

.answer2 {
	background: url(../images/faq/green2.png) no-repeat top left;
	background-position: 25px 25px;
	margin: 0;
	padding-top: 20px;
	padding-left: 145px;
	min-height: 170px;
}

.answer2 img {
	margin: 10px auto 10px 25px;	
}

/* Complete Page */
.completeHead {
	font-size: 22px;
	margin: 0 0 15px 25px;
}

/* About Page */
.about_image {
	float: right;
	margin: 0 20px 20px 10px;
}

/* Submenu */
#submenu {
	margin-top: 50px;
	clear: both;
	padding: 20px 0;
	background: #535657 url(../images/img16.gif) repeat-x left bottom;
	color: #A9B6BB;
}

#submenu ul {
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#submenu li {
	display: block;
	float: left;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 2px;
	background: url(../images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover { text-decoration: underline; }

/* Footer */
#footer {
	padding: 40px 0;
	background: #3F4244 url(../images/img18.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a { color: #666666; }