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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.post {
margin: 20px 0 20px 0;
padding: 20px;
border: 1px solid grey;
font-weight: normal;
}

p{
	margin:10px 0 0 0;
}

ul,ol { 
	margin: 5px 0 10px 25px;	
}

/*
ul{
	margin: 5px 0 0 0;
}
*/


a {
	text-decoration:underline;
	color:#e95a23;
}

a:hover {
	text-decoration:underline;
	color:#DF9961;
}

#clear, .clear{
	clear:both;	
}

body.home {
  background-color: #ffffff;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:13px;
  color:#0b2343;
  width: 100%;
  background:url(/media/16992/body_bg.jpg) repeat-x;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
  line-height:18px;
  color:#112341;
}

body {
  background-color: #fdfdfd;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:13px;
  color:#0b2343;
  width: 100%;
  background:url(/media/17062/followupbody_bg.jpg) repeat-x;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
  line-height:18px;
  color:#112341;
}


#wrap {
	margin: 0px auto;
  	width: 960px;
	height: 100%;
  	text-align: center;/* IE fix to center the page */
}
#container{
  	width: 960px;
  	text-align: left;
  	float: left;
  	/*background:url(/media/17077/followupheader.png) top center no-repeat;*/
}

#homeContainer{
  	width: 960px;
 	background:url(/media/17027/container_bg.jpg) top center no-repeat;
  	text-align: left;
  	float: left;
}


/* HEADER STYLES */

#header-container{
	width:980px;
	height:76px;
	margin: 2px 0 0 0;
}

#logoSpriteContainter .zedLogo{
	width:192px;
	height:60px;
	display:block;
	float:left;
	margin: 15px 0 0 0;
	background: url(/media/63678/horizontal-logo-zedsuite-forwebsite.png) no-repeat 0 0;
}



#navigationLinksHeader {
	width: 490px; 
	height: 60px;  
	text-align:left; 
	float:left; 
	position: relative
}


#myNavLinks {
	margin: 30px 0 0 5px;
}



span.arrows {
	font-size: .6em;
}

.callTollFree {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 10px;
}

.oneEightHundred {
	font-size: 20px;
	color: #ff6633;
	font-weight: normal;
}

.contactUsContainer {
	color: #cccccc;
	float: right;
	margin: 6px 3px 6px 0;
	text-decoration:none;
	width: 160px;
	font-weight: bold;
}
.contactUsContainer a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.contactUsContainer a:hover {
	color: #ff6633;
	text-decoration: underline;
}

#searchInHeader {
	width: 280px;
	height: 70px;
	text-align:left;
	float:left;

}

#searchInHeader p {
	margin: 0 0 0 0;
}

.searchContainerOutline {
	/*width: 250px;*/
	height: 25px;
	float:left;
}


form.siteSearchForm {
	width: 280px;
}

legend{
	display: none;
}

fieldset{
	border: 0;
}

input.siteSearchForm {
	width: 218px;
	height:16px;
	display: block;
	padding:2px;
	color: #afa9af;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	border:1px solid #c0cfdd;
}

.searchButton{
	width:43px;
	height:22px;
	background:url(/media/17202/searchbtn.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;

}

.searchButton:hover{
	width:43px;
	height:22px;
	background:url(/media/17202/searchbtn.png) 0 -22px no-repeat;
}


/

/*
======================
TOP MAIN MENU
======================
*/


#headerMenuContainer{
	width:760px;
	height:30px;
	float:right;
	
	text-align:right;
}

#headerMenuSearchContainer{
	width:270px;
	height:24px;
	float:right;
	margin: 5px 0 0 0;
}


/*
=======================
New Dropdown Menu
=======================
*/

.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}









/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		99;
}
.sf-menu {
	line-height:	1.0;
	
	font-family:Verdana, Geneva, sans-serif;
	color:#2e4f6a;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	 visibility:		/*inherit;  fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
text-align:left;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}

.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	*/
	padding: 		.75em .8em;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#2e4f6a;
}

.sf-menu li {
	/* background:		#BDD2FF; */
}

.sf-menu li li {
	background:		#fcfefe;
}

.sf-menu li li li {
	background:		#fcfefe;
}


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#fcfefe;
	outline:		0;
}

