/*  

Theme Name: IMWB Sales Page Theme Right Sidebar

Author URI: http://corymiller.com

Version: 1

Author: Cory Miller

Description: IMWB Sales Page 2 Column is a clean blue, grey and white theme designed for blog content and sharp simplicity with a left sidebar.

The CSS, XHTML and design is released under GPL: 

http://www.opensource.org/licenses/gpl-license.php

*/





body {
	background: #E0E0E0;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #2397E9;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#container { 
	background: #ffffff;
	width: 781px;
	text-align: left; 
	margin: 20px auto 20px auto; 
	border: 1px solid #cccccc;
	overflow: hidden;
}

* html #header{ width: 860px; padding: 0px;}

/* -----HEADER----- */
#header {
	background: #2397E9;
	padding: 0px;
	text-align: left;
	}	

#header h2 {
	color: #ffffff;
	background: transparent;
	font-size: 30px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
}

#header h2 a {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}


#header h2 a:hover {
	color: #006699;
	text-decoration: none;
}


#header h3 {
	color: #ffffff;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-indent: 5px; 
	margin: 0px;
}

/* -----MENU----- */

#menu { 
	background: #666;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}

#menu img{
	border: none;
}

#menu h2 {
	color: #ffffff;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 4px;
}
	
#menu ul li a {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	padding: 8px 15px 8px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #ffffff;
	background: #2397E9;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
}

/* -----CONTENT----- */

* html #content { width: 480px; }

#content { 
	display: block;
	background: #ffffff;
	width: 499px; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	float: left; 
	position:relative;
	padding: 0px 0px 15px 0px;
}

#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
}
	
#content p img{
	border: none;
	padding: 0px 10px 10px 0px;
}

#content h1 {
	color: #333333;
	font-size: 20px;	
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 120%;
	font-variant: normal;
}

#content h1 a  {
	color: #333333;
	font-size: 20px;	
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	text-decoration: none;
}

#content h1 a:hover {
	color: #2397E9;
	background: none;
	text-decoration: underline;
}

#content h2 {
	color: #333333;
	font-size: 18px;	
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
}

#content h2 a  {
	color: #333333;
	text-decoration: none;
}


#content h2 a:hover {
	color: #2397E9;
	background: none;
	text-decoration: underline;
}


#content h3 {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
}

#content h3 a  {
	color: #333333;
	text-decoration: none;
}


#content h3 a:hover {
	color: #2397E9;
	background: #ffffff;
	text-decoration: underline;
}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
}

#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content li {
	margin: 0px;
	padding: 0px;
}

#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}

#content ul li a {
	color: #666666;
	text-decoration: underline;
}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#content blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
}

	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}


#content_sales { 
	display: block;
	background: #ffffff;
	width: 776px; 
	margin: 20px;
	position:relative;
	padding: 20px;
	border: 2px solid #ccc;
}

#content_sales p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
}

	
#content_sales p img{
	border: none;
	padding: 0px 10px 10px 0px;
}

#content_sales h1 {
	color: #006699;
	font-size: 28px;	
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 120%;
	font-variant: normal;
	text-align: center;
}

#content_sales h1 a  {
	color: #006699;
	text-decoration: none;
}

#content_sales h1 a:hover {
	color: #000;
	background: none;
	text-decoration: underline;
}

#content_sales h2 {
	color: #006699;
	font-size: 24px;	
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	text-align: center;
	padding: 10px 0px;
}

#content_sales h2 a  {
	color: #006699;
	text-decoration: none;
}

#content_sales h2 a:hover {
	color: #2397E9;
	background: none;
	text-decoration: underline;
}

#content_sales h3 {
	color: #006699;
	font-size: 18px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	text-align: center;
	padding: 10px 0px;
}

#content_sales h3 a  {
	color: #006699;
	text-decoration: none;
}

#content_sales h3 a:hover {
	color: #2397E9;
	background: #ffffff;
	text-decoration: underline;
}

#content_sales ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
}

#content_sales ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content_sales li {
	margin: 0px;
	padding: 0px;
}

#content_sales ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}

	
#content_sales ul li a {
	color: #666666;
	text-decoration: underline;
}


#content_sales ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#content_sales blockquote {
	margin: 10px 40px 10px 40px;
	padding: 20px;
	background: #DBE9F0;
	border: 3px solid #000;
	border-style:dashed;
	font-style: normal;
	color: #000;
}

/* -----SALESTWO----- */

#salestwo {
	display: block;
	background: #ffffff;
	width: 776px; 
	margin: 20px;
	position:relative;
	padding: 20px;
	border: 2px solid #ccc;
}

#salestwo h1, #salestwo h1 a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000080;
	text-decoration: none;
	text-align: center;
	border: none;
}

#salestwo h2, #salestwo h2 a { /* This style used as header in the sidebars */
	background: #fff;
	font-size: 23px;
	color: #BA0000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	text-align: center;
}

