/* SMS 2010 Website Styles */

/* The "body" section below sets certain defaults for the entire web page. */

body {
/*	min-width: 600px; */
/*	background-color: #fff; */
	width: 45em; margin-left:auto; margin-right:auto;
	background-color: rgb(230,235,255);
	background-image: url("images/top_gradient_2.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 100%;
	font-family: "trebuchet ms", arial, geneva, verdana, sans-serif;
	font-weight: normal;
	color: #303030;
	line-height: 1.3;
}

body.howto {
	width: 32em; margin-left: 2em; margin-right:auto;
}

body.sample {
	width: 8.25in;
	background-image: none;
	background-repeat: none;
	background-attachment: none;
	background-color: rgb(255,255,255);
}

div.red {
/*	background-color: #ffeaee;	*/
	background-image:url('images/blend-red-horz-wide.gif'); background-repeat:repeat-y;padding-bottom: 0em;padding-bottom: 0em;
	padding-left: 0.5em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.yellow {
/*	background-color: rgb(255,255,215);	*/
	background-image:url('images/blend-yellow-horz-wide.gif'); background-repeat:repeat-y;padding-bottom: 0em;
	padding-left: 0.5em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.blue {
/*	background-color: #ffeaee;	*/
	background-image:url('images/blend-blue-horz-wide.gif'); background-repeat:repeat-y;padding-bottom: 0em;padding-bottom: 0em;
	padding-left: 0.5em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.orange {
/*	background-color: #ffeaee;	*/
	background-image:url('images/blend-orange-horz-wide.gif'); background-repeat:repeat-y;padding-bottom: 0em;padding-bottom: 0em;
	padding-left: 0.5em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.green {
/*	background-color: #ffeaee;	*/
	background-image:url('images/blend-green-horz-wide.gif'); background-repeat:repeat-y;padding-bottom: 0em;padding-bottom: 0em;
	padding-left: 0.5em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.purple {
/*	background-color: #ffeaee;	*/
	background-image:url('images/blend-purple-horz-wide.gif'); background-repeat:repeat-y;padding-bottom: 0em;padding-bottom: 0em;
	padding-left: 0.5em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.tan {
/*	background-color: #ffeaee;	*/
	background-image:url('images/blend-tan-horz-wide.gif'); background-repeat:repeat-y;padding-bottom: 0em;padding-bottom: 0em;
	padding-left: 0.5em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#pageinfo { background-color: #fff; }

#pageinfo p.article {font-family: times, "times new roman", serif; font-size: 0.875em; margin-bottom: -0.7em; }

#pageinfo h4.article {font-family: times, "times new roman", serif; }

b {color: #222;}

b.blue {color: #45f; }

h1 {font-size: 1.8em; margin-bottom: 0.4em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em; margin-bottom: 0.4em;}
h5 {font-size: 1.05em;}
h6 {font-size: 0.92em;}

p {
	font-size: 1.0em;
	text-indent: 1.5em;
	line-height: 1.3em;
}

span.lighter {
	color: #777;
}

span.darker {
	color: #000;
}

span.grey {
	background-color: rgb(230, 230, 230);
	border-top: 1px solid rgb(240,240,240);
	border-left: 1px solid rgb(240,240,240);
	border-right: 1px solid rgb(175,175,175);
	border-bottom: 1px solid rgb(175,175,175);
	padding-left: 0.8em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.green {
	background-color: rgb(153, 255, 153);
	border: 1px dotted rgb(204, 255, 204);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.brightgreen {
	background-color: rgb(225, 255, 153);
	border: 1px dotted rgb(247, 255, 204);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.gold {
	background-color: rgb(255, 240, 153);
	border: 1px dotted rgb(255, 247, 204);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.yellow {
	background-color: rgb(250, 255, 153);
	border: 1px dotted rgb(253, 255, 204);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.pink {
	background-color: rgb(255, 210, 222);
	border: 1px dotted rgb(255, 232, 238);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.purple {
	background-color: rgb(245, 204, 255);
	border: 1px dotted rgb(250, 230, 255);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.lilac {
	background-color: rgb(225, 220, 255);
	border: 1px dotted rgb(240, 237, 255);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.red {
	background-color: rgb(255, 204, 204);
	border: 1px dotted rgb(255, 230, 230);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.salmon {
	background-color: rgb(255, 190, 170);
	border: 1px dotted rgb(255, 222, 212);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.goldenrod {
	background-color: rgb(255, 230, 102);
	border: 1px dotted rgb(255, 242, 180);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.tan {
	background-color: rgb(236, 216, 189);
	border: 1px dotted rgb(245, 236, 222);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.blue {
	background-color: rgb(204, 211, 255);
	border: 1px dotted rgb(229, 233, 255);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

span.brightblue {
	background-color: rgb(230, 235, 255);
	border: 1px dotted rgb(242, 245, 255);
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-shadow: 1px 1px 0px #fff;
	color: rgb(51, 75, 255);
}

.uline {
	text-decoration: underline;
}

.ital {
	font-style: italic;
}

cite.left {
	flaot: left;
	font: inherit;
}

cite.right {
	float: right;
	font: inherit;
}

a.showbookinfo {
	display: block;
	font-size: 0.9em;
	margin-bottom: 1px;
}

a.showbookinfo:link a.showbookinfo:visited { }

a.showbookinfo:hover {
	background-color: rgb(255,255,220);
}

ol {
	position: relative;
	font-size: 0.8em;
	color: rgb(51, 72, 230);
}

ol li {
	margin-bottom: 0.5em;
}

ul.benefits {
	font-size: 0.9em;
	margin-top: -1.2em;
}

ul.benefits li {
	margin-bottom: 0.5em;
	margin-left: -0.5em;
	color: #444;
}

/* Set-up for the "masthead" at top of page, to the right of the logo. */

#masthead {
	border-bottom: 1px dotted rgb(180,180,180);
	border-top: 1px solid rgb(255,255,255);
	border-right: 0px solid rgb(180,180,180);
	border-left: 0px solid rgb(180,180,180);
/*	background-color: #fff; */
	width: 31em;
/*	height: 5.5em; */
	padding: 0px 0.6em 6px 0.6em;
	margin-left: 11em;
/*	margin-right: 1em; */
	position: relative;
	top: 0px;
	left: 0px;
}


#masthead h1 {
	line-height: 0.9;
	margin-top: 10px;
	margin-bottom: 9px;
	font-weight: normal;
}

.trademark {
	color: #5555ff;
	font-size: 0.3em;
}

#masthead #byline {
	line-height: 0.85;
	color: #b2b2b2;
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: 1.3em;
	font-weight: normal;
}

.motto {
	color: rgb(140, 164, 255);
	font-style: oblique;
	font-size: 0.75em;
	text-align: right;
	margin-left: 1.0em;
	margin-right: 10px;
}

#navbar
	{
	padding: 0em 0.3em 0.25em 0.3em;
	width: 10.4em;
	color: #111;
	line-height: 1.125;
	font-family: arial, helvetica, sans-serif;
	/* border-left: solid rgb(127, 153, 255) 4 px;
	border-right: solid rgb(127, 153, 255) 3 px; */
/*	background-color: rgb(230, 235, 255); */
/*	height: 250em; */
	border: 0px solid rgb(180,180,180);
	border-right: 0px;
	position: fixed; /* right: 32.5em; top: 0.5em; */
/*	top: 0px;
	left: 0px; */
	float: left;
/*	margin -3em; */
	z-index: 500;
	}
	
#navbar img {
	/* float: left; */
	
	width: 96%;
	position: relative;
	left: 2%;
	/* position: fixed; */
	top: 0px;
	/* margin: 6 px 10 px 6 px 6 px; */
	}

#navbar p.title {
	font-size: 1.0em;
	text-align: center;
	text-indent: 0em;
	margin-top: 4px;
	margin-bottom: 3px;
}

#navbar a {
	text-decoration: none;
	color: inherit;
}


#navbar ul {
	width: 96%;
	position: relative;
	margin-left: 2.0%;
	margin-top: 3px;
	font-size: 0.76em;
	background-color: rgb(235,240,255);
	list-style-type:none;
	padding:0;
}

#navbar ul a { 
	display: block;
	border: 1px outset #bbb;
	margin: 2px 0px;
	text-align: left;
	vertical-align: top;
	padding:2px 2px 3px 5px;
	background-color: #d1d9ff;
	/* text-shadow: 0px 1px 0px #fcfcfc; */
}

#navbar a.homepage {
	color: #222;
}

#navbar ul a.thispage { 
	display: block;
	border: 1px outset #bbb;
	margin: 2px 0px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	background-color: #33f;
	text-shadow: 0px 0px 0px #303030;
}

#navbar ul a.sublist {
	text-indent: 1.5em;
	font-size: 1.20em;
	}

#navbar ul ul a.thispage {
	text-indent: 1.5em;
	font-size: 1.12em;
	color: #fff;
	background-color: #33f;
	text-shadow: 0px 0px 0px #303030;
	}

#navbar a.register {
	color: #900;
}

#navbar a.samples {
	color: #e60; font-weight: bold;
}

#navbar a.samples {
	color: #e00; font-weight: normal;
}

#navbar a.calcupaks {
	/*color: #00f;*/
}

#navbar a.orderpage {
	color: #090; background-color: #cff;
	font-weight: normal; font-size: 1.25em;
}

a:link, a:visited { }
#navbar a:hover {color:#0000ff; background-color: rgb(255,255,255);}  /* mouse over link */
#navbar a:active {background-color:#ffc;}  /* selected link */

/* #navbar a.register:hover {color:#0000ff; background-color: rgb(243,247,255);}
#navbar a.samples:hover {color:#0000ff; background-color: rgb(243,247,255);}
#navbar a.specials:hover {color:#0000ff; background-color: rgb(243,247,255);}
#navbar a.orderpage:hover {color:#0000ff; background-color: rgb(243,247,255);}
#navbar a.register:active {background-color:#ffc;}
#navbar a.samples:active {background-color:#ffc;}
#navbar a.specials:active {background-color:#ffc;}
#navbar a.orderpage:active {background-color:#ffc;} */

/* #navbar tr {
	margin: 3 px;
} */

/* #navbar td, th {
	position: relative;
	display: block;
	width: 100%;
	border: 1px outset #bbb;
  text-align: left;
  vertical-align: top;
  padding:1px 4px;
  background: #ccd5ff;
}

#navbar th
	{
	text-align: center;
	background:#eee;
}
*/

#pageinfo
	{
	position: relative;
/*	top: 6.0em;  */
	border-right: 1px solid rgb(180,180,180);
	border-left: 1px solid rgb(180,180,180);
	width: 31em;
	margin: 0px 0em 0em 11em;
	padding: 0.7em 0.6em 0.75em 0.6em;
	}

#pageinfo p {
	font-size: 0.8em;
	text-indent: 1.5em;
	line-height: 1.35em;
	margin-bottom: -.3em;
	}

#pageinfo p.noindent {
	text-indent: 0em;
	}

#pageinfo p.start { margin-bottom: -1em; }

#pageinfo p.cont { text-indent: 0em; margin-bottom: -1em; }

#pageinfo p.finish { text-indent: 0em; }

#pageinfo p.bullet {
	text-indent: -1.0em;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	font-size: 0.8335em;
	line-height: 1.25em;
	color: #444;
}

#pageinfo.howto {
	margin-left: 0em;
}

/* #product_info {
	position: relative;
	top: 6.0em;
	width: 31em;
	margin: 5em; 1.0em 0.67em 10.6em;
	padding-bottom: 0.7em;
	}

#product_info p {
	font-size: 0.8em;
	text-indent: 1.5em;
	line-height: 1.35em;
	margin-bottom: -.3em;
	}

#product_info p.noindent {
	text-indent: 0em;
	}
 */
/*td.salmon {
	border;
}
*/

table tr.break {
	border-bottom: 1px solid #ccc;
}

table td.column {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.right {
	float: right; 
	margin: 0.8em 1.2% 0.5em 1.8%;
	width: 30%;
	border: 0;
	border-collapse: collapse;
	color: rgb(127, 153, 255);
	font-style: oblique;
	font-size: 0.67em;
	text-align: left;
}

table.right th {
	text-align: center;
	width: 90%;
	color: rgb(102, 127, 255);
	background-color: #ebeeff;
	border: 0;
}

table.right img {
	width: 70%;
	margin-left: 12%;
}

table.right b {
	color: rgb(51, 75, 255);
}

table.left {
	float: left; 
	margin: 0.8em 1.4% 0.8em 1.6%;
	width: 30%;
	border: 0;
	border-collapse: collapse;
	color: rgb(127, 153, 255);
	font-style: oblique;
	font-size: 0.67em;
	text-align: left;
}

table.left th {
	text-align: center;
	width: 90%;
	color: rgb(102, 127, 255);
	background-color: #ebeeff;
	border: 0;
}

table.left img {
	width: 70%;
	margin-left: 10%;
}

table.left b {
	color: rgb(72, 88, 255);
}

table.left b.black {
	color: rgb(33,33,33);
}

table.fit {
	/* position: relative; */
	width: 30%;
	border: 0;
	border-collapse: collapse;
	color: rgb(127, 153, 255);
	font-style: oblique;
	font-size: 0.67em;
	text-align: left;
}

table.fit img {
	width: 70%;
	margin-left: 10%;
}

table.fit b {
	color: rgb(51, 75, 255);
}

table.features {
	position: relative;
/*	font-family: arial; */
	table-layout: fixed;
	margin: 1.3em 0%;
	margin-right: 2.5%;
	width: 45%;
	color: rgb(102,127,255);
	border: 1px solid #ccc;
	border-top: 0;
	border-collapse: collapse;
	font-size: 0.7em;
}

table.features img {
	width: 80%;
	margin-left: 5%;
}

table.features tr.break {
	border-bottom: 1px solid #ccc;
}

table.features td.detail-link {
	border: 1px solid #aaa;
	text-align: center;
	line-height: 1.25em;
	font-size: .75em;
	margin-top: 0em;
	padding-left: 0em; padding-right: 0em;
}

table.features td.detail-link a:link {
	text-decoration: none;
}

table.features td {
	padding: 0.4em 1.0em; 
}

table.features td img {
	text-align: center;
	padding: 0.0em;
}

table.features td.textleft {
	padding-right: 0;
}

table.features td.textright {
	padding-left: 0;
}

table.features td.texttop {
	padding-bottom: 0;
}

table.features caption {
	color: #111;
	font-size: 1.2em;
	font-style: normal;
	background-color: rgb(204,215,255);
	padding: 4px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

table.describeUnits {
	position: relative;
/*	font-family: arial; */
	table-layout: fixed;
	margin: 1.3em 0%;
	margin-left: 2.5%;
	width: 95%;
	border: 0px solid #ccc;
	border-top: 0;
	border-collapse: collapse;
}

table.describeUnits img {
	text-align: center;
	padding: 0.0em;
}

table.levels {
	width: 92%;
	margin-left: 4%;
	margin-top: 0.5em;
	border: 0px solid #ccc;
/*	border-collapse: collapse; */
	table-layout: fixed;
	font-size: 0.8em;
	color: rgb(96,120,255);
}

table.levels tr {
	border: 1px solid #ccc;
}

table.levels td {
/*	border-top: 1px solid #ddd;
	border-bottom: 2px solid #bbb;
	border-left: 1px solid #ddd;
	border-right: 2px solid #bbb; */
	text-align: center;
	padding: 0px 0px 6px 0px;
}

table.levels img {
	width: 17em;
	outline: 1px solid #bbb;
	background-color: rgb(102,102,102);
	padding: 1px 2px 2px 1px;
}

table.levels tr.color1 {
	background-color: rgb(255,190,170);	/*salmon*/
}

table.levels tr.color2 {
	background-color: rgb(255,194,210);	/*pink*/
}

table.levels tr.color3 {
	background-color: rgb(255,245,153);	/*buff*/
}

table.levels tr.color4 {
	background-color: rgb(230,204,153);	/*tan*/
}

table.levels tr.color5 {
	background-color: rgb(180,210,255);	/*blue*/
}

table.levels tr.color6 {
	background-color: rgb(153,255,170);	/*green*/
}

table.levels tr.color7 {
	background-color: rgb(255,255,153);	/*canary*/
}

table.levels tr.color0 {
	background-color: rgb(255,230,88);	/*goldenrod*/
}

/*table.levels img.color2 {
	outline: 1px solid #bbb;
	background-color: rgb(255,180,200);
	padding: 1px 2px 3px 2px;
}

table.levels img.color3 {
	outline: 1px solid #bbb;
	background-color: rgb(255,245,153);
	padding: 1px 2px 3px 2px;
}

table.levels img.color4 {
	outline: 1px solid #bbb;
	background-color: rgb(230,204,153);
	padding: 1px 2px 3px 2px;
}

table.levels img.color5 {
	outline: 1px solid #bbb;
	background-color: rgb(180,210,255);
	padding: 1px 2px 2px 1px;
}

table.levels img.color6 {
	outline: 1px solid #bbb;
	background-color: rgb(153,255,170);
	padding: 1px 2px 2px 1px;
}

table.levels img.color7 {
	outline: 1px solid #bbb;
	background-color: rgb(255,255,153);
	padding: 1px 2px 2px 1px;
}

table.levels img.color0 {
	outline: 1px solid #bbb;
	background-color: rgb(255,230,88);
	padding: 1px 2px 2px 1px;
}
*/
table.sample {
	position: relative;
	top: 0 in;
	left: 0.5in;
	width: 7.5 in;
	margin-top: 8px;
	margin-bottom: 9px;
	border: 1px dotted #333;
	border-collapse: collapse;
	color: #333;
	page-break-after: always;
}

table.sample td, table.sample th, table.sample caption {
	padding: 4px;
	padding-left: 10px;
	width: auto;
}

table.sample caption {
	font-size: 1em;
}

table.sample b {
	color: rgb(255, 102, 153);
}

table.sample th {
	font-size: 0.875em;
	display:table-cell;
	border: 1px dotted #333;
	border-collapse: collapse;
	background-color: #fff;
}

table.sample td {
	font-size: 0.833em;
	border: 1px dotted #333;
}

table.calcupakunits {
	width: 100%;
	table-layout: fixed; 
	border: 1px solid #bbb;
}

table.calcupakunits td {
	vertical-align: top;
	padding: 0.333em;
	border: 1px dotted #bbb;
}

table.calcupakunits span {
	font-size: 1.05em;
	font-weight: bold;
}

table.calcupakunits ul {
	font-size: 0.8em; color: #333; margin: 0.333em 0em 0.25em; 0em;
}

table.calcupakunits li {
	margin-left: -1em;
}

img.sampleimg {
	position: absolute; top: 0px; left: 0px;
	width: 8.0in;
	border: 1px dotted #aaa;
	display: inline;
/*	page-break-after: always;	*/
}

#rightbar {
	width: 100em;
	height: 250em;
	background-color: rgb(230, 235, 255);
	background-image: url("images/rightbar-background.gif");
	/* height: 20 em; */
	/* border: solid 1 px; */
	position: fixed;
	top: 0px;
	left: 42.5em;
	margin: 0px;
	}

#nextstep {
	background-color: rgb(255, 255, 220);
	font-weight: lighter;
	color: #303030;
	position: relative;
/*	top: 6.0em; */
	border-top: 1px solid rgb(180,180,180);
	border-right: 1px solid rgb(180,180,180);
	border-left: 1px solid rgb(180,180,180);
	border-bottom: 1px solid rgb(180,180,180);
	width: 32em;
	padding: 0em 0.1em 0em 0.1em;
	margin: 0em 0em 0em 11em;
	}

#nextstep img {
	border: 0;
	}

#nextstep table {
	width: 32em;
	table-layout: fixed;
/*	margin-left: -11em; */
	border: 0;
	border-collapse: collapse;
}

#nextstep table td {
}

#nextstep table td a {
	font-size: 0.9em;
	color: #34f;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 0.3em 2% 0.4em 2%;
}

#nextstep table a:link, #nextstep table a:visited {
	display: block;
}

#nextstep table a:hover {
	color:#0000ff; background-color: rgb(255,255,255);
}
#nextstep table a:active {
	background-color: #ffc;
}

table.tryout {
	table-layout: fixed;
	border: 1px solid #999
}

table.tryout td {
	border: 1px dotted #bbb;
	border-bottom: 1px solid #999;
	font-size: 0.8em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding: 0.5em;
}

table.tryout th {
	border: 1px solid #bbb;
}

table.tryout img {
	width: 42px;
}


