* {
	margin: 0;
	padding: 0;
}

div {
	border: 0px solid red;
}

body {
	background: #F1EFF0 url(fx/bg-02.png) top center repeat-x;
	color: #444;
	font-family: "Lucida Grande","Lucida Sans Unicode",Sans-Serif;
	font-size: 0.80em;
	margin: 0pt auto;
	text-align: center;
	width: 100%;
}

a:link, a:visited {
	color: #0375A0;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
	background: #444;
}

a.noborder:hover {
	text-decoration: none;
	background: none;
}

img {
	border: 0;
}

.paragraph-image {
	padding: 0 20px 20px 0;
}

/* MAIN AREA */

#container {
	width: 100%;
	margin: 20px auto 21px auto;
	padding: 0;
	border: 0;
	text-align: left;
}

#wrap {
	margin: 25px auto;
	padding: 15px;
	text-align: left;
	width: 800px;
	background-color: #fff;
	border: 1px solid #dddddd;
}

/* HEADER */

#header {
	height: 230px;
}

h1#logo {
	width: 1040px;
	background: transparent url(fx/top-header-pso.png) center center no-repeat;
	margin: 0 auto;
	text-indent: -9000px;
	height: 220px;
}

.siteIntro {
	float: right;
	width: 540px;
	float: right;
	height: 150px;
	margin-top: 12px;
	text-align: center;
	font-size: 18pt;
	color: #fff;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

.siteIntro span {
	color: #96FBFF;
}

/* NAVBAR */

#navbar {
	width: 980px;
	height: 38px;
	text-align: center;
	margin: 0 auto;
}

#navigation li {
	display: inline;
	padding-right: 20px;
}

#navigation li a {
	font: bold 10pt Arial, helvetica, sans-serif;
	color: #0375A0;
	text-decoration: none;
}

#navigation li a:hover {
	color: #96FBFF;
	background-color: #343434;
	text-decoration: none;
}

/* LESSONS */

#lessons h5 {
	color: #fff;
	font-family: Arial, helvetica, Georgia, 'Times New Roman', Times, serif;
	font-size: 1.1em;
	margin-top: 3px;
	padding: 5px 5px 5px 16px;
	text-decoration: none;
	font-weight: bold;
}

#lessons p.message {
	padding: 20px 15px;
}

#lessons p {
	padding: 7px;
}

.the_headings{
  	padding:5px 5px 5px 15px;
  	background:#ddd;
  	color:#333;
  	border:0px solid #333;
  	font-weight:bold;
  	margin-top: 3px;
}

/* CAMTASIA VID */

#noUpdate {
        margin: 0 auto;
        font-family:Arial, Helvetica, sans-serif;
        font-size: x-small;
        color: #cccccc;
        text-align: left;
        width: 210px;
        height: 200px;
        padding: 40px;
}

#media {
	text-align: center;
	padding-top: 15px;
}

/* MAIN CONTENT AREA */

#main-content {
	padding: 0 15px;
	background: #F1EFF0 url(fx/video-bg.png) repeat-x scroll center top;
	margin-top: -20px;
}

#main-content p {
	color: #565656;
	font: normal 14px Arial, helvetica, sans-serif;
	padding: 9px 0;
	line-height: 1.5em;
}

#main-content h3 {
	color: #BF0030;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.04em;
	border-bottom: 1px dotted #BF0030;
	margin-bottom: 10px;
}

#main-content-b {
	padding: 0 15px;
}

#main-content-b p {
	color: #565656;
	font: normal 14px Arial, helvetica, sans-serif;
	padding: 9px 0;
	line-height: 1.5em;
}

#main-content-b h3 {
	color: #BF0030;
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.04em;
	border-bottom: 1px dotted #BF0030;
	margin-bottom: 10px;
}

.grey-highlight {
	background-color: #ededed;
	border: 1px solid #888;
	padding: 6px;
	text-align: center;
	margin: 8px
}

.benefits img {
	padding-right: 15px;
}

.benefits h3 {
	margin-top: 20px;
}

/* LAUNCH COUNTER */

#countdowncontainer {
	position: fixed;
	bottom: 15px;
}

/* LISTS */

#wrap ul {
	list-style-type: square;
	color: #565656;
	font: normal 14px Arial, helvetica, sans-serif;
	padding: 9px 29px;
	line-height: 1.5em;
}

#wrap li {
	color: #565656;
}

li.checkmark {
	list-style-image: url(http://petsittingology.com/fx/checkmark.png);
	list-style-position: inside;
	line-height: 25px;
}

li.arrowcheck {
	list-style-image: url(fx/arrow-check.png);
	list-style-position: inside;
	line-height: 25px;
}

/* SIDEBAR BOOK */

#invite-side {
	float: right;
	width: 238px;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	border: 0;
	background: ##EFF3F4;
}

