/* 
Template URL: http://www.WPSalesPage.com
Description: When added to the root folder of any Wordpress Theme, this template provides and alternate sales page style template for pages on the site.
Version: 1.0
Author: Andrew Seltz
Author URI: http://www.GoToGuyEnterprises.com

	The CSS, XHTML, images, and  design of this template are 
	copyright (c) 2009, Andrew Seltz and Go-To Guy! Enterprises.
      Only licensed customers may use it on websites they own.
      All rights reserved.

*/

body {
  background-color: white;
  background-image: none;
}

blockquote {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px 5px 10px;
  background-color: #FFFF99;
  border: 2px solid black;
  font-family: tahoma,verdana,sans-serif;
  font-size: 22px;
  text-align: left;
}

ul
{
  list-style-position: inside;
  list-style-image: url(images/wpsalespage/check.gif);
  font-family: "Times New Roman", Times;
  font-size: 22px;
  text-align: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wpsalesletter {
  margin: auto;
  padding: 0px;
  width: 750px;
  background-image: url(images/wpsalespage/background750x1.jpg);
  background-position: left top;
  background-repeat: repeat-y;
}

#wpheader {
  background-image: url(images/wpsalespage/header750x31.jpg);
  background-repeat: no-repeat;
  width: 750px;
  height: 30px;
}

#wpbody {
  padding-left: 40px;
  padding-right: 40px;
  font-family: times-roman,serif;
  font-size: 22px;
  text-align: left;
}

#wpfooter {
  background-image: url(images/wpsalespage/footer750x30.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 750px;
  height: 30px;
  text-align: right;
  font-weight: lighter;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8px;
  color: silver;
  text-decoration: none;
}

#prehead {
  font-family: Arial,Helvetica,sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}

#headline {
  font-family: Arial,Helvetica,sans-serif;
  color: red;
  font-size: 45px;
  font-weight: bolder;
  text-align: center;
}

#subhead {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 25px;
  text-align: center;
}

#minihead {
  font-family: Arial,Helvetica,sans-serif;
  color: red;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
}

#center {
  text-align: center;
}

#footertext {
  text-decoration: none;
  color: silver;
}

Added by Carla August 01, 2010
/*--- These two CSS Rules creates the Guarantee box --- */
#guarantee {
	width: 639px;
	text-align: left;
	margin: 0px	auto;
	background-image: url(http://butterflynetworking.com/wp-content/uploads/2010/08/certiface-empty-box.jpg);
	height: 446px;
	background-repeat: no-repeat;
}

/* --- This Creates the Order Box --- */
#order {
	background-color: #FFFFCC;
	padding: 6px;
	border: 6px solid #D57C39;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px	auto;

Added by Carla August 31, 2010

// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
var mydate=new Date()
var theYear=mydate.getFullYear()
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write(dayarray[day]+", "+montharray[month]+" "+daym+", "+theYear)