.sf-menu li li:hover, .sf-menu li li a:hover {
	background:		#2e4f6a; /* #e1edf8 */
	color:#ffffff;
	outline:		0;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	

	padding-right: 	4px;  /* 2.25em */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;

	display:		none; /* block */

	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			2px;
	height:			2px;
	text-indent: 	-999em;
	overflow:		hidden;
	/* background:		url(/media/8/arrows-ffffff.png) no-repeat -10px -100px; >> 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */


	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/media/17207/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#title_container{
	float:left;
	width:480px;
	height:24px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ed6f35;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow: #ffffff 0 1px 0;
	margin: 5px 0 -5px 0;
}

#numberOneSSP {
	width:401px;
	height:65px;
	float:right;
	margin:-40px 0 0 0;
	
}

/*
================
MAIN IMAGE SLIDER
================
*/

#takeTourTab{
	width:956px;
	height:45px;
	z-index:999;
	position:absolute;
	top:385px;
	background:url(/media/17222/taketourtab.png) bottom right no-repeat;
}

#sliderContainer{
	position:relative;
}

#slider{
	width:956px; /* 1055 */
	height:325px;
	margin: 10px 0 0 0;
	/*margin: 0 auto;*/
}	

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:956px;
	height:325px;
	overflow:hidden; 
	}
	
#prevBtn, #nextBtn{ 
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	top:125px;
	/*left:74px;*/
	}
	

#prevBtn{ 
	left:-20px;
	}

#nextBtn{ 
	left:936px;
	}
														
#prevBtn a, #nextBtn a{  
	display:block;
	width:40px;
	height:40px;
	background:url(/media/17007/btn_prev.png) no-repeat 0 0;	
	}	

#nextBtn a{ 
	background:url(/media/16997/btn_next.png) no-repeat 0 0;	
	}	

#prevBtn a:hover{ 
	background:url(/media/17012/btn_prevhover.png) no-repeat 0 0;	
}

#nextBtn a:hover{ 
	background:url(/media/17002/btn_nexthover.png) no-repeat 0 0;	
}



/*
=======================
LATEST NEWS
=======================
*/

#latestNews_container{
	float:left;
	width:957px;
	height:34px;
	margin: 5px 0 0 0;
	background:url(/media/17147/homelatestnewsbg.png) top center no-repeat;
}

#latestNewsTitle{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#444444;
	float:left;
	margin: 8px 0 0 6px;
}

#latestNewsArrowContainer{
	float:left;
	width:44px;
	height:21px;
	margin: 8px 0 0 5px;
}

#latestNewsArrowLeft{
	float:left;
	width:22px;
	height:21px;
	cursor:pointer;
	background:url(/media/17172/latestnewsarrowleft.png) 0 0 no-repeat;
}


#latestNewsArrowRight{
	float:left;
	width:22px;
	height:21px;
	cursor:pointer;
	background:url(/media/17177/latestnewsarrowright.png) 0 0 no-repeat;
}

.latestNewsContent{
	float:left;
	width:740px;
	height:18px;
	margin: 8px 0 0 10px;
	
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#8f8f8f;
}

.latestNewsContent a{
	font-size:12px;
	color:#d4632e;
	text-decoration:none;
}

.latestNewsContent a:hover{
	font-size:12px;
	color:#d4632e;
	text-decoration:underline;
}

.lastestNewsRSS{
	margin:6px 0 0 10px;
	
}


/*
============================
PRODUCTS AREA
============================
*/

#products_container{
	float:left;
	width:957px;
	height:257px;
	background:url(/media/17157/homeproductsbg.png) top center no-repeat;
	margin:5px 0 0 0;	
}

.productsBlockLarger{
	float:left;
	width:278px;
	height:215px;
	padding:30px 0 0 40px;
	cursor:pointer;
}

.productsBlockLarger:hover{
	background:#dbf2f9;
	cursor:pointer;
}

.productsBlock{
	float:left;
	width:286px;
	height:90px;
	padding:35px 0 0 30px;
	cursor:pointer;
}

.productsBlock:hover{
	background:#dbf2f9;
	cursor:pointer;
}


.homeProdImage{
	float:left;
	display:block;
}

