﻿ /* imports */
@import url('reset.css');

/* general */
body
{
	font-family:Verdana, Arial, Tahoma, Helvetica, Geneva;
	font-size:12px;
}
img
{
	border:0;
}

h3
{
	color:White;
	margin-top:10px;
}

.forms-errors {
    color:Red;
}

.clear
{
 clear: both;
 display: block;
 font-size: 0;
 overflow: hidden;
 visibility: hidden;
}
.hide
{
 display: none;
}
.disabled
{
 visibility: hidden;
}
a.arrow
{
	background-image:url(../images/link-arrow.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:15px 50px 20px 0;
	display:block;
	color:#fff;
	text-decoration:none;
}
p
{
	line-height:18px;
	font-size:12px;
}
/* container */
#container
{
	width:960px;
	margin:0 auto 0 auto;
}
/* head */
#head
{
	height:129px;
	background-image:url(../images/head-background.jpg);
}
#head .logo
{
	margin:13px 0 0 25px;
	float:left;
}
/* head / navigation */
#head .navigation-wrapper
{
	width:720px;
}
#head ul
{
	list-style-type:none;
	margin:55px 0 0 0;
	float:right;
	clear:right;
}
#head ul li
{
	float:left;
	display:inline;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:0 25px 0 20px;
	margin:0 0 10px 0;
}
#head ul li.last
{
	padding-right:0;
}
#head ul li.on
{
	
	background-image:url(../images/nav-arrow.jpg);
	background-position:10px 1px;
	background-repeat:no-repeat;
	
}
#head ul li a
{
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	height:15px;
	cursor:pointer;
}
#head ul li a:hover
{
	text-decoration:underline;
}
/* drop down menu styles - do not touch */
#head ul li ul
{
	display:none;
	position:absolute;
	margin:0 0 0 20px;
	list-style:none;
	z-index:99;
	background:#99D3C7;
	text-align:left;
	padding:0;
}
#head ul ul li
{
	float: none;
	margin:0;
	padding:7px;
	border:0;
	text-transform:none;
	display:block;
	width:120px;
	height:15px;
}
#head ul ul li a
{
	color:#000;
	padding:5px 0 5px 0;
}
/* end */
#head .navigation-area
{
	float:right;
	text-align:right;
	padding:0 25px 0 0;
	height:120px;
}
#head p.login
{
	padding:6px 0 5px 25px;
	margin:20px 0 0 0;
	background-image:url(../images/lock.gif);
	background-repeat:no-repeat;
	font-size:11px;
	float:right;
}
#head p.login a
{
	color:#fff;
	text-decoration:none;
}

#head span.hrule
{
	padding:6px 0px 10px 10px;
	margin-top:25px;
	font-size:11px;
	float:right;
	color:White;
}

#head p.my-account a:hover
{
	text-decoration:underline;
}

#head p.my-account
{
	padding:6px 0px 5px 10px;
	margin-top:20px;
	font-size:11px;
	float:right;
}
#head p.my-account a
{
	color:#fff;
	text-decoration:none;
}
#head p.login a:hover
{
	text-decoration:underline;
}
/* body */
#body
{
	padding:15px;
}
#body .home-panel
{
	background-image:url(../images/home-panel.jpg);
	float:left;
	margin:0 12px 0 0;
	color:#fff;
	padding:15px;
}
#body .home-panel 
{ 
	width:302px;
	height:222px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:272px;
	height:192px;
}
html>body .home-panel
{
	width:272px;
	height:192px;
} 
#body .home-panel h2
{
	font-weight:normal;
	font-size:22px;
	padding:0 0 15px 0;
}
#body .home-panel a
{
	color:#fff;
}
#body .home-panel a:hover
{
	text-decoration:none;
}
#body .home-panel p
{
	padding:0 0 15px 0;
}
#body .home-panel p.more-link
{
	width:100%;
	text-align:right;
	padding:30px 0 0 0;
}
#body .panel-last
{
	margin:0;
}
/* body - internal panels */
/* left */

#body .contacts
{
  /*  background-color:#97D4C6;*/
  margin-bottom:10px;
}
#body .column-left
{
	background-image:url(../images/side-panel.jpg);
	background-repeat:no-repeat;
	background-color:#013857;
	float:left;
	width:243px;
	height:auto !Important;
	min-height:475px;
/*	min-height:700px;*/
}
#body .column-left .left-menu
{
	padding:10px;
}
#body .column-left .left-menu a
{
	color:White;
	text-decoration:none;
}
#body .column-left .left-menu h2
{
	color:#fff;
	font-weight:normal;
	font-size:22px;
}
#body .column-left .left-menu ul
{
	padding-left:15px;
	margin-left:0;
	list-style:none;
}
#body .column-left .left-menu div
{
	padding-left:5px;
	margin-left:0;
}
#body .column-left .left-menu li
{
	color:#fff;
	font-size:11px;
	padding:0 0 10px 0;
	margin:0;
}
#body .column-left .left-menu p
{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 0 10px 0;
	margin:0;
}
#body .column-left .left-menu li.last
{
	padding:0;
}
#body .column-left .left-menu p.last,
#body .column-left .left-menu a.last
{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0;
}


/* right */
#body .column-right
{
	float:right;
	width:250px;
}
#body .column-right div
{
		padding:10px;
}
#body .column-right p
{
	font-size:11px;
	font-weight:bold;
}
#body .column-right p.last
{
	font-size:9px;
}

#body p.try-now
{
	background-image:url(../images/try-button.jpg);
	font-size:12px;
	font-weight:bold;
	margin-bottom:25px;
	background-repeat:no-repeat;
}
#body .try-now a
{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:50px 0px 0 115px;
}
#body .try-now a
{ 
	width:247px;
	height:109px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:117px;
	height:64px;
} 
html>body #body .try-now a
{
	width:117px;
	height:64px;
}
#body .quote
{
	background-image:url(../images/quote-top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:10px 0 0 35px;
}
#body .quote-wrapper
{
	background-image:url(../images/quote-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#body .quote-wrapper p
{
	color:#335F78;
	font-size:16px;
}
#body .quote-wrapper p.title
{
	color:#000;
	font-size:11px;
	font-weight:bold;
	padding:15px 0 0 0;
}

/* main content */
#body .column-main
{
	float:left;
	width:675px;  
}

/* middle */
#body .column-middle
{
	float:left;
	width:375px;
	margin:15px 0 0 20px;
}
#body .column-middle-contacts
{
	float:left;
	width:300px;
	
	margin:5px 0 0 20px;
}
#body .column-right-contacts
{
	color:#335F78;
	font-weight:bold;
	float:right;
	width:300px;
	margin:10px 0 0 10px;
}

#body .bottomtext-contacts
{
	margin-left:265px;
	margin-top:-25px;
}

#body .bottomtext-contacts p.smallprint
{
	text-align:right;
	font-size:9px
	color:#335F78;
}

#body .column-right-contacts p.last
{
	font-size:10px;
}


#body .full
{
	width:667px;
}
#body .column-middle h2
{
	color:#003756;
	font-weight:normal;
	font-size:22px;
}
#body .column-middle p
{
	font-size:12px;
	padding:0 0 15px 0;
}
#body .column-middle p.last
{
	font-size:9px;
}
#body .column-middle .product
{
	border-bottom:solid 1px #000;
	margin-bottom:15px;
}
#body .column-middle .image
{
	width:180px;
	text-align:center;
	float:left;
	padding-bottom:15px;
}
#body .column-middle .description
{
	width:487px;
	float:left;
}
#body .column-middle .description h2,
#body .column-middle .description p
{
	padding:0 0 15px 0;
}
#body .column-middle .description ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#body .column-middle .description ul li
{
	float:left;
	display:inline;
	font-size:11px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:0;
	height:37px;
}
#body .column-middle .description ul li.compare
{
	background-image:url(../images/button-compare.jpg);
	width:167px;
}
#body .column-middle .description ul li.price
{
	background-image:url(../images/button-price.jpg);
	width:117px;
}
#body .column-middle .description ul li.trial
{
	background-image:url(../images/button-trial.jpg);
	width:156px;
}
#body .column-middle .description ul li a
{
	display:block;
	text-align:center;
	padding:12px 0 12px 0;
	color:#fff;
	text-decoration:none;
}
/* footer */
#foot
{
	border-top:1px solid #003756;
	background-color:#D6DFE4;
	padding:30px;
}
#foot p
{
	width:369px;
	color:#000000;
	font-size:11px;
}
#foot p.left
{
	float:left;
}
#foot p.right
{
	float:right;
	text-align:right;
}
#foot p.left a,
#foot p.right a
{
	color:#000;
}
#foot p.left a:hover,
#foot p.right a:hover
{
	text-decoration:none;
}

/* jQuery overrides */
/* override the root element to enable scrolling */
/* panes */
#flowpanes 
{
	width:960px;
	height:309px;
	position:relative;
	overflow:hidden;
	clear:both;
}
/* single pane */
#flowpanes div
{
	display:none;
	color:#fff;
	float:left;
	display:block;
	width:960px;
}
 #flowpanes .left-arrow
{
	background-image:url(../images/left-arrow.gif);
	background-repeat:no-repeat;
	z-index:99;
	display:block;
	position:absolute;
	top:110px;
	left:0;
	float:none;
}
#flowpanes .right-arrow
{
	background-image:url(../images/right-arrow.gif);
	background-repeat:no-repeat;
	z-index:99;
	display:block;
	position:absolute;
	top:110px;
	left:929px;
	float:none;
}
#flowpanes .left-arrow a,
#flowpanes .right-arrow a
{
	display:block;
	width:31px;
	height:60px;
}
/* our additional wrapper element for the items */
#flowpanes .items 
{
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#flowpanes .items div 
{
	height:309px;
	padding:0;
}
#flowpanes .items div.panel1
{
	background-image:url(../images/homebanner.jpg);
}
#flowpanes .items div.panel2
{
	background-image:url(../images/homebanner2.jpg);
}
#flowpanes .items div.banner-wrapper
{
	width:450px;
	float:right;
	background:none;
}
#flowpanes .items div h1,
#flowpanes .items div h2,
#flowpanes .items div p,
.image-area div h1,
.image-area div h2,
.image-area div p,
.image-area div li
{
	color:#fff;
	padding:0 0 -5px 0;
}
#flowpanes .items div h1,
#flowpanes .items div h2,
.image-area div h1,
.image-area div h2
{
	font-size:28px;
	font-weight:normal;
	margin:10px 70px 10px 0;
	line-height:1em;
}
#flowpanes .items div p,
.image-area div p,
.image-area div li
{
	font-size:12px;
	line-height:1.3em;
	clear:both;
	margin:0 70px 0 0;
}
#flowpanes .items div p.more-link,
.image-area div p.more-link
{
	padding:0;
	text-align:right;
}
.image-area
{
	height:234px;
}
.image-area div.banner-wrapper-internal
{
	width:480px;
	float:right;
	background:none;
}
.image-area div.banner-wrapper-internal-surveyors
{
	width:440px;
	float:right;
	background:none;
}
.no-margin-list
{
	margin:0,0,0,15;
padding-left:15px;
}

.image-area div h1,
.image-area div h2,
.image-area div li,
.image-area div ul,
.image-area div p
{
	margin-right:10px;
}
.estate-agents
{
	background-image:url(../images/EstateAgent.jpg);
}
.surveyors
{
	background-image:url(../images/surveyor.jpg);
}
.products
{
	background-image:url(../images/products-bg.jpg);
}

/* Paypal  
----------------------------------------------------------*/
.payments-page
{
	height:300px;
	position:relative;
	background-color:#97D4C6;
}
.paypal-icon
{
	position:absolute;
	top:50px;
	left:200px;
}

#purchase-sections
{
	width:400px;
	float:right;
}

.purchase-section
{
	float:left;
	width:144px;
	background-color:#335F78;
	color:#FFFFFF;
	height:248px;
	position:relative;
	margin-right:20px;
	margin-top:10px;
	font-size:12px;
	padding:15px;
	font-family:Tahoma;
	border:solid 3px #008e71;
	top: 0px;
	left: 0px;
}

.purchase-button
{
	position:absolute;
	bottom:5px;
	left:26px;
}

.credits-textbox .textbox
{

}
.permissions-page
{
	background-color:#335F78;
	text-align:center;

	color: #FFFFFF;
	height: 200px;
}

.permissions-page-text p
{
	font-size:22px;
	font-weight:bold;
}

.successful-payments-page
{
	background-color:#97D4C6;
	text-align:center;

	color: #FFFFFF;
	height: 200px;
}


.licence-page
{
	background-color:#97D4C6;
	text-align:center;

	color: #FFFFFF;
	height: 80px;
}

.licence-page-text p
{
	font-size:22px;
	font-weight:bold;
}

.testbuttons
{
	padding-top: 50px;
	padding-left: 50px;
	margin: 10px;
	display: inline;
	color: #FFFFFF;
}

.silverlightinstall
{
	padding: 50px;
	display: block;
	position: static;
	text-align: center;
	color: #FFFFFF;

}

.centered-outer
{	
	height:270px;
	background-color:#97D4C6;
	position:relative;
}

.centered-inner-login
{	

	position:absolute;
	top:100px;
	left:325px;
}

.centered-inner-registration
{	
	position:absolute;
	top:50px;
	left:300px;
}

.tutorials
{
    height:900px;
    background-color:#97D4C6;
    position:relative;
}

.tutorials-image
{
    height:118px;
    width:200px;    
    margin-bottom:30px;
    margin-left:10px;
    vertical-align:middle;
}

.showcase
{
    height:1780px;
    background-color:#97D4C6;
    position:relative;
}

.showcase-header
{
    position:relative;
    top:20px;
    left:20px;
}

.showcase-header-text
{
    font-size:14px;
    color:#003756;
    text-align:left;
    margin-bottom:5px;
    width: 900px;
}


.showcase-inner
{
    position:relative;
    top:20px;
    left:20px;
    right:20px;

}
.showcase-title
{
    font-size:large;
    font-weight:bold;
    color:#003756;
    margin-bottom:5px;
}
.showcase-title-text
{
    font-size:medium;
    color:#003756;
    margin-bottom:5px;
}

.showcase-image-landscape
{
    height:80px;
    width:114px;    
    margin-bottom:30px;
    margin-left:10px;
    vertical-align:middle;
}

.showcase-image-extra-landscape
{
    height:80px;
    width:230px;    
    margin-bottom:30px;
    margin-left:10px;
    vertical-align:middle;
}

.showcase-image-very-landscape
{
    height:80px;
    width:177.77px;    
    margin-bottom:30px;
    margin-left:10px;
    vertical-align:middle;
}

.showcase-image-extra-portrait
{
    height:80px;
    width:41px;    
    margin-bottom:30px;
    margin-left:10px;
    vertical-align:middle;
}

.showcase-image-portrait
{
    height:80px;
    width:56px;
    margin-bottom:30px;
    margin-left:10px;
    vertical-align:middle;
}

.showcase-image-square
{
    height:80px;
    width:80px;
    margin-bottom:30px;
    margin-left:10px;
    vertical-align:middle;
}

.showcase-image-tour
{
    height:80px;
    width:136px;
    margin-bottom:30px;
    margin-left:10px;
    vertical-align:middle;
}
.demos
{
    height:400px;
    background-color:#97D4C6;
    position:relative;

}

.demos-inner
{
    position:relative;
    top:20px;
    left:20px;
    right:20px;

}
.demos-column
{
    position:relative;
    float:left;
    margin:15px;
}
.demos-button
{
    width:20px;
    height:20px;
}
.demos-title
{
    font-size:large;
    font-weight:bold;
    color:#003756;
    padding-top:20px;
    padding-left:20px;
}
.demos-header-text
{
    font-size:14px;
    color:#003756;
    text-align:left;
    padding-left:20px;
    width: 900px;
}

.demos-paragraph
{
    font-size:small;
    color:#003756;
    margin-bottom:10px;
    vertical-align:top;
}
.demos-image
{
    height:123px;
    width:200px;
    margin-bottom:10px;
    vertical-align:middle;
}

.demo-video
{
    height:575px;
    background-color:#97D4C6;
    position:relative;
}
.demo-video-title
{
    font-size:large;
    font-weight:bold;
    color:#003756;
    margin-bottom:20px;
}
.demo-video-inner
{
    position:relative;
    top:20px;
    left:20px;
    right:20px;

}


h2
{
	font-size:20px;
	color:#335f78;
	font-weight:normal;
}

/* Grid */

.grid-view
{
	
}

.grid h3
{
	color:Black;
}

.grid-view-header h2
{
	float:left;
	margin-top:3px;
	margin-right:10px;
	margin-left:10px;
}

.grid-view-header a
{
	float:left;
}

a.action-button
{
	color:White;
	text-decoration:none;
	background-image:url('../Images/button.gif');
	background-repeat:repeat-x;
	padding:10px;   
	display:inline-block;
}

a.action-button-large
{
	color:White;
	text-decoration:none;
	background-color:#29576e;
	background-repeat:repeat;
	padding:50px;   
	display:inline-block;
}

a.seperater
{
	margin-right:3px;
	margin-left:3px;
}

a.action-button:hover
{
	background-image:url('../Images/altbutton.gif');
	background-repeat:repeat-x;
}

a.header-button
{
	color:White;
	text-decoration:none;
	background-image:url('../Images/button.gif');
	background-repeat:repeat-x;
	padding:10px;   
	display:inline-block;
}

a.header-button:hover
{
	background-image:url('../Images/altbutton.gif');
	background-repeat:repeat-x;
}

.grid-view
{   
	margin:0 0 20px 0;
	background-color:#ffffff;   
	width:100%;  
	
	 
}

.grid-view-row
{
    line-height:16px;
}

.grid-view-row td
{	
	font-size:12px;
	text-align:left;
	padding:10px;
	background-color:#F3F3F3;		 
}
.grid-view-altrow td
{
	background-color:#FFFFFF;   
}
.grid-view th
{
	font-size:12px;
	text-align:left;
	padding:10px;
	background-color:#335f78;
	color:White;
}
div.grid-view
{
	width:100%;
	margin-left:10px;
	width:675px;
}

.grid-view-header
{
	padding-top:10px;
	width:100%;
	height:40px;
	background-color:#d6dfe4;
}

.grid-view-table
{
	clear:both;
}

.grid-view-seperator
{
	margin-top:8px;
	margin-bottom:8px;
}

.grid-view .grid-pager td td
{
    padding-left:5px;
    padding-right:5px;
    padding-top:15px;
    padding-bottom:15px;    
}

.grid-view .grid-pager td span
{
    padding-left:10px; 
    padding-right:10px; 
    padding-top:8px; 
    padding-bottom:8px; 
    border:solid 1px #c1c1c1;
}

.grid-view .grid-pager a
{   
    padding-left:10px; 
    padding-right:10px; 
    padding-top:8px; 
    padding-bottom:8px; 
    background-color:#f3f3f3;
    border:solid 1px #c1c1c1;
    text-decoration:none;
}

/* Form Elements */

fieldset
{
	padding: 1em 0.5em 0.5em 0.5em;
	border: 1px solid #ccc;
	margin-bottom:0.5em;
}

fieldset label
{
	clear:both;
	display:block;
}

fieldset .form-input-three-left
{
	float:left;
	width:200px;
}
fieldset .form-input-three-row
{
	clear:left;
}

fieldset .form-input-left
{
	float:left;
	width:270px;
}

fieldset .form-input-right
{
	float:right;
	width:270px;
}

.form-field-left
{
	float:left;
	width:250px;
}

.form-field-right
{
	float:right;
	width:250px;
}

.sub-legend
{
    font-size:0.9em;
}

fieldset p 
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline 
{
	display: inline;
}

legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 0;
}

input
{   
	
	
	margin-top:5px;
	margin-bottom:5px;
	color:#4d4d4d;
	font-family:Verdana;	
}

textarea
{
	width: 200px;
	border: 1px solid #ccc;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	color:#4d4d4d;
	font-family:Verdana;
}

.dropDown
{
	padding:5px;
	border: 1px solid #ccc;
	margin-bottom:5px;
}
.checkBox
{
    width:15px;
}

div.accountInfo
{
	width: 42%;
}

.form-details
{
	margin-left:20px;
}

.error-notification
{
	color:Red;
}

.details-view
{
    margin-left:10px;
}

.details-view h3
{
	color:#335f78;
	margin-bottom:5px;
	float:left;
}

.subgrid-header-actions
{
	float:right;
}

.float-right
{
	float:right;
}

.float-left
{
	float:left;
}

.details-info
{
	margin-top:20px;
}

.details-info-left
{
	width:280px;
	float:left;   
}

.details-info-right
{
	width:280px;
	float:right;    
}

.details-title
{
    font-weight:bold;  
    float:left; 
    width:100px;
}

.details-title-wide
{
    font-weight:bold;  
    float:left; 
    width:200px;
}

.details-group
{
    width:300px;
    margin-left:5px;
    float:left;
}

.details-group-wide
{
    width:600px;
    margin-left:5px;
    float:left;
}
.details-group-wide-row
{
    width:100%;
    height:15px;
    margin-bottom:10px;
    margin-top:10px;
    position:relative;
    clear:both;
}

.details-group-row-thick
{
    width:100%;
    height:30px;
    margin-bottom:10px;
    margin-top:10px;
    position:relative;
    clear:both;
    vertical-align:middle;
}

.details-group-row
{
    width:100%;
    height:15px;
    margin-bottom:10px;
    margin-top:10px;
    position:relative;
    clear:both;
}
.details-overview
{
    padding:10px;
}
.details-content fieldset
{
    background-color:#f1f1f1;
}

.details-actions
{
    width:100%;
    height:30px;
}

.details-header
{
    height:30px;
}

.form-details h2
{
    float:left;
    margin-right:20px;
}

.details-view h2
{
    float:left;
    margin-right:20px;
}

.details-view h1
{
    margin-bottom:10px;
    font-size:25px;
    font-weight:normal;
}

.grid-view h1
{
    margin-bottom:10px;
    font-size:25px;
    font-weight:normal;    
}

.grid-view h2
{
    float:left;
    margin-right:20px;
}

.subgrid-view .grid-view-row td
{	
    height:40px;
}

span.details-input
{
    float:left;  
    margin-left:10px;  
}

.user-search a
{
    margin-left:5px;    
}

.user-search
{
    width:350px;
    float:right;
    margin-right:20px;
}

.user-search-input
{
    top:-5px;
    position:relative;
    display:inline;   
    right:-10px;     
}

.grid-view-header a.float-right
{
    float:right;
}

.details-input .checkbox input
{
    width:20px;
    position:relative;
}

.hidden
{
    display:none;
}

.checkbox input
{
    width:20px;
    position:relative;
    margin-right:10px;
}

.margin-left-30
{
    margin-left:30px;
    width:250px !important;
}
.margin-top-15
{
    margin-top:15px;
}

.bold
{
    font-weight:bold;
}