A:link
{
    COLOR: #990000;
    TEXT-DECORATION: none
}

A:visited
{
    COLOR: #990000;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: #990000;
    TEXT-DECORATION: none
}
A.email_link
{
	color: #CC0000;
	font-size: 11px;
	font-weight: bolder;
	font-family: "Arial, Verdana";
	letter-spacing: 3px;
}

BODY
{
    FONT-SIZE: 14px;
    COLOR: black;
    FONT-FAMILY: "Arial, Verdana";
    BACKGROUND-COLOR: white;
    line-height:1.3em;	
}

DIV.margins
{
    MARGIN-LEFT: 20px;
    MARGIN-RIGHT: 20px
}
DIV.nav
{
	font-family: "Arial, Verdana";
	font-weight:700;
	font-size: 14px;
	margin-left: 5px;
    	MARGIN-RIGHT: 0px;
    	padding-left: 5px;
}

DIV.nav_product
{
	font-size: 12px;
	margin-left: 20px;
	margin-right: 5px;
}

DIV.contact_header
{
	font-family: "Arial, Verdana";
	font-size: 10px;
	margin-top: 60px;
	margin-left: 60px;
}

DIV.content_area
{
	margin-left: 10px;
	margin-top: 10px;
	font-family: "Arial, Verdana";
	background-color: white;
}

TABLE.content_table
{
	background-color: "White";
}
TABLE.nav_table
{
	background-color: "LightGrey";
    	padding-bottom: 20px;
}	
INPUT
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 10px;
    FONT-FAMILY: "Arial, Verdana";
    TEXT-DECORATION: none
}
.button
{
    TEXT-ALIGN: center
}
.text_input
{
	margin-left: 10px;
    BACKGROUND-COLOR: silver;
    TEXT-ALIGN: left
}
P
{
    MARGIN: 10px;
    TEXT-ALIGN: justify
}
H3
{
    MARGIN-TOP: 10px;
    MARGIN-LEFT: 10px;
    //TEXT-TRANSFORM: uppercase;
    FONT-FAMILY: "Arial, Verdana"
}
H4
{
    MARGIN-TOP: 10px;
    MARGIN-LEFT: 10px;
    //TEXT-TRANSFORM: uppercase;
    FONT-FAMILY: "Arial, Verdana"
}
H5
{
    MARGIN-TOP: 10px;
    MARGIN-LEFT: 10px;
    FONT-SIZE: 15px;
    color: darkred;
}

LI
{
     margin-left: 10px;
}

P.no_justify
{
    MARGIN: 10px;
    TEXT-ALIGN: left;
}
TEXTAREA
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 10px;
    FONT-FAMILY: "Arial, Verdana";
    TEXT-DECORATION: none
}

/* image gallery styles */
#ImageGallery 
{
   display:inline;
   float:left;
   height:230px;
   width:562px;
}

#bigImg {
display:inline;
float:left;
margin:0px !important;
padding:0px !important;
width:300px;
vertical-align: top;
}

#bigImages {
display:none;
}

#thumbNails {
display:inline;
float:right;
height:172px;
margin:0px;
padding-left:0px !important;
padding-right:4px;
width:258px;
}

#thumbNails li {
display:inline;
float:right;
list-style-type:none;
padding-bottom:4px;
padding-left:6px;
}

#thumbNails img {
cursor:pointer;
}

#enlarge {
display:inline;
float:left;
margin-left:84px;
margin-top:-10px;
text-align:left;
}

#detailbuttons {
display:inline;
float:left;
margin-left:24px;
margin-top:8px;
width:226px;
}