body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #3f3f3f;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #0071bc;
    text-decoration: underline;
}
a:hover, a:active {
    color: #4a9dd5;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
input { vertical-align: middle; }

#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top { height: 136px; }

	#logo {	
		float: left; 
		margin: 34px 0 0 0;
		display: inline;
	}
	
	#login {
		float: right;
		width: 500px;
		text-align: right;
		margin: 50px 0 0 0;
	}
		#login label {
			margin-right: 10px;
			color: #999;
		}
		#login input.input {
			width: 125px;
			border: 1px solid #CCC;
		}

	#top-menu {	
		float: right; 
		margin: 20px 0 0 0;
		display: inline;
	}
		#top-menu li {
			float: left;
			margin: 0 0 0 20px;
			display: inline;
			padding-left: 18px;
			background: transparent url(../_images/spider.gif) 0 3px no-repeat;
			font-weight: bold;
			font-size: 13px;
		}
		#top-menu a:link, #top-menu a:visited {
			color: #494949;
			text-decoration: none;
		}
		#top-menu a:hover, #top-menu a:active {
			text-decoration: underline;
		}
	
	/*  MENU */
	#menu {
		background: url(../_images/menu.gif) 0 0 no-repeat;
		width: 840px;		/* Width of entire image */ 
		height: 41px;		/* Height of buttons */
		margin: 0 0 1px 0;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 41px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-01 	{ width: 124px; }
	#menu-02 	{ width: 182px; }
	#menu-03 	{ width: 207px; }
	#menu-04 	{ width: 126px; }
	#menu-05	{ width: 134px; }
	#menu-06 	{ width: 67px; }

	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-01 a:hover, .tour #menu-01			{ background: transparent url(../_images/menu.gif) 0px -41px no-repeat; }
	#menu-02 a:hover, .plans #menu-02			{ background: transparent url(../_images/menu.gif) -124px -41px no-repeat; }
	#menu-03 a:hover, .case-studies #menu-03	{ background: transparent url(../_images/menu.gif) -306px -41px no-repeat; }
	#menu-04 a:hover, .services #menu-04		{ background: transparent url(../_images/menu.gif) -513px -41px no-repeat; }
	#menu-05 a:hover, .about #menu-05			{ background: transparent url(../_images/menu.gif) -639px -41px no-repeat; }
	#menu-06 a:hover, .blog #menu-06			{ background: transparent url(../_images/menu.gif) -773px -41px no-repeat; }

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
body.home { background: #FFF url(../_images/bg-home.jpg) 0 0 repeat-x; }

#banner {
	height: 302px;
/*	background: transparent url(../_images/banner.jpg) 0 0 no-repeat;*/
	margin: 0 0 35px 0;
}
	#banner a {
		position: relative;
		top: 219px;
		margin: 0 10px 0 0;
		height: 50px;
		display: block;
		text-indent: -3000px;
		float: left;
	}
	
	#banner div#movie {
		position: relative;
		float: right;
		top: 25px;
		right: 0px;
	}

	#banner a#button-start { background: transparent url(../_images/button-start.gif) 0 0 no-repeat; width: 183px; }
	#banner a#button-start:hover { background: transparent url(../_images/button-start.gif) 0 -50px no-repeat; }

	#banner a#button-tour { background: transparent url(../_images/button-tour.gif) 0 0 no-repeat; width: 167px; }
	#banner a#button-tour:hover { background: transparent url(../_images/button-tour.gif) 0 -50px no-repeat; }

