/*-----------------------------------------------------------------------------
www.mysitris.com Style Sheet

version:   1.0
author:    mark wallis
email:     mwallis@sentient.ie
website:   http://www.markjohnwalis.com/
-----------------------------------------------------------------------------*/

legend {
	color: #333;
}

/*
	=Frontpage Styles
-----------------------------------------------------------------------------*/
#wrapper {
	width: 948px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	
	background: #fff;
}

/* =Misc
----------------------------------------------------*/
a.more {
	color: #c00;
	text-transform: uppercase;
	background: url(/images/frontpage/more-arrow.png) no-repeat 100% 50%;
	padding-right: 15px;
	font-size: 70%;
	font-style: italic;
	font-weight: normal;
}

a.more:hover {
	color: #900;
}

/* =Banner
-----------------------------------------------------*/
#banner {
	width: 930px;
	height: 268px;
	position: relative;
	background: #fff url(/images/frontpage/banner-bg.png) no-repeat bottom left;
	margin: 10px auto 20px;
	padding: 0;
}

#banner img#banner-img {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#banner h2 {
	font-size: 28px;
	margin: 0 0 0 352px;
	padding: 20px 0 0;
}

#banner p {
	margin: 0 20px 20px 355px;
	padding: 10px 0 0;
}

#banner a img {
	border: none;
}

#banner a#view-demo {
	display: block;
	width: 221px;
	height: 31px;
	position: absolute;
	top: 177px;
	left: 354px;
}

#banner a#sign-up {
	display: block;
	width: 221px;
	height: 31px;
	position: absolute;
	top: 177px;
	left: 593px;
}

#badge {
	position: absolute;
	left: 785px;
	top: 135px;
	
	z-index: 100;
}

/* =Main Content
-----------------------------------------------------*/
#main-content {
	width: 930px;
	height: 202px;
	position: relative;
	background: #fff url(/images/frontpage/main-content-bg-tile.png) repeat-x bottom left;
	margin: 10px auto 8px;
}

#main-content .block {
	width: 60%;
	float: left;
}

#main-content .block img {
	float: left;
}

#main-content .block p {
	margin-left: 95px;
}

#main-content #signed-up {
	float: right;
	position: relative;
	width: 340px;
	height: 182px;
	background: url(/images/frontpage/already-signed-up-bg.png) no-repeat 0 0;
}

#main-content #signed-up a {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 141px;
	height: 31px;
}

#main-content #signed-up a img {
	border: none;
}

/* =Sub Content
-----------------------------------------------------*/
#sub-content {
	float: left;
	width: 930px;
	margin: 10px 10px;
	background: #fff url(/images/frontpage/sub-content-bg.png) no-repeat bottom center;
	display: inline; /* fixes IE/Win double margin bug */
}

#left-block {
	float: left;
	width: 460px;
	padding-bottom: 20px;
}

#left-block dl {
	float: left;
	margin: 10px 20px;
	display: inline; /* fixes IE/Win double margin bug */
}

#left-block dt {
	float: right;
	width: 195px;
	
	margin: -5px 0 0 0;

	color:#467724;
	font-size:180%;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:1.2em;
}

#left-block dd.txt {
	font-size: 14px;
	line-height: 1.5em;
	
	margin-left: 218px;
}

dl#caregivers dd.img img {
	float: left;
	margin: 0 20px 0 -38px;
	padding: 0;
}

/* reverse the floats */
dl#professionals dt {
	float: left;
}

dl#professionals dd.img img {
	float: right;
	margin: 0 0 0 20px;
}

dl#professionals dd.txt {
	margin: 0 218px 0 0;
}


#right-block {
	float: right;
	width: 460px;
}

#voice-info {
	float: left;
	display: inline; /* fixes IE/Win double margin bug */
	width: 43%;
	margin: 6px 10px 20px 20px;
}

#voice-info h2 {
	color:#467724;
	font-size:180%;
	margin-bottom: 0;
}

#voice-btns {
	float: right;
	display: inline; /* fixes IE/Win double margin bug */
	width: 43%;
	margin: 20px 20px 20px 10px;
	padding-top: 20px;
}

#right-block ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#right-block li {
	margin-bottom: 5px;
}

.voice-btn {
	width: 174px;
	height: 29px;
	background: url(/images/frontpage/voice-button.gif) no-repeat 0 0;
}

.voice-btn a {
	display: block;
	color: #999;
	background: transparent;
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	font-size: 14px;
}

.voice-btn a:hover {
	color: #666;
}


/* 
	=pricing-signup
------------------------------------------------------------------------------*/

#pricing_signup {
	margin-top: 20px;
	/*border: 1px solid red;*/
	/*background: #efefef;*/
}

#pricing_signup h2, #pricing_signup h3 {
	margin: 0;
	padding: 0;
	border: 0;

	font-weight: normal;
	letter-spacing: -1px;

}

