/* CSS Document */

body	{
background-color:#ffffff;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
text-align:center;
margin:0px;
border:0px;
padding:0px;

}

a:link {color: #5a2c65; text-decoration: none; font-weight: bold}
a:active {color: #5a2c65; text-decoration: none; font-weight: bold }
a:visited {color: #5a2c65; text-decoration: none; font-weight: bold}
a:hover {color: #5a2c65; text-decoration: underline; font-weight: bold}

h1 {
	font-size: 16px;
	font-weight: bold;
}

.popup	{
text-align:left;
margin-top:25px;
margin-left:25px;
width:980px;
border: 0px;
padding:0px
}
.all {
margin:0px;
background-image: url(http://www.simply.tv/img/bg.gif);
background-position: center -100px;
background-repeat: no-repeat;
width:1000px;
}

.allterms {
margin:0px;
background-image: url(http://www.simply.tv/img/bg.gif);
background-position: center bottom;
background-repeat: no-repeat;
width:1000px;
}

#purplenav {
	left: 50%;
	margin: 0px 0px 0px -515px;  /* half of width */
	border: 0px;
    padding: 0x; 
	width:1000px;
	height:26px;
	z-index:5;	
	clear: both;
	position: relative;
	background-image: url(http://www.simply.tv/img/purplebar/dark-purple.gif);
	background-repeat:repeat;
	text-decoration: none;
}

#purplenav_result {
	position:absolute;
	bottom:10px;
}

#nav li {
  	margin:0px;
	float:left;
	width:100%;
	text-align:center;
	width:16%;
	list-style-type: none;
}
#pinkbar {	
	position: absolute;
	width:1000px;
	top:26px;
	height:15px;
	left: 0px;
	background-image: url(../img/purplebar/light-purple.gif);
	
}