.homeProdImageLarger{
	float:left;
	display:block;
	margin:0 0 0 95px;
}

.homeProductTitle1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:22px;
	color:#000000;
	letter-spacing:-1px;	
}

.homeProductTitle2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:22px;
	color:#e95a23;
	letter-spacing:-1px;
line-height:22px;	
}

.homeProductDiscription{
	margin:0 0 0 15px;
	float:left;
	width:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:15px;
	color:#010101;
	letter-spacing:-1px;	
}

.homeProductDiscription p{
	margin:5px 0 0 0;	
}


.homeProductDiscriptionLarger{
	margin:0 0 0 0;
	text-align:justify;
	float:left;
	width:235px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:15px;
	color:#010101;
	letter-spacing:-1px;	
}

.homeProductDiscriptionLarger p{
	margin:0 0 0 0;
}

/*
=======================
CALLOUT BLOCKS
=======================
*/

#calloutBlocks_container{
	float:left;
	width:975px;
	margin:8px 0 0 0;
}


#blockExplore{
	float:left;
	width:309px;
	background: url(/media/17022/calloutboxbg.png) top center no-repeat #FFF;
	min-height:265px;
	
}

#blockPartners{
	float:left;
	margin:0 0 0 15px;
	width:309px;
	background: url(/media/17022/calloutboxbg.png) top center no-repeat #FFF;
	min-height:265px;
}

#blockSupport{
	float:left;
	margin:0 0 0 15px;
	width:325px;
	background: url(/media/17022/calloutboxbg.png) top left no-repeat #FFF;
	min-height:265px;
}

#calloutBlockSeperator{
	clear:both;
	float:left;
	background:url(/media/17017/calloutblockseperator.png) top center no-repeat;
	width:258px;
	height:2px;
	margin: 0 0 0 10px;
}


#blockTitle{
	float:left;
	margin:5px 0 0 10px;
	width:300px;
	height:25px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#2f2f2f;
	text-shadow: #ffffff 0 1px 0;
}

#blockContentBlock{
	float:left;
	margin: 8px 0 0 10px;
	width:290px;
}

#supportGirl{
	width:121px;
	height:184px;
	float:right;
	position:relative;
	top:-43px;
	background:url(/media/17212/supportgirl.png) top right no-repeat;
	
}

#supportContentBlock{
	float:left;
	margin: 8px 0 0 10px;
	width:180px;
}

#supportSignUpBlock{
	float:left;
	width:285px;
	margin:0 0 0 8px;
	position:relative;
	top:-22px;
}


.supportSignInTitle{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#303030;
}


form.homeSupportLogin {
	width: 280px;
	margin: 0 0 0 5px;	
}

legend{
	display: none;
}

fieldset{
	border: 0;
}

input.homeSupportLogin {
	width: 125px;
	height:16px;
	display: block;
	padding: 1px;
	margin: 10px 0 0 5px;
	font-size: 12px;
	color: #909090;
	font-family:Verdana, Geneva, sans-serif;
	
	background:url(/media/17217/supportsignupfieldbg.jpg) repeat-x;
	
	float:left;
}

.homeSupportLoginButton {
	width:47px;
	height:20px;
	background: url(/media/17167/homesupportformloginbg.png) no-repeat 0 0;
	border: none;
}

.homeSupportLoginButton:hover {
	background: url(/media/17167/homesupportformloginbg.png) no-repeat 0 -20px;
	border: none;
	cursor:pointer;
}


/*
===========================
NEWSLETTER SIGNUP
===========================
*/


#signup_container{
	width:300px;
	float:left;
}

form.signup{
	margin:15px 0 0 15px;
	width: 400px;
	background-color:#f8fcf1;
	border:1px solid #ccc;
	padding:8px;
}

legend{
	display: none;
}

fieldset{
	border: 0;
}

label.signup{
	font-family:Tahoma, Geneva, sans-serif;
	color:#1f4f5a;
	font-size:12px;
}

input.signup {
	width: 300px;
	display: block;
	padding: 1px;
	/*margin: 15px 0 0 2px;*/
	font-size: 14px;
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	height:20px;
	border:1px solid #c7c7c7;
	background:#fae9e1;
}

