@charset "UTF-8";
body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #eee;
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
	line-height: 18px;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	box-shadow: 3px 3px 9px  #ccc;
	border-style:solid;
	border-width:2px;
	border-color:#ddd;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0;  
}
.oneColFixCtrHdr #mainContent {
	margin-top:20px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	
}
.oneColFixCtrHdr #footer {
	clear:both;
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#424242;
	height:100px;
}
.oneColFixCtrHdr #footer p {
	color: #ccc;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	font-weight: 200;
	line-height: 14px;
}


.container {
	width: 1000px;
	margin: 0 auto;
	
}

#banner{
height:140px;	
}

#nav{
height:54px;
background-image:url(images/navbg2.png);
}
#prodnav{
	position:absolute;
	margin-top:-35px;
	margin-left:140px;
	width:400px;
	height:22px;
	z-index:1;
}


#logo{
position:relative;
top:20px;
left:15px;
width:500px;
}
#buybutton{
position:relative;
top:-40px;
left:820px;
width:161px;
}
#banicons{
	position:relative;
top:-136px;
left:554px;

}

#contactform {
	position:relative;
	width:600px;
	height:540px;
	top:20px;
	left:160px;
	z-index:5;
	text-align:left;
}
#terms {
	position:relative;
	width:600px;
	margin-bottom:40px;
	top:20px;
	left:160px;
	z-index:5;
	text-align:left;
}
#supportform
 {
	position:relative;
	width:600px;

	top:20px;
	left:20px;
	z-index:5;
	text-align:left;
}

#enewsform
 {
	position:relative;
	width:600px;

	top:20px;
	left:20px;
	z-index:5;
	text-align:left;
}

#registerform
 {
	position:relative;
	width:600px;
	
	top:20px;
	left:20px;
	z-index:5;
	text-align:left;
}

#subresult {
	position:relative;
	width:600px;
	height:600px;
	top:100px;
	left:160px;
	z-index:5;
	text-align:center;
}

#leftfoot{
	position:relative;
	top:14px;	
}
#rightfoot{
	position:relative;
	top:-104px;
	float: right;
}
#iconmarginleft{
	margin-left:20px;
}

/*  Two Column layout - left sidebar */

.sidebar {
	float:left;
	width:175px;
	height:365px;
	margin-top:0px;
	margin-left:20px;
	
	
}
.rightcol{
	border-left:1px solid #ccc;
	padding-left: 40px;
	padding-right: 40px;
	float:right;
	width:720px;
	margin-top:0px;
	margin-bottom:40px;
	
}

.sidebarprod {
	float:left;
	width:180px;
	height:300px;
	margin-top:0px;
	margin-left:20px;
	
	
}
.rightcolprod{
	border-left:1px solid #ccc;
	padding-left: 40px;
	padding-right: 40px;
	float:right;
	width:700px;
	margin-top:0px;
	margin-bottom:40px;
	
}


.ptpage{
	
	margin: 30px 40px 30px 10px;
	
}
/*  Two Column layout - right sidebar */

.sidebarr {
	float:right;
	width:160px;
	height:200px;
	margin-top:50px;
	margin-left:10px;
	
}
.sidebarhome {
	float:right;
	width:210px;
	height:140px;
	margin-top:34px;
	margin-left:10px;
	
}
.leftcol{
	border-right:1px solid #ccc;
	padding-left: 60px;
	padding-right: 20px;
	float:left;
	width:720px;
	margin-top:30px;
	margin-bottom:40px;
	
}
.leftcolhome{
	border-right:1px solid #ccc;
	padding-left: 60px;
	padding-right:20px;
	float:left;
	width:696px;
	margin-top:30px;
	margin-bottom:40px;
	
}


#homepix {
	clear:both;
	font-size:10px;
	text-align:center;
}

#tutorialContent{
	margin: 30px 40px 30px 40px;
}