html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,arial,sans-serif;
	font-size: 84%;
	line-height:145%;
	height: 100%;
	width: 100%;
	background-color: #a7c9f7;
	color:#434b49;
	}

#container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0;
	min-width:720px;
}
a:link img {
	border:2px solid #1e5f5d;

}	
a:visited img {
	border:2px solid #1e5f5d;

}	
a:hover img {
	border:2px solid #b9eadb;

}	
/* styles for the "originals by dee" area, top of page */
#top {
	width: 100%;
	background-image: url(images/obd.png);
	background-repeat: no-repeat;
	background-position: 207px 20px;
	height:94px;
	z-index: 0;
	padding:0;
	}
#top h1 {
	font-size:0.8em;
	margin:0;
	position: relative; top: -127px;
	}
/*the waves image and menu bar*/
#wave {
	width: 100%;
	background-image: url(images/menu_mid.png);
	background-repeat: repeat-x;
	height:42px;
	z-index: 1;
	padding:0;
	border-left:2px solid #1e5f5d;
	border-right:2px solid #1e5f5d;
	border-bottom:2px solid #1e5f5d;
	position:relative; top:-2px;
	color:#b9eadb;
	font-weight:bold;
	font-size:12px;
}
#wave ul {
	margin:0 0 0 140px;
	padding:19px 0 0 0;
	list-style-type: none;
}
#wave li {
	display:inline;
	padding: 0 10px 0 10px;
}
#wave a {
	color:#b9eadb;
	text-decoration:none;
}
#wave a:hover {
	color:#b9eadb;
	text-decoration:underline;
}

/*lighthouse*/
#lthouse {
	background-image: url(images/lthouse.png);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	position:absolute; top:-88px; left:34px;
	width:53px;
	height:130px;
}

/* "content" is everything within the green lines (store goes here) */
#content {
	width:100%;
	min-height:600px;
	background:#f1f0df url(images/sandblur.jpg) repeat-y;
	margin:0;
	padding:0;
    border-left:2px solid #1e5f5d;
        border-right:2px solid #1e5f5d;
    border-bottom:6px solid #1e5f5d;
	position:relative; top:-18px;
	}
	
/* styles for the "go to store" button*/
#gostore {
	background-color:#1e5f5d;
	color:#b9eadb;
	font:italic bold 22px/24px Times, serif;
	position:relative; top:40px;
	width:154px;
	float:left;
	height:108px;
	}
#gostore a:link {
	text-decoration:none;
	color:#1e5f5d;
}
#gostore a:visited {
	text-decoration:none;
	color:#1e5f5d;
}
#gostore a:hover {
	text-decoration:underline;
	color:#b9eadb;
}
.store-b {
	margin:3px 3px 0 2px;
	padding:4px;
}

/* content for non-store pages goes here */
#inside {
	position:relative; top:28px;
	margin: 16px 10% 20px 28%;
}
#inside p {
	margin:0;
	padding:0 0 10px 0;
}
#inside h2 {
	margin:0;
	padding:0 0 10px 0;
	font:bold 24px Times, serif;
	color:#1e5f5d;
}
#inside h3 {
	margin:0;
	padding:5px 0 5px 0;
	font:bold 18px Times, serif;
	color:#1e5f5d;
}
#inside a {
	color:#2184a1;
	font-weight:bold;
	text-decoration:none;
}
#inside a:hover {
	color:#29a5c9;
	text-decoration:underline;
}
strong	{
	font-weight: bold;
	}
.cap {
	font-size: 11px;
	padding-bottom:0;
	margin-bottom:0;
	}
.Vsmall {
	font-size:10px;
	margin:0;
	padding:0;
}
.imgalign {
	vertical-align:middle;
}
.pnospace {
	margin:0;
	font-size: 98%;
	}
.plospace {
	margin:0;
	padding-top:10px;
	font-size: 98%;
	}
.phispace {
	margin:0;
	padding-top:20px;
	clear:both;
	}
.pbothspace {
	margin: 0;
	padding: 10px 0 10px 0;
	}

ital {
	font-style: italic;
	}
.leftfloat {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;}
.rightfloat {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
	}
/* these styles control the images on the index page */
.opener {
	color:#1f5f5d;
	text-align:center;
	width:200px;
	position:relative; top:5px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}
.openfllft {
	float:left;
	margin:0;
	padding:0;
	position:relative; top:-25px; left:-20px;
}
.openflrt {
	float:right;
	margin:0;
	padding:0;
	position:relative; top:-60px; left:45px;
}
.openctr {
	clear:both;
	text-align:center;
	margin:0;
	padding:0;
	position:relative; top:-90px; left:10px;
}
/* form styles */
fieldset {
	margin: 0;
	padding:0;
	border: 0;
	}

label  {
    line-height: normal;
    font-size: 80%;
    text-align: left;
    position: relative;
    display: block;
    float: left;
    width: 96px;
    }
    
label.fieldLabel  {
    display: inline;
    float: none;
    }
    
input.formInputText  {
    font-size: .8em;
    color: #333;
    background-color: #fff;
    padding: 1px;
    border: solid 1px #333333;
    margin-left: 0;
    margin-bottom: 10px;
    height: 15px;
    }
.plobelow {
 	margin-bottom: 13px;
		}
    
input.formInputText:hover {
    background-color: #b9eadb;
    border: solid 1px #333333;
    color: #000;
    cursor: pointer;
    }
    
input.formInputButtonL  {
    font-size: 90%;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    color: #7a3c0d;
    background-color: #333333;
   background: url(images/lightsand.gif) repeat-x;
   padding: 1px;
  border-left:2px solid #fefefd;
  border-top:2px solid #fefefd;
  border-bottom:2px solid #7a3c0d;
  border-right:2px solid #7a3c0d;
    cursor: pointer;
	margin: 0 10px 30px 140px;    
	}

 textarea.message {
    font-size: 1em;
    color: #333;
    background-color: #fff;
    padding: 1px;
    border: solid 1px #333333;
    margin-left: 0;
    margin-bottom: 0px;
    width: 390px;
    height: 140px;
  }
 textarea.message:hover {
    background-color: #b9eadb;
    border: solid 1px #333333;
    color: #000;
    cursor: pointer;
    }  

form {
	margin:0;
	padding: 0;
	}
.bottrap {
	margin:0 0 0 -500px;
}


/* footer styles */
.footer {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	position:relative; top:-10px;
	min-width:720px;
	color: #434b49;
	padding: 0;
	}
.footer p {
	margin:0;
}

.footer ul {
	text-align:center;
	font-size: 75%;
	list-style-type: none;
	margin:0;
	padding:0;
	}
.footer li {
	display: inline;
	margin:0;
	padding: 0 12px 0 12px;
	}
.footer a {
		color: #434b49;

	text-decoration: none;
	}
.footer a:hover {
		color: #434b49;

	text-decoration: underline;
	}

