body {
margin:0px;
background-color:#fff;
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #000;
}
A:link {text-decoration: none; color: #630;}
A:visited {text-decoration: none; color:#630;}
A:active {text-decoration: none; color:#630;}
A:hover {text-decoration: underline; color: #333;}
p {
margin:0px;
}

.blue A:link {text-decoration: none; color: #03F; text-decoration:underline;}
.blue A:hover {text-decoration: none; color: #999; text-decoration:underline;}

h1 {
margin:0px;
font-size:22px;
color: #000;
text-align:center;
}
.white { color:#FFF; text-align:center;}
h2 { text-align:center; color:#000; font-size:16px;}
h3 { text-align:center;}
/** DIVS **/

.video { width:425px; margin:auto; float:left;}
.vidbox { width:660px;}
.vidright { float:right;}

.icons { margin-right:5px; padding:5px;}

.highlight { color:#900; text-decoration:underline;}
.highlight2 { color:#900;}

.highlight3 { background-color:#FC0; color:#900; font-weight:bold;}

#container {
width:750px;
margin: 0px auto 0 auto;
}
#top {
height:116px;
}
#body {
background-color:#FFFFFF;
border: 1px #E7C5C5 solid;
margin: 3px auto 0 auto;
padding: 0 45px 0 45px;
}
#footer {
background-image:url(../images/footer.gif);
margin-top:30px;
height:83px;
}

.footer_text A:link {text-decoration: none; color: #09F;}
.footer_text A:visited {text-decoration: none; color:#09F;}
.footer_text A:active {text-decoration: none; color:#09F;}
.footer_text A:hover {text-decoration: underline; color: #ccc;}



.footer_text {
color:#fff;
padding:15px 0 0 0;
font-size:12px;
}
/* asdf  */

.box {
width: 600px;
padding:10px;
border: 1px #E7C5C5 solid;
margin: 0px auto 0 auto;
background-image:url(../images/box.gif);
background-repeat:repeat-x,y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #333;
}
.box img {
margin-right:10px; margin-bottom: 10px; float:left; border:1px #000000 solid;
}
.box2 {
width: 600px;
margin: 0px auto 0 auto;
background-color:#fff;
border: 3px #D07272 dashed;
padding:10px;
}
.box2 img {
margin: 3px 0 3px 0;
}
.box2 td {
padding: 3px;
}
.text_color {
background-color:#FFD9D9;
border-bottom: 1px #996666 solid;
}


.images2 { margin-right:10px; margin-bottom: 10px; float:left;}

.images3 { margin-left:10px; margin-bottom: 10px; float:right;}

.clear { clear:both;}

.salebox { background-color:#ffffca; border: 5px #ffe8b9 solid; width:550px; margin:auto; padding:10px; color:#000; }
.salebox h1 { color:#7f0000; }
.salebox p { }
.logo { }





form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
   
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	
}

form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	 /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}


