/* SMS 2010 Website Styles */

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

body {
/*	min-width: 600px; */
	background-color: #fff;
	font-size: 100%;
	font-family: "trebuchet ms", arial, geneva, verdana, sans-serif;
	font-weight: normal;
	color: #303030;
	line-height: 1.3;
}

#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.grey {
	background-color: rgb(230, 230, 230);
	border: 1px solid rgb(127,127,127);
	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.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;
}

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

#masthead {
	border-bottom: 1px solid #a1a4a8;
	width: 31em;
	height: 5.6em;
	margin-left: 11em;
	margin-right: 1em;
	position: absolute;
	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.7em;
	text-align: right;
	margin-left: 1.0em;
	margin-right: 10px;
}

#navbar
	{
	padding: 0.3em 0.3em 18em 0.3em;
	width: 10em;
	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: solid 1 px; */
	position: fixed;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px;
	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:1px 2px 0px 5px;
	background-color: #ccd5ff;
	/* 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.specials {
	color: #909;
}

#navbar a.orderpage {
	color: #090; background-color: #cff;
	font-weight: bold;
}

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;
	width: 31em;
	margin: 0px 1.0em 0.67em 10.6em;
	padding-bottom: 0.7em;
	}

#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; }

/* #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 {
	padding-bottom: 0.2em;
}
*/
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.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 {
	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: #dde2fa;
	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;
}

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;
}

img.sampleimg {
	position: relative;
	width: 8in;
	left: 0in;
	border: 1px dotted #333;
	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(230, 235, 255);
	font-weight: lighter;
	color: #303030;
	position: relative;
	top: 6.0em;
	border-top: 1px dotted #66d;
	width: 32em;
	margin: 0px 0em 0em 10em;
	}

#nextstep img {
	border: 0;
	}

#nextstep table {
	width: 100%;
	table-layout: fixed;
	margin-left: 0;
	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;
}
