/* Begin Typography & Colors */
body {
	font-size: 90%;
	/* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	color: Black;
	text-align: center;
}

a {
	color: orange;
	text-decoration: none;
}

a:hover  {
	color: red;
	text-decoration: underline;
}

#page {
	background-color: white;
	border: 1px solid #CC0000;
	text-align: left;
}

#header {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-align: right;



	
}

#content {
	font-size: 1.2em
	}

.smallfont {
	font-size: 80%;
	}
.nopag {
	padding:0px;
	margin:0px;
	}

#footer {
	background-color: White;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
	}

	

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	background-color: #CC0000;
	/*margin: 0 0 0 0; top right bottom left*/	
	}

#page {
	background-color: #FFFFFF;
	margin-top: 0px; auto
	margin-right: 10%;
	margin-left:  10%;
	padding: 0;
	width: 900px;
}
#leftnav {
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: -20px;
	height: 600px;
}

#maincontent {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;


	}
	
#header {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 134px;

	}

#headerimg  { background-image: url("http://www.attractclientswithease.com/images/SBthrivingbizheader.gif"); background-repeat: no-repeat; background-position: left top; margin: 0; padding-top: 0px; padding-right: 0px; width: 100%; height: 134px }
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	height: 71px;
	background-image: url;
	background-repeat : no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	

#nav-menu a
{
padding-right: 10px;
color: #ffffff;
text-decoration: none;
}
#nav-menu a.home
{
color: #000000;
text-decoration: none;
}

#nav-menu a:hover
{
color: #000000;
text-decoration: none;
}

#nav-menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;


}
/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	color: #cc3333;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/
.box {
	background-color: #FF9900;
	text-align: center;
	padding: 5px;
	width: 100%;
}
#leftcol {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF9900;
	padding-top: 20px;

}
.tablecontent {
	padding-top: 10px;
	padding-bottom: 10px;
}
.yellowback {
	background-color: #de5900;
	display: block;
	padding: 10px;
	color: #FFFFFF;
}
.orangeback {
	background-color: orange;
	display: block;
	padding: 10px;
	color: #FFFFFF;

}
.yellowback {
	background-color: #FED801;
	display: block;
	padding: 10px;
	color: #000000;

}

.redback {
	background-color: #c70000;
	display: block;
	padding: 10px;
	color: #FFFFFF;
}
img.padded { margin-left: 5px; margin-right: 5px;}.productTitle {
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
}
.productTable {
	font-size: 80%;
}
.strikeout {
	text-decoration: line-through;
}
