body {
    

	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#6b6b6b;
}
p {
	margin:0;
	line-height:140%;
}

a {
	text-decoration:none;
	color:#4a4a4a;
}

h1 {
	font-size:30px;
	font-weight:bold;
	color:#02A9F1;
	margin:0 0 20px 0;
}

h2 {
	font-size:30px;
	font-weight:normal;
	color:#02A9F1;
	margin:0 0 10px 0;
}

h3 {
	font-size:24px;
	font-weight:normal;
	margin:0 0 5px 0;
	padding-left: 27px;
	background:transparent url('images/h3.png') no-repeat 0% 50%;
}

img {
	border-width:0;
}
#bgwide
{
    height:auto;
    left:0;
    min-height:100%;
    min-width:100px;
    position:fixed;
    top:0;
    width:100%;

}
#container {
	width: 953px;
	margin:75px auto 0 auto;
	position: relative; 

}

#header {
	height: 83px;
	background:transparent url('images/logoHeader.png') no-repeat top center;
	margin:0;
}

#content {
/*-- Delete this line for flexible height content box --*/
	height:218px;
/*------------------------------------------------------*/
	background-color:#f8f9f9;
	padding: 41px 41px 41px 41px;
	margin:0;
}

#footer {
	height: 33px;
	background:#f8f9f9 url('images/seperatorLine.png') no-repeat top center;
	padding: 12px 41px 0 41px;
	margin:0;
}

#footer > a {
	padding-right:22px;
}

#footer > a > img {
	vertical-align: middle;
	padding-right:7px;
}


/* start of footer mouse over effect */
#footer > a > img{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
#footer > a {
	color:#999999;
}
#footer > a:hover > img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
#footer > a:hover {
	color:#4a4a4a;
}
/* end of footer mouse over effect */


#col1 {
	width: 475px;
	float:left;
}

#col2 {
	width: 340px;
	float:right;
}

#col2 > img {
	-moz-box-shadow:0 0px 8px #999;
}

#watchOurLiveDemo {
	margin-top:0;
}

#getCrossReaderNow {
	margin-top:30px;
}

.subCol {
	width: 340px;
	float: left;
	margin-top: 17px;
	padding-right: 30px;
}

.seperator {
	border-width: 0 1px 0 0;
	border-color: #b3d6e6;
	border-style:solid;
	margin-right:30px;
}
