/* Last revised October 18, 2008 */

/* ===================== global ============================= */

* {
	margin: 0;
	padding: 0;
}	

body {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background: #fff;
}

/* ===================== header & nav============================= */

div#header h1 { 
	text-indent: -9999px;
}

div#header h1 a {
	float: left;
	width: 151px;
	height: 41px;									
	margin: 50px 0 0 15px;
	background: url(../images/logo.gif) top left no-repeat;
	overflow: hidden;			
}
div#header {
	width: 960px;
	margin: 0 auto;
	height: 125px;
	background: #fff url(../images/bg-bars.gif) bottom left repeat-x;
}

div#header ul {
	float: right;
	list-style-type: none;
	margin: 59px 12px 0 0;
}

div#header ul li {
	float: left;
	margin-left: 10px;
}

div#header ul li a {
	color: #533e24;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
}

div#header ul li a.here,
div#header ul li a:hover {
	background: #533e24;
	color: #fff;
}

/* ===================== general div#content ============================= */

div#content {					
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/bg-content.gif) 0 93px repeat-x;
}

div#content h2 {			
	text-indent: -9999px;
	height: 92px;
	width: 960px;
}

/* h3's are modified by sIFR */

div#content h4 {					
	font-size: 16px;
	margin-top: 10px;
}

/* ==================== .qa tables  ================== */

div#content table.qa {
	float: left;
	clear: both;
	width: 960px;
	border-collapse: collapse;
	background: #fff;
}

div#content table.qa tr {
	float: left;
	margin: 6px 0;
}

div#content table.qa tr.top th,
div#content table.qa tr.top td {
	border-top: 0;
}

div#content table.qa tr th {
	font-size: 16px;
	font-family: arial;
	font-style: italic;
	color: #b74704;
	width: 220px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 20px;
	border-top: 1px solid #cbc985;
}

div#content table.qa tr td {
	font-size: 14px;
	padding-top: 10px;
	vertical-align: top;
	border-top: 1px solid #cbc985;
	width: 720px;
}

div#content table.qa tr td a {
	background: #f7f2d0;
	color: #000;
}

/* ==================   sidebar & topbar ====================== */

div#content div.sidebar {
	float: right;
	width: 260px;
	background: #fff url(../images/bg-sidebar.gif) top left repeat-x;
	font-family: arial;
	padding: 20px;
}

div#content div.topbar {
	width: 960px;
	background: #f7f3d1 url(../images/bg-topbar.gif) center center no-repeat;
	height: 100px;
	float: left;
	margin-top: 1px;
}

div#content div.topbar div {					
	float: left;
	width: 450px;
	margin-left: 25px;
}

div#content div.topbar div h4 {
	margin: 10px 0;
}

div#content div.topbar p {
	color: #b74704;
}

div#content div.sidebar p {
	color: #b74704;
	font-weight: bold;
	line-height: 20px;
}

div#content div.sidebar ul {
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
}

div#content div.sidebar ul li {
	margin-top: 5px;
}

div#content div.sidebar ul li a,
div#content div.topbar a,
div#content div.sidebar a {
	color: #b74704;
}

div#content div.sidebar a.signup {
	color: #000000;
}

div#content div.sidebar ul li.current {
	color: #57a7a7;
}

/* ==============  .entry divs  ========================*/

div#content div.entry {
	display: inline;
	float: left;
	padding-left: 25px;
	margin-bottom: 20px;
}

div#content div.entry h3 {
	clear: both;
	float: left;
	padding-top: 20px;
}

div#content div.entry p {
	clear: both;
	float: left;
	color: #533e24;
	font-size: 16px;
	font-family: arial;
	width: 100%;
}

div#content div.entry img {
	margin-top: 10px;
	clear: both;
	float: left;
}

div#content div.entry p.info {
	color: #3196a6;
	font-family: georgia;
	font-size: 14px;
	width: 100%;
}

div#content div.entry p.info a {
	color: #3196a6;
}

div#content div.entry p.comment {
	clear: none;
	float: left;
	color: #184e76;
}

/* =============== forms ==================== */

div#content form {
	float: left;
	width: 600px;
	margin-top: 20px;
	padding-left: 25px;
}

div#content form fieldset {
	border: none;
}

div#content form fieldset label {
	float: left;
	width: 120px;
	clear: both;
	margin: 10px 0 0 0;
}

div#content form fieldset input,
div#content form fieldset textarea {
	float: left;
	border: 1px solid #ccc;
	width: 250px;
	margin-top: 10px;
}

