/* basic page formatting style */

body { 
	background-color: #e7f1ff; 	
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: small;
	text-align: center; 
	padding: 20px 0px 20px 0px;
	}	
	
div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
img {
	border: 0px;
	}	

#container {   /* <div id="container"> */
	width: 760px;
	background-color: #c6dffc;
	margin: 0px auto 15px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 2px solid #9bcdfe;
	}

#header	{   /* <div id="header"> */
	position: static;
	width: 760px;
	margin: 0px;
	border-top: 1px #cccccc solid;
	}
	
#nav {   /* <div id="nav"> used for side navigation */
	position: static;
	width: 160px;
	margin: 0px 0px 0px 10px;
	padding: 15px 5px 5px 5px;
	text-align: left;			
	font-size: 		85%;
	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 549px;
	margin: 5px 5px 5px 0px;
	padding: 15px 10px 10px 10px;
	text-align: left;
	background-color: #fffbff;
	border: 3px solid #dfdada;
	}
	
#footer {   /* <div id="footer>*/
	position: static;
	width: 760px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

.fullwidth {
	width: 740px;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	text-align: left;
	}
	
.fullwidthpadded { 
	width: 640px;
	margin: 0px auto 0px auto;
	padding: 10px 50px 10px 50px; 
	text-align: left;
	}
	
.halfwidthmaincopy {
	width: 230px;
	margin: 10px 0px 0px 0px;
	padding: 10px 12px 10px 13px;
	text-align: left;
	}
		
.onethirdwidthmaincopy {   /* left narrow division of main copy */
	width: 80px;
	margin: 0px;
	padding: 10px 5px 10px 10px;
	text-align: left;
	}
	
.twothirdwidthmaincopy {   /* right wide division of main copy */
	width: 439px;
	margin: 0px;
	padding: 10px 10px 10px 5px;
	text-align: left;
	}
	
.twowidthtwothirdmaincopy {   /* description before buy button  */
	width: 319px;
	margin: 0px;
	padding: 10px 10px 10px 40px;
	text-align: left;
	}
	
.onewidthtwothirdmaincopy {   /* buy button */
	width: 60px;
	margin: 0px;
	padding: 10px 5px 10px 5px;
	text-align: left;
	}
	
.clear {  /* clears all floats */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.border {
	border: 1px solid black;
	}
			
.floatl {
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
.divcenter{      /* creates an auto centering Div */
	margin: 0px auto 0px auto;
	}

.nobottom {   /* forces bottom text to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}

.menu {   /* forces bottom text to move up */
	margin-top:	0;
	padding-top:	3px;
	margin-bottom:	0;
	padding-bottom:	0;
	font-size:	12px;
	}
	
.notop {     /* forces top text to move up */
	margin-top:	0;
	padding-top:	0;
	}	
		
a {
	text-decoration: none; 
	color: #000080;
	}

a:visited {
	text-decoration: none; 
	color: #808080;
	}

a:hover {
	text-decoration: none; 
	color: #fe6700;
	}
	
ul {
  	margin-top:		0;
  	padding-top: 	0;
  	margin-left:	10px;
  	padding-left:	10px;
  	}
	
body ul li {
  	list-style-image: url('../images/bullet.gif');
  	}
		
table {    
	padding:		10px;	
	}
	
table.center {    
	margin-left:auto; 
	margin-right:auto;	
	}
	
table.lined {  /* black line around table that collapses to the td line */
	border:		1px solid black;
	border-collapse:	collapse;
	}	
	
td {    
	vertical-align:	top;
	padding:		10px 20px 10px 10px;	
	}
	
td.close {    
	vertical-align:	top;
	padding:		10px 10px 10px 10px;	
	}
	
td.lined {   /* lined table  */
	border:		1px solid black;	
	padding:	2px 10px 2px 10px;	
	}
	
td.fullwidth {
	vertical-align:	top;
	padding-top:		10px;	
	padding-right:	5px;
	padding-left:		5px;
	}
	
#popout {	
	width: 325px;		
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px; 		
	}		
	
#popoutextensions {	
	width: 435px;		
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px; 		
	}
 	
img.floatr {  /* img moves right and text flows on the left side */
  	padding-left: 8px;
  	}
		
img.floatl {  /* img moves right and text flows on the left side */
  	padding-right: 8px;
  	}
		
h1 {
  font-size:      160%;
	text-align:			center;
	font-weight:    normal;
	}
	
h2 {
  font-size:      130%;
	text-align:			center;	
	font-weight:    normal;	
	}
	
h3 {
  font-size:      120%;	
	font-weight:    normal;
	}	
	
h4{
  font-size:      110%;	
	text-align:			center;
	font-weight:    normal;
	}

.tl {
	text-align:	left;
	}
	
.mtl {
	font-size:      110%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.ltl {
	font-size:      120%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.stl {
	font-size:      85%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.tc {
	text-align:	center;
	}
	
.tccomic {
	text-align:	center;	
	font-family: "comic sans ms", verdana, geneva, sans-serif;
	}
	
.mtc {
	font-size:      110%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.ltc {
	font-size:      120%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.stc {
	font-size:      85%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.sstc {
	font-size:      75%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.tr {
	text-align:	right;
	}
	
.ltr {
	font-size:      120%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.str {
	font-size:      85%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.tj {
	text-align:	justify;
	}
	
.height7 {   /* space between lines */
	line-height: 0.7cm;
	} 	
	
.lthru {
	text-decoration:	line-through;
	}
	
.red {
	color: #b01e17;
	}
	
.orange {
	color: #fd6700;
	}
	
.white {
	background-color: #ffffff;
	}	
		
.sale a {
	text-decoration: none; 
	color: #005826;
	}

.sale a:visited {
	text-decoration: none; 
	color: #005826;
	}

.sale a:hover {
	text-decoration: none; 
	color: #02fb6c;
	}
	
	/* end site specific page formatting style */	