/* --------- /stylesheets/common.css --------- */ 
/* clearfix pattern */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* pngfix hack */
* html img, * html div { behavior: url(/javascripts/iepngfix.htc) }/* --------- /stylesheets/style.css --------- */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	font-family: "lucida grande", tahoma, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 1.35;
	color: #333;
	background: #ccc;
}

h1
{
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 240%;
}

h2
{
	font-size: 150%;
}

h4
{
	font-size: 110%;
}

h1, h2, h3
{
	margin-top: 5px;
	padding-bottom: 15px;
}

h4, h5, p
{
	padding-bottom: 10px;
}

ul
{
	padding-bottom: 10px;
	padding-left: 20px;
}

ol
{
	padding-bottom: 10px;
	padding-left: 30px;
}

a, a:visited
{
	color: #269;
}

a img
{
	border: 0px;
}

body .legal
{
	font-size: 12px;
}


h1.tight-title
{
	margin-bottom: 0px;
	padding-bottom: 0;
	line-height: 1.2;
}

h2.tight-title
{
	font-size: 170%;
	color: silver;
	line-height: 1.2;
	letter-spacing: -1px;
}

h4.tight-title
{
	font-size: 150%;
	color: gray;
	line-height: 1;
	letter-spacing: -2px;
}

.info, .tip
{
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	zoom: 1;
}

.info
{
	border: 1px solid #e4e4c8;
	background: #ffd;
}

.tip
{
	border: 1px solid #BEDCE7;
	background: #EAF2F5;
}

.info p:last-child,
.tip p:last-child
{
	padding-bottom: 5px;
}

.notice 
{
	padding: 10px;
	border: 1px solid #be6;
	background: #efd;
	margin-bottom: 15px;
	font-size: 90%;
	color: #363;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
	-webkit-box-shadow: rgb(200, 200, 200) 0px 2px 2px;
}

.error-message 
{
	padding: 12px 10px 12px 40px;
	border: 1px solid #ecb;
	background: #fdc url(/images/icons/error-icon.png) no-repeat 10px 13px;
	margin-bottom: 15px;
	font-size: 130%;
	font-weight: bold;
	color: #633;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
	-webkit-box-shadow: rgb(200, 200, 200) 0px 2px 2px;
}

/* rails classes */

.errorExplanation
{
	background: #fdc url(/images/icons/error-icon.png) no-repeat 10px 15px;
	padding: 10px 10px 10px 40px;
	border-top: 1px solid #ecb;
	border-bottom: 1px solid #ecb;
	margin-bottom: 15px;
	font-size: 90%;
	color: #633;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 0px;
	-webkit-box-shadow: rgb(178, 178, 178) 0px 2px 2px;
}

.errorExplanation h2
{
	color: #633;
	margin-bottom: 0px;
	padding-bottom: 15px;
	font-size: 150%;
	text-shadow: none;
	text-align: left;
}

.errorExplanation ul li
{
	font-weight: bold;
}

div.fieldWithErrors
{
	display: inline;
}

.fieldWithErrors input, 
.fieldWithErrors textarea,
input.error, 
textarea.error
{
	border: 2px solid #DDAA99 !important;
	background: #FFDDCC !important;
}
/* --------- /stylesheets/site.css --------- */ 
body 
{
	line-height: 1.6;
	min-width: 1000px;
}

/* classes */

.module
{
	margin-bottom: 15px;
}

.home-wrapper
{
	padding-right: 45px;
}

em.highlight
{
	font-style: normal;
	background-color: #f4f4c0;
}

/* forms */

.site-form fieldset
{
	border: 0;
	border-top: 2px solid gray;
	padding: 15px;
	margin-bottom: 10px;
	background: #f5f5f5;
}

.site-form fieldset legend
{
	font-weight: bold;
	font-size: 130%;
	padding: 5px;
}

.site-form .field
{
	margin-bottom: 5px;
}


.site-form .important
{
	font-size: 120%;
}

.site-form .field-inner
{
	margin-left: 150px;
}

.site-form label
{
	float: left;
	width: 150px;
	margin-top: 5px;
	font-size: 95%;
	line-height: 1.5;
}

.site-form input,
.site-form select
{
	padding: 2px;
	font-size: 110%;
}