div#content form fieldset select {
	float: left;
	border: 1px solid #ccc;
	widt/h: 150px;
	margin-top: 10px;
	margin-right: 5px;
}

div#content form fieldset p,
div#content form fieldset h3 {
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0;
}

div#content form fieldset p.set span {
	margin-top: 11px;
	float: left;
}

div#content form fieldset input.checkbox {
	width: 15px;
	margin-top: 12px;
	margin-right: 5px;
	border: none;
}

div#content form fieldset label.hidden {
	displ/ay: hidden;
}

/* ================= home ================================ */

body#home div#content {
	background: #fff url(../images/home-bg.gif) 0 1px no-repeat;
	min-height: 600px;
}

body#home div#content h2 {
	height: 25px;
	text-indent: -9999px;
}

body#home div#content img {
	float: left;
	width: 428px;
	height: 303px;
	margin: 80px 0 0 20px;
}

body#home div#content div {
	float: left;
	width: 480px;
	height: 350px;
	margin-top: 80px;
}

body#home div#content div span {
	float: left;
	width: 10px;
	height: 38px;
	padding: 20px 15px 0 15px;
	color: #fff;
}

body#home div#content div a#signup {
	float: left;
	margin-left: 25px;
	text-indent: -9999px;
	background: #fff url(../images/home-signup.gif) top left no-repeat;
	height: 38px;
	width: 155px;
	overflow: hidden;
}

body#home div#content div a#tour {
	float: left;
	text-indent: -9999px;
	background: #fff url(../images/home-tour.gif) top left no-repeat;
	height: 38px;
	width: 163px;
	overflow: hidden;
}

body#home div#content div ul {
	clear: both;
	float: left;
	width: 460px;
	list-style-type: none;
	margin: 20px 0 20px 25px;
}

body#home div#content div ul li {
	float: left;
	width: 200px;
	height: 30px;
	background: url(../images/home-bullet.gif) top left no-repeat;
	padding-left: 20px;
	color: #3196a6;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
}

body#home div#content div p.quote {
	clear: both;
	float: left;
	width: 420px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	padding: 0 30px;
}

body#home div#content div p.quote span {
	padding: 0;
	width: 420px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

/* ================= tour ================================ */

body#tour div#content,
body#tour div#content div.sidebar {											
	height: 500px;
}

body#tour div#content h2 {
	background: #fff url(../images/tour-h2.gif) 0 1px no-repeat;
}

body#tour div#content h3 {
	margin: 15px 0 5px 25px;
}

body#tour div#content p.subhead {
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	color: #3196a6;
	margin-left: 25px;
}

body#tour div#content p.subhead a{
	text-decoration: underline;
	color: #b74704;
}

body#tour div#content img {
	margin: 5px 0 20px 25px;
}

/* ================= pricing ================================ */

body#pricing div#content h2 {
	background: #fff url(../images/pricing-h2.gif) 0 1px no-repeat;
}

body#pricing div#content h3 {
	width: 200px;
}

body#pricing div#content table.prices {
	border-collapse: collapse;
	margin: 20px auto 50px auto;
}

body#pricing div#content table.prices tr th {
	border-left: 1px solid #925c3d;
	padding: 10px;
}

body#pricing div#content table.prices tr td {
	font-size: 14px;
	color: #533e24;
	font-family: arial;
	font-weight: bold;
	padding: 5px;
	border-left: 1px solid #925c3d;
	border-bottom: 1px solid #e2d39f;
	width: 250px;
}

body#pricing div#content table.prices tr.amount td {
	font-size: 18px;
	color: #3196a6;
	font-family: georgia;
	font-weight: normal;
}

body#pricing div#content table.prices tr  td a {
	font-size: 18px;
	color: #b74704;
	font-family: georgia;
	font-weight: normal;
}

body#pricing div#content table.prices tr  td a.notes {
	font-size: 12px;
	color: #000000;
	font-family: arial;
	font-weight: normal;
}

body#pricing div#content table.prices tr.bottom td {
	border-bottom: none;
}

body#pricing div#content table.qa {
	border-top: 4px solid #efe7a5;
}

/* ============================ signup ========================== */

body#signup div#content h2 {
	background: #fff url(../images/signup-h2.gif) 0 1px no-repeat;
}

body#signup div#content div.sidebar {
	height: 500px;
}

body#signup div#content form {
	float: none;
}

body#signup div#content form fieldset a {
	color: #000;
}

/* ================================= showcase ================ */

body#showcase div#content h2 {
	background: #fff url(../images/showcase-h2.gif) 0 1px no-repeat;
}

