@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

body {	font-family: "Open Sans", sans-serif;	margin: 0;	background-color: #566E2D;	background-image: url('CounterAssult-BG-SMALL-2500.jpg')
	color: #42424E;
	font-size: 16px;}
table {width: 100%; margin: 0 auto 20px;}

table h3 {margin-bottom: 10px;}
table p {margin-bottom: 0;}
table img {margin-bottom: 20px;}

iframe, embed {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.caption {
	font-size: 13px;
	text-align: center;
	color: #5A5757;
}

.subheading {
	margin-top: -20px;
	color: #B92626;
}

hr {
	border: 0;
	border-bottom: 1px solid #F2EEEE;
	margin: 40px 0;
}

h1, h2, h3, ul, ol, iframe, p {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 170%;
}

h1 {
	font-size: 24px; 
	text-transform: uppercase;
	line-height: 130%;
}

h2 {
	font-size: 18px;
}

h3 {font-size: 16px;}

a {
	text-decoration: none;
	color: #1F65F5;
}

.strong {font-weight: bold;}

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

.aligncenter {margin: 0 auto 20px; display: block; overflow: auto; max-width: 100%;}
.alignleft {float: left;}
.alignright {float: right;}

.lpad {margin: 0 20px 20px 0;}
.rpad {margin: 0 0 20px 20px;}

.thirds td {width: 33.3333%;}
.halves td {width: 50%;}
.fourths td {width: 25%;}

.datatable {text-align: left;}

.sidebar {
	width: 170px;
}

.centercol {
	width: 540px;
	float: left;
	padding: 5px 30px;
}

.rightcol {
	margin-left: 30px;
	float: right;
	width: 740px;
}

.sidebar > div, .centercol > div {margin-bottom: 20px;}

.sidebar img, .centercol img {
	max-width: 100%;
	height: auto;
	margin: 0px auto 10px;
	display: block;
}

.sidebar .caption, .centercol .caption {
	margin-top: -5px;
	line-height: 140%;
}

.two-col {
-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
 }

#video-page {background-color: #000;}#main {	margin: 0px auto 30px;	width: 1000px;	border: 1px solid #000000;	background: #fff;}
#menu {
	margin: 10px 30px 10px 0px;
	clear: both;
	display: block;
	float: right;
}

#menu li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #000;
	padding: 0px 18px;
	line-height: 100%;
}

#menu li:last-child {border: 0; padding-right:0;}
#menu li a {	text-decoration: none;
	color: #585858;
	font-weight: bold;
	font-size: 14px;}

#content {
	padding: 30px;
	clear: both;
	overflow: auto;
}

#content ul, #content ol {
	margin-left: 20px;
}

#content li {
	list-style-position: inside;
}

#copyright {display: block;
clear: both;
text-align: center;
padding: 60px 0 10px;
font-size: 12px;}

/* PAGE CONTENT */

.sideproduct {
	width: 33.3%;
	text-align: center;
	float: right;
	margin-left:20px;
}

.sideproduct img {margin-bottom: 10px;}

.sideproduct h3 {font-size: 14px;}

#box-store {
	width: 900px;
	margin: 0 auto;
}

#box-store-inner {
padding: 20px;
text-align: center;
}

#box-store-inner table {
	background-color: #fff;
	padding: 20px;
	font-size: .8em;
}

.tan {background-color: rgb(215, 198, 144);}
.blue {background-color: #95D8DE;}
.pink {background-color: #F58572;}
.green {background-color: #A6BE73;}
.yellow {background-color: #F0B541;}

#trustwaveSealImage {
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

.verticals img {max-height: 150px; width: auto;}
.verticals p {
	text-align: left;
	padding-right: 20px;
	margin-bottom: 20px;
}
.verticals strong {margin: 0 auto; display: block;}

.products {
	text-align: center;
}

.products ul {
	text-align: left;
	margin:0 0 20px 0 !important;
}

.button {
  background: #eb2f38;
  background-image: -webkit-linear-gradient(top, #eb2f38, #b32929);
  background-image: -moz-linear-gradient(top, #eb2f38, #b32929);
  background-image: -ms-linear-gradient(top, #eb2f38, #b32929);
  background-image: -o-linear-gradient(top, #eb2f38, #b32929);
  background-image: linear-gradient(to bottom, #eb2f38, #b32929);
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;
  color: #ffffff;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  display: inline-block;
}

.button:hover {
  background: #eb2f38;
  text-decoration: none;
}

.blue {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
}

.blue:hover {
  background: #3cb0fd;
}

.button.small {padding: 3px 15px;
font-size: 12px;}