#salestwo h3, #salestwo h3 a { /* This style used as the post titles on homepage/archive */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#salestwo h4, #salestwo h4 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #BA0000;
	text-decoration: none;
	text-align: center;
}

#salestwo h5, #salestwo h5 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #BA0000;
	text-decoration: none;
	text-align: center;
}

#salestwo h6, #salestwo h6 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #BA0000;
	text-decoration: none;
	text-align: center;
}

#salestwo blockquote {
	margin: 10px 40px 10px 40px;
	padding: 20px;
	background: #ffff99;
	border: 1px solid #999;
}

#salestwo ul {
	padding: 0px 0px 10px 0px;
}

#salestwo ul li {
	padding: 0px 0px 10px 20px;
	background: url(images/arrow.gif) no-repeat;
	list-style-type: none;
}

/* -----SALESTHREE----- */

#headersalesthree {
	display: block;
	position:relative;
	margin: 25px auto 0px auto;
	text-align: center;
}

#salesthree {
	display: block;
	background: #ffffff;
	width: 740px; 
	position:relative;
	padding: 20px;
	border: 1px solid #000;
	margin: 0 auto 5px auto; 
	font-size: 16px;
}

#salesthree h1, #salesthree h1 a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000080;
	text-decoration: none;
	text-align: center;
	border: none;
	display: none;
}

#salesthree h2, #salesthree h2 a { /* This style used as header in the sidebars */
	background: #fff;
	font-size: 26px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 26px;
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	text-align: center;
}

#salesthree h3, #salesthree h3 a { /* This style used as the post titles on homepage/archive */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#salesthree h4, #salesthree h4 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 10px 0px 5px 0px;
	line-height: 26px;
	margin: 0px;
	margin-bottom: 15px;
	color: #000;
	text-decoration: none;
	text-align: left;
}

#salesthree h5, #salesthree h5 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	margin-bottom: 15px;
	color: #000;
	text-decoration: none;
	text-align: left;
}
#salesthree h6, #salesthree h6 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: #BA0000;
	text-decoration: none;
	text-align: center;
}
#salesthree blockquote {
	margin: 10px 40px 10px 40px;
	padding: 20px;
}

#salesthree ul,ol {
	padding: 0px 0px 10px 0px;
	margin-left: 95px;
	margin-right: 60px;
}

#salesthree ul.indent {
	margin-left: 220px;
}

#salesthree ul li,ol li {
	padding: 0px 0px 10px 5px;
}

#salesthree ul.checkbox {
	list-style-image:url('images/checkbox.jpg');
}

#salesthree ul.arrow {
	list-style-image:url('images/arrow.jpg');
}
#salesthree ul.indent {
	margin-left: 260px;
}

#salesthree p {
	margin-bottom: 18px;
	line-height: 22px;
}

img {
	border: 1px solid #000;
}

#salesthree .noborder {
	border: 0px;
}

#salesthree .alignleft {
	float: left;
}

#salesthree .alignright {
	float: right;
}

#salesthree .blue {
	color: #003366;
}

#salesthree .red {
	color: #750000;
}

#salesthree .darkblue {
	color: #003366;
}

#salesthree .center {
	text-align: center;
}

#salesthree .aaplayer {
	margin: 30px;
}

#salesthree .lineheight2 {
	line-height: 32px;
}

#salesthree .bold {
	font-weight: bold;
}

#salesthree .highlight {
	background-color: #FFFF00;
}

#salesthree .small {
	font-size: 12px;
}


/* -----SIDEBAR----- */

#sidebar { 
	display: block;
	color: #000000;
	width: 160px;
	float: right; 
	position:relative;
	margin: 20px 20px 20px 20px;
	padding: 20px 30px 20px 30px;
	text-align: left;
	border: 1px solid #cccccc;
}

* html #sidebar { margin: 20px 20px 20px 10px; }

#sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
}

#sidebar h2 {
	color: #333333;
	font-size: 15px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 6px 0px;
}

#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
}

#sidebar ul li a {
	color: #2397E9;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar ul li a:hover {
	color: #000000;
	text-decoration: none;
}

#sidebar ul li ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 10px;
}

/* -----FOOTER----- */

#footer { 
	color: #ffffff;
	background: #666666;
	font-weight: bold;
	padding: 10px;
	height: 40px;
	text-align: center;
	clear: both;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 #post-11 {
	display: none;
}

/* -----FOOTERMENU----- */

#footermenu {
	border: 1px solid #000;
	color: #ffffff;
	background: #666666;
	text-align: center;
	margin: 0px auto 25px auto;
	padding: 5px 0;
	width: 780px;
}

#footermenu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px;
}

#footermenu ul {
	margin: 0px 0px 5px 0px;
	padding: 4px;
	text-align: center;
}

#footermenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#footermenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#video {
	float: left;
	width: 490px;
}


#emailbox { 
	float: left;
	width: 249px;
border:0;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 739px;
height:390px;
}

#container2 {
width: 739px;
border:0;
}