@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* 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: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 75%;
	background-color: #EAEAEA;
}

td {
	color: #4c4c4c;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#banner_text {
	position:absolute;
	width:213px;
	height:35px;
	z-index:1;
	left: 312px;
	top: 331px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #999999;
}
.oneColFixCtrHdr #container {
	width: 756px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #292929;
}
.oneColFixCtrHdr #footer p {
	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 */
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-align: center;
}
.footer-mailto-style {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.footer-mailto-style:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
#product_description {
	position:absolute;
	width:389px;
	height:150px;
	z-index:1;
	top: 424px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	left: 23px;
}
#product_info {
	position:absolute;
	width:200px;
	height:151px;
	z-index:2;
	left: 434px;
	top: 429px;
}
#video_titles {
	position:absolute;
	width:318px;
	height:225px;
	z-index:1;
	left: 71px;
	top: 448px;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}
#screenshot_titles {
	position:absolute;
	width:180px;
	height:365px;
	z-index:1;
	left: 73px;
	top: 460px;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	font-style: normal;
	font-weight: bold;
	line-height: 35px;
	text-align: left;
}
#sample_screenshots {
	position:absolute;
	width:435px;
	height:715px;
	z-index:1;
	left: 291px;
	top: 434px;
	text-align: left;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

a {
	color: #797979;
	text-decoration: underline;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a:hover {
	color: #797979;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.white-text{
color: #ffffff;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.blye-text-regular {
color: #47beed;
text-decoration: none;
}

.blye-text-underline {
color: #47beed;
text-decoration: underline;
}

.orange-text-regular {
color: #f17e22;
text-decoration: none;
}

.orange-text-underline {
color: #f17e22;
text-decoration: underline;
}

.red-text-regular {
color: #8a3c53;
text-decoration: none;
}

.red-text-underline {
color: #8a3c53;
text-decoration: underline;
}

.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}

.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}

.gray-text-regular{
color: #4c4c4c;
text-decoration: none;
}

.green-text{
color: #4b781c;
text-decoration: none;
}

.green-text-underline{
color: #4b781c;
text-decoration: underline;
}

.yellow-text-regular {
color: #db9a00;
text-decoration: none;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}
a.gray-text-bold-12px {
	color: #4c4c4c;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
a.gray-text-bold {
	color: #4c4c4c;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
a.gray-text-bold-11px {
	color: #4c4c4c;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 0px;
	font-weight: bold;
	text-decoration: none;
}
a.black-text-bold-14px {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 0px;
	font-weight: bold;
	text-decoration: none;
}
.slidewrapper {
	width: 0px;
	height: 200px;
	padding-left: 80px;
	padding-right:0px;
	padding-top: 15px;
}
#version {
	left:547px;
	top:1373px;
	width:104px;
	height:18px;
	z-index:1;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #515151;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
}

