@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:#63A6D0;
}

a:hover {
	color:#990000;
}

p {
	margin-bottom:10px;
}

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:#990000;
	color:#990000;
	border:0;
	
}

/* ===============================  HEADING STYLES ======================================= */

h1 {
	width:770px;
	height:90px;
	position:relative;
}

h1 span {
	background:url(images/header2.gif) no-repeat;
	width:100%;
	height:100%;
	position:absolute;
}

h2 {
	width:750px;
	height:70px;
	position:relative;
	padding:20px 10px;
	background:url(images/header-bg.gif) repeat-x;
	color:#990000;
	/*color:#135E9D;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
}

h3 {
	font-size:16px;
	margin-bottom:14px;
	color:#004A8A;
}

h4 {
	font-size:16px;
	margin-bottom:14px;
	color:#990000;
}

h5 {
	font-size:14px;
	color:#004A8A;
	border-bottom:solid 1px;
	margin-bottom:20px;
	padding-bottom:5px;
}

h6 {
	font-size:14px;
	color:#004A8A;
	margin-bottom:5px;
	margin-top:15px;
}
	
/* =============================================== MAIN CONTENT =========================================== */

div#main_content {
	float:left;
	width:550px;
	padding:10px 10px 40px 10px;
}


div.order_btn {
	margin-bottom:10px;
}

div.order_btn a {
	height:32px;
	width:294px;
	background:url(images/order-now_red.gif) no-repeat;
	display:block;
	text-indent:-9999px;
}

div.order_btn a:hover {
	background:url(images/order-now_hover_red.gif) no-repeat;
}

div.free_btn {
	margin-bottom:10px;
}

div.free_btn a {
	height:60px;
	width:521px;
	display:block;
	text-indent:-9999px;
	background:url(images/download-banner.gif) no-repeat;
}

div.free_btn a:hover {
	background:url(images/download-banner_hover.gif) no-repeat;
}

div#special {
	margin-bottom:30px;
	padding:5px;
}

.column {
	width:33%;
	float:left;
	margin-top:15px;
}

.column ul {
	margin:0;
	padding:0;
	margin-left:15px;
}

.column img {
	position:relative;
	left:15px;
}

/*#hp, #symantec, #adobe {
	padding-right:230px;
}

#hp img, #symantec img, #adobe img {
	position:absolute;
	left:350px;
}*/


/* ============================= RIGHT COLUMN ===================================================== */

div#right_column {
	float:left;
	width:180px;
	padding:220px 10px 10px 10px;
	position:relative;
}

div#cover_img {
	border:0px;
	background:url(images/comm-strategy-cover.png) no-repeat;
	height:300px;
	width:290px;
	position:absolute;
	top:-100px;
	left:-88px;
	z-index:10;
}

/*div#cover_img {
	filer:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/comm-strategy-cover.png', sizingMethod='crop');

}

/* ============================= FOOTER ============================================================ */

div#footer {
	clear:left;
	padding:10px;
	background-color:#efe5d1;
	position:relative;
}

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;
}

.greyborder h3 {
	margin-bottom:0;
	display:block;
	padding:3px;
	background:#efe5d1;
	background-color:#efe5d1;
	color:#135E9D;
}

.greybox {
	display:block;
	background-color:#cccccc;
	padding:3px;
	margin-bottom:30px;
}

.offerbox {
	padding:5px 5px 5px 150px;
	color:#135E9D;
	margin-bottom:30px;
	position:relative;
	background:#efe5d1 url(images/comm-strategy-thumb.gif) no-repeat 20px 20px;
	background-color: #efe5d1;
}

/*.offerbox img {
	position:absolute;
	left:20px;
	margin-top:10px;
}*/

.clear { /* Clears Floating */
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.preload {  /* Image preloader */
	display:none;
}