.site-form .important input,
.site-form .important select
{
	font-size: 120%;
}

.site-form .explanatory
{
	font-size: 85%;
	color: #666;
	margin-top: 5px;
}


/* specific ids */

#header
{
	background: url(/images/site/splash-bg.jpg) 50% 0px #d5e5f5;
	height: 80px;
	color: #ccc;
	border-top: 5px solid #d5e5f5;
}

#header a
{
	font-size: 1.1em;
}

#header-wrapper {
	margin: 0px auto;
	width: 960px;
}

#header-logo
{
	padding-top: 10px;
}

#header-right
{
	padding-top: 20px;
	float: right;
}

#header-intro
{
	text-align: right;
	font-size: 80%;
}

#header-menu
{
	margin-top: 5px;
	text-align: right;
	font-weight: bold;
}

#header-menu li
{
	list-style: none;
	padding-left: 15px;
	display: inline;
}

#header-menu li a
{
	text-decoration: none;
}

#header-menu li a:hover
{
}

#splash-area {
	background: url(/images/site/splash-bg.jpg) 50% -80px #d5e5f5;
	border-bottom: 1px solid #c5d5e5;
}

#splash-area-small {
	border-top: 1px solid #c5d5e5;
	background: white;
	overflow: hidden;
}

#splash-area-small h2.tight-title,
#splash-area h2.tight-title
{
	color: #666;
	border-bottom: none;
}

#splash-area-wrapper
{
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#splash-area-wrapper-small
{
	border-bottom: 1px solid #d5e5f5;
	padding: 15px 0px 10px;
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

#contents {
	background: white;
}

#contents-wrapper
{
	width: 960px;
	margin: 0px auto;
	padding: 20px 0px;
	min-height: 460px;
}

#contents h2
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

#footer
{
	color: #e0e0e0;
	font-size: 85%;
	border-top: 3px solid #ddd;
	background: #222;
}

#footer-wrapper {
	width: 960px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer a
{
	color: #e0e0e0;
}


#twitter-promo {
	margin-top: -15px;
	float: right;
}

/* splash specific */

#splash-area-left
{
	padding-top: 30px;
	float: left;
	width: 410px;
}

#splash-area-right
{
	position: relative;
	padding-top: 10px;
	float: left;
	width: 550px;
	text-align: right;
	height: 380px;
}

#splash-area-bottom
{
	clear: both;
	background: #efefff;
	padding: 6px 15px;
	border-top: 1px solid white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	color: #666;
	font-size: 90%;
	text-align: right;
}


#splash-area-left h1
{
	font-size: 33px;
	line-height: 36px;
	padding-bottom: 0px;
	letter-spacing: -1px;
	
	margin-left: -43px;
}

#splash-area-left h2
{
	color: #555;
	font-size: 21px;
	line-height: 30px;
	padding-bottom: 0px;
	letter-spacing: -1px;
	margin-left: -37px;
}

#splash-area-left h3
{
	color: #444;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	margin-top: 10px;
}

#splash-area-left small
{
	color: #777;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: normal;
}

#splash-area-right #badge
{
	position: absolute;
	right: 0;
	top: 0;
}


#sign-up-button-container
{
	margin-top: 18px;
	text-align: left;
}

/* content specific */

#main-right
{
}

#main-statement
{
	line-height: 1.2;
	letter-spacing: -1px;
	font-size: 145%;
	padding: 20px 0px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 20px;
}


#key-points
{
	float: left;
	width: 580px;
	padding: 15px 0px;
}

#estimate-key-point
{
	background: url(/images/site/key-points/send.png) no-repeat;
}

#team-key-point
{
	background: url(/images/site/key-points/users.png) no-repeat;
}

#expenses-key-point
{
	background: url(/images/site/key-points/notebook.png) no-repeat;
}

#simple-key-point
{
	background: url(/images/site/key-points/speed.png) no-repeat;
}

#index-testimonials
{
	float: left;
	margin-left: 50px;
	width: 300px;
	padding: 15px;
	background: #f0f0f0;
}

#main-left
{
}

#product-line
{
	font-size: 1.1em;
	font-weight: bold;
}

dl#ronin-define
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin-bottom: 15px;
	
	background-color: #f5f5e5;
	padding: 15px;
	color: #555;
}

