@charset "UTF-8";
/* CSS Document */





/* ---- reset ------*/

* {margin:0;padding:0;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em;font-weight:normal;font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse;border-spacing:0;}
td {vertical-align:top;}
.clear {clear:both;}
	
/* -------------- body ----------------- */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align:center;
	background: #d9d9d9 url(../images/nav/headerBar.gif) repeat-x;
}

#container {
	position:relative;
	margin: 0 auto;
	top:0;
	width:708px;
	min-height:800px;
	text-align:left;
}

/* -------------- header ----------------- */


#header {
	position:relative;
	height:145px;
	background:url(../images/nav/header.jpg) no-repeat;
}

.icon {
	position:absolute;
	top:8px;
	left:8px;
	height:115px;
	width:115px;
	border:none;
}

.logo {
	position:absolute;
	top:43px;
	left:143px;
	width:109px;
	height:49px;
	border:none;
}

/* -------------- navigation ----------------- */

#navigation {
}

#navigation ul {
	position:relative;
	top:68px;
	width:425px;
	left:325px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size:1.4em;
	color:#999;
	text-shadow: 0px 2px #fff;
}

#navigation ul li {
	float:left;
	display:block;
	padding-right:14px;
	padding-left:8px;
	background:url(../images/nav/navDivider.gif) no-repeat right;
}

#navigation ul li.last {
	background-image:none;
	padding-right:none;
}

#navigation ul li a {
	border: none;
	text-decoration:none;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color:#999;
	text-shadow: 0px 1px 1px #fff;
}

#navigation ul li a:hover {
	color:#666;
}

#navigation ul li a.current {
	color:#666;
}

/* -------------- content ----------------- */

#content {
	position:relative;
	width:708px;
	top:25px;
}

.contentLeft {
	position:relative;
	float:left;
	width:460px;
}

.contentRight {
	position:relative;
	float:right;
	width:220px;
	top:55px;
}

.contentRight img {
	margin-bottom:20px;
}

.contentRight p {
	color:#666;
	font-size:1.2em;
	margin:0 15px;
}

.contentRight p a {
	font-weight:bold;
	color:#333;
	line-height:1em;
}

.contentRight h3 {
	margin:0 15px;
	font-size:1.6em;
	line-height:2.6em;
}

.titles {
	border:none;
	margin-bottom:10px;
}

h1 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size:3em;
	font-weight:bold;
	text-shadow: 0px 1px 1px #fff;
	line-height:2.4em;
	letter-spacing:-.05em;
	color:#213352;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.6em;
	font-weight:700;
	text-shadow: 0px 1px 1px #fff;
	line-height:1.4em;
	color:#666;
}

h2 a {
	color:#333;
	text-decoration:none;
}

h2 .resolve {
	color:#e69136;
	font-weight:bold;
}

h2 .restore {
	color:#75b4d5;
	font-weight:bold;
}

h2 .reclaim {
	color:#a2b748;
	font-weight:bold;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	line-height:2.2em;
	color:#213352;
}

h3 a {
	color:#75b4d5;
	text-decoration:none;
}


h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:2em;
	font-weight:bold;
	line-height:2em;
	text-shadow: 0px 1px 1px #fff;
	color:#75b4d5;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.4em;
	color:#213352;
}

h5 a {
	color:#75b4d5;
	text-decoration:none;
}

h5.date {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

P {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.4em;
	line-height:1.4em;
	color:#000;
}

p a {
	color:#213352;
	font-weight:bold;
	text-decoration:none;
}

p.fullStory a {
	font-size: .9em;
	font-weight: normal;
	line-height: 2em;
	color:#000;
	text-decoration: underline;
}

/* -------------- window ----------------- */

#windows {
	position:relative;
	height:278px;
	width:708px;
	top:30px;
}

.window1 {
	position:relative;
	float:left;
	height:278px;
	width:228px;
}

.window2 {
	position:relative;
	float:left;
	height:278px;
	width:228px;
	margin: 0 12px;
}

.window3 {
	position:relative;
	float:left;
	height:278px;
	width:228px;
}

.window1 a, .window2 a, .window3 a {
	border:none;
}

/* -------------- footer ----------------- */

#footer {
	position:relative;
	clear:both;
	width:708px;
	height:108px;
	margin-top:165px;
	background:url(../images/home/footer.jpg) no-repeat top;
}

.footerWindow1 {
	position:relative;
	width:450px;
	float:left;
	margin-top:22px;
	margin-left:50px;
}

.footerWindow2 {
	position:relative;
	width:150px;
	float:right;
	margin-top:24px;
	margin-right:20px;
}

