@charset "UTF-8";

* {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
}

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.4;
}

h1 {
	font-size: 1.6em;
	text-align: left;
	font-weight: bolder;
	text-shadow: 0px -1px 1px black;
}

h2 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

p, ul, li {
	color: #a1a1a1;
}

ul, li {
	margin-left: 0.6em;
	padding-left: 0;
}

ul {
	margin-top: 0em;
}


/* @group Links */

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* @end */


.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 847px;
	width: 866px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.header .screenshots table {
	text-align: center;
}

.screenshots .caption {
	text-align: center;
	font-size: 0.8em;
	margin-top: -8px;
}

.company-logo {
	position: absolute;
	/*float: left;*/
	background-image: url(../images/company-logo.png);
	background-position: 0 0px;
	top: 0px;
	width: 98px;
	height: 61px;
	margin-left: 120px;
	z-index: 1;
}

/*.company-logo:hover {
	background-position: 0 -20px;
}*/

.navcontainer {
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 100px;
	width: 360px;
	color: #FFF;
	z-index: 1;
}

.nav {
	font-size: 1em;
	color: #a1a1a1;
	text-shadow: 0px -1px 1px black;
	margin-right: 1.6em;
}

.nav a {
	color: #a1a1a1;
	text-decoration: none;
}

.nav a:hover {
	color: white;
	text-decoration: none;
}

.footer {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 14px;
	color: white;
	font-size: 0.9em;
	text-align: center;
	z-index: 1;
}


.content {
	width: 630px;
	margin-top: -165px;
	margin-left: auto;
	margin-right: auto;
}

.separator {
	width: 100%;
	background: url(../images/seperator.jpg) no-repeat center center;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.clearer {
	clear: both;
}

.screenshots {
	position: absolute;
	height: 154px;
	width: 866px;
	margin-top: 480px;
	/*margin-top:475px;*/
	margin-left: 0px;
	text-align: center;
	z-index: 1;
}

.download {
	background-image: url(../images/download.png);
	background-position: 0 0px;
	height: 30px;
	width: 95px;
	z-index: 1;
}

.download:hover {
	background-position: 0 30px;
}

.buy {
	background-image: url(../images/buy.png);
	background-position: 0 0px;
	height: 30px;
	width: 54px;
	z-index: 1;
}

.buy:hover {
	background-position: 0 30px;
}

/* @group Columns */

.column-left {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.column-right {
	float: left;
	width: 48%;
}

/* @end */


/* @group Features */

.feature {
	margin-bottom: 40px;
}

.feature h2 {
	font-size: 1.2em;
	padding-top: 20px;
}

#simple h2 {
	padding-left: 48px;
	background: url(../images/dragndrop.png) no-repeat left bottom;
}

#splitncombine h2 {
	padding-left: 102px;
	background: url(../images/split.png) no-repeat left bottom;
}

#keepitsafe h2 {
	padding-left: 42px;
	background: url(../images/lock.png) no-repeat left bottom;
}

#dragndrop h2 {
	padding-left: 53px;
	background: url(../images/filetypes.png) no-repeat left bottom;
}

/* @end */

/* @group Browser-specific styles */

/* get rid of the blue borders in images under Firefox (and IE I think) */

a img {
	border: none;
}

/* get rid of the blue and purple borders in links under Firefox */

a:active, a:focus {
	outline: 0;
}

/* @end */
