﻿body, input, textarea, select
{
    font-size: 12px;
    font-family: 'Trebuchet MS' , Verdana;
}
a
{
	outline: none;
}

#navList
{
    list-style-type: none;
    padding-left: 10px;
}
.whiteText {
	color: #FFFFFF;
}
#container 
{
	margin: 0 auto;   /* align for good browsers */
	width: 750px;
}
.style2 {color: #ffcc33}

.style3 {color: red;
    font-weight: bold;}

body {
	background-color: #000000;
	margin-top: 0px;
}

.productImageThumb {
	border: 1px solid black;
	margin-left: 1px;
}

.mediumProductImage {
	margin-right: 7px;
	margin-left: 2px;
	margin-bottom: 2px;
	border: 1px solid black;
	cursor: url('Enlarge.cur');
}

.installDescription
{
    background-color: whitesmoke;
    border: 1px dashed black;
    padding: 4px;
    margin-left: 3px;
}

a.catLink
{
    color: Blue;
}

a.catLink:hover
{
    color: Red;
}

.contentDiv
{
    padding-left: 10px;
    padding-right: 5px;
}
#ServicesList li
{
    list-style-image: url(Images/listArrowGreen.gif)
}


/* Splash Page */
#intro table
{
	color: white;
	font-size: 100%;
}

#intro p
{
	font-size: 120%;
	width: 200px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	padding: 5px;
	background-color: #333333;
	border: 1px solid #666666;
}