input.signup:focus {
	background:#ffffff;
	border:1px solid #ed6f35;
	outline:none;
}

.signupCheckBox{
	width: 15px;
	padding: 1px;
	margin: 10px 0 0 0;
	height:15px;
	border:none;
}

.download_btn{
	width:86px;
	height:20px;
	margin:15px 0 0 0;
	cursor:pointer;
	background:url(/media/37611/newsletter_signupbtn_up.png) no-repeat;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFF;
	
}

.download_btn:hover{
	width:86px;
	height:20px;
	margin:15px 0 0 0;
	cursor:pointer;
	background:url(/media/37616/newsletter_signupbtn_over.png) no-repeat;
	border:none;
}

/*
============================
FOLLOWUP PAGES
============================
*/

#followupMenu_container{
	float:left;
	width:954px;
	height:40px;
	margin: 14px 0 0 0px;
}

#followupMenuArea{
	width:525px;
	height:35px;
	float:right;
	margin:14px 0 0 0;
}

#followupMenu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display:inline;
}

#followupMenuArea ul{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display:inline;
}


#followupMenu li {
	float: left;
	font: 12px Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align:center;
	padding: 13px 25px 0 0;
}

#followupMenu a {
	color: #f7d2c1;
	display: block;
	margin: 0;
	text-decoration: none;
}

#followupMenu a:hover {
	background: url("/media/17082/followupmenuarrow.png") bottom center no-repeat;
	color: #fff;
	padding-bottom: 14px;
}

#followupMenu .current {
	background: url("/media/17082/followupmenuarrow.png") bottom center no-repeat;
	color: #fff;
	padding-bottom: 14px;
}

#followupMenu .demo {
	float: left;
	font: 12px Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align:center;
	padding: 8px 25px 0 0;
}

#followupMenu .demo a {
	color: #e86c33;
	display: block;
	width:55px;
	height:23px;
	background:url(/media/17087/followupmenudemobg.png)  no-repeat;
	text-decoration: none;
	padding-top:4px;
	font-weight:bold;
}

#followupMenu .demo a:hover {
	background:url(/media/17092/followupmenudemobghover.png)  no-repeat;
	color: #fff;
	padding-bottom: 14px;
	font-weight:bold;
}


#followUpTitle{
	height:25px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#ffffff;
	float:left;
	margin:20px 0 0 0;
	font-weight:bold;
	text-shadow: #000000 0 1px 2px;
	letter-spacing:-1px;
}

.followUpTitleZED{
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#000000;
	font-weight:bold;
	text-shadow:none;
        height:20px;
        width:45px;
        margin:-1px 0 0 0;
	float:left;

}


#followUpContentContainer{
	float:left;
	width:960px;
	margin:5px 0 0 0;	
}

#followUpTitleTag{
	float:left;
	width:960px;
	height:20px;
	text-align:left;
	margin:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#5e5e5e;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow: #ffffff 0 1px 0;
}

#followUpTitleTag h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5e5e5e;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow: #ffffff 0 1px 0;
}

#followUpContentTop{
	float:left;
	width:960px;
}

#followUpLeftColum{
	float:left;
	width:815px;
	text-align:justify;
}



#followUpQuoteContainer{
	width:340px;
	float:left;
	background:url(/media/17197/quoteopen.png) top left no-repeat;
	padding: 3px 0 0 18px;
}

#followUpQuoteContainer .mainArea{
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#868686;
	font-style:italic;
}

#followUpQuoteContainer .quoteAuthor{
	text-align:right;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#b2b2b2;
	line-height:12px;
}

.quoteAuthorTitle{
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#b2b2b2;
}

#followUpLeftIntroText{
	width:360px;
	float:left;
}

#followUpLeftIntroText ul{
float:left;
padding:0 0 0 15px;	
margin: 10px 0 0 0;
}

.introListStart{
	font-weight:bold;
	color:#e26830;
	
}

#followUpVideoContainer{
	float:right;
	/*width:424px;*/
	margin:0 8px 0 0;
	
}


#followUpLeftDetailsText{
	float:left;
	text-align:justify;
	border-right:1px solid #eceaea;
	padding: 0 20px 25px 0;
	
}