dl#ronin-define dd ol
{
	padding-left: 30px;
}

ul#usage-list
{
	padding-left: 5px;
	list-style: none;
}

ul#usage-list li
{
	margin-bottom: 10px;
}

/* feature/plan table */
#feature-table
{
	width: 90%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #aaa;
}

#feature-table td
{
	width: 15%;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding: 3px 5px;
}

#feature-table td.feature
{
	width: 20%;
	color: #666;
	text-align: right;
	font-size: 95%;
	font-weight: bold;
	background-color: #f8f8f8;
	padding-right: 10px;
}

#feature-table td.plan
{
	font-weight: bold;
	color: #444;
	font-size: 150%;
	letter-spacing: -1px;
	background: url(/images/splash-bg.jpg) repeat-x 0px -150px;
	border-bottom: 2px solid #eee;
}

#feature-table td.plan p
{
	padding-bottom: 2px;
}


#feature-table td.plan .sign-up-link
{
	padding-bottom: 2px;
	line-height: 12px;
}


#feature-table td.origin
{
	font-size: 130%;
	letter-spacing: -2px;
	color: #930;
	text-transform: capitalize;
	background-color: #eee;
}

#feature-table .price
{
	font-weight: bold;
	letter-spacing: -2px;
	font-size: 160%;
	color: #226699;
}

#feature-table td.bottom-sign-up
{
	padding: 5px;
}

#feature-table td.bottom-sign-up a
{
	text-decoration: none;
}

/* plan grid */
#plan-grid
{
	margin-bottom: 10px;
}

#plan-grid .plan
{
	float: left;
	text-align: center;
	position: relative;
	z-index: 1;
	
	width: 230px;
	height: 320px;
	background: #f0f5f8;
	margin-top: 10px;
	border-right: 1px solid #b0c0d0;
	border-top: 1px solid #b0c0d0;
	border-bottom: 1px solid #b0c0d0;
	
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px 0px;
	-webkit-box-shadow: rgb(160, 180, 200) 0px 3px 8px;
}

#plan-grid .plan ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}


#plan-grid .first-plan
{
	margin-left: 5px;
	border-right: 0px;
	border-left: 1px solid #b0c0d0;
	border-top: 1px solid #b0c0d0;
	border-bottom: 1px solid #b0c0d0;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
}

#plan-grid .last-plan
{
position: relative;
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}


#plan-grid .recommended-plan
{
	border: 2px solid #b5c5d5;
	background: white;
	margin-top: 0px;
	height: 340px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	
	/* css drop shadows */
	position: relative;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 0px;
	-webkit-box-shadow: rgb(150, 150, 150) 0px 3px 8px;
}

#plan-grid .recommended-plan ul
{
	font-size: 105%;
}

#plan-grid .deemphasized-plan
{
	color: #666;
	margin-top: 30px;
	height: 280px;
	
	z-index: 0;
}

#plan-grid .plan h2
{
	font-size: 200%;
	color: #884433;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	line-height: 1.3;
}

#plan-grid .deemphasized-plan h2
{
	color: #665544;
}

#plan-grid .plan h3
{
	color: #405060;
	text-transform: uppercase;
	font-size: 110%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 1.3;
}

#plan-grid .plan h4
{
	color: #506070;
	font-size: 90%;
	text-transform: uppercase;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
}

#plan-grid .signup-button
{
	margin-top: 5px;
}

/* sign up page misc */

#no-card-required
{
	text-align: center;
	color: #666;
}

#trust-statement
{
	line-height: 1.2;
	letter-spacing: -1px;
	font-size: 180%;
	padding: 20px 40px;
	background-color: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 20px;
}

#feature-details
{
	float: left;
	width: 200px;
	font-size: 1.1em;
}

#feature-details ul
{
	padding: 0;
	margin-bottom: 15px;
}

#feature-details li
{
	float: left;
	clear: left;
	list-style: none;
	background: #F4F4C0;
	margin-bottom: 3px;
	font-size: 0.90em;
	color: #333;
}

#plan-details
{
	float: left;
	width: 450px;
}

#plan-details h5
{
	padding-bottom: 3px;
	font-size: 1.3em;
}

