@charset "utf-8";
/* CSS Document */

/* =========================================  NORMALIZING  ================================================== */


/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* ======================================================================================================== */

/* ================================  IE 5.5 and above hack - allowing .png transparency =================== */



div#wrapper {
	width:770px;
	margin:10px auto;
	border:1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
}

a {
	color:#990000;
}

a:hover {
	color:#FF6600;
}

p {
	margin-bottom:15px;
}

p, blockquote {
	line-height:16px;
}

ul {
	margin-top:10px;
}

li {
	margin-bottom:5px;
}

table {
	margin-bottom:25px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}

td {
	border-bottom:solid 1px #CCCCCC;
	padding:7px 0;
}

hr	{
	height:1px;
	background-color:#0083ca;
	color:#0083ca;
	border:0;

}
blockquote {
	font-style:italic;
	padding:15px 70px 15px 30px;
	text-align:justify;
	}

/* ===============================  HEADING STYLES ======================================= */

h1 {
	position:relative;
	text-indent:-9999px;
}

h2 {
	width:750px;
	height:70px;
	position:relative;
	padding:20px 10px;
	background:url(images/header-bg.gif) repeat-x;
	color:#ffffff;
	/*color:#135E9D;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
}

h3 {
	font-size:16px;
	margin-bottom:14px;
	color:#0083ca;
}

h4 {
	font-size:16px;
	margin-bottom:14px;
	color:#000000;
}

h5 {
	font-size:14px;
	color:#990000;
	border-bottom:solid 1px;
	margin-bottom:20px;
	padding-bottom:5px;
}

h6 {
	font-size:14px;
	color:#f8931d;
	margin-bottom:5px;
	margin-top:0px;
}

/* ======================== HEADER ==============================*/

#header {
	background:url(images/header2.gif) no-repeat;
	width:770px;
	height:86px;
	position:relative;
}

#orderNow {
	height:70px;
	width:350px;
	float:right;
	margin-top:10px;
}

#orderNow a {
	text-indent:-9999px;
	display:block;
	height:40px;
	width:200px;
	background:url(images/btn_orderonline.gif) no-repeat top left;
	float:right;
}

#orderNow a span{
	text-indent:-99999px;
}


#orderNow a:hover {
	background:url(images/btn_orderonline_hover.gif) no-repeat top left;
	text-indent:-9999px;
}

#orderNow h3 {
	margin-top:40px;
	margin-right:10px;
	color:#333366;
}


/* =============================================== MAIN CONTENT =========================================== */

div#main_content {
	float:left;
	width:550px;
	padding:10px 10px 40px 10px;
	position:relative;
}


div.order_btn {
	margin-bottom:10px;
}

div.order_btn a {
	height:32px;
	width:294px;
	background:url(images/btn_order-now.gif) no-repeat;
	display:block;
	text-indent:-9999px;
}

div.order_btn a:hover {
	background:url(images/btn_order-now_hover.gif) no-repeat;
}

div.free_btn {
	margin:30px auto;
	width:517px;
}

div.free_btn a {
	height:52px;
	width:517px;
	display:block;
	text-indent:-9999px;
	background:url(images/btn_download-banner.gif) no-repeat top center;
}

div.free_btn a:hover {
	background:url(images/btn_download-banner_hover.gif) no-repeat top center;
}

div#special {
	margin-bottom:30px;
	padding:5px;
}

.sideimage {
	position:absolute;
	left:590px;
	border:1px solid #999999;
	padding:5px;
}
.sideimage2 {
	text-indent:-9999px;
	height:160px;
	width:115px;
	background:url(images/Special-offer.gif) no-repeat;
	position:absolute;
	left:420px;
	top:5px;
}
/* ============================= RIGHT COLUMN ===================================================== */

div#right_column {
	float:left;
	width:180px;
	padding:220px 10px 10px 10px;
	position:relative;
}

div#cover_img {
	border:0px;
	background:url(images/Main_cover_img.png) no-repeat;
	height:300px;
	width:290px;
	position:absolute;
	top:-100px;
	left:-88px;
}

/* ============================= FOOTER ============================================================ */

div#footer {
	clear:left;
	padding:10px;
	background-color:#0083ca;
	position:relative;
}

div#footer p {
	color:#FFFFFF;
}

div#top_of_page {
	width:100px;
	position:absolute;
	top:-20px;
}

/* =========================== THUMBNAIL HOVER ZOOM FUNCTION ================================ */

.thumbnail {
	left:5px;
	top:10px;
	position:absolute;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	/*cursor:pointer;*/
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 90px;
	left: 60px; /*position where enlarged image should offset horizontally */
}

.dropshadow {
	width:320px;
	height:450px;
	background:url(images/shadow2.png) no-repeat bottom right;
	clear:right;
	float:left;
	position:relative;
}

.dropshadow img{
	background-color:#ffffff;
	border: 1px solid #a9a9a9;
	padding:6px;
	dispaly:block;
	margin: -8px 10px 8px -10px;
	/*position:relative;*/
}
	

/* ================================= CLASS STYLES =================================== */


.light_bluetext {
	color:#63A6D0;
}

.greyborder {
	display:block;
	border:1px solid #cccccc;
	margin-bottom:30px;
	
}

.greyborder p {
	padding:3px;
	margin-bottom:0;
}


.blueHeadingBox {
	margin-bottom:0;
	display:block;
	padding:3px;
	background:#efe5d1;
	background-color:#0083ca;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
}

.greybox {
	display:block;
	background-color:#F8931E;
	padding:3px;
	margin-bottom:30px;
}

.offerbox {
	padding:20px 5px 5px 150px;
	color:#ffffff;
	margin-bottom:30px;
	position:relative;
	background-color: #f8931d;
	background-image: url(images/cover-thumb.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	height:150px;
	width:390px;
}

.offerbox h4 {
	color:#990000;
}

.offerbox2 {
	border: 1px solid #990000;
	padding:1px;
	margin-bottom:30px;
}
.offerbox2-inner {
	border:2px solid #990000;
	padding:5px 170px 5px 5px;
	position:relative;
}

.offerbox2-inner h4 {
	color:#990000;
	text-align:center;
}
.citation {
	font-style:italic;
	padding:10px 30px;
	margin:0;
	}
		
.clear { /* Clears Floating */
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.preload {  /* Image preloader */
	display:none;
}

