/* ================================================================ **
/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Created: 09-03-08 (dd-mm-yy)
** Author: onedollartemplates.com
** Template: Fire Brick
** Modifications ecommerce-security.net
** ================================================================ */


/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { font-size: 62.5%; }
body {
	font-family: 'Segoe UI', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
    background:url(../img/ver2/top_grad_bg.png) repeat-x;
	}

/* headers */
h2, h3, h4, h5, h6, .hx {
	color: #A60000;
	margin: 0;
	font-weight: normal;
	clear: both;
	height: 1%;
    letter-spacing:0px;
    font-family: Helvetica, Arial, sans-serif;
	}
h2 { font-size: 2em; margin-bottom:18px; }
h3 { font-size: 1.8em;  margin-bottom:14px;}
h4 { font-size: 1.6em;  margin-bottom:10px; }
h5 { font-size: 1.4em;  margin-bottom:6px; }
h6 { font-size: 1.2em; margin: 20px 0 0; }

/* text */
p { margin: 1em 0; font-size: 1.6em; line-height:1.3em; }

acronym { cursor: help; }
pre, code, blockquote {
	margin: 20px 0 10px;
	border: 1px solid #ccc;
	padding: 15px 20px;
	display: block;
	color: #A60000;
	}
blockquote { color: #666; padding: 0 15px 5px 15px; }

/* links */
a { text-decoration: underline; color: #A60000;}
a:hover { text-decoration: none; }

/* images */
img { border: 1px solid #ccc; padding: 4px; }
a img { border-color: #A60000; }
a:hover img { border-color: #ccc; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: square; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; font-size: 1.6em; line-height: 1.3em }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
li { color: #A60000; }
li span { color: #666; }

/* tables */
table { margin: 15px 0; border-collapse: collapse; }
table th, table td { padding: 6px 8px; text-align: left; }
table th {
	background: #A60000 url('../img/green_grad_.jpg') repeat-x;
	color: #fff;
	border: 1px solid #fff;
	font-weight: normal;
	}
table tr.alt { background-color: #f4f4f4; }

/* forms */
form { border: 1px solid #ccc; padding: 0; margin: 25px 0; }
form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label {
	float: left;
	display: block;
	width: 30%;
	margin-right: 20px;
	font-weight: bold;
	}
form p input,
form p select,
form p textarea {
	font-size: 1em;
	color: #666;
	border: 1px solid #777;
	padding: 8px;
	background-color: #fff;
	width: 60%;
	font-family: 'Segoe UI', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
form p select { width: 63.4%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #666; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn {
	border: 0;
	width: auto;
	overflow: visible;
	background-color: #333;
	padding: 8px;
	cursor: pointer;
	color: #fff;
	font-size:14px;
	}

/* horizontal rule */
hr { border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right { float: right; }

.site_wrap {
  width:920px;
  margin:0 auto;
  position: relative;
}
.lead {
  font-weight:bold;
}


/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { padding: 0; position: relative; z-index:500 }
#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
#header div { clear: both; }

#header h1 {
	background: url(../img/ver2/logo_es.png) no-repeat;
	width: 180px;
	height: 76px;
	margin: 0;
    position:absolute;
    left: 45px;
    top: 60px;
    z-index:600;
	}
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}

#top_memo {
    margin:0;
    position:absolute;
    left:324px; top:89px;
    width:234px; height: 40px;
    padding:7px;
    font-size:18px;
    letter-spacing:-0.3px;
    font-family:'Segoe UI', Helvetica, Arial, sans-serif;
	border-bottom:1px solid black
	
}

#top_memo span {
    display: block;
    text-indent:-9999px;
    width: 100%;
    height:100%;
    background: url(../img/ver2/we_find_vulnerabilities.png) no-repeat;
}
/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#main_nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: 665px;
	top: 44px;
    position: absolute;
    height:70px;
	font-size: 1.4em;
	}
#main_nav li {
	float: left;
	margin: 0;
    height:100%;
	}
#main_nav li.first a {
	}
#main_nav li a {
	display: block;
	margin-right:6px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	z-index: 500;
    height:22px;
    font-family: 'Trebuchet MS';
	}
#main_nav li a:hover {
  background-color:#c2352b;
}

* html #main_nav li a {
	width: 1%;
	white-space: nowrap;
	}

#main_nav li a span {
	color: #ffe2e1;
	display: block;
    border:1px solid #d1847e;
    padding:3px;
}

#header ul li.on a {
	color: #fff;
	position: relative;
	z-index: 499;
	cursor: pointer;
	}
#header ul li.on a span {
	color: #ffe2e1;
	}
#header ul li.on a:hover { text-decoration: none; }

/*------------------------------------------------------------*
**  Banner
**------------------------------------------------------------*/
#banner {
height: 194px;
z-index:400;
}
#banner div.site_wrap {
	background: url(../img/ver2/top_grad_bg2.png) no-repeat;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #fff;
    height: 248px;
}
#banner div#bg_wrap {
	position:absolute;
    height: 258px;
    width:780px;
}
#banner h2 {
position:absolute;
color: #fff;
border:0; margin:0; padding:0;
top:38px; right:61px;
width:300px;
font-size: 1.45em;
line-height: 1.35em;
}

/*------------------------------------------------------------*
** Body
**------------------------------------------------------------*/
#body {
height: 1%;
}
#body div.site_wrap {
margin-top:18px;
background:#656565 url(../img/ver2/right_column_bg_grad.jpg) repeat-x right 605px;
}
#body:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}
#body .column {
float:left;
padding:30px;
width:216px;
background-color:#303030;
min-height:548px;
}