#plan-details p
{
	padding-bottom: 15px;
	font-size: 1.05em;
	color: #555;
}

#plan-rightrail
{
	float: left;
	margin-left: 35px;
	width: 250px;
}

#plan-testimonial
{
	border-left: 1px solid #f0f0f0;
	padding-left: 15px;
}

#last-chance-signup
{
	line-height: 1.2;
	letter-spacing: -1px;
	font-size: 130%;
	padding: 20px 40px;
	background-color: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 20px;
}

/* general testimonial styling */

.testimonial
{
	margin-bottom: 15px;
}

.testimonial-photo
{
	float: left;
	border: 1px solid #c0c0c0;
	padding: 4px;
	background: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 50px;
	height: 50px;
	
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-webkit-box-shadow: rgb(153, 153, 153) 0px 2px 2px;
}

.testimonial-photo img
{
	width: 50px;
	height: 50px;
}

.testimonial-quote
{
	margin-left: 70px;
	color: #555;
	font-size: 0.9em;
}

.testimonial-attribution
{
	margin-left: 70px;
	color: #666;
	font-size: 0.9em;
}

/* key features styling */

.key-feature-row
{
	margin-bottom: 20px;
}

.key-feature
{
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-right: 30px;
}

.key-feature h5
{
	margin-top: 8px;
	padding-bottom: 2px;
}

.key-feature p
{
	font-size: 90%;
	line-height: 1.35;
	margin-bottom: 20px;
}


.last-feature
{
	margin-right: 0px;
}

.feature-image
{
	width: 152px;
	height: 142px;
	border: 1px solid #c0c0c0;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
	-webkit-box-shadow: rgb(153, 153, 153) 0px 2px 2px;
}

.feature-image img
{
	border: 1px solid #d0d0d0;
	width: 150px;
	height: 140px;
}

.key-point
{
	float: left;
	width: 220px;
	margin-right: 20px;
	padding-left: 50px;
	margin-bottom: 20px;
}

/* tour */

#tour-nav
{
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 20px 0px;
	list-style: none;
	font-size: 100%;
	background: url(/images/site/tour-nav-shade.png) no-repeat 110px 0px;
	min-height: 400px;
}

#tour-nav li
{
	height: 19px;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#tour-nav li.selected
{
	background: url(/images/site/tour-nav-bg.png) no-repeat;
}

#tour-nav a
{
	text-decoration: none;
}

#tour-nav .selected a
{
	color: #888;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px 1px white;
}

#tour-contents
{
	margin-bottom: 40px;
}

#tour-back
{
	font-size: 90%;
	font-weight: normal;
}

#tour-convert
{
	padding: 20px 20px;
	background-color: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 20px;
}

#tour-convert-button
{
	float: right;
	margin-top: 20px;
	margin-left: 40px;
}

.tour-section
{
	float: left;
	width: 360px;
	margin-bottom: 30px;
	margin-right: 20px;
}

.tour-section h3
{
	padding-right: 20px;
	font-size: 120%;
	color: #336688;
	padding-bottom: 5px;
}

.tour-section p
{
	padding-right: 20px;
	color: #777;
	font-size: 90%;
}

.tour-section img
{
	float: left;
	margin-right: 20px;
	width: 150px;
	padding-bottom: 50px;
}

.tour-image
{
	display: block;
	padding: 5px;
	background-color: white;
	border: 1px solid #d0d0d0;
	margin-bottom: 30px;
	
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.tour-image img
{
	width: 250px;
}

.tour-image.small img
{
	width: 180px;
}

.tour-image.left
{
	float: left;
	margin-right: 40px;
}

.tour-image.right
{
	float: right;
	margin-left: 40px;
}

.tour-module h3
{
	font-size: 120%;
}/* --------- /stylesheets/site_holygrail_fixed.css --------- */ 
#container {
	padding-left: 0px;   /* LC width */
	padding-right: 0px;  /* RC width */
}
#container .column {
	position: relative;
	float: left;
}
#center {
	width: 100%;
}
#left {
	width: 0px;          /* LC width */
	margin-left: -100%;
}

* html #left {
	margin-left: 0px;      /* LC Width/2 */
}

#right {
	width: 0px;          /* RC width */
	margin-right: 0px;  /* RC width */
}

#footer {
	clear: both;
}
