/* ---------------------------------------------------
   HTML ELEMENTS
---------------------------------------------------- */


body {
	background: #000000;  /* black */
	font: 70%/1.5em verdana, arial, sans-serif;
	color: #ffffff;
	text-align: left;
	margin: 0px 0 20px;	/* space above and below entire page */
}


/********** Links **********/	
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #00fff7; 		/* blue */
	/*color: #1cffd2*/
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #0f65e1;			/* dark blue */
}
/**************************/




#wrap {
	width: 850px;  /* 850 */
	background: #000000;
	margin: 0 auto;
	/*margin: 0px 0px 0px 0px;*/
	text-align: left;
}

#main {
	float: left;
	width: 850px;  /* 850 */
	/*margin: 5px 0 10px 0;
	padding: 50px 0 0 0; 
	display: inline;
	min-height: 400px;
	border: 1px solid #C7DDF3; */
	/* light yellow */
	/*background: #FEFFF1;*/
}
#main p {
	margin: 0px 70px 0px 70px;
	font-size: 130%;
	line-height: 150%;	
}


/********** List Sections **********/	
/* This  is the Features section */
/* Bold text header followed by list of features with bullets and proper indentations */
#listSection{
	font-size: 125%;	
	line-height: normal;	
	margin: 0 50px 50px 70px;	/* bottom = 50, Space between sections */
}
#listSection h1 {
	font-size: 170%;	
	font-weight: bold;	
	margin-bottom: 0px;		/* no spacing between title and text below */
}
#listSection ul, ol {
	font-weight: normal;
	line-height: 140%;
	padding: 0 0 0 25px;	/* indent each line in the list a little */
}

#main ul li {
	list-style-image: url(images/Bullet.gif); 
	margin-bottom: 10px;	/* extra space in between each line in the list */
}


/********** Headers **********/	
h1, h2, h3, h4, h5 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }

h1 {
	font-size: 170%;	
	font-weight: normal;	
	color: #ffffff;
}

h2 {
	font-size: 200%;	
	font-weight: normal;	
	color: #ffffff;
}

h3 {
	font-size: 140%;	
	font-weight: normal;	
	color: #ffffff;
	/*margin: 0px 70px 0px 70px;*/
}

h4 {
	font-size: 160%;	
	font-weight: normal;	
	color: #fffcd6;
}

h5 {
	font-size: 300%;	
	font-weight: normal;	
	color: #ffffff;
	margin-bottom: 30px;		/* no spacing between title and text below */
	margin-top: 10px;
}

div.container   { position:relative;}
img.positioned  { position:absolute; width:250px;}
img#GlowRingTop { top: -50px; left: -120px; }



/* Use to center an image */
img.center-image {   display: block;   margin-left: auto;   margin-right: auto; }
img.center-ipad {   display: block;   margin-left: auto;   margin-right: auto; }
img.center-pc {   display: block;   margin-left: -225px;   margin-right: auto; }
img.center-pc2 {   display: block;   margin-left: -125px;   margin-right: auto; }

/* Use to center text */
.center-text { text-align: center;}

.centered {
  /*position: fixed;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*margin-top: -50px;*/
  margin-left: -70px;
}

