@charset "utf-8";
/* CSS Document */

/* font fixing fun */


h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 146.5%;
}

h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu {
	font-size: 123.1%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 85%;
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}


/* -- end font fixing -- */

.styleDAG html {
	height: 100%;
}

.styleDAG body  {
	font-family: arial,helvetica,clean,sans-serif;
	background-color: #000000;
	background-image: url(../images/scribble-tile.png);
	background-repeat: repeat-x repeat-y;
	background-attachment: scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}

.styleDAG #ff-fix {
/* The following is a hack to fix a FF rendering issue with body height 100% being equal to the window size */
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;

}

.styleDAG #ff-fix2 {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.styleDAG #cont-shadow{
  width: 780px;
  background-image: url(../images/con-vert.png);
  background-repeat: repeat-y;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  padding: 0;
  /* text-align: left; /* this overrides the text-align: center on the body element. */
}

.styleDAG #container {
  width: 760px;
  /* background-image: url(images/con-vert.png);
  background-repeat: repeat-y; */
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  padding: 0;
  text-align: left; /* this overrides the text-align: center on the body element. */
}

.styleDAG #header {
  width: 760px;
  height: 204px; 
  background-image:url(../images/header.gif); 
  padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  margin: 0 0 0 0;
}

/* Nav-menu stuff */

.styleDAG #nav-menu {
	width:760px;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
		
}

.styleDAG #nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.styleDAG #nav-menu li {
  float: left;
  margin: 0;
}

.styleDAG #nav-menu li a {
  float: left;
  height: 35px;
  width: 186px;
  display: block;
  color: #000000;
  line-height: 200%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
	background-color: #99cccc;
	border-top: 4px dashed #000000;
	border-bottom: 4px dashed #000000;
	border-left: 2px dashed #000000;
	border-right: 2px dashed #000000;	
}

.styleDAG #nav-menu li a:hover {
  float: left;
  height: 35px;
  width: 186px;
  display: block;
  color: #000000;
  line-height: 200%;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
	background-color: #ffff00;
}

/* Hide from IE5-Mac \*/
.styleDAG #nav-menu li a {
  float: none
}
/* End hide */

/* end Nav-menu stuff */

/* Start product stuff */

.styleDAG .payblock {
  width: 280px;
	height: 400px;
  float: right;
	clear: right;
	text-align: center;
	overflow:hidden;
	background-color: #99cccc;
	border: 3px solid;
	padding: 10px 10px 10px 10px;
}

.styleDAG .payblock img {
  border: 1px solid;
}

/* End product stuff */

/* Start mainContent stuff */

.styleDAG #mainContent {
  margin: 0px 0px 0px 0px;
  padding: 15px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  /* background-image: url(images/cont-hd.gif);
  background-repeat:no-repeat; */
  background: #ffffff;
}

.styleDAG #mainContent h1,h2,h3,h4{
  padding-top: 8px;
  padding-bottom: 8px;
}

.styleDAG #mainContent p{
  padding-top: 5px;
  padding-bottom: 5px;
}

img.centering {
  display: block;
  margin-left: auto;
	margin-right: auto;
}

.dollars {
  font-weight: bold;
  font-size: 1.3em;
}

.video {
  border: 1px solid;
	float: left;
}

.toppad {
  padding-top: 10px;
}

.smfnt {
  font-size: 80%;
}

.outline {
  border: 1px solid;
}

.styleDAG #mainContent .smfnt h4 {
  line-height: 10px;
}

.styleDAG #mainContent .smfnt li {
  line-height: 10px;
}

/* end mainContent stuff */

/* floating fun */

.floatright { 
  float: right; 
  clear: right;
  margin: 10px 10px 10px 10px;
  text-align:center;
}

.floatleft { 
  float: left; 
  clear: left;
  margin: 10px 10px 10px 10px;
  text-align:center;
}

.floatclear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* end floating fun */


/* footer stuff  */

.styleDAG #footer {
  width: 760px;
  padding: 10px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background: #99cccc;
  /* background-image:url(images/footer.gif);
  background-repeat:no-repeat; */
  text-align:center;
  clear: both;
}

.absposit {
  position: absolute;
}

.relposit {
  position: relative;
}

.fadjust {
	left: 41px;
}

.styleDAG #footer h6 {
  color: #000000;  
}

.styleDAG #footer a {
  color: #0033ff;
  padding: 0 3px;
}

.styleDAG #footer a:hover {
  color: #ff0000;
}

/* end footer stuff */