#invite-side form {
	width: 238px;
}

#invite-side label {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	width: 80px;
	padding-left: 10px;
	color: #444;
}

#invite-side p {
	padding: 15px 10px 0px 10px;
	font-size: 11px;
	line-height: 140%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

#invite-side p.nospam {
	font-size: 10px;
	color: #777;
	padding: 0;
	width: 85%;
	margin: -50px auto 0 auto;
}

#invite-side span {
	color: #6f001a;
}

#invite-side .download-button {
	width: 199px;
	height: 33px;
}

/* SIDEBAR RIGHT */

#sidebar {
    	clear: both;
    	float: right;
    	width: 260px;
    	padding-top: 270px;
    	background: url(http://petsittingology.com/fx/sidebar-soon.jpg) no-repeat; /* 336x220px left edge is 21px and dark width is 298px */
    	margin-bottom: -50px; /* balance out the paragraph bottom margin */
    	margin-top: 10px;
}
#sidebar p {
    	color: #fff;
    	margin: -50px 21px 50px; /* pull up the content, side space according to the top image, balance next paragraph with bottom */
    	padding: 0 15px 20px; /* suitable side and bottom padding */
    	background: #494546; /* instead of the repeating background image */
    	line-height: 140%;
}

#sidebar .side-bottom {
	background: url(fx/sidebar-bottom.png) no-repeat;
	width: 336px;
	height: 90px;
	margin-top: -50px;
	padding-top: 50px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	color: #fff;
	margin: -50px 21px 50px; /* pull up the content, side space according to the top image, balance next paragraph with bottom */
    	padding: 0 15px 20px; /* suitable side and bottom padding */
    	background: #494546; /* instead of the repeating background image */
    	line-height: 140%;
    	font-family: arial, sans-serif;
}

/* Join NOW BUTTON ON PAGE */

a.join_now {
	left: 0px;
	width: 255px;
	background-position: -0px 0pt;
	margin: 18px auto;
}

a.join_now:hover {
	background-position: -0px -53px;
}

a.join_now {
	display: block;
	height: 49px;
	top: 0pt;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(fx/ready-to-join.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

/* Become PARTNER ON PAGE */

a.become_partner {
	left: 0px;
	width: 255px;
	background-position: -0px 0pt;
	margin: 18px auto;
}

a.become_partner:hover {
	background-position: -0px -53px;
}

a.become_partner {
	display: block;
	height: 49px;
	top: 0pt;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(fx/become-partners.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

/* FORM */

input {
	width: 140px;
	padding: 4px;
	margin-bottom: 5px;
}

.foot {
	margin-top: 5px;
}

input.radiob {
	width:20px;
	margin-left:25px;
}

.download-button {
	margin-top: 24px;
	margin-bottom: 10px;
	width: 212px;
	height: 40px;
}

#invite {
	margin: 0;
	padding: 10px 0;
	background: url(/fx/arrow-invite.png) 360px 0 no-repeat;
	width: 570px;
}

#main-content form label {
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 26px;
	color: #444444;
	padding: 5px 10px 0 0;
	margin-left: 18px;
	text-align: right;
	width: 110px;
}

#main-content form input {
	width: 200px;
	border: 1px solid #777;
	padding: 5px;
	margin-bottom: 10px;	
	font-size: 14pt;
}

#main-content form textarea {
	width: 500px;
	height: 180px;
	margin-bottom: 20px;
}

/* MEET THE Hs */

h1 {
	font: bold 22px "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 28px;
	padding: 0;
	color: maroon;
	text-align: center;
}

h2 {
	color:#411610;
	font-family:georgia,"times new roman",serif;
	font-size:2em;
	line-height: 1.1em;
	letter-spacing:-0.5px;
	padding:15px;
}

h3 {
	color:#444;
	font-family:georgia,"times new roman",serif;
	font-size:1em;
	margin:0px 4px;
	padding: 7px;
}

h4 {
	margin:8px 0;
	padding:7px;
	color: #BF0030;
	font-size: 125%;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px dotted #ccc;
}

h5 {
	margin:8px 0;
	padding:7px;
	color: #BF0030;
	font-size: 125%;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px dotted #ccc;
}

/* FOOTER */

#footer {
	width: 100%;
	border-top: 7px solid #bcb8b7;
	padding: 0pt;
	color: #999797;
	background-color: #080808;
	font-size: 80%;
	margin: 5px auto 0 auto;
}

.bottom {
	width: 880px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font: 10pt arial,sans-serif;
	color: #fff;
	text-align: center;
	background: url(fx/marvin-icon.png) 740px 12px no-repeat;
	height: 83px;
	line-height: 25px;
}
