/*
Theme Name: WPFanPro
Theme URL: http://www.wpfanpro.com
Description: Wordpress theme for Facebook fanpages
Version: 3.1.5
Author: Rapid Crush, Inc.
Tags: facebook fanpages, squeeze pages, products, reveal pages
*/
/* CSS Document */
/* general style start here */
@charset "utf-8";
/* CSS Document */
/*------------------------- GENERAL START --------------------------*/
body {
	margin:auto;
	padding:0;
	color:#000;
	font:normal 14px/18px Arial, Helvetica, sans-serif;
	line-height: 19px;
	background-color:inherit;
	width:790px;
}
p, a, img, ul, h1, h2, h3, h4, h5, h6, form, select, textarea {
	margin:0;
	padding:0px 0px 12px 0px;
}
img {
	border:none;
}
input, select {	
	text-decoration:none;
}
.spacer{
	width:auto;
	line-height:0;
	font-size:0;
}
/*---------GENERAL MISLENIOUS START-----*/
.floatleft, .alignleft{
	float:left;
	width:auto;
}
.floatright, .alignright{
	float:right;
	width:auto;
}
p.padbot{
	padding-bottom:20px;
}
.botpad{
	margin-bottom:10px;
}
p.spacing{
	padding:5px 0 20px;
}
.top_pad{
	padding-top:15px;
}
a.read_more{	
	background:url(images/read-more.png) no-repeat 0 0;
	width:77px;
	height:19px;
	text-indent:-5000px;
	display:block;
}
a.read_more:hover{
	background-position:bottom;
}
a{
	text-decoration:underline;
	outline:none;
	color:#000099;
	background-color:inherit;
}
a:hover{	
	color:#000;
	background-color:inherit;
	text-decoration:none;
}
ul li{
	padding-left:5px;
	display:inline;
}
h1{
	font:bold 24px Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	padding-bottom:10px;
}
h2{
	font:bold 28px/33px Tahoma, Arial, Helvetica, sans-serif;
	color:#990000;
	background-color:inherit;
	padding-bottom:10px;
}
h3{
	font:bold 20px/24px Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	padding-bottom:10px;
}
h3 a:link {text-decoration:none;}  
h3 a:hover {text-decoration:underline;}
h4{
	font:bold 18px/22px Tahoma, Arial, Helvetica, sans-serif;
	color:#990000;
	background-color:inherit;
	padding-bottom:10px;
}
h5{
	font:bold 16px/20px Tahoma, Arial, Helvetica, sans-serif;
	color:inhereit;
	background-color:inherit;
	padding-bottom:10px;
}
.nodevider{
	background-image:none !important;
	border:0 !important;}
	
	.center{
	text-align:center;
	margin:0 auto;
	width:auto;
	display:block;
}
	.aligncenter {
	text-align:center;
	margin:0 auto;
	width:auto;
	display:block;
}
/*---------GENERAL MISLENIOUS END-------*/
/*------------------------- GENERAL END --------------------------*/
/*----------------------------------------------------MAIN CONTANER START---------------------------------------------------*/
#maincontaner{
	width:810px;
	margin:0 auto;
	position:relative;
}
/*-------------------------TOP PANEL START------------------------*/
.toppanel img.alignright {float:right; margin:0 0 0 1em}
/*-------------------------TOP PANEL END------------------------*/
/*---------------------NAVIGATION PANEL START------------------*/
.navigation{
	width:810px;
	height:35px;
	 -moz-border-radius-topleft:3px !important;
	 -moz-border-radius-topright:3px !important;	 
    -webkit-border-top-left-radius:3px !important;
    -webkit-border-top-right-radius:3px !important;	
    -khtml-border-radius-topleft:3px !important;
	-khtml-border-radius-topright:3px !important;	
	border-top-left-radius:3px 3px; !important
    border-top-right-radius:3px 3px !important;
    display:inline-table;
}
.navigation ul{
	font-size:14px;
	color:#a1bed2;
	background-color:inherit;	
	text-transform:uppercase;
	text-decoration:none;
	cursor: pointer;
	padding-left:12px;
}
.navigation ul li{
	width:auto;
	float:left;
	padding:4px 4px 0 0;
	margin:0;
}
.navigation ul li a{
	text-transform:uppercase;
	text-decoration:none;
	position: relative;
	cursor: pointer;
	padding:9px 12px;
	width:auto;
	display:block;
}
#menu ul.nav li a:hover, #menu ul.nav li.current_page_item a{
	width:auto;
	display:block;
	 -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
	border-radius:4px;
}#menu-hi li a:hover, #menu-hi li.current_page_item a{
	width:auto;
	display:block;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-khtml-border-radius:0px !important;
	border-radius:0px !important;
}
ul.children li.current_page_item a {
background-color:none !important;
}/*--------------------NAVIGATION PANEL END-------------------*/	
/*-------------------BOTTOM PANEL START----------------------*/
.bottom_panel{
	min-height:15px;
	width:790px;
}
/*-------------------BOTTOM PANEL END----------------------*/
/*-------------------BODY PANEL START----------------------*/
.body_panel{
	/*width:488px;
	padding:15px;*/
	padding:20px;
	overflow:hidden;
	height:100%;
}
.body_panel p{
	padding-bottom:16px;
	line-height:18px;
}
.body_panel img.alignleft{
	width:auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.body_panel img.alignright{
	width:auto;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
/*-------------------BODY PANEL END----------------------*/
/*------------------FOOTER START-------------------------*/
.footer_panel{
	width:520px;
	height:auto;
	padding-top:10px;
overflow:hidden;
}/*------------------FOOTER END-------------------------*/
/*----------------------------------------------------MAIN CONTANER END---------------------------------------------------*/
 /*--------------------------------------------------INNER PAGE START----------------------------------------------*/
 .product_info{
	 width:230px;
	 float:left;
	 padding:0 7px 5px 7px;
	 min-height:410px;
	 position:relative;
}
.product_info img.alignleft{
	width:auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.product_info img.alignright{
	width:auto;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#postcomment{
clear:both;
}
.product_info p{
	padding-bottom:15px;
}
.product_info p span{
	width:auto;
	display:block;
	color:#000;
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
}
.product_info a img:hover{
	opacity:0.80;
}
.product_info_3{
	 width:235px;
	 float:left;
	 padding:0 7px 5px 7px;
	 min-height:380px;
	 position:relative;
}
.product_info_3 img.alignleft{
	width:auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.product_info_3 img.alignright{
	width:auto;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.product_info_3 p{
	padding-bottom:15px;
}
.product_info_3 p span{
	width:auto;
	display:block;
	color:#000;
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
}
.product_info_3 a img:hover{
	opacity:0.80;
}
 /*--------------------------------------------------INNER PAGE END----------------------------------------------*/
/*--------------------------------------------------SQUIZE PAGE START----------------------------------------------*/ 
.squize{
	background:url(images/squize-pic1.png) no-repeat 0 0;
	width:470px;
	height:141px;
	display:block;
	margin-bottom:25px;
	padding:42px 0 0 25px;
}
.squize p{
	width:495px;
	font:normal 28px/32px impact;
	color:#000;
	background-color:inherit;
	text-align:center;
}
.squize_page ul li{
	display:list-item;
}
.squize_page2 ul li{
	display:list-item;
}
.squize_page3 ul li{
	display:list-item;
}
.squize_page4 ul li{
	display:list-item;
}
.leftbody{
	float:left;
}
ul.arrow{
	width:auto;
	float:left;
}
ul.arrow li{
	background:url(images/arrow1.png) no-repeat 8px 0;
	padding-left:45px;
	padding-bottom:15px;
}	
.rightbody{
	width:30%;
	float:right;
}

h1.red{
	color:#990000 !important;
	font:normal 32px/36px impact;
	background-color:inherit;
	text-align:center;
	margin-bottom:10px;
	letter-spacing:0.3px;
}
embed{
	width:172px;
	height:124px;
}

div.warning{
	background:url(images/warning.png) no-repeat 0 0;
	height:86px;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	padding:22px 0px 0px 0px;
	text-align:center;
	margin-left: 30px;
}
div.warningtxt{
	margin: 0 50px 0 290px;
	text-align:center;
}

/*--------------------------------------------------SQUIZE PAGE END----------------------------------------------*/
#navbar {
   }
 
#navbar li {
  position:relative;
 
}
 
#navbar li a:hover {
}
 
#navbar li a {
 }
 
#navbar li ul {
  display: none;
 }
 
