/*--------------------------------------------------
Client:			MainPlan

Media:			Screen
Version:		1.1
Last Updated:	15/07/08
--------------------------------------------------*/
/*--------------------------------------------------
Colours and Typefaces:
Dark grey (text) - #333
Mid grey - #666
Light grey - #999
Very light grey - #ddd
Orange (headings) - #f89920

--------------------------------------------------*/
/*--------------------------------------------------
Table of Contents:

--Common Styles--
1. Body styles
2. Header - #header
3. Navigation - #global_nav / #top_nav
4. Intro - #intro
5. Content - #content_main / #content_secondary
6. Footer - #footer

--Page specific styles--
7. Index - .home / #home_buttons
8. Tour - .tour
9. Pricing - 
10. Demo -
11. Support -
12. Contact -
13. Links - 
14. Login - 

--Classes--
15. General classes - 
16. User defined classes - 
--------------------------------------------------*/

/*-----------------------
[1. Body styles]
*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	}
	
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	color: #333;
	background: #fff;
	}

h1 {
	font-size: 127%; /*140*/
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 20px;
	}

h2, h3, h4, h5, h6 {
	color: #f89920;
	font-family: 'Arial Rounded MT Bold', 'Arial Rounded Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 20px 0 .2em 0;
	line-height: 1em;
	}

h2 {
	font-size: 127%;
	}	

h3 {
	font-size: 109%;
	}

p, pre, code, del, dfn, dl, ol, ul {
	margin-bottom: 1em;
	}

p a, p a:visited, p a:active {
	color: #39c;
	}

p a:hover, p a:focus {
	background: #feebd2;
	color: #333;
	}
	
li, dd {
	margin-left: 2em;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	}

strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

blockquote {
	background: url(../images/qc.gif) 100% 100% no-repeat;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1em 0;
	margin: 1.3em 0;
	}
	
blockquote p {
	padding: 0 2em;
	}

blockquote p:first-child {
	background: url(../images/qo.gif) 0% 0% no-repeat;
	padding-top: 6px;
	}

blockquote p.quote {
	font-size: 90%;
	font-style: italic;
	padding: 0 2em;
	margin-bottom: 0;
	}

small {
	font-size: 90%;}

/*-----------------------
[2. Header - #header]
*/	
#header {
    width:100%;
    background: url(../images/bg_banner-blue.gif) 0% 100% repeat-x #cce6ff/*#e9e9e9*/;
	border-top: 6px solid #f3b61a;
    line-height:normal;
	}	

#header .wrap {
    background: url(../images/bg_banner-blue.gif) 0% 100% repeat-x #cce6ff/*#e9e9e9*/;
	position: relative;
	}

#logo img {
	margin: 10px 0;
	}
	
/*-----------------------
[3. Navigation - #global_nav / #top_nav]
*/
#global_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0; right: 0;
	}

#global_nav ul li {
	float: left;
	background: url(../images/tabLeft.png) 0% 0% no-repeat;
	margin: 0 0px 0 0;
	padding: 0 0 0 10px;
	}

#global_nav a {
	background: url(../images/tabRight.png) 100% 0% no-repeat;
	color: #7f7f7f;
	display: block;
	font-size: 127%;
	margin: 0;
	padding: 10px 15px 6px 5px;
	text-decoration: none;
	}
	
#global_nav a:hover {
	color: #f89920;
}

#global_nav .active {
	background: url(../images/tabLeft-on.png) 0% 0% no-repeat;
	}

#global_nav .active a {
	background: url(../images/tabRight-on.png) 100% 0% no-repeat;
	color: #f89920;
	padding-bottom: 7px}






#top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0; right: 0;
	}

#top_nav ul li {
	float: left;
	margin: 0 0px 0 0;
	padding: 0 0 0 10px;
	}

#top_nav ul li.login {
	background: url(../images/clientLeft.png) 0% 100% no-repeat;}


#top_nav a {
	color: #7f7f7f;
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 6px 15px 10px 5px;
	text-decoration: none;
	}
	
#top_nav ul li.login a {
	background: url(../images/clientRight.png) 100% 100% no-repeat;
}	
	
#top_nav a:hover {
	color: #333;
}

#top_nav #current {
	background: url(../images/tabLeft-on.png) 0% 0% no-repeat;
	}

#top_nav #current a {
	background: url(../images/tabRight-on.png) 100% 0% no-repeat;
	color: #333;
	padding-bottom: 7px}


/*-----------------------
[4. Intro - #intro]
*/
#intro {
	background: url(../images/bg_intro.gif) 0 100% repeat-x;
	width: 100%;
	}