#followUpLeftDetailsText a{
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
  line-height:18px;
  color:#e66b32;
}

#followUpLeftDetailsText a:hover{
	text-decoration:none;
	color:#e66b32;
}

#followUpLeftDetailsText img{
	padding:7px;
	
}

#followUpRightColum{
	float:left;
	width:135px;
	margin:0 0 0 8px;
}


.followupButton{
	width:127px;
	height:26px;
	background:url(/media/17067/followupbuttonbg.png) top center no-repeat;
	margin:10px 0 0 0;
	cursor:pointer;
}

.followupButton:hover{
	background:url(/media/17072/followupbuttonbg_hover.png) top center no-repeat;
}

.followupButtonTextContainer{
	float:left;
	height:20px;
	margin:4px 0 0 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}





.howToBuyButton{
	width:128px;
	height:26px;
	background:url(/media/41273/howtobuybtn_up.png) top center no-repeat;
	margin:10px 0 0 0;
	cursor:pointer;
}

.howToBuyButton:hover{
	background:url(/media/41278/howtobuybtn_over.png) top center no-repeat;
}

.howToBuyButtonTextContainer{
	float:left;
	height:20px;
	margin:4px 0 0 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

.howToBuyButtonTextContainer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.howToBuyi{
	float:left;
	width:19px;
	height:18px;
	margin:3px 0 0 4px;
	background:url(/media/41283/howtobuybtn_i.png) top center no-repeat;

}


.followupButtonTextContainerDownloads{
	float:left;
	height:20px;
	margin:0 0 0 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

.followupButtonTextContainer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.followupDownloadContainer{
	margin:10px 0 0 0;
	width:127px;
	background:url(/media/17037/downloadbtnmiddle.png) repeat-y;	
	float:left;
}

.followupDownloadTop{
	width:127px;
	height:26px;
	background:url(/media/17042/downloadbtntop.png) top center no-repeat;
	text-align:left;
	padding:3px 0 0 0;
	float:left;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

.followupDownloadBottom{
	width:127px;
	height:24px;
	background:url(/media/17032/downloadbtnbottom.png) top center no-repeat;
	float:left;
}

.downloadLinkArea{
	width:112px;
	margin:0 0 0 8px;
	float:left;
}

.downloadLinkArea p{

	margin:0;
	line-height:14px;
}

.downloadLinkArea a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.downloadLinkArea a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:underline;
}


#textPageTitle{
	float:left;
	width:500px;
	height:20px;
	text-align:left;
	margin:22px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow: #000000 0 1px 2px;
	line-height:22px;
}

#landingPageTitle{
	float:left;
	width:800px;
	height:20px;
	text-align:left;
	margin:22px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow: #000000 0 1px 2px;
	line-height:22px;
}
#textPageContentContainer{
	float:left;
	width:960px;
	margin:15px 0 0 0;	
}

#textPageSubMenuArea{
	width:450px;
	height:35px;
	float:right;
	margin:14px 0 0 0;
}


/*
======================
Distributor Page
======================
*/

.distributorBlock{
	color:#838182;
	font-size:14px;
	padding:12px 0;
	border-bottom: 1px solid #d1dfec;

}

.distributorText{
	color:#454545 ;

}

.distributorLink{
	color:#e66b32;
	text-decoration:underline;
}



/*
======================
LANDING PAGE
======================
*/

#landingPageLeftColumn{
	float:left;
	width:625px;
	text-align:justify;
}

#landingPageRightColumn{
	float:right;
	width:320px;
	margin:0 0 0 8px;
}

#landingPageFormContainer{
	width:320px;
	background-color:#72bcce;
}

#landingPageFormTOP {
	width:320px;
	height:16px;
	background:url(/media/39613/landingpageformtop.jpg) repeat-x;
}

#landingPageFormBOTTOM{
	width:320px;
	height:14px;
	background:url(/media/39608/landingpageformbottom.jpg) repeat-x;
}

#landingPageContent{
	width:310px;
	margin:0 0 0 5px;

}

.landingFormTitle{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#ffffff;
	text-shadow: #2b5059 0 1px 0;
}

.landingFormSubTitle{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#134754;
}


