﻿html, body, p, blockquote, form, fieldset, dl, li, div, h1, h2, h3
{
	margin: 0;
	padding: 0;
	background-color: transparent;
}

body
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	color: #333;
	
	
	
}



p
{
	margin: 0 0 1em 0;
}
h1
{
	font-size: 1.7em;
	margin: 10px 0px;
	margin-bottom: 20px;
	color: #222;
}
h4 a
{
	color: #226699;
}
h2
{
	color: #333;
	font-size: 1.2em;
}
h3
{
	color: #000;
	margin: 20px 0 0 0;
}
h4
{
	font-size: 1.1em;
	margin: 10px 0;
}

/*h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.5em 0; }

h2 {
  font-size: 1.3em; }

h3 {
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 0.2em; }*/

h5
{
	font-size: 1.1em;
	margin: 1em 0;
	color: #666;
}

a
{
	color: #006699;
	text-decoration: underline;
	outline-style: none;
}
a img
{
	border: 0px;
	outline-style: none;
}
a:hover
{
	text-decoration: none;
}
a:hover, a:link, a:active, a:visited
{
	outline: none;
}

table
{
	border-collapse: collapse;
}

input, textarea, select
{
	margin: 0;
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

ol
{
	margin: 1em 20px;
}
ol li
{
	margin: 0.7em 0;
}

.pagination
{
	margin: 1em 0;
	text-align: center;
}

.floatl
{
	float: left;
}

.floatr
{
	float: right;
}

.clear
{
	clear: both;
}
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix
{
	display: inline-block;
}



#header
{
	/*background: url(../../Images/Background-new.jpg) no-repeat;
	width: 1133px;
	height: 342px;
	margin-top: -25px;
	margin-left: -124px;*/
	background: #fff url(../images/marketing/background-img.jpg) repeat-x;
	height: 350px;
	margin-top: -6px;

	
}


#header-inner
{
	background: #fff url(../../images/header-bg.jpg) repeat-x;
	height: 120px;
}


#header .header-center, #header-inner .header-center
{
	margin: 0 auto;
	width: 900px;
	position: relative;
}
#header-inner .header-center
{
	background: url(../../images/logo-new-1.png) no-repeat;
	height: 59px;
	
}
#header .header-center .left
{
	width: 500px;
	position: relative;
	padding-top: 140px;
	background: url(../../images/your-mony.png) no-repeat center 5px;
	margin-left: -20px;
}

#header .header-center .left h1, #header .header-center .left h3
{
	color: #E6E6E6;
	margin: 0px;
	
}
#header .header-center .left h1
{
	font-size: 10pt;
	line-height: 20px;
	text-align: center; 
	padding-bottom: 5px;
	width: 400px;
	font-weight: bold; 
	margin-left: 55px;
	margin-top: -60px;
}

#header .header-center .left h3
{
	font-size: 9pt;
	line-height: 20px;
	text-align: center;
	width: 410px;
	font-weight: normal;
	margin-top: 15px;
	margin-left: 55px;
}
#header .header-center .right
{
	right: -50px;
	width: 453px;
	position: absolute;
	height: 350px;
	padding: 0;
	top: 20px;
	background: url(../images/marketing/screen-right.png) no-repeat;
}
/*#header .header-center .tour-badge
{
	right: 0px;
	width: 150px;
	position: absolute;
	height: 146px;
	padding: 0;
	top: 110px;
	background: url(../../images/tour-button.png) no-repeat;
}
*/
#header .header-center center
{
	/*	padding-top: 250px;*/
	
	
}
#menu
{
	width: 100%;
	padding: 5px 10px;
	position: relative;
	top: 67px;
	margin-bottom: 3px; /*background: url(../../images/menu-bg.png) no-repeat left top;*/
}
#navigation
{
	width: 100%;
	height: 33px;
}
#navigation #topnav
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
}
#navigation #topnav li
{
	display: inline-block;
	float:left;
	color: #fff;
	position: relative;
	margin: 0;
}
#navigation #topnav li ul.subnav
{
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 34px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	z-index: 200;
	width: 170px;
	border: 1px solid #111;
	border-top: 0px solid #111;
	padding-bottom: 10px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#navigation #topnav li ul.subnav li
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html #navigation #topnav li ul.subnav li a
{
	float: left;
	font-size: 8pt;
	width: 145px;
	display: block;
	background: #333 url(../../images/dropdown_linkbg.gif) no-repeat 10px 10px;
	padding: 5px;
	padding-left: 20px;
	text-transform: lowercase;
	color: #fff;
}
html #navigation #topnav li ul.subnav li a:hover
{
	/*--Hover effect for subnav links--*/
	background: #222 url(../../images/dropdown_linkbg.gif) no-repeat 10px 10px;
}
#navigation #topnav li a
{
	float: left;
	color: #fff;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
#navigation #topnav li a span
{
	display: block;
	border-right: solid 0px #444;
	padding-right: 10px;
}
#navigation #topnav li a span em
{
	display: block;
	padding: 8px 25px;
	padding-left: 8px;
	padding-right: 8px;
	font-style: normal;
}
#navigation #topnav li:hover a
{
	color: #fff;
	background-repeat: no-repeat;
	background-image: url( "../../images/tab-hover-left.png" );
}
#navigation #topnav li:hover a span
{
	color: #fff;
	background-image: url(     "../../images/tab-hover.png" );
	background-position: right 0px;
	padding-right: 10px;
	background-repeat: no-repeat;
}
#navigation #topnav li.selected a
{
	color: #333;
	background-repeat: no-repeat;
	background-image: url(     "../../images/selected-tab-left.png" );
}
#navigation #topnav li.selected a span
{
	color: #333;
	background-image: url(     "../../images/selected-tab.png" );
	background-position: right 0px;
	padding-right: 10px;
	background-repeat: no-repeat;
}
#container
{
	background: #fff;
	border-bottom: solid 1px #ccc;
}
#container .container-center
{
	margin: 0 auto;
	width: 900px;
	padding: 15px 0;
	position:relative;
}

#container .container-center .intro .column
{
	float: left;
}
#container .container-center .intro .onethird
{
	width: 260px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 15px;
	background: url(../images/marketing/box.png) no-repeat;
}
#container .container-center .intro .onethird img
{
	border: 0px solid #ccc;
	padding: 0px;
	margin: 0;
}
#container .container-center .intro .onethird h2
{
	color: #fff;
	font-size: 13px;
	margin: 5px 3px;
}
#container .container-center .intro .onethird p
{
	font-size: 12px;
	margin: 5px 3px;
	line-height: 16px;
}
#container .container-center .intro .last
{
	margin: 0;
}
#container .container-center .signup_large
{
	margin: 10px auto 0 auto;
	width: 425px;
	height: 86px;
}
#container .container-center .signup_large a
{
	width: 425px;
	height: 86px;
	display: block;
	background: url(            "../images/marketing/btn-signup-large.png" ) no-repeat;
}
#container .container-center .intro .anatomy_link
{
	margin: 20px auto 0px auto;
	width: 354px;
	height: 100px;
	padding-bottom: 20px;
}
#container .container-center .intro .anatomy_link a
{
	width: 354px;
	height: 100px;
	display: block;
	background: url(            "../images/marketing/draper-quote.gif" ) no-repeat;
}

.footer
{
	color: #666;
	margin: 10px auto;
	width: 900px;
	position: relative;
	padding: 0 40px;
}
.footer a
{
	color: #666;
}
.footer .iridesco
{
	float: right;
	width: 165px;
	height: 16px;
}
.footer .iridesco a
{
	display: block;
	width: 165px;
	height: 16px;
	background: url(           "../images/marketing/iridesco.gif" ) no-repeat;
}
.footer .net2apps
{
	float: right;
	width: 165px;
	height: 20px;
}
.footer .net2apps a
{
	display: block;
	width: 165px;
	height: 20px;
	background: url(           "../images/marketing/net2apps.png" ) no-repeat;
}
/*.box
{
	width: 290px;
	margin-right:5px;
}
.box .top
{
	background: url(../images/marketing/box.png) no-repeat left top;
	height: 51px;
}
.box .top h2
{
	color: #fff;
	font-size: 13px;	margin: 0px 3px;
	padding-top:18px;padding-left:15px;
}
.box .middle
{
	background: url(../images/marketing/box-middle.png) repeat-y left top;
	padding:5px 15px;
	
}

.box .middle .img
{
	height:80px;
	overflow:hidden;
	border:solid 1px #ccc;
	padding:1px;
}

.box .bottom
{
	margin-top:-12px;
	background: url(../images/marketing/box.png) no-repeat left bottom;
	height: 25px;
}*/
.f-left
{
	float: left;
}
.f-right
{
	float: right;
}

.box
{
	width: 290px;
	margin-right: 5px;
	border-right: dotted 1px #eee;
}
.box .top
{
	/*background: url(../images/marketing/box.png) no-repeat left top;*/
	height: 51px;
}
.box .top h2
{
	color: #333;
	margin: 0px 3px;
	padding-top: 5px;
	padding-left: 15px;
}
.box .middle
{
	/*background: url(../images/marketing/box-middle.png) repeat-y left top;*/
	padding: 5px 15px;
}
.box .middle p
{
	/*background: url(../images/marketing/box-middle.png) repeat-y left top;*/
}
.box .middle .img
{
	height: 80px;
	overflow: hidden;
	border: solid 1px #ccc;
	padding: 1px;
}

.box .bottom
{
	margin-top: -12px; /*background: url(../images/marketing/box.png) no-repeat left bottom;*/
	height: 25px;
}
.hr
{
	border-bottom: solid 1px #eaeaea;
	overflow: hidden;
	height: 1px;
	width: 70%;
	margin: 10px auto;
}
.testimonials
{
	display: block;
	text-align: right;
	color: #969696;
}
.content
{
	padding: 5px 10px;
}
.clearfix
{
	display: inline-block;
}
/* tour */
.clearfix div:first-child.tour-section
{
	float: left;
	width: 350px;
	margin-right: 100px;
}
.tour-section
{
	float: right;
	width: 380px;
	margin-bottom: 20px;
}
.tour-section div.imageFrame
{
	border: solid 1px #ccc;
	overflow: hidden;
	width: 380px;
	height: 150px;
}
.tour-section img
{
	border: 0px;
}
.tour-section h3
{
	padding-left: 0px;
	padding-right: 0px;
	font-size: 150%;
	color: #336688;
}

.tour-section p
{
	padding-left: 0px;
	padding-right: 0px;
	color: #777;
}
a.button
{
	background-image: url(  "../images/marketing/btn-buttons.png" );
	color: #5A5A5A;
	background-repeat: no-repeat;
	background-position: 0px -1px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding-right: 0px;
	padding-left: 40px;
	padding-bottom: 15px;
	padding-top: 12px;
	font-size: 13pt;
	text-decoration: none;
}
a.button span
{
	background-image: url(      "../images/marketing/btn-buttons.png" );
	color: #5A5A5A;
	font-weight: bold;
	background-repeat: no-repeat;
	padding: 10px;
	padding-right: 20px;
	background-color: #fff;
	background-position: -265px -3px;
}
/*a.button:hover
{
	background-position: 0px -270px;
}
a.button:hover span
{
	background-position: -265px -273px;
}
*/
/* forms */
.site-form
{
	width: 500px;
	border-right: dotted 1px #ccc;
	padding-right: 15px;
}
.site-form fieldset
{
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	background: #fff url(../images/marketing/signup-form-bg.gif) repeat-x;
}

.site-form fieldset legend
{
	font-weight: bold;
	font-size: 130%;
	letter-spacing: -1px;
	padding: 5px;
	background: #fff;
}
.site-form span[id^="ctl00_ContentPlaceHolder1_RequiredFieldValidator"], .site-form span[id^="ctl00_ContentPlaceHolder1_RegularExpressionValidator"]
{
	font-size: 9pt;
	display: block;
	font-weight: bold;
	color: #633;
	clear: both;
	float: none;
}
.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%;
}
.error-message
{
	padding: 12px 10px 12px 40px;
	border: 1px solid #FCEFA1;
	
	background: #FBFAF3 url(../../images/error-message-icon.png) no-repeat 10px 13px;
	margin-bottom: 15px;
	font-size: 130%;
	font-weight: bold;
	color: #363636;
}
.signup-error-message
{
	padding: 15px;
	border: 1px solid #FCEFA1;
	
	background: #FBFAF3;
	font-weight: bold;
	color: #363636;
}

.site-form .important input, .site-form .important select
{
	font-size: 120%;
}

.site-form .explanatory
{
	font-size: 85%;
	color: #666;
	margin-top: 5px;
}
.testimonial2
{
	background-image: url(  '../../images/TestimonialBackground22.gif' );
	background-repeat: no-repeat;
	width: 190px;
	position: absolute;
	right: 0px;
	top: 230px;
	height: 180px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 200px;
	line-height: 1.4em;
	font-size: 8px;
	float: right;
	margin-right: 30px;
}
.information
{
	padding: 10px;
	border-top: 1px solid #e4e4c8;
	border-bottom: 2px solid #e4e4c8;
	background: #ffd;
	margin-bottom: 15px;
}
.information .site-form
{
	border-right: 0px solid #e4e4c8;
}
.top-nav
{position:absolute;
	right:0px;
	top:0px;
	color:#fff;
	}
	.top-nav a
	{color:#fff;}
	/*------------------- Tour New Style------------------------*/

.right1
{
   
    width: 250px;
   
    float: left;
     
   padding:0px;
}
.right1 .men
{
   padding:0px;
   margin:0px;
   list-style-type:none;
}
.right1 .men li
{
    
    
}
.right1 .men li a
{
 display: block;
   padding: 8px 10px;
   color:#004B93;
   font-size:11pt;
   font-weight:bold;
   text-decoration:none;
  
   
   
    
}
.right1 .men li a.active
{
	 background-color:#1F5CAC;
	 color:#fff;
	 background: url(../../images/plan-bg.jpg) no-repeat;
	 border:solid 1px #1E1E1E;
	 border-right:0px;
	}
.right1 .men li a:hover
{
    
   
  
}
.get
{
   
    position: relative;
    left: 0px;
    width:600px;
    float:left;
    padding-left:15px;
     border-left: 1px solid #ddd;
   
}
.get h3
{
    font-family: Verdana;
    font-size: 16pt;
    font-weight: normal;
}
.get p
{
    margin-top: 15px;
    font-size:11pt;
    letter-spacing:-0px;
    line-height:20px;
    word-spacing:2px;
}
.imageFrame
{
    overflow: hidden;
   
}
.imageFrame img
{
   border:solid 1px #ccc ;
   padding:2px;
   
}