#intro .wrap { 
	background: url(../images/bg_intro.gif) 0 100% repeat-x;
	position: relative;
	padding: 40px 0 20px 0;
}

#intro img {
	float: left;
	margin-right: 60px;}

#intro h1 {
	margin-right: 305px;}

#intro ul {
	font-size: 140%;
	line-height: 200%;
	margin: 60px 0 0 630px;
	width: 330px;
	}
	
#intro ul li {
	background: url(../images/li_tick.png) 0 50% no-repeat;
	list-style: none;
	margin: 0;
	padding: 0 0 0 60px;
	width: 270px;
	}


/*-----------------------
[5. Content - #content_main / #content_secondary]
*/
#content_main {
	float: left;
	margin-right: 60px;
	padding-bottom: 30px;
	width: 560px;
	}

#content_secondary {
	float: left;
	padding-bottom: 30px;
	width: 340px;
	}

/*-----------------------
[6. Footer - #footer]
*/
#footer {
	background: url(../images/bg_footer-blue.gif) 0 0 repeat-x #cce6ff;
	color: #666;
	clear: both;
	font-size: 80%;
	line-height: 1em;
	padding: 30px 0 12px 0;
	width: 100%;
	}

#footer li {
	border-right: 1px solid #828689;
	display: inline;
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
	}
	
#footer a {
	color: #666;
	text-decoration: none;
	}

#footer a:hover {
	color: #999;
	text-decoration: underline;
	}
	

/*-----------------------
[7. Index - .home / #home_buttons]
*/	
h1.home {
	margin-right: 390px;
	}
	
#home_buttons {
	clear: both;
	height: 43px;
	margin-left: 70px;
	width: 530px;
	}
	
#home_buttons a {
	float: left;}
	
/*All tour and demo buttons */	
a#tour_button, a#demo_button {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 245px;
	height: 53px;
	}

a#tour_button {
	background: url(../images/buttons.png) 0 0;
	}
	
a#tour_button:hover {
	background: url(../images/buttons.png) 0 53px;
	}

a#demo_button {
	background: url(../images/buttons.png) -245px 0;
	}
	
a#demo_button:hover {
	background: url(../images/buttons.png) -245px 53px;
	}



/* ---------- Home page content sections ----------*/

#home_main, .column_left {
	float: left;
	margin-right: 60px;
	padding-bottom: 30px;
	width: 450px;
	}

#home_secondary, .column_right {
	float: left;
	padding-bottom: 30px;
	width: 450px;
	}



.column_left, .column_right {
	padding: 0;}

/*-----------------------
[8. Tour - .tour]
*/
.tour {
	clear: both;
		margin: 20px 0 20px -20px;
		/*width: 100%;*/
		/*margin: 20px 0;*/
	}
	
.tour p {
	margin-left: 400px;
	} 

.tour ul, .tour ol, .tour dl {
	margin-left: 400px;
	}
	
.tour img {
	float: left;
	margin-left: 0;
	}
	
.tour h2 {
	margin: 0 0 .2em 400px;
	}
	
/*-----------------------
[9. Pricing]
*/

table#pricing {
	clear: both;
	margin: 10px 0 20px 30px;
	width: 900px;
	}

table#pricing th {
	padding: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;}

table#pricing td {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
	}


table#pricing th.standard { 
	background:#39f;
	color: #fff;
	width: 235px;
	}

table#pricing th.gold { 
	background:#f89920;
	color: #fff;
	width: 235px;
	}

table#pricing th.grey { 
	background: #ccc;
	text-align: left;
	}

table#pricing td.standard { 
	background:#cef;
	}

table#pricing td.gold { 
	background:#fed;
	}
	
table#pricing td.grey { 
	background: #e5e5e5;
	font-weight: bold;
	text-align: left;
	}

table#pricing p, table#pricing h2, table#pricing h3 {
	margin: 0;
	padding: 0;
	}

th.standard h2, th.standard h3, th.gold h2, th.gold h3  {
	color: #fff;}
	
td.standard h3 {
	color: #39f;}

th.grey h2, th.grey h3, td.grey h2, td.grey h3 {
	color: #555;
	}

table#pricing big {
	font-size: 140%;
	font-weight: bold;
	}

table#pricing .price {
	font: bold 200%/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 6px;
	}

/*-----------------------
[10. Demo]
*/

/* Styles demo request form */

form#demo_request_form,
form#demo_download_form,
form#contact_form {
	background: url(../images/smlSpanner.png) 99% 96% no-repeat #e5e5e5;
	border: 1px solid #a0a0a0;
	padding: 20px;
	margin: 20px 0;
	width: 298px;
	}