form.landingPage{
	margin:10px 0 0 0;
	width: 310px;
}

label.landingPage{
	font-family:Tahoma, Geneva, sans-serif;
	color:#1f4f5a;
	font-size:12px;
}

input.landingPage {
	width: 275px;
	display: block;
	padding: 1px;
	font-size: 14px;
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	height:25px;
	border:1px solid #3b727f;
	background:#ffffff;
}

input.landingPage:focus {
	background:#ffffff;
	border:1px solid #ed6f35;
	outline:none;
}

.landingPageCheckBox{
	width: 15px;
	padding: 1px;
	margin: 10px 0 0 0;
	height:15px;
	border:none;
}

.landingPage_btn{
	width:86px;
	height:20px;
	margin:15px 0 0 0;
	padding:0 5px 0 5px;
	cursor:pointer;
	background:url(/media/39800/landingpagebuttonup.jpg) repeat-x;
	border:1px solid #ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFF;
	
}

.landingPage_btn:hover{
	width:86px;
	height:20px;
	margin:15px 0 0 0;
	cursor:pointer;
	background:url(/media/39805/landingpagebuttonover.jpg) repeat-x;
	border:1px solid #ffffff;
}




/*
======================
SEARCH
======================
*/

#searchContentWrap{
float:left;
width:960px;
margin:0 0 0 0;
}

#searchContentWrap a{
	color:#B25E3C;
}

#searchPageTitle{
	float:left;
	width:200px;
	height:20px;
	text-align:left;
	margin:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow: #000000 0 1px 2px;
}

#searchLeftColum{
	float:left;
	width:815px;
	text-align:justify;

}

#searchHeaderRight{
	float:right;
	margin: 10px 0 0 0;
	color:#eeeeee;
}

#searchHeaderRight a{
	color:#ffffff;
	font-weight:bold;
}

#searchRightColum{
	float:left;
	width:135px;
	margin:15px 0 0 8px;
}


/*
======================
BLOG
======================
*/

#TipsAndTricksTOP{
	float:left;
	width:960px;
	margin:15px 0 0 0;
}

#TipsAndTricksLeftColumn{
	float:left;
	width:780px;
	text-align:justify;
	border-right:1px solid #eceaea;
	padding: 0 10px 25px 0;
}


#TipsAndTricksLeftColumn a{
	color:#b25e3c;
}

#TipsAndTricksLeftColumn a:hover{
	color:#DF9961;
	text-decoration:none;
}


#TipsAndTricksLeftColumn h2{
	color:#b25e3c;
	font-size:20px;
}

#TipsAndTricksLeftColumn h2 a{
	color:#b25e3c;
	font-size:20px;
}

#TipsAndTricksRigtColumn{
	float:right;
	width:160px;
	margin:0 0 0 0;
}

ul.subNav {
	color:#b25e3c;
	margin:0 0 0 8px;
}
ul.subNav a {
	font-size:12px;
	color:#b25e3c;
	font-weight:bold;
	text-decoration:none;
	background: url("/media/380/bullet.png") no-repeat -13px 4px;
}
ul.subNav a:hover {
	color: #DF9961;
}
ul.subNav li {
	margin-bottom:4px;
list-style-image: url(/media/15843/orange_bullet.jpg)
}



/*
======================
CONTACT US FORM
======================
*/


table.contactForm {
	background-color:#f8fcf1;
	width:90%;
	margin-left:15px;
	margin-top:5px;

	border:1px solid #ccc;
}
table.contactForm td {
	padding:5px;
	vertical-align:top;
}

.notSeen {
	display:none;
}


/*
=======================
FORUM PAGE
=======================
*/

#forumContentWrap{
float:left;
width:950px;
margin:5px 0 0 0;
}

#forum{
float:left;
margin: 25px 0 0 0;

}

#headerFormLoginContainer{
	float:right;
	margin:10px 0 0 0;
	color:#000000;
}

#headerFormLoginContainer a{
	color:#000000;
	font-weight:bold;
}

#headerFormLoginContainer a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#forumPageTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:22px;
	color:#ffffff;
	float:left;
	font-weight:bold;
	text-shadow: #112341 0 1px 2px;
	letter-spacing:-1px;
	margin:15px 0 0 0;
}


