html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1 {
	position: relative;
	font-size: 36px;
	font-weight: 100;
	z-index: 2000!important;
	margin-bottom: 10px;
	line-height: 42px;
	text-transform: uppercase;
	color: #fff;
}

h2 {
	position: relative;
	font-family: helvetica;
	font-size: 2.0em;
	font-weight: 100;
	z-index: 2000!important;
	margin-bottom: 10px;
	line-height: 1.4em;
	text-transform: uppercase;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}



/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.round-box {
    background-color: #1b1b1b;
    -moz-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 5px;
}

body {
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/carbon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.header {
	width: 978px;
	height: 187px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100;
}
.cryptosoft-logo {
	position: absolute;
	left: 50%;
	margin-left: -184px;
	bottom: -50px;
}
.contact-cryptosoft {
	position: absolute;
	top: 15px;
	left: 0px;
}
.contact-cryptosoft img {
	float: left;
}
.contact-cryptosoft {
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	white-space: nowrap;
}
.navigationArea, .contentArea {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	position: relative;
	z-index:500;
}
.navigation {
	background-image: url(../images/cv_top.gif);
	background-position: center bottom;
	width: 960px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	z-index: 200;
}
.navigation ul {
	float: right;
	padding-right: 25px;
}
.navigation li {
	margin-left: 15px;
	float: left;
}
.navigation a {
	padding-bottom: 17px;
	color: #fff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	font-size: 14px;
	font-weight: normal;
}
#home .home, #about .about, #contact .contact, #downloads .downloads {
	background-image: url(../images/icon-navigation.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.navigation a:hover, #home a.arrow {
	background-image: url(../images/icon-navigation.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #F18B2C;
}
.content {
	background-color: #161616;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/cv_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	float: left;
	position: relative;
}


/**** Contact page area ****/

form#contact-form {
    margin-bottom: 10px;
	text-align: right;
}

div.form-field {
	text-align: left;
	background: #1b1b1b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 20px;
	float: left;
	width: 400px;
}

div.form-field label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: left;
	width: 140px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
}
.form-contact {
	text-align: right;
	padding-bottom: 25px;
	padding-right: 20px;
}

div.form-field input, div.form-field textarea {
	width: 225px;
	padding: 2px;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #666;
	font-family: inherit;
	font-size: inherit;
	margin-top: 5px;
	background: #cccccc;
	float: right;
}

div.form-field input {
	padding-top: 4px;
	padding-bottom: 4px;
}

div.form-field textarea {
    height: 100px;
}

input#submit {
    margin: 3px 0 3px 135px;
    border: none;
    background: url(../images/form-button.jpg) 0 0 no-repeat;
    width: 61px;
    height: 30px;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
}

.validation-advice {
	color: #c90;
	font-size: 0.8em;
	padding-top: 10px;
	text-align: right;
	padding-right: 0px;
	padding-left: 20px;
}

.col {
	width: 440px;
	padding-bottom: 20px;
}
.ftLeft {
	float: left;
}
.ftRight {
	float: right;
}
p.download {
	background-image: url(../images/icon-download.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

p.address {
	background-image: url(../images/icon-contactform3.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

p.phone {
	background-image: url(../images/icon-contactform1.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

p.email {
    background-image: url(../images/icon-contactform2.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
p.address, p.phone, p.email, p.fax , p.download{
	background-color: #1b1b1b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 20px 20px 20px 70px;
	margin-bottom: 10px !important;
}


/**** End contact page area ****/




/*** Demo page area ***/

.flash-feature-area {
    background: #1b1b1b;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 20px;
}

.flash-video {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.flash-video img {
    width: 890px 
}


/*** End demo page are ***/



/* terms and conditions / privacy area */

ul.legals_nav li {
    display: inline;
	width: 70px;
	margin: 10px;
	color: #f18b2c;
	font-weight: bold;
}

ul.legals_nav li.first {
    display: inline;
	width: 70px;
	margin-left: 0;
	color: #f18b2c;
	font-weight: bold;
}


/* End terms and conditions / privacy area */

.features ul {
	width: 100%;
	float: left;
}
.features li {
	width: 445px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.features li.last {
	margin-bottom: 0px;
}
.features li.right {
	margin-right: 0px;
}
.features li img {
	float: left;
}
.features li span {
	float: right;
	width: 390px;
	color: #999;
}
.features li span strong {
	font-size: 1.2em;
	padding-bottom: 2px;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
}
.ftLeft {
	float: left;
}
.ftRight {
	float: right;
}
.footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.footer ul {
	text-align: center;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
}
.footer li {
	display: inline;
}
.footer a {
	color: #f18b2c;
	text-decoration: none;
	padding-left: 15px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.footer a.last {
	border-right-width: 0px;
}
.footer  .copyright {
	color: #666666;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.homeIntro {
	float: left;
	width: 910px;
	padding-bottom: 25px;
	position: relative;
	z-index: 1000;
}
.homeIntro  a {
	color: #f18b2c;
	text-decoration: none;
}
.left-column {
	width: 370px;
	float: left;
	position: relative;
}
#flash_movie {
	height: 373px;
	width: 520px;
	float: right;
}
.right-column {
	height: auto;
	width: 290px;
	float: right;
	position: relative;
	z-index: 5000;
}
p {
	color: #999;
	margin-bottom: 15px;
	text-shadow: 0px -1px 1px #000;
}
.bm {
	margin-bottom: 15px;
}

.features {
	float: left;
}
p span {
	color: #FFF;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	font-weight: 100;
	z-index: 100000!important;
	text-transform: uppercase;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #1B1B1B;
	margin-bottom: 15px;
}
p strong  {
	color: #f18b2c;
}
.graphic {
	position: absolute;
	z-index: 11000;
	width: 100%;
	left: 0px;
}
.moreInfo {
	position: absolute;
	z-index: 15000;
	width:420px;
	background-image: url(../images/info_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
}

.info_area {
	background-image: url(../images/info_center.png);
	background-repeat: repeat-y;
}
.info_wrapper {
	background-image: url(../images/info_footer.png);
	background-position: left bottom;
	padding-bottom: 15px;
	background-repeat: no-repeat;
}
.info_content {
	width: 336px;
	padding-left: 31px;
	padding-right: 52px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	margin-top: -10px;
}
.closebtn {
	position: absolute;
	top: 0px;
	right: 41px;
}

.info_content p.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.info_content h1 {
	font-size: 1.2em;
	color: #f18b2c;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.info_content h2 {
	font-size: 1.1em;
	color: #fff;
	text-transform: none;
	padding-right: 0px;
	padding-left: 0px;
}
.info_content a {
	font-size: 1.1em;
	color: #f18b2c;
	text-transform: none;
	float: right;
	cursor: pointer;
}
.info_content a:hover {
	color: #fff;
}