@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	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 */
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 2px;
	height: 100%;
}
.twoColFixLtHdr #mainContent {
	margin: 285; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: -15px;
} 
.twoColFixLtHdr #mainContentwide {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(images/bgftr_12.jpg);
} 
.bgblue {
	background-image: url(images/bgmaintextblue_05.jpg);
	background-repeat: repeat;
}
.bgforms {
	background-image: url(images/bgforms.jpg);
	background-repeat: repeat;
}
.bgmktools {
	background-image: url(images/bgforms.jpg);
	background-repeat: repeat;
}



.twoColFixLtHdr #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;
}
.maintext {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
}
.maintextgrey {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 80%;
}
.text-small {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 75%;
}
.whitetext {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 80%;
}
.whitetextlg {
	font: 105% Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 105%;
	font-weight:bold;
}
.greytext {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #dddddd;
	font-size: 80%;
}
.darktextreg {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 80%;
	font-weight:bold;
}
.darktextmed {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	font-weight: ;
}
.darktextlarge {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 105%;
	font-weight: ;
}

.darktextlarger {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 120%;
	font-weight: ;
}
.bluetextsm {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #0099cc;
	font-size: 60%;
	font-weight:;
}
.bluetext {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #0099cc;
	font-size: 80%;
}
.bluetextside {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #0099cc;
	font-size: 85%;
	font-weight:bold;
}
.bluetextmed {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #0099cc;
	font-size: 100%;
	font-weight: bold;
}
.bluetextlarge {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #0099cc;
	font-size: 110%;
	font-weight: bold;
}
.bluetextlarger {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #0099cc;
	font-size: 115%;
	font-weight: bold;
}
.bluetextlarge2 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #0099cc;
	font-size: 135%;
	font-weight: bold;
}
.redtextlarge2 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 130%;
	font-weight: bold;
}
a:link {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #155EA3;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #155EA3;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #20A3D9;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #155EA3;
	text-decoration: underline;
}

#side-menu ul
{
	list-style: none;
	padding: 00px 0px 0 5px;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #0f0;
} 
#side-menu li {
	display : block;
	float : left;
	width : 165px;
	border-bottom: 1px solid #0f0;
}

.side-menua:link {
	font-family: Tahoma;
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #eee;
	text-decoration: underline;
}
.side-menua:active {
	font-family: Tahoma;
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #eee;
	text-decoration: underline;
}
.side-menua:hover {
	font-family: Tahoma;
	font-size: 85%;
	font-weight: bold;
	color: #155EA3;
	border-bottom: 1px solid #eee;
	text-decoration: underline;
}
.side-menua:visited {
	font-family: Tahoma;
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #eee;
	text-decoration: underline;
}
#navcontainer {
	width: 180px;
	background:ff0000;
	background-image: url(images/navbg.jpg);
}



#navcontainer ul {
     margin-left: 0;
     padding-left: 0;
     list-style-type: none;
     font-family: Tahoma;
	 font-size: 80%;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 165px;
	border-bottom: 1px solid #e6e6e6;
}
#navcontainer a:link, #navlist a:visited {
	color: #006699;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #e6e6e6;
	color: #0099cc;
}
.footera:link {
	font-family: Tahoma;
	font-size: 90%;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.footera:active {
	font-family: Tahoma;
	font-size: 90%;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.footera:hover {
	font-family: Tahoma;
	font-size: 90%;
	font-weight: normal;
	color: #e6e6e6;
	text-decoration: underline;
}
.footera:visited {
	font-family: Tahoma;
	font-size: 90%;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent3 {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #mainContent3f6 {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f6f6f6;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #mainColumnOne {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.twoColFixLtHdr #mainColumnTwo {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px; /* padding keeps the content of the div away from the edges */
	margin: 0 0 0 10px;
}
.twoColFixLtHdr #mainColumnThree {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.twoColFixLtHdr #topContent2 {
	width: 790px;
	text-align: left;
	background-image: url(images/services/servicestopbg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 131px;
}
.twoColFixLtHdr #topContent2plain {
	width: 790px;
	text-align: left;
	margin: 0 auto;
	background-color: #f6f6f6;
}
.twoColFixLtHdr #columnOne {
	float: left; /* since this element is floated, a width must be given */
	width: 375px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
}
.twoColFixLtHdr #columnOnef6 {
	float: left; /* since this element is floated, a width must be given */
	width: 375px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #f6f6f6;
}
.twoColFixLtHdr #columnTwo {
	float: right; /* since this element is floated, a width must be given */
	width: 375px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
}
.twoColFixLtHdr #columnTwof6 {
	float: right; /* since this element is floated, a width must be given */
	width: 375px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #f6f6f6;
}
.twoColFixLtHdr #mainContent3b {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 25px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #mainColumnOneb {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.twoColFixLtHdr #mainColumnTwob {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px; /* padding keeps the content of the div away from the edges */
	margin: 0 0 0 25px;
}
.twoColFixLtHdr #mainColumnThreeb {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
}
.twoColFixLtHdr #topContent2b {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.twoColFixLtHdr #columnOneb {
	float: left; /* since this element is floated, a width must be given */
	width: 375px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.twoColFixLtHdr #columnTwob {
	float: right; /* since this element is floated, a width must be given */
	width: 365px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px; /* padding keeps the content of the div away from the edges */
}
.twoColFixLtHdr #mainContent2 {
	margin: 285; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 195px;
}
.twoColFixLtHdr #mainContent2f6 {
	margin: 285; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 195px;
	background-color: #f6f6f6;
}

/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*       promotional items           */
/*///////////////////////////////////*/
/*///////////////////////////////////*/

.productContainer
{
	margin: 20px;
	padding: 0;
	border-bottom: 1px dashed #000;
	position: relative;
	float: right;
	display: block;
	width: 770px;
}

.productContainer h1
{
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px dashed #000;
	padding: 5px 0;
}

.productContainer h2
{
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	padding: 0 0 0 50px;
	margin: 0;
}

.productContainer h2.description
{
	background: url(http://www.success-in-marketing.com/images/h2icons.jpg) no-repeat 0 -3px transparent;
}

.productContainer h2.measurements
{
	background: url(http://www.success-in-marketing.com/images/h2icons.jpg) no-repeat 0 -93px transparent;
}

.productContainer h2.printing
{
	background: url(http://www.success-in-marketing.com/images/h2icons.jpg) no-repeat 0 -165px transparent;
}

.productContainer p
{
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	font-size: 14px;
	width: 400px;
	text-align: justify;
}

.productContainer img
{
	float: right;
	display: inline;
}

.productContainer table
{
	clear: both;
	border-collapse: collapse;
	width: 770px;
}

.productContainer table tbody
{
	background: #e6e6e6;
	color: #000;
	font-size: 14px;
}

.productContainer table thead
{
	background: #0894B5;
	color: #fff;
	font-size: 14px;
}

.productContainer table tr td, .productContainer table tr th
{
	padding: 5px 10px;
	text-align: center;
}

.productContainer table tr .wide
{
	text-align: left;
}

.productContainer blockquote
{
	position: relative;
	float: left;
	display: block;
	margin: 5px 0 20px 0;
	font-size: 12px;
	padding: 0;
}

.productContainer a img
{
	position: relative;
	float: left;	
	border: none;
	margin: 5px 0 15px 50px;
}