#navbar li:hover ul, #navbar li.hover ul {
  display: block;
  position: absolute;
  margin: 0;
  padding:7px 12px;
  top:35px;
  width:120px;
  text-transform:none;
   }
#navbar li:hover li, #navbar li.hover li {
	padding:0 0 0 0px !important;
	text-align:left;
	margin:0 !important;
	height:auto;
	text-transform:none;
}
#navbar li:hover li a, #navbar li.hover li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	background-color:inherit;
	padding:5px 5px 5px 5px;
	margin:0;
	width:110px;
	text-transform:uppercase !important;
   }
#navbar li li a:hover {
	color:#000 !important;
	background-color:inherit;	
	 -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
}
 .children{
	position:relative;
	padding:5px 15px;
	color:#000;
	z-index:100;
}
ul.children li a:hover {
}
div.body_panel blockquote {
  font: 16px/20px italic Times, serif;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px 20px 20px 20px;
  background-image: url(images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  cursor:pointer;
  }
  div.body_panel blockquote p {
     display: block;
     background-image: url(images/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
	 font-family:"Times New Roman", Times, serif;
   }
/*------------------------------------------FOOTER END-----------------------------------------------*/
 /************************************************************** Comments section****************************************************************** */
	#reply-box{
	background-color: #fff;
	border-top: 1px solid #cccccc;
	overflow:hidden;
	clear:both !important;
	height:100%;
	text-align:left !important;
}
#from-area{
	font-size:14px;
	color: #000;
	text-decoration: none;
	padding-left: 11px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif !important;
}
#reply-box-middle{
	padding-top: 8px;
	padding-bottom: 8px;
	}
