/* CSS Document */

/* Basic stuff */

html, body {
	background-color: #00057d;
	background-image: url(/img/aluminumtile.gif);
	background-repeat: repeat;
	background-position: center;
	color: #ffffff;
	font-size: 100%;
	line-height: 100%;
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

body {
	min-width: 800px;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre {
	margin: 0;
	padding: 0; 
	font-size: 100%;
	line-height: 100%;
} 

table {
	border-collapse: collapse;
}

ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

ul, ol, dl {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
}	

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin-bottom: 0px;
}

label {
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {	
	margin: 0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
}

input[type="submit"], input.submit {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: auto;
	font-size: 80%;
}

input[type="text"], textarea, select {
	border: 0px;
}

#skip a, #skip a:hover, #skip a:visited { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 
 
#skip a:focus { 
	position:static; 
	width:auto; 
	height:auto; 
} 

	
/* Default link styles */

a {
	text-decoration: none;
}

a:link {
	color: #39F;
	outline: none;
	text-decoration: underline;
}

a:active {
	color: #B6B8E0;
}

a:visited {
	color: #CCC;
	outline: none;
}

a:hover, a:focus {
	color: #9900FF;
}

a img, a img:visited {
	border: none;
	outline: none;
}




/* Text styles */


.body_copy p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 170%;
	text-align: justify;
	margin-bottom: 1em;
	color: #ffffff;
}

.quote, .quote p {
	color: #FFE0BA;
	font-weight: bold;
}


h1 {
	margin: 0;
	padding: 0; 
	font-size: 200%;
	line-height: 120%;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
} 

h2 {
	margin: 0;
	padding: 0; 
	font-size: 120%;
	line-height: 120%;
	color: #999999;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

h3 {
	margin: 0;
	padding: 0; 
	font-size: 120%;
	line-height: 120%;
	color: #9999FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

h6 {
	margin: 0;
	padding: 0; 
	font-size: 100%;
	line-height: 120%;
	color: #999999;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

.biolink p {
	margin: 0;
	padding: 0; 
	font-size: 150%;
	line-height: 120%;
	margin-bottom: .5em;
	color: #938DB5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
} 

/* Homepage */
/* Centering + Layout + General */


div#pagecontainer {
	text-align: center;
	width: 100%;
	height: auto;
}

div#pagecontent {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: auto;
	background-image: url(http://www.wiard.com/img/wiard-temp-frame.gif);
	background-repeat: no-repeat;
	border: none;
}


div#announcement {
	position: relative;
	width: 550px;
	height: 500px;
	left: 205px;
	margin-top: 180px;
	margin-bottom: 40px;
	border: none;
}

div#announcement p {
	font-size: 120%;
	line-height: 120%;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 30px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

div#form {
	width: 725px;
	height: auto;
	background-color: #ffffff;
	margin-left: 95px;
	margin-top: 180px;
	margin-bottom: 40px;
	border: none;
	overflow: hidden;
	padding: 15px;
}


div#pageheading {
	margin-bottom: 1.5em;
}

div#pricelist {
	width: 750px;
	height: auto;
	background-color: #ffffff;
	margin-left: 95px;
	margin-top: 180px;
	margin-bottom: 40px;
	border: none;
	overflow: hidden;
	padding: 10px;
}


#pricelist p {
	line-height: 120%;
}

table.pricetable {
	width: 750px;
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
	
}

.pricetable td {
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
	padding: 8px;
	color: #333;
	font-size: 12px;
	vertical-align: top;
	border: solid 1px #CCC;
}

.pricetable h2 {
	color: #009;
	font-size: 14px;
	font-weight: bold;
}

.pricetable a, .pricetable a:link {
	color: #00C;
	font-size: 100%;
	font-weight: bold;
	line-height: inherit;
}
