/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
	background-color:white;
}

body{
background-color: black;
}

div#content
{
width: 640px;
position:absolute;
left:50%;
margin-left:-320px;
background-color: white;
}

/* properties for headers */
div#headerlogo { 
height: 100px;
text-align: center;
vertical-align: bottom;
background-image: url("/am_themes/keyword_rockstar/images/member/Keyword-Rockstar-Member-Header.png");
background-repeat: no-repeat;
background-position: center bottom;
margin: 0px;
}

div#footerlogo { 
height: 100px;
text-align: center;
vertical-align: top;
background-color: black;
background-image: url("/am_themes/keyword_rockstar/images/member/Keyword-Rockstar-Member-Footer.png");
background-repeat: no-repeat;
}

/* other elements */
div.centered { 
	text-align: center; 
	}
	
div.centered table {
    margin: 0 auto; 
    text-align: left;
	width: 320px ;
}

div.membermenu table {
    margin: 0 auto;  
    text-align: left;
	width: 600px;
}

div.membersubscriptions table {
    margin: 0 auto; 
    text-align: left;
	width: 600px;
}

/* member buttons*/
.button
{
	margin:0px; 
	padding:0px;
	width:43px;
	height:47px;
}

#menuHomeLi
{
	background:url('/am_themes/keyword_rockstar/images/member/headhome.gif') no-repeat center top;	
}
#menuFeaturesLi
{
	background:url('/am_themes/keyword_rockstar/images/member/headfeatures.gif') no-repeat center top;	
}
#menuSignupLi
{
	background:url('/am_themes/keyword_rockstar/images/member/headsignup.gif') no-repeat center top;	
}
#menuVideosLi
{
	background:url('/am_themes/keyword_rockstar/images/member/headvideos.gif') no-repeat center top;	
}
#menuBlogLi
{
	background:url('/am_themes/keyword_rockstar/images/member/headblog.gif') no-repeat center top;	
}
#menuSupportLi
{
	background:url('/am_themes/keyword_rockstar/images/member/headsupport.gif') no-repeat center top;	
}

/* 2 column divs */
.pos0_2col
{
padding: 5px;
float:left; 
width:310px;
}

.pos1_2col
{
padding: 5px;
margin-left:320px; 
width:310px;
}
