/* Typography */
*{font-family: "Trebuchet MS",arial,sans-serif; margin:0px;}
h1{font-size: 200%;}
h2 {font-size: 100%;}
h3, a {font-size: 80%;}
h4 {font-size: 70%;}

body
	{
	background-color:#ffffff;
	}
	
.wrapper 
	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	text-align:left;
	width:750px;
	height:550px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	}
	
/* ************** */
/* Top Navigation */
/* ************** */
	
#topnav
	{
	position:absolute;
	top:-2px;
	left:0px;
	width:730px;
	height:35px;
	background-image:url(../Images/Topnav.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding-left:20px;
	line-height:35px;
	}
	
#topnav a, #topnav a:active
	{
	color: #000000;
	text-decoration: none;
	}
	
#topnav a:hover
	{
	text-decoration: none;
	border-bottom:solid 2px #993399;
	}
	
/* ****************************** */
/* Top Objects - logo, title etc. */	
/* ****************************** */

.logo
	{
	position:absolute;
	top:40px;
	left:0px;
	}

.title
	{
	color:#993399;
	font-weight:normal;
	position:absolute;
	top:52px;
	left:202px;
	z-index:2;
	}

.subtitle
	{
	color:#672760;
	font-weight:normal;
	position:absolute;
	top:100px;
	left:202px;
	width:auto;
	z-index:2;
	font-size:120%;
	}
		
/* *************************** */
/* Styling for horizontal menu */
/* *************************** */

#horizontal_menu
	{
	position:absolute;
	top:140px;
	left:-1px;
	}
	
ul#horizontal_menu 
	{    
	margin:0px;   
	padding:0px;   
	} 
	
#horizontal_menu li 
	{   
	margin: 2px 0px 0px;   
	list-style:none;   
	float:left;   
	padding:1px;   
	text-align:center;   
	}  
	
#horizontal_menu a
	{
	font-size:90%;   
	color: #000000;   
	display: block;   
	width:100px;   
	height:24px;   
	padding:3px 0px;   
	text-decoration: none;   
	background-image:url(../Images/TabOff2.jpg);
	background-repeat:no-repeat;
	}  
	
#horizontal_menu a:hover, #horizontal_menu a:active 
	{   
	color: #000000;
	display: block 
	}
	
/* ******************** */
/* The Story Block Code */
/* ******************** */

.story
	{
	position:absolute;
	top:170px;
	left:0px;
	width:100%;
	height:376px;
	visibility:hidden;
	overflow:hidden;
	margin:0px;
	}
		
.purpleband
	{
	width:100%;
	background-color:#993399;
	color:#ffffff;
	line-height:30px;
	height:30px;
	padding-left:20px;
	font-size:90%;
	}

.block
	{
	margin-top:10px;
	width:100%;
	margin-bottom:10px;
	}
	
.note
	{
	width:30%;
	float:left;
	color:#993399;
	font-weight:bold;
	font-size:70%;
	padding-left:15px;
	}

.info
	{
	width:65%;
	float:left;
	color:#000000;
	font-size:70%;
	}
	
#policy, #usage, #returns
	{
	width:740px;
	height:330px;
	overflow:auto;
	margin-top:10px;
	margin-left:10px;
	font-size:70%;
	}

#policy h3, #usage h3, #returns h3
	{
	font-size:120%;
	font-weight:bold;
	color:#993399;
	}

 #usage h3, , #returns h3
 	{
 	margin:10px 0px;
 	}

#policy ul, #policy li
	{
	margin-left:10px;
	list-style-type: disc;
	}

#policy a, #usage a, #returns a
	{
	font-size:100%
	}

#disclaimerwords
	{
	padding:5px 10px;
	font-size:70%
	}