form#demo_request_form p, 
form#demo_download_form p,
form#contact_form p {
	margin: 0 0 12px 0;
	padding: 0;}

form#demo_request_form label, 
form#demo_download_form label,
form#contact_form label {
	font-weight: bold;
	}

form#demo_request_form input, 
form#demo_download_form input,
form#contact_form input {
	font-size: 109%;
	}

	
/* Makes fields wide */
#request_name, #request_title, #request_email, #request_phone, #request_company, #request_location, #request_industry, #request_num_employees, #request_comment {
	border-width: 1px;
	margin: 0;
	padding: 2px 6px;
	width: 284px;}

textarea#request_address, textarea#request_comment {
	height: 7em;}
	
form#demo_request_form p.small, 
form#demo_download_form p.small,
form#contact_form p.small {
	margin-right: 120px;
	margin-top: 0;}


/*Form errors*/

#form_val_msg {
	color: #f00;
	font-size: 109%;
	font-weight: bold;}
	
	

form#demo_request_form .fieldErr,
form#demo_download_form .fieldErr,
form#contact_form .fieldErr {
	background: #fcc;
	border-color: #F00;}



/* form buttons*/

form#demo_request_form button#request_submit,
form#demo_download_form button#request_submit {
	background: none;
	border: none;
	overflow: hidden;
	font-size: 1em;
	width: 244px; height: 53px;
	margin: 0;
	padding: 0;
	}

button {
	 cursor: pointer;}

form#demo_request_form button#request_submit em,
form#demo_download_form button#request_submit em {
	display: block;
	background: url(../images/buttons.png) 50% 0;
	width: 244px; height: 53px;
	margin: 0;
	padding: 0;
	}

form#demo_download_form button#request_submit em {
	background: url(../images/buttons.png) 100% 0;
	}

form#demo_request_form button#request_submit:hover em {
	background: url(../images/buttons.png) 50% 100%;}

form#demo_download_form button#request_submit:hover em {
	background: url(../images/buttons.png) 100% 100%;}
	
	
/* contact form */	
form#contact_form button#request_submit {
	background: none;
	border: none;
	overflow: hidden;
	font-size: 1em;
	width: 244px; height: 53px;
	margin: 0;
	padding: 0;
	}	
	
form#contact_form button#request_submit em {
	display: block;
	background: url(../images/button_submit.png) 0 0;
	width: 244px; height: 53px;
	margin: 0;
	padding: 0;
	}
	
form#contact_form button#request_submit:hover em {
	background: url(../images/button_submit.png) 0% 100%;}

textarea {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	color: #333;
	}	
/*-----------------------
[11. Support]
*/

/*-----------------------
[12. Contact]
*/
/* Styles demo request form
form#contact_form {
	background: url(../images/smlSpanner.png) 99% 96% no-repeat #e5e5e5;
	border: 1px solid #a0a0a0;
	padding: 20px;
	margin: 20px 0;
	width: 298px;
	}

form#contact_form p {
	margin: 0 0 12px 0;
	padding: 0;}

form#contact_form label{
	font-weight: bold;
	}

form#contact_form input {
	font-size: 109%;}



form#contact_form .wide {
	border-width: 1px;
	margin: 0;
	padding: 2px 6px;
	width: 284px;}

form#contact_form textarea {
	height: 7em;}
	
form#contact_form p.small {
	margin-right: 120px;
	margin-top: 0;}
 */

/*-----------------------
[13. Links]
*/

/*-----------------------
[14. Login]
*/
	
/*-----------------------
[15. General classes]
*/

a#intro_button {
	background: url(../images/buttons.png) 0 0;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 245px;
	height: 53px;
	position: absolute;
	right: 0;
	top: 40px;}
	
a#intro_button:hover {
	background: url(../images/buttons.png) 0 0;}	

.wrap {
	margin: 0 auto;
	width: 960px;
	}

.clear {clear: both}

/*-----------------------
[16. User defined classes]
*/

.centre {
	text-align: center;}

.left {
	float: left;
	margin:0 12px 6px 0;}
	
.right {
	float: right;
	margin: 0 0 6px 12px;}

.right_border {
	float: right;
	margin: 0 0 6px 12px;
	border: 1px solid #a7a7a7;
	padding: 1px;}

.left_border {
	border: 1px solid #a7a7a7;
	padding: 1px;
	float: left;
	margin:0 12px 6px 0;}

.no_border {
	border: none;}

/* Defines call to action paragraph*/
.pitch {
	border-top: 2px solid #f89920;
	border-bottom: 3px solid #f89920;
	font-size: 109%;
	padding: 1em;
	}
	
.small {
	font-size: 90%;}
	
.alert {color: #f00;}