/* Value-Cameras.com CSS */

.menuhead {color:#444444;font:bold 13px Arial,Helvetica,sans-serif}
.menu {color:#30201f;font:12px Arial,Helvetica,sans-serif;margin-bottom:2px}
.menuu {color:#30201f;font:12px Arial,Helvetica,sans-serif;text-decoration:underline}
.menub {color:black;font:bold 12px Arial,Helvetica,sans-serif}
A.menu:link {color:#30201f;text-decoration:none}
A.menu:visited {text-decoration:none;color:#52563f}
A.menu:active {color:#F02040}
A.menu:hover {color:#C50000;text-decoration:underline}
A.imgnav:hover {background:#F02040}
A:link {COLOR:#0900D0;text-decoration:underline}
A:visited {COLOR:#6940a0}
A:active {COLOR:#CC0000}
A:hover {COLOR:#C50000}
.co {color:#FFFFFF;font:10px Arial,Helvetica,sans-serif}
A.co:link {color:#444444;text-decoration:none}
A.co:visited {text-decoration:none;color:#554455}
A.co:active {color:#F02040}
A.co:hover {color:red;text-decoration:underline}
.co2 {color:#444444;font:10px Arial,Helvetica,sans-serif}
A.co2:link,A.co2:visited, A.co2:active, A.co2:hover {color:#444444;text-decoration:none}

h1 {font:bold 18px Arial,Helvetica,sans-serif;color:#5B5B77}
h2 {font:bold 16px Arial,Helvetica,sans-serif;color:#5B5B77}
h3 {font:bold 14px Arial,Helvetica,sans-serif;color:#5B5B77;margin-bottom:5px;}
h4 {font:bold 13px Arial,Helvetica,sans-serif;color:#5B5B77}
h5 {font:bold 12px Arial,Helvetica,sans-serif;color:#5B5B77}
h6 {font:bold 11px Arial,Helvetica,sans-serif;color:#5B5B77}




/* This is the class for the left column, you will need to enter in the desired backgound color, */
/* if you want the left column to have a border and what font you want the font to be displayed as*/

.left_column
{
background-color: #DDDDDD;
border: 0px; 
border-right: 1px solid #000000;
font:bold 10pt Arial,Helvetica,sans-serif; 
text-decoration:none;
line-height:13px;
} 

/* This is the class for the right column, you will need to enter in the desired backgound color, */
/* and if you want the right column to have a border */

.right_column
{
background-color: #DDDDDD;
border: 0px; 
border-left: 1px solid #000000;
font:11px Arial,Helvetica,sans-serif; 
text-decoration:none;
} 

/* This is the class for the top heading, you will need to enter in the desired backgound color, */
/* and if you want the heading to have a border */

.heading
{
background-color: #7E7EA5;
border: 0px; 
font:11px Arial,Helvetica,sans-serif; 
text-decoration:none;
} 


hr {border:0px;height:1px;background:#000000;color:#000000}


.bottomtable {background:#7E7EA5}


.footer {font:12px Arial,Helvetica,sans-serif;color:#FFFFFF}
A.footer:link {color:#FFFFFF;text-decoration: none}
A.footer:active {color:#FFFFFF;text-decoration: none}
A.footer:visited {color:#FFFFFF;text-decoration: none}
A.footer:hover {color:#FFFFFF;text-decoration: underline}


/* This is the class for the related sites, you will need to enter in the desired font size and type , */

.cluster {font:11px Arial,Helvetica,sans-serif;color:#000000}
A.cluster:link {text-decoration: none}
A.cluster:active {text-decoration: none}
A.cluster:visited {text-decoration: none}


/* This is the class that makes the background and border around the active link in the menu */


#active
{
width: 99%;
background-color: #FFFFFF;
border: 1px; 
border-style: solid;
border-color: #000000;
}