/*
========================
FOOTER
========================
*/

#footer{
	clear:both;
	width:100%;
	float:left;
	background:url(/media/17097/footer_bg.jpg) #ffffff repeat-x;
}

#footer_content_wraper{
	margin:0px auto;
	width:925px;
}

#footer_content_container{
	margin:20px 0 0 0;
	width:924px;
	
}

#footerSocialMedia_Container{
	text-align:center;
	float:left;
	width:150px;
}

#footerRight_Container{
	float:right;
	width:640px;
}

.footerContact  {
	font-family:Verdana, Geneva, sans-serif;
	color:#ad5a3b;
	font-size:18px;
}

.footerCopyright  {
	font-family:Verdana, Geneva, sans-serif;
	color:#808080;
	font-size:14px;
}

.footerMenu  {
	font-family:Verdana, Geneva, sans-serif;
	color:#808080;
	font-size:12px;
	margin:0 0 0 20px;
}

.footerMenu  a{
	font-family:Verdana, Geneva, sans-serif;
	color:#808080;
	font-size:12px;
	text-decoration:underline;	
}

.footerMenu  a:hover{
	color:#e95a23;
	text-decoration:underline;	
}




/*
=====================
HOT TO BUY FORM
=====================
*/

legend{
	display: none;
}

fieldset{
	border: 0;
}

.formRequired{
	color:#900;
}

form.howToBuyForm{
	width:735px;
	background:#fcfcfc;
	border:1px solid #cdcdcd;
	padding:15px;
	margin:15px 0 0 10px;
}

label.howToBuyForm{
	font-family:Tahoma, Geneva, sans-serif;
	color:#5d5d5d;
	font-size:14px;
	border:none;
	padding:0px;
}

select.howToBuyForm{
	width: 315px;
	display: block;
	padding: 1px;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #636363;
	font-family:Tahoma, Geneva, sans-serif;
	height:24px;
	border:1px solid #d3d3d3;
	background:#eceaea;
}

input.howToBuyForm{
	width: 315px;
	display: block;
	padding: 1px;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #636363;
	font-family:Tahoma, Geneva, sans-serif;
	height:20px;
	border:1px solid #d3d3d3;
	background:#eceaea;
}

input.howToBuyForm:focus{
	font-size: 14px;
	font-family:Tahoma, Geneva, sans-serif;
	border:1px solid #d3d3d3;
	background:#f8f7f7;
	outline:none;
	color: #5d5d5d;
}

textarea.howToBuyForm{
	width: 315px;
	height:120px;
	display: block;
	padding: 1px;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #636363;
	font-family:Tahoma, Geneva, sans-serif;
	border:1px solid #d3d3d3;
	background:#eceaea;
}

.howToBuyForm_btn{
	width:68px;
	height:27px;
	margin:10px 0 0 0;
	cursor:pointer;
	background:url(/media/41297/form_submit_btn_up.png) no-repeat;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
	
}

.howToBuyForm_btn:hover{
	width:68px;
	height:27px;
	cursor:pointer;
	background:url(/media/41302/form_submit_btn_over.png);
	border:none;
}








/* 
============ RESOURCE SECTION ==============
*/


#breadCrumbContainer{
	width:900px;
	height:15px;
	font-size:12px;
	color:#7994ae;
	margin:8px 0 8px 5px;

}


#topBlockContainer{
	width:958px;
	height:377px;
	background:url(/media/44677/resource-top-block-bg.jpg) no-repeat;
}

#topBlockContainer .title{
	width:940px;
	padding:10px 0 0 0;
	text-align:center;
	color:#ffffff;
	font-size:32px;
	line-height:35px;
	font-weight:bold;
	text-shadow:0 1px 2px #762d0c;
}

#topBlockContainer .leftColumn{
	width:640px;
	height:265px;
	float:left;
	margin:55px 0 0 15px;
}

#topBlockContainer .video{
	float:left;
	height:270px;
}

#topBlockContainer .right{
	float:left;
	width:260px;
	margin: 0 0 0 10px;
}

#topBlockContainer .leftColumn .title a{
	font-size:24px;
	font-weight:bold;
	color:#b95122;
	text-shadow:none;
	text-decoration:none;
	float:left;
	padding:0;
	line-height:26px;
}