#pricing_signup h3 {
	color: #333;
	margin-bottom: 2em;
}

#pricing_signup p {
	line-height: 1.5em;
	font-family: verdana, sans-serif;
	color: #333;
}

#pricing_signup p.intro {
	line-height: 1.2em;
	font-family: verdana, sans-serif;
	color: #000;

	font-size: 130%;
	font-style: normal;
	letter-spacing: 0px;
}

#pricing_signup p.intro em {
	font-weight: bold;
	font-style: italic;
	color: #000;
}

#pricing_signup a#sign-up {
	display: block;
	text-align: center;
	margin: 0 0 40px 0;
}

#pricing_signup a#sign-up img {
	border: none;
}

#monthly-plan img {
	float: right;
}

#monthly-plan h3 {
	color: #376015;
	margin: 0;
	margin-bottom: 0.25em;
	padding: 0;
}

#monthly-plan p {
	padding: 0;
	margin: 0 150px 0.5em 0;
}

#pricing_signup .content-section {
	margin: 1em 0 1em 0;
}

#pricing_signup .content-section h3 {
	color: #376015;
	margin: 0;
	margin-bottom: 0.25em;
	padding: 0;
}

#pricing_signup .content-section p {
	padding: 0;
	margin: 0 0 0.5em 0;
}

/*
	=Alert
----------------------------------------------------------------------------*/
.alert {
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}


/*
	=General Form Styles
-----------------------------------------------------------------------------*/
.btn-submit, .btn-cancel {
	width: 82px;
	height: 33px;
}

#btn-holder {
	padding: 10px 0;
}

/*
	=Reminder Form
-----------------------------------------------------------------------------*/
#reminderform {
	margin: 20px 0;
	border: 5px solid #efefef;
}

#reminderform ul {
	margin: 30px 20px;
	list-style: none;
}

#reminderform ul li {
	margin: 5px;
}

#reminderform ul li span {
	margin-right: 1em;
}

#reminderform #email {
	width: 280px;
}

/* 
	=login-form
------------------------------------------------------------------------------*/
#login-title {
	font-size: 150%;
}

.login-help {
	margin: 0;
	padding: 0;
	list-style: none;
}

.login-help li {
	margin: 1px 0 1px 0;
	font-size: 90%;
}

.login-help li em {
	background: #efefef;
	padding: 3px 5px;
}

#form-login {
	margin: 20px 0 40px 0;
	padding: 0;
	border: 8px solid #efefef;
	width: 65%;
}

#form-login ul {
	margin: 0;
	padding: 30px;
	list-style: none;
}

#form-login li.form-lbl {
	font-size: 60%;
	text-transform: uppercase;
}

#form-login li input.form-txt {
	width: 300px;
	height: 25px;
	font-size: 19px;
}

#form-login li.form-btn {
	padding: 10px 0;
}

input#btn {
	height: auto;
	width: auto;
}

/* 
	=cc-signup
------------------------------------------------------------------------------*/
#cc-signup {
	margin-top: 20px;
}

#form-ccsignup {
	width: 600px;
	margin: 30px 0;
}

fieldset {
	border: 8px solid #efefef;
}

legend {
	font-weight: bold;
	font-size: 120%;
}

#cc-signup ul {
	margin: 0 20px;
	padding: 0;
	padding-top: 20px;
	list-style: none;
	/*background: red;*/
}

#cc-signup li {
	margin: 3px 0;
	padding: 0;
	/*background: #666;*/
}

#cc-signup table {
	margin-bottom: 20px;
}

#cc-signup th {
	font-weight: normal;
}

#cc-signup td {
	padding: 3px 0;
}

select, input {
	height: 22px;
	font-size: 16px;
}

input#ccnum {
	width: 200px;
}

input#form-btn {
	height: auto;
	width: auto;
}


/* 
	=form-profile
------------------------------------------------------------------------------*/
#form-profile {
	width: 85%;
	margin: 20px 0;
}

#form-profile fieldset {
	border: 8px solid #efefef;
}

#form-profile legend {
	font-weight: bold;
	font-size: 120%;
}

#form-profile ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

#form-profile ul li {
	margin-bottom: 20px;
}

.align-middle {
	text-align: center;
}

#form-profile table {
	/*width: 100%;*/
}

#form-profile th, #form-profile td {
	padding: 3px 5px;
}

#form-profile th {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
}

.small-txt {
	font-size: 12px;
	color: #000;
}

.highlight-txt {
	font-size: 12px;
	color: #333;
	background: #ffc;
}

#username, #fname, #lname {
	height: 22px;
	font-size: 16px;
}

#country-id {
	height: 22px;
	font-size: 15px;
}

#username, #country-id {
	width: 250px;
}

