/*
* {
  padding: 0px;
  margin: 0px;
}
*/

body {
	color: #333333;
	background-color: #cccccc;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
}

#container {
	background-color: #e6e6e6;
	width: 700px;
	margin: 0 auto;
	border: 2px solid silver;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#pre-header {
  height: 0px;
}

#header {
  background: url(VelOCRaptor-banner.png) no-repeat center center;	
  height: 120px;
	border-bottom: 1px solid silver;
}

.warning {
    margin-top: 15px;
    margin-bottom: 15px;
	color: black;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color : pink;
	border: 2px solid red;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	
	/* offset left, top, thickness, color with alpha */
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
	/* slightly different syntax for IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
}
#nav {
  background-color: #AEE7F4;
  padding-top: 10px;
  padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid silver;
}
#main {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	min-height: 500px;
}
.flush {
  margin-left:-25px;
}
#footer {
  padding-bottom: 5px;
  font-size: x-small;
  text-align: center;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: underline;
}
.imagecell a img:hover {
  /* might come in handy */
}
a.nav {
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	margin: 10px;
}

body#Home a#HomeNav,
body#ScreenCast a#ScreenCastNav,
body#Samples a#SamplesNav,
body#Download a#DownloadNav,
body#Buy a#BuyNav,
body#FAQ a#FAQNav,
body#Integration a#IntegrationNav,
body#History a#HistoryNav,
body#News a#NewsNav,
body#Contact a#ContactNav 
{
	font-weight: bold;
	font-size: 125%;
}

.rss_date {
	font-size: 75%;
}
.rss_items {
   list-style:none;
   padding-left:0;
   padding-right:0;
}
.rss_item {
  margin-top: 20px;
}

h1, .benefit-list ul li, li.rss_item > a.rss_item {
  font-weight: bold;
  font-size: 120%;
}
.imagecell {
  border-width: 2px;
  border-color: #cccccc;
  padding: 10px;
  background-color: white;
  text-align: center;
	border-style: solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.roundrect, .faq_item, .integration-item {
  border-width: 2px;
  border-color: #cccccc;
  padding: 10px;
  background-color: white;
	border-style: solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.minipic {
	max-width: 150px;
}
div.preload {
	display: none;
}
img {
	border-style: none;
}
.centre {
	clear: both;
	text-align: center;
}
.benefit-list {
  background-color: white;
  float:left;
  width:100%;
  overflow:hidden;
  position:relative;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-width: 2px;
  border-color: #cccccc;
	border-style: solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.benefit-list ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.benefit-list ul li {
   padding-left: 15px;
   padding-bottom: 0px;
   padding-right: 15px;
   padding-top: 0px;
   display:block;
   float:left;
   list-style:none;
   margin:0;
   position:relative;
   right:50%;
}
#features-table {
	border-spacing: 5px 5px;
	margin-left: -5px;
	margin-right: -5px;
}
#features-table tr td {
	width: 33%;
}
.popup-text {
	max-width: 250px;
	text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.paypalform {
	text-align: center;
}
.paypalbutton {
}


