@charset "utf-8";
/* CSS Document */

a {
	color: #fff;
	}

h1 {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: normal;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	

}

h2 {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: normal;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	padding-top: 0;
	margin-top: 0;
	

}


h3 {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: normal;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-top: 0;
	margin-top: 0;
	

}


h4 {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: normal;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding-top: 0;
	margin-top: 0;
	

}

p {
     font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 0;


}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	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 */
	
}

#top-container {
	width: 825px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(images/top-container2.png);
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#container {
	width: 825px;  /* 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: 0px solid #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;
	padding-left: 0px;
} 

#header {
	background-color: #000000;
	height: 60px;
	width: 825px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

#logo {
	float: left;
	height: 53px;
	width: 436px;
	margin-top: 3px;



} 

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px;
	margin-right: 10px;
	background-color: #F7F7F7;
}
#sidebar1 p {
font-size: 12;
font-weight: normal;
color:#333;
}

#affiliatebox {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/affilatebox.png);
	background-repeat: no-repeat;
	height: 158px;
	margin-bottom: 20px;
	margin-right: 10px;	
}

#tesitimonial-text {
	padding-left: 10px;
	width: 170px;


}
#mainContent {
	margin-top: 10;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#mainContent-top {
	background-image: url(images/top-promo.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 594px;
	margin-left: 10px;
	margin-bottom: 20px;
} 

#mainContent-text {
	height: 160px;
	width: 310px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;

}

#watchvideo-button {
	height: 60px;
	width: 269px;
	float: right;
	margin-top: 33px;
	margin-right: 10px;

}

#mainContent-middle {
	background-image: url(images/middle-promo.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 589px;
	margin-top: 10px;
	padding-top: 13px;
	padding-right: 5px;
	margin-left: 10px;
} 

#mainContent-middletext {
	height: 50px;
	width: 577px;
	float: none;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 0px;
	margin-top: 0px;

}


#mainContent-middletext-table {
	height: 170px;
	width: 559px;
	float: none;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 5px;
	margin-right: 13px;
	margin-bottom: 13px;
	margin-left: 13px;

}

#mainContent-support {
	background-image: url(images/Wordpress-Review-Theme-contact.png);
	background-repeat: no-repeat;
	height: 186px;
	width: 594px;
	margin-left: 10px;
	margin-bottom: 20px;
} 

#mainContent-support p {
	font-size:14px;
	font-weight: normal;
	color:#000000;
} 

#feature {
	width: 594px;
	margin-left: 10px;
}

#feature-top {
	background-image: url(images/feature-top.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 594px;
}

#feature-bg {
	background-image: url(images/feature-bg.png);
	background-repeat: repeat-y;
	width: 574px;
	padding-right: 10px;
	padding-left: 10px;
}

#feature-bottom {
	background-image: url(images/feature-bottom.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 594px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 68px;
	width: 825px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #333333;
} 

#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 */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Start Top Navigation */
#menu {
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #cdd4be;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #cdd4be;
	letter-spacing: 0.02em;
	position: relative;
	width: 369px;
	background-repeat: no-repeat;
	margin-top: 20px;
	float: left;
	}

#menu ul { 
	list-style: none; 
	margin: 0px; 
	width: 1000px;
	}

#menu ul li { 
	float: left;  
	}

#menu ul li span a { 
	font-size: 14px; 
	background-position: right center;  
	text-decoration: none; 
	display: block; 
	float: left; 
	padding: 7px 13px 9px 13px; 
	}

#menu ul li a { 
	font-size: 14px; 
	color: #484848;  
	text-decoration: none; 
	display: block; 
	float: left; 
	}

#menu ul li a:hover { 
	font-size: 14px; 
	color: #FD8426;  
	text-decoration: none; 
	display: block; 
	float: left; 
	}

#menu .selected { 
	font-size: 14px; 
	color: #FD8426;
	font-weight: bold;  
	text-decoration: none; 
	display: block; 
	float: left; 
	}

/* End Top Navigation */

#download-button {
	height: 40px;
	width: 120px;
	float: right;
	margin-top: 25px;
	margin-right: 5px;



}

#footerform {
	height: 50px;
	width: 325px;
	float: right;
	padding-top: 17px;
	margin-right: 25px;
}

#popover{
	background-image: url(images/popover.gif);
	height: 300px;
	width: 500px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -60px;
	margin-left: 0px;
}


#media {
heigh: 299px;
width: 520px;
background-color:#fff;
padding-left: 50px;
padding-top: 10px;

margin-top:10px;

}