.intro {
	float: left;
	margin: 0 0 30px 0;
}
	.intro h1 {
		font-size: 20px;
		line-height: 20px;
		color: #000;
	}
	#intro1 {
		width: 450px;
		float: left;
	}
		#intro1 li {
			list-style: none;
			background: transparent url(../_images/spider.gif) 0 5px no-repeat;
			padding-left: 18px;
			margin: 0 0 10px 0;
			color: #656565;
			font-size: 14px;
			line-height: 22px;
		}
		#intro1 strong, #intro1 h2 {
			font-size: 18px;
			display: block; 
			color: #3f3f3f;
			padding:0px; margin:0px;
		}
	#intro2 {
		float: right;
		width: 350px;
	}
		#intro2 li {
			list-style: none;
			font-size: 14px;
			margin: 0 0 10px 0;
		}
		#intro2 li span {
			font-size: 11px;
			color: #989898;
		}
                #intro2 strong {
                        font-size: 18px;
                        display: block;
                        color: #3f3f3f;
			padding:0px; margin:0px;
                }
		.intro2h2 {
			font-size:20px;font-family:calibri;
			padding:0px;margin:0px;
			font-weight:normal;
		}

        #intro3 {
                float: left;
        }
                #intro3 li {
                        list-style: none;
                        /*background: transparent url(../_images/spider.gif) 0 5px no-repeat;
                        padding-left: 20px;*/
                        margin: 0 0px 10px 3px;
                        list-style: none;
                        font-size: 14px;
                }
                #intro3 li span {
			padding-left:2px;
                        font-size: 12px;
                        color: #767676;
                }
                #intro3 strong, #intro3 h2 {
                        font-size: 18px;
                        display: block;
                        color: #3f3f3f;
			padding:0px; margin:0px;
                }


	
/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
body.sub { background: #FFF url(../_images/bg-sub.jpg) 0 0 repeat-x; }

#header {
	height: 106px;
	overflow: hidden;
	margin: 0 0 35px 0;
}
	/*.about #header { background: transparent url(../_images/header-about.jpg) right top no-repeat; } */
	
	#header .tour-menu {
		font-size: 18px;
		color: #FFF;
		padding: 40px 0 0 0;
	}
		#header .tour-menu a:link, #header .tour-menu a:visited {
			color: #FFF;
			text-decoration: none;
		}
		#header .tour-menu a:hover, #header .tour-menu a:active {
			color: #FFF;
			text-decoration: underline;
		}
		#header .tour-menu a.selected {
			font-weight: bold;
			font-size: 24px;
		}
	
	#header h1 {
		padding: 40px 0 0 0;
		font-size: 28px;
		line-height: 28px;
		font-weight: normal;
		color: #FFF;
	}

#content {
	width: 600px;
	float: left;
	margin: 0 0 30px 0;
	display: inline;
}
	#content li { margin-left: 25px; }
	
	#content h2 {
		color: #0071bc;
		font-size: 18px;
		font-weight: normal;
		margin: 0 0 6px 0;
	}
	#content h3 {
		font-size: 14px;
		color: #000;
	}
	
	.profile-photo {
		float: left;
		margin: 0 20px 20px 0;
		display: inline;
		width: 85px;
	}
	
	p.news-date {
		color: #616161;
		margin-top: -5px;
	}
	
	.downloads td {
		padding: 0 25px 0 0;
		text-align: center;
		font-size: 12px;
	}
	.downloads img {
		margin: 0 0 10px 0;
	}
	
	span.big {
		font-size: 15px;
		color:#444;
		font-weight: bold;
	}
	
	span.verybig {
		font-size: 18px;
		font-weight: bold;
	}
	
	a.step {
		border: 3px solid #cacaca;
		display: block;
		margin: 0 0 40px 0;
	}
	
	#xml {
		margin-left: 40px;
		font-size: 11px;
		font-family: courier new;
	}

	#comparison-table {
		width: 100%;
	}
		#comparison-table th {
			background: #f4f4f4;
			padding: 5px 8px;
			border-bottom: 1px solid #e7e7e7;
		}
		#comparison-table th.header {
			background: #0071bc;
			color: #FFF;
			text-align: center;
			padding: 3px;
		}
		#comparison-table td {
			padding: 5px;
			border-bottom: 1px solid #e7e7e7;
		}
	
	#plans td {
		vertical-align: top;
		padding: 0 20px 15px 20px;
		border-left: 1px solid #EFEFEF;
	}
		#plans td.first {
			padding-left: 0;
			border-left: none;
		}
		#plans h2 {
			color: #0061ac;
			font-size: 18px;
			font-weight: bold; 
		}
			#plans h2 span {
				font-size: 16px;
				color: #333;
				margin: 0 0 0 7px;
			}
		#plans td.description {
			font-size: 12px;
			line-height: 16px;
		}
		#plans li {
			margin-left: 25px;
		}
		
		a.subscribe {
			width: 164px;
			height: 40px;
			display: block;
			background: transparent url(../_images/subscribe.gif) 0 0 no-repeat;
			text-indent: -3000px;
		}
		a.subscribe:hover { background: transparent url(../_images/subscribe.gif) 0 -40px no-repeat; }
	
		a.subscribe-free {
			width: 174px;
			height: 40px;
			display: block;
			background: transparent url(../_images/subscribe-free.gif) 0 0 no-repeat;
			text-indent: -3000px;
		}
		a.subscribe-free:hover { background: transparent url(../_images/subscribe-free.gif) 0 -40px no-repeat; }
	
	#content blockquote {
		background: transparent url(../_images/quote.gif) 0 0 no-repeat;
		padding: 10px 0 0 15px;
	}
	#content blockquote p {
		font-size: 14px;
		line-height: 20px;
	}
		#content blockquote span {
			font-size: 11px;
			color: #666;
			font-style: italic;
		}
	
	#content .tour-menu {
		font-size: 15px;
		text-align: center;
		color: #999;
	}
		#content .tour-menu a {
			text-decoration: none;
			padding: 4px 8px;
		}
		#content .tour-menu a.selected {
			font-weight: bold;
			background: #EFEFEF;
		}


