/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
html,body {
	height:100%; /* needed for container min-height */
}
body {
	background: url(images/bg.gif);
	color: #000;
	font-size: 11px;
	font-family: arial, verdana, helvetica, sans-serif;
}
h1 {
	background: url(images/h1.gif) repeat-x left top;
	height: 25px;
	display: block;
	font-size: 13px;
	color: #FFF;
	padding: 4px 10px 0 10px;
}
h2 {
	background: url(images/h1.gif) repeat-x left top;
	height: 25px;
	display: block;
	font-size: 13px;
	color: #FFF;
	padding: 4px 10px 0 10px;
}
#container {
	width: 800px;
	background: #FFF;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	left: 0;
	top: 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#head {
	width: 800px;
	height: 156px;
	position: relative;
	left: 0;
	top: 0;
}
#header {
	width: 800px;
	height: 102px;
	background: url(images/header_rpt.gif) repeat-x left top;
	position: relative;
	top:0;
	left: 0;
}
#header .logo {
	width: 358px;
	height: 85px;
	background: url(images/logo.gif) no-repeat left top;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	left: 0;
}
#header .right-edge {
	width: 3px;
	height: 102px;
	background: url(images/header_right.gif) no-repeat left top;
	position: absolute;
	right: 0;
	top: 0;
}	
#header .tab {
	width: 240px;
	height: 18px;
	position: absolute;
	right: 2px;
	top: 0;
	background: url(images/header_tab.gif) no-repeat left top;
}
#header .tab ul {
	position: absolute;
	top: 4px;
	left: 23px;
	list-style: none;
}
#header .tab ul li {
	float: left;
	padding-left: 17px;
	padding-right: 16px;
}
#header .tab ul li a{
	color: #FFF;
	text-decoration: none;
}
#header .tab ul li a:hover {
	text-decoration: underline;
}
#header .tab .help {
	background: url(images/help.gif) no-repeat left 2px;
}
#header .tab .tell {
	background: url(images/tellafriend.gif) no-repeat left 2px;
}
#header .tab .bookmark {
	background: url(images/bookmark.gif) no-repeat left 2px;
	padding-right: 0;
}
#header .slogan {
	position: absolute;
	left: 0;
	top: 0;
}
.nav {
	width: 800px;
	height: 39px;
	background: url(images/nav_rpt.gif) repeat-x left top;
	position: absolute; 
	left: 0;
	top: 107px;
}
#footer .nav {
	position: relative;
	top: 5px;
	margin-bottom: 10px;
}
.nav .left {
	background: url(images/nav_left.gif) no-repeat left top;
	width: 2px;
	height: 39px;
	position: absolute;
	top: 0;
	left: 0;
}
.nav .right {
	background: url(images/nav_right.gif) no-repeat left top;
	width: 2px;
	height: 39px;
	position: absolute;
	top: 0;
	left: 798px;
}
.nav ul {
	position: absolute;
	left: 0;
	top: 0;
}
.nav li {
	float: left;
	list-style: none;
	background: url(images/divider.gif) no-repeat right top;
	height: 39px;
}
.nav .last {
	background: none;
}
.nav li a{
	height: 10px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 15px 31px 0 31px;
}
.nav .free-ringtones {
	background: url(images/free_ringtones.gif) no-repeat left top;
	width: 105px;
}
.nav .free-poly-ringtones {
	background: url(images/free_poly_ringtones.gif) no-repeat left top;
	width: 188px;
}
.nav .help-with-ringtones {
	background: url(images/help_with_ringtones.gif) no-repeat left top;
	width: 173px;
}
.nav .contact-us {
	background: url(images/contact_us.gif) no-repeat left top;
	width: 79px;
}
#search {
	width: 323px;
	height: 57px;
	background: url(images/search_rpt.gif) repeat-x left top;
	position: absolute;
	right: 12px;
	top: 31px;
}
#search .textbox {
	width: 130px;
	position: absolute;
	left: 131px;
	top: 18px;
}
#search .left {
	width: 10px;
	height: 57px;
	background: url(images/search_left.gif) no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
}
#search .right {
	width: 10px;
	height: 57px;
	background: url(images/search_right.gif) no-repeat left top;
	position: absolute;
	left: 313px;
	top: 0;
}
#search form {
	margin: 8px 9px 0 9px;
}
#search .button {
	margin: 0 0 0 3px;
	position: absolute;
	left:267px;
	top: 18px;
}
#search label {
	background: url(images/search_text.gif) no-repeat left top;
	width: 100px;
	height: 23px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	left: 26px;
}
#content {
	position: relative;
	left: 0;
	top: -5px;
}
#footer {
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	border-top: 1px solid #CCC;
	font-weight: bold;
	color: #666;
}
#footer a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer p {
	margin: 5px 0 10px 0;
}
#footer .copy {
	font-size: 9px;
	font-weight: normal;
}
#contact-page {
	width: 800px;
}
#contact-page table {
	margin: 10px 0;
}
#contact-page td {
	padding: 2px;
}
#contact-page .button {
	background-color: #1b97ca;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	cursor: pointer;
}
#contact-page p {
	margin: 20px 0;
	text-align: center;
}
#contact-page textarea {
	font-family: verdana, arial, sans-serif;
}
.hr {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
}
.orange-bar {
	background: url(images/orange-rpt.gif) repeat-x;
	height: 25px;
	width: 100%;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 3px 3px 3px 7px;
}
.orange-bar a:link {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.orange-bar a:hover {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}
.orange-bar a:visited {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.textInTables
{
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: black;
}

.textInTables1
{
font-family: verdana;
font-size: 13px;
font-weight: normal;
color: black;
}
a.genre
{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
}

a.genre:visited
{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
}

a.genre:hover
{
color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: underline;
}
a {text-decoration: none; color: #000000;}
.mpBackColorPage { background-color: #ffffff;}
.ContentTop { padding-left: 5px; padding-right: 2px; padding-top: 3px; padding-bottom: 3px; background-color: #A2BDEC; }

}
.mpBackColor { background-color: #CCCCCC;}

td { font-family: Verdana; font-size: 11px; text-decoration: none; color: #000000;}
.mpBold { font-weight: bold;}
.mpBoxed { border: 1px solid #CCCCCC; background-color: #ffffff;}