#body .wide {
width:430px;
padding:3em;
width:584px;
background:#FFF url(../img/ver2/wide_bg_.gif) repeat-y 623px top;
}

h2 {
  font-size: 2.8em;
  line-height:1em;
}
ul, ol , table {
font-size: 1.6em;
}

dl ul {
font-size:1em;
}

table {
line-height: 1.4em;
}

td {
padding:3px;
}

.buttons {
list-style-type:none;
margin:0;
height:54px;
padding-left:14px;
cursor:hand;
cursor:pointer;
}

.buttons:hover {
background:url(../img/ver2/buttons_shadow_left.png) no-repeat top left;
}

.buttons:hover li {
background:url(../img/ver2/buttons_shadow.png) no-repeat bottom right;
}


.buttons li {
display:block;
height:40px;
padding:7px;
margin:0;
padding-left:0;
}

.buttons p {
margin:0;
margin-left:-7px;
padding-left:9px;
background:url(../img/ver2/black_btn_left.png) no-repeat;
height:100%;
}


.buttons a {
text-decoration: none;
padding-right:6px;
display:block;
font-size:14px;
width:auto;
padding:9px 18px 10px 9px;
background:url(../img/ver2/black_btn_right.png) no-repeat 100% 0%;
height:21px;
line-height:19px;

}

.buttons a span {
display:block;
color:#FFF;
background:url(../img/ver2/arrow_small_fff.png) no-repeat 100% 4px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
background:#444;
height:80px;
margin-top:-20px;
}
#footer .site_wrap {
padding:20px 0px;
width:860px
}


/*------------------------------------------------------------*
**  Homepage
**------------------------------------------------------------*/
a img {border:0}

#owasp {
line-height:30px;
} 
#banner_cta {
position:absolute;
width:135px;
left: 658px;
top:89px;
}

#banner_why_use_us {
width:200px;
}

#banner_how_we_work {
width:258px;
}

#contact_us {
width:130px;
}
#copyright {
background:url(../img/logo-ecommerce-security-small.png) no-repeat;
padding:10px 0 0 24px;
height:12px;
color:#FFF;
font-size:1em;
letter-spacing:0;
}
#credits {
padding:10px 0 0 24px;
height:12px;
color:#FFF;
font-size:1em;
letter-spacing:0;
text-align:right;
}
  #credits a:link, #credits a:visited {
  color:#FFF;
  }

.pod {
padding:15px;
margin:0;
}

    .pod h2 {
    font-size:2.2em;
    color:#DDD;
    }
	
	.pod ul{
	font-size: 1.4em;
	}

    .pod li {
    list-style-type:none;
    padding:0;
    font-size: 1em;
    line-height:1.3em;
    padding:0 0 1px 26px;
    }

    .pod a {
    color: #FFF;
    }


    .warn li {
    background:url(../img/icons/shield_threat.png) no-repeat;
    }

    .primary, .secondary, #partners {
    padding:0 0 1em 0;
    margin-bottom:2em;
    }

    .primary ul, .secondary ul, #partners ul {
    margin-left:12px;
	list-style-type:none;
    }


    .primary li, .secondary li{
    background: url(../img/ver2/doc_icon.png) no-repeat;
    line-height:21px;
    }

    .column li, .column li{
    line-height:21px;
    }

    .primary a:link, .secondary a:link, #partners a:link,
    .primary a:visited, .secondary a:visited, #partners a:visited {
    text-decoration: none;
    }

    .primary a:hover, .secondary a:hover, #partners a:hover,
	.primary a:active, .secondary a:active, #partners a:active {
    text-decoration: underline;
    }
	
	#partners {
		color:#FFF;
	}
	
	#partners a {
		color:#FFF;
		line-height:24px;
	}
	
	#partners #owasp {
		background: url(../img/ver2/owasp.png) no-repeat;
		line-height:21px;
		padding:0 0 12px 30px;
	}

.protect 
.es {
color:#A60000;
}
/* steps */

.steps {
padding:24px;
border-top:1px solid #b78282;
position:relative;
}

.steps ol {
line-height:1.4em
}

.alter {
background-color:#ffeded;
}


#step_1 #contact_us {
position:absolute;
bottom:23px;
left:316px;
}


#step_1 form {
width:50%;
margin:0;
margin-right:24px;
border:none;
display:inline-block;
}

#step_1 input {
width:100%
}

#step_1 input:focus {
border:1px solid #b78282;
}

#step_2 {
background-color:#fff

}

#step_3 {
background: #FFF url(../img/ver2/shield.png) no-repeat 12px 6px;
}

#step_3  h3 {
padding-left:48px;
margin-bottom:32px;
}

#step_3  li{
margin-bottom:12px;
}

#footnotes {
 font-size:1.2em;
}

/* case studies */
td.case_study_desc {
background-color: #FFEDED;
color:#333;
}

#right_nav_column {
position:relative;
height:100%;
}

.contact #right_nav_column {
display:none;
}

#body.contact .wide {
width:860px;
background:#FFF;
}

#contact_form {
width:590px;
}

	#form_send {
	width:90px;
	display:none;
	margin-left:176px;
	}

.js #form_send {
display:block;
}

.js #p_submit {
display:none;
}

#sites {
font-size:0.85em;
}
