
/* 06-06, updated to style sheets - info@createsource.com */

body,html       { font-family:Arial, Helvetica,sans-serif; }
body            { background-color: #faf9f5; margin:0;  }
	 
.center         { text-align:center; }
.small          { font-size: 75%; }
.smallcenter    { text-align:center; font-size: 75%; }
.right          { text-align: right; }
.redbold        { font-weight: 700; color: #FF0000; font-size: 110%;  }
.nav_block      {
                  border: 12px ridge #737373;
				  width:280px; 
				  padding: 8px;
				  background-color: #EBEBEB;
				  text-align: center;
                }
.orderhead      {
                  text-align:center; 
				  background-color:#000000;
				  color: #ffffff;
				  font-weight: 700;
				}
.blk            { background-color: #000000; color: #ffffff; font-weight: 700; }
.nospace        { padding:0; margin:0; }

h1              { color: #0000A0; font-style:italic; text-align: left; margin: 6px 0 0 6px; padding:0; }
h2,h3           { color: #0000A0; font-style:italic; text-align: left; margin: 0 0 0 6px; padding:0; }

h3.reditalic    { color: #FF0000; font-style: italic; }

/* ID's Mostly for main page, but #solutions is used elsewhere */

#mainLayout     { 
                  width: 730px; 
				  margin: auto; 
				  background-color: #ffffff; 
				  border-left: 6px solid #f0e8db; 
				  border-right: 6px solid #f0e8db; 
				}
#js-warning		{ font-weight:700; color: #ff0000; }
#the            { color: #0000A0; font-style: italic; display: inline; margin: 12px 0 0 0; padding:0; }
#guaranteed     { color:#FF0000; font-style: italic; display: inline;  margin: 0; padding:0; }
#solution       { color:#0000A0; font-style: italic; text-align: right; white-space: nowrap;  margin: 0 0 0 12px; padding:0; }
	 
#main_list      { margin-left: 6px; }
#main_list li   { 
                  margin-left: 6px;
                  color: #FF0000; 
				  font-weight: 700; 
				  font-size: 130%; 
				  font-style: italic; 
				  list-style-type: circle; 
				}
#main_original_head {
                   background-color:#f7f3e8;
				   border-bottom: 2px solid #f0e8db;
				   color: #ff0000;
				   font-weight: 700;
				   font-size: 120%;
				   text-align:center;
				   font-style: italic;
                }
#main_original_head h2 { display: inline; }

#main_how       { 
                  margin-left: 14px;
				  font-size:110%;
				  font-weight:700;
				  font-style:italic;
				  color: #0000A0;
				  padding:0;
				}
				
a:link          { color: #0000A0; text-decoration: underline; }
a:visited       { color: #101fa0; text-decoration: underline; }
a:active        { color: #FF0000; text-decoration: underline; }
a:hover         { color: #FF0000; text-decoration: underline; }

a.bold:link          { color: #0000A0; font-weight: 700; text-decoration: underline; }
a.bold:visited       { color: #101fa0; font-weight: 700; text-decoration: underline; }
a.bold:active        { color: #FF0000; font-weight: 700; text-decoration: underline; }
a.bold:hover         { color: #FF0000; font-weight: 700; text-decoration: underline; }