#side {
	width: 199px;
	float: right;
	margin: 0 0 30px 0;
	display: inline;
}
	.box {
		background: #ededed;
		padding: 15px;
		margin: 0 0 20px 0;
	}
	
	#submenu li {
		border-top: 1px solid #d8d8d8;
		padding: 5px 0;
		list-style: none;
	}
		#submenu li.first { border: none; }
		#submenu li a:link, #submenu li a:visited {
			background: transparent url(../_images/spider-off.gif) 0 3px no-repeat; 
			font-size: 14px;
			text-decoration: none;
			padding: 0 0 0 18px;
		}
		#submenu li a:hover, #submenu li a:active, #submenu li.selected a {
			background: transparent url(../_images/spider-on.gif) 0 3px no-repeat;
		}
	
	#promo {
		background: #ededed url(../_images/are-you-ready.gif) 15px 15px no-repeat;
		padding-top: 105px;
	}
	#promo a {
		margin: 0 0 5px 0;
		height: 28px;
		display: block;
		text-indent: -3000px;
	}

	#promo a#button-start { background: transparent url(../_images/button-start-small.gif) 0 0 no-repeat; width: 104px; }
	#promo a#button-start:hover { background: transparent url(../_images/button-start-small.gif) 0 -28px no-repeat; }

	#promo a#button-tour { background: transparent url(../_images/button-tour-small.gif) 0 0 no-repeat; width: 94px; }
	#promo a#button-tour:hover { background: transparent url(../_images/button-tour-small.gif) 0 -28px no-repeat; }

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */	
#footer {
	border-top: 1px solid #cccccc;
	color: #7d7d7d;
	font-size: 14px;
	padding: 10px 0 40px 0;
	clear: both;
}
	#footer img {
		float: right;
	}

/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
#contact-form td {
	vertical-align: top;
}
#contact-form input, #contact-form select, #contact-form textarea {
	color: #000;
	border: 1px solid #e4dccc;
	background: #FFF;
	padding: 2px 5px;
}

#contact-form label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
#contact-form input.error {
	border: 2px solid #FF0000;
}

.plansprice {
	font-weight:bold;
	float:right;
}
.trial {
	font-weight:bold;
	font-size:15px;
	color:#333;
}
.title {
	font-weight:bold;
	padding-right:1px;
	color:#005Aa5;
}

.docs a {text-decoration:none;color:#3f3f3f;
}
.docs a:active, .docs a:hover {text-decoration:none;color:#6d6d6d;
}

.docs ul li a {color:#005AA5;text-decoration:underline}
.docs ul li a:hover, .docs ul li a:active {color:#0081CC;text-decoration:underline}
.docs ul div a {font-size:0.9em;color:#005AA5;text-decoration:underline}
.docs ul div a:hover, .docs ul div a:active {font-size:0.9em;color:#0081CC;text-decoration:underline}