#response{
	float: left;
	width: 450px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
}
#name {
	float: left;
	width: 430px;
	padding: 5px 0 0 0;
	font-size: 11px;
	text-align:left !important;
}
#name-up {
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	text-align:left !important;
	overflow:hidden;
	height:100%;
}
.reply{
	border: 1px solid #2d3712;
	text-align:left !important;
}
#email {
	float: left;
	width: 430px;
	padding: 5px 0 0 0;
	font-size: 11px;
	text-align:left !important;
}
#email-up {
	float: left;
	width: 432px;
	text-align:left !important;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	clear:both;
}
#comments {
	text-align:left !important;
	float: left;
	width: 469px !important;
	font-size: 11px;
	color: #000 !important;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
#comments-up {
	text-align:left !important;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	color:#000;
	background-color:inherit;
	clear:both;
	}
#submit {
    float: left;
    width: 92px;
    margin-top: 15px;
    margin-right: 0;
	margin-left: 10px;
    margin-bottom: 0;
	clear:both;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
}
.reply{
	border: 1px solid #abadb3;
	width: 469px;
	height:120px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-top: 10px;
}
.reply_2{
	border: 1px solid #abadb3;
	width: 200px;
	height: 17px;
	padding: 2px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.reply_3{
	border: 1px solid #abadb3;
	width: 200px;
	height: 17px;
	padding: 2px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#url {
	float: left;
	width: 300px;
	padding: 5px 0 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4745;
}
#url-up {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow:hidden;
	height:100%;
}
#reply-box-total a{
	color:#0a3869;
	text-decoration:none;
}
#reply-box-total a:hover{
	color:#990000;
	text-decoration:none;
}
#reply-box-middle a{
	color:#996600;
	text-decoration:none;
}
#reply-box-middle a:hover{
	color:##4f4745;
	text-decoration:none;
}
#reply-box-header a{
	color:#000;
	text-decoration:none;
}
#reply-box-header a:hover{
	color:#996600;
	text-decoration:none;
}
#response a{
	color:#000;
	text-decoration:none;
}
#response a:hover{
	color:#4f4745;
	text-decoration:none;
}
#post-1 {
	background-color: #fff;
	margin-bottom: 15px;
	overflow:hidden;
	height:100%;
	clear:both !important;
}
.alt{
	padding:0 0 5px 12px;
}
#commentsarea ol {
	list-style:none;
	border:1px solid #ccc;
	margin:8px 0 8px;
	padding:0;
}
#commentsarea li {
	list-style-position:inside;
	padding:6px 4px !important;
	margin:0 0 16px !important;
	background:#fff;
	font-size:13px;
	line-height:16px;
	overflow:hidden;
	}
#commentsarea li p {
	margin:0 5px 3px;
	line-height:16px;
	padding:0;
	}			
#commentsarea li.alt {
	background:#fff;
	}
#commentsarea li a {
	color:#000;
	background-color:inherit;					
	}
.response1{
	background-color:#fff;
	color:#000;
	width:580px;
	margin:10px auto 0 auto;
}
.response1 p.says{	
}
.response1 p.says span{
	font-style:normal !important;
	font-weight:bold;	
}
.response1 p.says a{
	color:#000;
	background-color:inherit;
	font-size:12px !important;
}
.response1 p.date{
	padding:0 0 5px 0;
}
.response1 p.date a{
	color:#000;
	background-color:inherit;
	font-size:11px;
	line-height:16px;
}
.response1 p.says a:hover{
	text-decoration:underline;
}
.responseContent{
	overflow:hidden;
	height:100%;
	border-bottom:1px solid #cccccc;
	padding:10px 5px 10px 5px;
	margin-bottom:10px;
}
.response1 p{
	text-align:justify;
}
#reply-box h3{	
	padding:0 0 5px 0;
	color:#066499;
	font:normal 16px/20px Arial, Helvetica, sans-serif;
	background-color:inherit;
	padding:4px 0 0 10px;
}
#reply-box-header{
	color:#066499;
	text-align:left !important;
	text-decoration: none;
	padding-left: 11px;
	padding-top: 10px;
	font:normal 16px/20px Arial, Helvetica, sans-serif;
}
label.previewLabel{
	margin-bottom:5px !important;
}


