/* 
TITLE: style1.css
AUTHOR:aet
DATE: 2009-11-03
PURPOSE:  Stlye sheet for thoughtful planet
 */

html {
	height: 100%;
}

body {
	font-family: "palatino";
  	font-size: 10pt; 
	text-align: justify;
	margin-left: 0px;
	background-color: #ffffff;
	color: #0474a5;
}


img {
	border: 0px;
}

li {
  list-style-type: square;
}

.banner {
	padding-top: 25px;
}


.homep {
	padding-top: 25px;
}

.packages {
	float: right;
	padding-left: 25px;
}

.clear{
	clear: both;

}

.prodtext {
	float: left;
	width: 250px;
	line-height: 1.25;
	font-size: 10pt;
}

.prod_name {
	font-size: 12pt;
	font-weight: bold;
}

.description_hidden {
	display: none;
}

.description {
	display: inline;
}

.materials {
	color: #66BA46;
	font-size: 10pt;
}


.unwrapped {
  float: left;
  padding-top: 225px;
  display: block;
}

.unwrapped_hidden {
  float: left;
  padding-top: 225px;
  display: none;
}


.bottombar {
	clear: both;
	text-align: center;
	font-size: 8pt;
}

.floatimg {
	float: left;
}

.centeringthepage {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	position: relative;
		left: 25px;
	width: 600px;
	border: 0px;
}

.menu {
	font-family: "tahoma";
  	font-size: 10pt; 
	float: right;
	padding-right: 100px;
	padding-top: 85px;
	color: #66BA46;
	line-height: 2.5;
}

p {
	line-height: 1.75;
}

.pagename {
	width: 260px;
	font-size: 20pt;
	text-align: center;
	color: #0474a5;
	font-family: "arial";
	line-height: 1.5;
	display: inline-block;
}


.bottom {
	clear: both;
	text-align: center;
	font-size: 12pt;

}

a:link {
	color : #0474a5;
	text-decoration: none;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
}

a:visited {
	color : #0474a5;
	text-decoration: none;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	color: #66BA46;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
}