.footerText {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.2em;
	line-height:1.3em;
	text-shadow: 0px 1px #fff;
	color:#666;
	text-align:left;
}

.footerName {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1em;
	line-height:1em;
	text-shadow: 0px 1px 1px #fff;
	color:#333;
	text-align:right;
	padding-top:0;
	padding-right:50px;
}

#footer .softpedia {
	position:absolute;
	top:0px;
	right:23px;
}

#footer .tucows {
	position:absolute;
	top:24px;
	right:20px;
}

#footer .rapidssl {
	position:absolute;
	top:43px;
	right:20px;
}

/* -------------- copyright ----------------- */

#copyright {
	position:relative;
	margin-top:25px;
	width:708px;
	height:10px;
	background:url(../images/copyright/footerDivider.gif) no-repeat top;
}

#copyright p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	color:#888;
	text-shadow: 0px 1px #fff;
	margin-top:2px;
}

#copyright p a {
	text-decoration:none;
	color:#888;
}

#copyright p a:hover {
	color:#666;
}

.copyrightRight {
	float:right;
	margin-right:12px;
	margin-top:12px;
}

.copyrightLeft {
	float:left;
	margin-left:12px;
	margin-top:12px;
	width:300px;
}

.copyrightLeft img {
	display:block;
	float:left;
	margin: 0 6px;
}

.copyrightLeft img a {
	border:none;
}

/* ----------------------------------------------------------------
--------------------------- interior pages ------------------------
------------------------------------------------------------------- */


.featureImage {
	position:relative;
	width:708px;
	margin-top:30px;
	margin-bottom:20px;
}

/* -------------- product pg ----------------- */

.watchLeft {
	position:relative;
	width:708px;
	margin-top:35px;
	padding-top:35px;
	background:url(../images/copyright/footerDivider.gif) no-repeat top;
}

.watchLeft .accounts {
	margin-top:35px;
	padding-top:35px;
}

.textLeft {
	position:relative;
	padding-left:235px;
	padding-right:25px;
	text-align:left;
}

.textLeft .screen {
	position:absolute;
	left:0;
}

.watchRight {
	position:relative;
	width:708px;
	margin-top:35px;
	padding-top:35px;
	background:url(../images/copyright/footerDivider.gif) no-repeat top;
}

.textRight {
	position:relative;
	padding-right:235px;
	padding-left:25px;
	text-align:right;
}

.textRight .screenRight {
	position:absolute;
	right:0;
}

.textLeft h1, .textRight h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:6px;
	color:#213352;
}

.watchBtn {
	display:block;
	padding-top:18px;
}

.watchBtnRight {
	position:relative;
	display:block;
	padding-top:18px;
	text-align:right;
	left:350px;
}

.watchBtn a, .watchBtnRight a {
	border:none;
}

.screenshotsBelow {
	position:absolute;
	top:3px;
	right:4px;
	border:none;
}

/* -------------- download pg ----------------- */

.downloadLeft {
	position:relative;
	float:left;
	width:324px;
	margin-top:30px;
	margin-bottom:30px;
	background:url(../images/download/divBar.gif) no-repeat;
}

.downloadRight {
	position:relative;
	float:right;
	width:344px;
	margin-top:30px;
	margin-bottom:30px;
}

.downloadLeft ul, .downloadRight ul {
	position:relative;
	left:25px;
	top:15px;
	width:300px;
}

.downloadLeft ul li, .downloadRight ul li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.2em;
	line-height:1.6em;
	color:#555;
	list-style:square;
}

/* ---- mac ---- */


.mac {
	position:relative;
	height:290px;
	width:324px;
	margin-top:15px;
	margin-bottom:15px;
	background:url(../images/download/mac.jpg) no-repeat 12px 0;
}

.downloadBtn {
	position:absolute;
	bottom:0;
	left:13px;
}

.buyBtn {
	position:absolute;
	bottom:0;
	left:162px;
}

.pc {
	position:relative;
	height:290px;
	width:325px;
	margin-top:15px;
	margin-bottom:15px;
	background:url(../images/download/pc.jpg) no-repeat 20px 20px;
}

.signupBtn {
	position:absolute;
	bottom:0;
	left:58px;
}

.downloadBar {
	position:absolute;
	left:-25px;
	top:20px;
}

/* -------------- resources pg ----------------- */

.clipboard {
	position:absolute;
	left:258px;
}

/* -------------- about pg ----------------- */

.profiles {
	position:absolute;
	left:420px;
	top:3px;
}

/* -------------- contact pg ----------------- */

.phone {
	position:absolute;
	left:385px;
	top:-14px;
}

