/**
* Soy Wallets!
* Drew Wilson <drew.vegan@gmail.com>
* This is free software. It's licensed under the GPL.
*
**/
body {
	font-family: sans-serif;
	border:0px;
	margin:0px;
	background-color: #ffccff;
}
a {
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
	color:#CC6699;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#CC6699;
}
a:hover {
	color: #FF99CC;
	text-decoration: underline;
}
#header-title {
	float: left;
	background-image: url(./img/soy-wallet-header-title.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width:550px;
	padding:0px;
}

#header-pricetag {
	position:absolute;
	left:550px;
	top:0px;

	background-image: url(./img/soy-wallet-header-pricetag.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 190px;
	padding:0px;

}
#header-spacer-right {
	background-image: url(./img/soy-wallet-header-underline.jpg);
	height: 300px;
	padding:0px;
}

#digg {
	position:absolute;
	right:30px;
	top:5px;
	font-size: 10px;
}
#digg2 {
	position:absolute;
	font-size: 10px;
	right:30px;
	top:25px
}


#left {
	position:absolute;
	left:0px;
	top:260px;
	background-image: url(./img/soy-wallet-left.jpg); 
	height: 64px;
	width:70px;
}

#content {
	font-family: sans-serif;
	background-color:#FF99CC;
	background-image: url(./img/slashed.bg.png);
	position:absolute;
	top: 265px;
	left: 100px;
	width: 650px;
	padding:10px;
} 

#menu {
	float: right;	
	width: 225px;
	padding: 0px;

}

	#menu a {
		text-decoration: underline;
		color:#ffffff;
	} #menu a:hover {
		text-decoration: underline;
		color: #ffccff;
	}
	
	#menu ul {
		padding:5px;
		font-size:12px;
		background-color:#FF99CC;
		border-style: dashed;
		list-style:none;
	}
	#menu h2 {
		font-size:20px;
		word-spacing: -1pt;
		letter-spacing: -1px;
		line-height: 19px;
		padding-bottom:2px;
	}

#photo1 {
	float: left;
	width: 380px;
	height: 380px;
	background-color:#FF99CC;
	border-style: solid;
	background-repeat:no-repeat;
	padding:5px;
	margin:5px; 
}
#photo2 {
	float: left;
	width: 380px;
	height: 380px;
	background-color:#FF99CC;
	border-style: solid;
	background-repeat:no-repeat;
	padding:5px;
	margin:5px; 
}
#textbody {
	background-color:#FF99CC;
	background-repeat:no-repeat;
	padding:5px;
	margin:5px; 
}
#textbody a {
	color:#80007F;	
}
#textbody a:hover {
	color:#ffe3ff;
	text-decoration: underline;
}
#textbody a:visited {
}
#warning {
	font-size:12px;	
	padding-left: 20px;
	padding-right: 180px;
}

#footer {
	position:absolute;
	top:500px;
	left:0px;
	width:100%;
	background-color:#FF99CC;
	font-size:10px;
	color: #CC6699;
} 

#formSend {
	text-align:left;
}
	#formSend input.submit {
		font-size: 2.0em;
	}
	#formSend input.textbox {
		background-color: #ffccff;
		border:dashed 1px;
	}

#emailAFriend1 {
	font-size:10px;
	background-color:#FF99CC;
	border:dotted 1px;
	text-align:left;
}
#emailAFriend {
	font-size:10px;
	background-color:#FF99CC;
	border:dotted 1px;
	text-align:left;
}
#emailAFriend2 {
	font-size:10px;
	background-color:#FF99CC;
	border:dotted 1px;
	text-align:left;
}

#skyScraper1 {
	float:right;
	height:602px;
	width:162px;
}
#googleBanner {
	height:62px;
	width:470px;
}
#skyScraper2 {
	float:right;
	height:602px;
	width:162px;
}

#prevNext {
	text-align:center;
	font-size: 2.0em;
}
#footer a:hover{
	color:white;
}
#footer2 {
	position:absolute;
	//top:3600px;
	left:0px;
	width:100%;
	background-color:#FF99CC;
	font-size:10px;
	color: #CC6699;
	text-align:center;
} 
#tableOfContent {
	padding-left: 30px;
}
#footer2 a:hover{
	color:white;
}

#buy-it {
	float:right;
	font-size:9px;
}
select {
 background-color: #CC6699;
 color: #FFCCFF;
}

h4 {
	margin:0 0 3px 0;
	font-size:22px;
	color:#1b2c49;
	border-bottom:1px solid #ccc;
	display:block;
	padding:2px 0 2px 5px;
	text-align:left;
	background-color:#ffccff;
}

