/* CSS Document */
body    {
    text-align: center;
    position: relative; 
}

#bodyCenter    {
    width: 800px;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#topmenu a{
background-color: #1f4789;
color: white;
}
#topmenu a:link { color: white; text-decoration: none }
#topmenu a:active { color: white; text-decoration: none }
#topmenu a:visited { color: white; text-decoration: none }
#topmenu a:hover{
background-color: #75A3D0;
color: #CCFFFF;
}
#leftnav a{
background-color: #eeeeee;
color: black;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
}
#leftnav a:link { color: black; text-decoration: none }
#leftnav a:active { color: black; text-decoration: none }
#leftnav a:visited { color: black; text-decoration: none }
#leftnav a:hover{
color:#FF0000;
text-decoration:underline;
}


#listitem a:link { color: black; text-decoration: none }
#listitem a:active { color: black; text-decoration: none }
#listitem a:visited { color: black; text-decoration: none }
#listitem a:hover{
text-decoration:underline;
}

#logo a{
background-color: #336699;
color: white;
text-decoration:none;
}
#logo a:link { color: white; text-decoration: none }
#logo a:active { color: white; text-decoration: none }
#logo a:visited { color: white; text-decoration: none }

.image_link {
cursor:hand;
}

.logo_mydvrstore {
	font-size: 36px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

.logo_net {font-weight: bold; font-size: 22px;}

.top_menu {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.left_menu_h1 {font-family: Geneva, Arial, Helvetica, sans-serif; color: #FF0000; font-weight: bold;}
.left_menu_h2 {font-size: 14px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold;}

.featuredproduct {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.titleclass {font-size:20px;font-weight: bold;}

.top_message {font-size:20px;font-weight: bold; color: #FF0000;}