div.footer_panel div#menu ul.nav li a:hover{
background:none;
width:auto;
}/*-----------------------------------------------*/
div.squize_page ul{
    width:auto;
	padding-left: 15px;
}.af-header{
    background-image:none;
    background-color:#fff;
    font-size:0;
    line-height:0t;
    /*display:none;*/
}
#af-form-59760662{background-color:#fff;border-color:#CFCFCF;border-width:1px;border-style:none;}
div.af-body input[type=text]{
    background:url(images/textbox.png) no-repeat 0 0 
    width:208px 
    height:25px 
    border:0 
    padding:8px 5px 13px 
    margin-bottom:10px;
    line-height:16px
}   
div.af-textWrap{
    padding-bottom:0;
    margin:0;
    height:100%;
}   
.af-body{padding-bottom:15px;padding-top:0;background-repeat:repeat-x;background-position:inherit;background-image:none;color:inherit;font-size:11px;font-family:Verdana, sans-serif;}
.af-element{
    padding:0 ;}
.topPost
{	border-bottom:1px solid #ccc;
	padding:3px;
}.otherPosts
{	border-bottom:1px solid #ccc;
	padding:3px;
}.smalltitlefont
{	font-size:16px;
}
.body_panel ul {margin:0px 9px 5px 20px;padding-top:5px;font:inherit;color:inherit;}
.body_panel ol {margin:0px 9px 5px 0px;padding-top:5px;font:inherit;padding-left: 20px;color:inherit;}
.body_panel ul li {display: list-item; margin-bottom:8px;margin-right:35px;margin-left:25px;padding-left: 8px;text-align:left;line-height:16px;color:inherit;}
.body_panel ol li {margin-bottom:8px;margin-right:35px;margin-left:25px;padding-left: 8px;text-align:left;font-size:13px; line-height:16px;}	
/* Images */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right;padding-left: 10px;}
.alignleft {float:left;padding-right: 10px;}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {max-width: 96%;}
.wp-caption img {display: block;margin: 0 auto;max-width: 98%;}
.wp-caption .wp-caption-text, .gallery-caption { font-size: 12px;}
.wp-caption .wp-caption-text {margin-bottom: 0.6em;position: relative;text-align: center;}


/* 3-Col Product Page */

#maincontaner_3Col{
	width:790px;
	margin:0 auto;
	position:relative;
}
.navigation_3Col{
	width:790px;
	height:35px;
	 -moz-border-radius-topleft:3px !important;
	 -moz-border-radius-topright:3px !important;	 
    -webkit-border-top-left-radius:3px !important;
    -webkit-border-top-right-radius:3px !important;	
    -khtml-border-radius-topleft:3px !important;
	-khtml-border-radius-topright:3px !important;	
	border-top-left-radius:3px 3px; !important
    border-top-right-radius:3px 3px !important;
	display: inline-table;
}
.navigation_3Col ul{
	font-size:14px;
	color:#a1bed2;
	background-color:inherit;	
	text-transform:uppercase;
	text-decoration:none;
	cursor: pointer;
	padding-left:12px;
}
.navigation_3Col ul li{
	width:auto;
	float:left;
	padding:4px 4px 0 0;
	margin:0;
}
.navigation_3Col ul li a{
	text-transform:uppercase;
	text-decoration:none;
	position: relative;
	cursor: pointer;
	padding:8px 12px;
	width:auto;
	display:block;
}
.bottom_panel_3Col{
	height:20px;
	width:790px;
	margin:auto !important;
	text-align:center !important;
}
.body_panel_3Col{
	/*width:778px;*/
	/*padding:15px;*/
	width:748px;
	padding:30px 10px 30px 30px;
	overflow:hidden;
	height:100%;
}
.footer_panel_3Col{
	width:790px;
	height:auto;
	padding-top:10px;
	overflow:hidden;
}
#footertable_3Col{
	 width: 790px !important;
}
.body_panel p span{
	color:#666;
	background-color:inherit;
}
.body_panel_3Col p span{
	color:#666;
	background-color:inherit;
}
.squize_page p span{
	color:#666;
	background-color:inherit;
}
.bottom_panel p{
	padding:0px;
}
.alignleft {
	float:left;
}
div.form3{
	padding-top:10px;	
	width: 350px;
	margin:0 auto;
    padding-left: 25px;
}
.body_panel_3Col ul {
    color: inherit;
    font: inherit;
    margin: 0 9px 5px 20px;
    padding-top: 5px;
	list-style-position: inside;
	list-style-type:disc;
}
.body_panel_3Col ul li{
    color: inherit;
    display: list-item;
    line-height: 16px;
    margin-bottom: 8px;
    padding-left: 8px;
    text-align: left;
}