input#update-profile-btn {
	height: auto;
	width: auto;
}

/*

	=account-status
------------------------------------------------------------------------------*/
table#account-status {
	border: 1px solid #fff;
	width: 95%;
	margin: 15px;
}

table#account-status th, table#account-status td {
	border-bottom: 1px solid #efefef;
	margin: 0;
	padding: 5px 0;
}

table#account-status td {
	text-align: center;
}

table#account-status td img {
	border: none;
	margin: 0;
	padding: 0;
}

/* 
	=rate table
------------------------------------------------------------------------------*/
#rates {
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
	color: #333;
	width: 520px;	
	margin: 1em 150px 1em 0;

}

#rates td {
	padding: 3px 10px;
}

#rates .odd {
	background: #efefef;
}

/* 
	=success-note
------------------------------------------------------------------------------*/
.success-note {
	width: auto;
	height: auto;
	margin: 20px 20px 30px 0;
	padding: 20px 20px 20px 20px;
	background: #ffc;
	border: 5px solid #ffcc33;
	border-width: 5px 0;
}

.success-note p {
	padding-left: 0 0 0.25em 30px;
	color: #c90;
}

.highlight-text {
	font-weight: bold;
}

/* 
	=Rate Calculator
------------------------------------------------------------------------------*/

#form-rate-calc {
	width: 80%;
}

#form-rate-calc fieldset {
	border: 3px solid #ccc;
	margin: 8px 0;
}

#form-rate-calc legend {
	font-weight: bold;
}

#form-rate-calc ul {
	list-style: none;
	margin-top: 20px;
}

#form-rate-calc ul li {
	/*background: #fcc;*/
	margin: 5px 0 0;
}

#countryFrom, #countryTo {
	width: 85%;
	height: 25px;
	font-size: 110%;
}

#fromType, #toType {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;

	font-size: 100%;
	line-height: 1em;
	height: 15px;
}

#calc-cost {
	position: relative;
	margin: 0;
	padding: 0;
	
	margin-top: 1em;
}

#calc-cost-btn {
	float: left;
	padding: 3px 5px;
	font-size: 110%;
	height: 33px;
	width: 75%;
}

#calc-cost-result {
	float: right;
	width: 120px;
	height: 25px;
	border: 3px solid #ccc;
}

/* 
	=Sitemap
------------------------------------------------------------------------------*/

#sitemap {
	width: 85%;
	margin: 0 auto;
}

#sitemap, #sitemap ul {
	list-style: none;
}

#sitemap li {
	border: 1px solid #efefef;
	margin: 5px auto;
	padding: 10px;
}

#sitemap li ul li {
	border: none;
}

#sitemap a {
	color: #333;
}

a.top-level {
	font-weight: bold;
	color: #006600;
}

/* 
	=Terms & Conditions
------------------------------------------------------------------------------*/

/*#tandc {
	font-size: 12px;
}

#tandc h2, #tandc h3 {
	color: #000;
}

#tandc h2 {
	font-size: 18px;
}

#tandc h3 {
	font-size: 14px;
}*/

/* 
	=Invite a Friend
------------------------------------------------------------------------------*/
#invite-a-friend {
	background: #fff;
	border: 1px solid #efefef;
	border-width: 3px 0;
	padding: 10px 20px;
	margin: 10px 0;
}

#invite-a-friend p {
	font-size: 150%;
	font-weight: bold;

	font-style: italic;
	font-family: Georgia, serif;
	color: #000;
	margin: 0;

	padding-left: 30px;
	background: url(/images/png/group_add.png) no-repeat 5px 50%;
}

#invite-a-friend span {
	font-weight: bold;
}

#invite-a-friend img {
	border: none;
	margin: 0 0 -15px 5px;
	padding: 0;
	display: inline;
}

#invite-a-friend a {
	color: #f60;
	padding: 0 3px;
}

#invite-a-friend a:hover {
	color: #D45A00;
}

#form-invite-a-friend {
	margin: 2em 0;
}

#form-invite-a-friend ul {
	list-style: none;
	margin: 1em;
}

#form-invite-a-friend li {
	margin: 5px 0;
}

#invite-txt {
	width: 400px;
}

#invite-btn {
	width: 120px;
	height: 30px;
}

#invite-success span {
	font-style: italic;
	background: #ffc;
}

#table-invites {
	width: 100%;
}

#table-invites th {
	background: green;
	color: #fff;
	font-size: 110%;

	padding: 3px 5px;
}

#table-invites td {
	border-bottom: 1px solid #efefef;
	font-size: 110%;

	padding: 3px 5px;
}

/* 
	=Debug p
------------------------------------------------------------------------------*/
.debug-p {
	font-family: Georgia, serif;
	color: red;
	font-size: 140%;
	padding: 3px 10px;
	border-bottom: dashed 1px #ccc;
}





