/* Clean default styling */
*
{
    margin: 0;
    padding: 0;
}

:link, :visited
{
    text-decoration: none;
}

ul, ol, li
{
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: normal;
    font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
}

img {
    border: 0;
}

/* Body */
body {
   font-size: 82%;
   color: #111;
   font-family: Verdana, sans-serif;
   border-top: 4px solid #c00;
   background-color: #fff;
}

body#index {
   background-color: #eee;
}

a, a:visited {
    color: #d00;
    border-bottom: 1px solid #efefef;
}

a:hover {
    border-bottom: 1px solid #d00;
}

a.noborder, .noborder {
    border: 0;
}

hr {
	clear: both;
	border: 1px solid #efefef;
	margin: 10px auto;
	width: 90%;
}
/* Forms */
.form {
    margin: 5px auto;
    width: 400px;
}

.form label {
    display: block;
    font-weight: bold;
    text-align: left;
}

.form .textfield {
    font-size: 1.1em;
    color: #444;
    width: 100%;
    margin-top: 3px;
}

.form .button {
    font-size: 1.1em;
    margin-top: 5px 0;
    float: right;
}

.form label.for-checkbox {
    display: inline;
    font-weight: normal;
}

.form input.checkbox {
	margin: 3px 5px 3px 0;
}

/* END FORMS */
/* Wrapper */
#wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
    border-bottom: 1px solid #ddd;
}
/* END WRAPPER */

/* Header */
#header {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
}

#header h1 {
    position: relative;
	width: 150px;
	height: 34px;
	display: block;
	color: #c00;
	font-size: 2.5em;
	font-weight: bold;
	overflow: hidden;
	float: left;
}

#header h1 span {
    position: absolute;
	display: block;
	background: url(/i/logo.gif) no-repeat left top;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#header ul {
    padding-top: 0;
    margin-left: 30px;
    list-style: none;
    float: right;
}

#header ul li {
    display: inline;
    margin: 0 3px;
}
/* END HEADER */
/* Main */
#main {
    clear: both;
    width: 760px;
	margin: 10px auto 0 auto;
	padding-bottom: 30px;
}

#main h1 {
    font-size: 1.8em;
    margin: 10px 0;
}

#main h2 {
    font-size: 1.5em;
    margin: 10px 0;
}

#main h3 {
    font-size: 1.2em;
    margin: 10px 0;
}

#main h3 {
    font-size: 1.1em;
    margin: 10px 0;
}

#main #left-box {
    width: 370px;
    float: left;
}

#main #left-box h2 {
    font-size: 2em;
    margin: 5px 0 1px 0;
    line-height: 1.1em;
    font-weight: bold;
    text-align: center;
}

#main #left-box h3 {
    margin: 3px 0 5px 0;
    font-size: 1.4em;
    text-align: center;
}

#main #left-box p {
    margin: 8px 0;
    line-height: 1.4em;
    color: #444;
}

#main #right-box {
    width: 360px;
    float: right;
}

#main dl {
    margin: 10px auto;
    width: 600px;
}

#main dt {
    margin: 10px 0 5px 0;
}

#main dd {
    margin: 5px 0 10px 10px;
}

#main .tour-block {
    width: 600px;
    margin: 10px auto;
}

#main .tour-block h3 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

#main .tour-block img {
    display: block;
    margin: 10px auto;
}

#main .tour-block ol, #main .tour-block p {
	margin-bottom: 10px;
	line-height: 1.3em;
}

#main .tour-block ol li {
	margin-left: 10px;
	list-style: decimal outside;
}

#main form#signup-form {
    width: 420px;
    border: 5px solid #eee;
    margin: 10px auto;
    padding: 10px;
}

table#plans {
    border-collapse: collapse;
    border: 5px solid #eee;
    margin: 10px auto;
}

table#plans th {
    font-weight: normal;
    text-align: center;
    padding: 5px 10px;
}

table#plans th span {
    font-weight: bold;
}

table#plans td {
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
}

table#plans td.textright {
    text-align: right;
    font-weight: normal;
}

table#plans tr {
    border-bottom: 1px solid #efefef;
}
/* END MAIN */
/* Lower */
#lower {
    clear: both;
    width: 500px;
    margin: 20px auto 0 auto;
}

#lower h2 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: center;
    color: #777;
}

#lower ul li {
    list-style: disc outside;
    margin: 5px 0;
    color: #444;
}
/* END LOWER */
/* Footer */
#footer {
    width: 760px;
    margin: 20px auto;
    clear: both;
    color: #999;
    text-align: right;
    font-size: 0.9em;
}
/* END FOOTER */
/* Utility */
/* Formatted Text */
.formatted-text p, .formatted-text ul, .formatted-text ol {
	margin-bottom: 10px;
	line-height: 1.3em;
}

.formatted-text ol li {
	margin-left: 10px;
	list-style: decimal inside;
}

.formatted-text ul li {
	margin-left: 10px;
	list-style: disc inside;
}

.formatted-text pre {
	overflow: auto;
	/*width: 580px;*/
	display: block;
	padding: 5px;
	margin: 10px;
	border-left: 5px solid #c00;
}

.formatted-text code {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Monaco, 'Courier New', Courier, monospace;
	font-size: 0.8em;
}
/* END FT */
.clear {
	clear: both;
}

li.clear {
	clear: both;
	display: block;
	width: 100%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.hide {
	display: none;
}

.bigger {
    font-size: 1.3em;
}

small, .smaller {
    font-size: 0.95em;
    font-weight: normal;
}

.lightgrey {
    color: #ccc;
}

.strong, strong {
    font-weight: bold;
}

.quick-tip {
	font-style: italic;
	color: #888;
	font-weight: normal;
}

.small-tip {
	font-size: 0.95em;
	font-style: normal;
	color: #888;
	font-weight: normal;
}

.menu-help {
	color: #888;
	font-weight: normal;
	font-size: 0.8em;
}

.warning {
	color: #d00;
	margin: 10px 0;
}

.green {
	color: #0d0;
	margin: 10px 0;
}
/* END UTILITY */