#topBlockContainer .leftColumn .author{
	font-size:11px;
	color:#685842;
	text-decoration:none;
	float:left;
	line-height:11px;
	clear:both;
}

#topBlockContainer .leftColumn .info{
	font-size:12px;
	color:#493c2c;
	float:left;
	line-height:14px;
	margin:10px 0 0 0;
}


#topBlockContainer .leftColumn .link a{
	font-size:14px;
	text-decoration:none;
	float:left;
	margin: 10px 0 0 0;
}


#topBlockContainer .rightColumn{
	width:270px;
	height:265px;
	float:left;
	margin:40px 0 0 20px;
	color:#493c2c;
}

#topBlockContainer .rightColumn .rightTitle{
	font-size:18px;
	font-weight:bold;
}



#resourceMainContent{
	width:958px;
	float:left;
	margin: 0 0 20px 0;
}

#resourceMainContent .leftColumn{
	width:741px;
	float:left;
}


#resourceMainContent .rightColumn{
	width:200px;
	float:left;
	margin:25px 0 0 17px;
}


.contentContainerBlock{
	width:741px;
	margin:25px 0 0 0;
	float:left;
}

.contentContainerBlock .top{
	float:left;
	width:741px;
	height:37px;
	background: url(/media/44672/content-block-top.jpg) no-repeat;
}

.contentContainerBlock .top .title{
	float:left;
	width:500px;
	height:30px;
	margin:5px 0 0 15px;
	color:#2b3741;
	font-size:18px;
	font-weight:bold;
	text-shadow:0 1px 0 #e3e2e2;
}

.contentContainerBlock .middle{
	float:left;
	width:741px;
	background: url(/media/44667/content-block-middle.jpg) repeat-y;
}

.contentContainerBlock .bottom{
	float:left;
	width:741px;
	height:24px;
	background: url(/media/44662/content-block-bottom.jpg) no-repeat;
}

.contentContainerBlock .bottom .link, .contentContainerBlock .bottom4thBlock .link{
	float:right;
	width:500px;
	height:15px;
	text-align:right;
	margin:4px 12px 0 0;
	color:#b95122;
}

.contentContainerBlock .bottom .link a, .contentContainerBlock .bottom4thBlock .link a {
	text-decoration:none;
	color:#b95122;
}

.contentContainerBlock .bottom .link a:hover, .contentContainerBlock .bottom4thBlock .link a:hover{
	text-decoration:underline;
	color:#b95122;
}

.contentContainerBlock .itemBlock{
	float:left;
	width:300px;
	height:100px;
	margin:0 0 0 45px;
}

.contentContainerBlock .itemBlock img{
	float:left;
}

.contentContainerBlock .itemBlock .right{
	float:left;
	width:150px;
	height:100px;
	margin:0 0 0 5px;
}

.contentContainerBlock .itemBlock .right .title a{
	font-size:14px;
	color:#b95122;
	text-decoration:none;
	font-weight:bold;
}

.contentContainerBlock .itemBlock .right .time{
	font-size:12px;
	color:#87766f;
}

.contentContainerBlock .itemBlock .right .info{
	font-size:12px;
	color:#493c2c;
}

.contentContainerBlock .rowTitle{
	width:700px;
	margin: 0 0 0 18px;
	padding: 0 0 2px 0;
	font-size:16px;
	color:#2b3741;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 1px solid #7d848a;
	-moz-box-shadow: 0 1px 0 #d9e2ea;
	-webkit-box-shadow: 0 1px 0 #d9e2ea;
	box-shadow: 0 1px 0 #d9e2ea;
}

.contentContainerBlock .itemBlockSmaller{
	float:left;
	width:200px;
	/*height:75px;*/
	margin:0 0 0 35px;
}

.contentContainerBlock .bottom4thBlock{
	float:left;
	width:741px;
	height:24px;
	background: url(/media/46750/content-4thblock-seperator.jpg) no-repeat;
}




































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
        line-height:24px;
	color:#5e5e5e;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow: #ffffff 0 1px 0;
}

.redfont {
color:red;
text-decoration: underline;
}