body#showcase div#content div.entry {
	width: 900px;
	float: none;
}

/* ================================= blog & blog-detail================ */

body#blog div#content,
body#blog div#content div.sidebar {
	height: 700px;
}

body#blog div#content h2 {
	background: #fff url(../images/blog-h2.gif) 0 1px no-repeat;
}

body#blog div#content div.entry {
	width: 630px;
}
	
body#blog div#content h5 {
	float: left;
	width: 600px;
	margin-left: 25px;
	font-family: georgia;
	font-size: 14px;
	color: #b74704;
	border-bottom: 1px solid #b74704;
	margin-top: 20px;
}

body#blog div#content div.entry p {
	margin: 5px 0;
}
body#blog div#content div.entry p.info {
	margin: 0;
}

body#blog div#content div.entry ul {
	margin: 5px 0 10px 25px;
	float: left;
	list-style-position: outside;
}
body#blog div#content div.entry ul li {
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #533e24;
}

body#blog div#content ol {
	float: left;
	width: 600px;
	list-style-type: none;
	margin-left: 25px;
	list-style-position: outside;
}
body#blog div#content div.entry ol {
	margin: 5px 0 10px 25px;
	width: auto;
	list-style-type: decimal;
}

body#blog div#content ol li {
	width: 600px;
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
	font-size: 12px;
	color: #533e24;
	font-family: arial;
	padding: 7px 0;
}
body#blog div#content div.entry ol li {
	width: auto;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

body#blog div#content ol li a,
body#blog div#content ol li span {
	font-family: georgia;
	font-size: 14px;
	color: #b74704;
}

body#blog div#content div.entry blockquote {
	margin-left: 25px;
}

/* ================================= help ================ */

body#help div#content h2 {
	background: #fff url(../images/help-h2.gif) 0 1px no-repeat;
}

body#help div#content table.qa {
	border-top: 4px solid #efe7a5;
	margin-top: 1px;
}

/* ===================== Terms of Use============================= */

body#terms div#content h2 {
	background: #fff url(../images/terms-h2.gif) 0 1px no-repeat;
}

/* ===================== Privacy Policy============================= */

body#privacy div#content h2 {
	background: #fff url(../images/privacy-h2.gif) 0 1px no-repeat;
}

/* ===================== Service Agreement============================= */

body#agreement div#content h2 {
	background: #fff url(../images/agreement-h2.gif) 0 1px no-repeat;
}

/* =====================clicktest upload============================= */

body#upload div#content h2 {
	background: #fff url(../images/clicktest-h2.gif) 0 1px no-repeat;
}


/* ================= clicktest success ================================ */
body#clicktest div#content h2{
	background: #fff url(../images/success-bg.gif) 0 1px no-repeat;
	min-height: 92px;
}


body#clicktest div#content div ul {
	display: inline;
	clear: both;
	float: left;
	width: 460px;
	list-style-type: none;
	margin: 20px 0 0px 25px;
}

body#clicktest div#content div ul li {
	display: inline;	
	float: left;
	width: 440px;
	height: 30px;
	background: url(../images/home-bullet.gif) top left no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #3196a6;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
}

body#clicktest div#content a.back{
	display: inline;	
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	}

body#clicktest div#content div ul li a{
	color: #3196a6;
	font-family: georgia;
	font-size: 12px;
	font-weight: normal;
}

body#clicktest div#content div ul li a.bannerflow{
	color: #b74704;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
}

/* ================= clicktest expired ================================ */
body#expired div#content h2{
	background: #fff url(../images/expired.gif) 0 1px no-repeat;
	min-height: 92px;
}

body#expired div#content div ul {
	clear: both;
	float: left;
	width: 460px;
	list-style-type: none;
	margin: 20px 0 0px 25px;
}

body#expired div#content div ul li {
	float: left;
	width: 960px;
	height: 30px;
	background: url(../images/home-bullet.gif) top left no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #3196a6;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
}

body#expired div#content a.back{
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	}

body#expired div#content div ul li a{
	color: #3196a6;
	font-family: georgia;
	font-size: 12px;
	font-weight: normal;
}

body#expired div#content div ul li a.bannerflow{
	color: #b74704;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
}

/* ================================Footer================== */
#footer{
	margin: 0 auto;
	clear: both;
	padding: 10px 0;
	width: 960px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: #c6c6c6 2px solid;
	color: #666666;
	text-align: left;
	background-color: #ffffff;
}

#footer a{
	color: #666666;
}
