/*This is the main style sheet of the site.*/

body {
background-color: #E1E9E9;
color: #666666;
font-family: Verdana, Helvetica, Ariel, sans-serif;
font-size: 1em; 
margin: 0;
}

img{
border: none;
}

/*lists*/
ul {
list-style-type: circle;
}


/*images on index and about pages*/
.centerImage {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
border: solid #000000 1px;
}

#FactoryImage {
text-align: center;
}

h1 {
font-style: italic;
font-size: 1em;
text-align: left;
letter-spacing: 5px;
line-height: 30px;
}

h2 {
font-style: italic;
color: #666666;
font-size: .9em;
text-decoration: none;
}

h3{
font-size: 1em;
text-decoration: none;
color: #000000;
}

/*footer style*/
.footer{
text-align: center;
font-size: .6em;
text-decoration: none;
color: #000000;
}

.brands {
text-align: center;
font-size: 1em;
text-decoration: none;
color: #FF3300;
font-weight:bold;
}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

#logo {
background-color: #ffffff;
border-bottom: solid #FF0000 1px;
padding-top: 0px;
padding-bottom: 0px;
}

#content {
	position: relative;
	width: 900px;
	left: 5px;
	top: 10px;

}

/*NAVIGATION*/
#navcontainer {
	height: 403px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
	padding-top: 10px;
	padding-bottom: 10px;

}

#navlist
{
padding: 1px;
margin-left: 0px;
font: 11px verdana, sans-serif;
width: 14em;
color: #666666; }

#navlist li
{
list-style: none;
margin: 0px;
border-left: 1px #666666 solid;
border-bottom: 1px #666666 solid;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.7em 0.5em 0.7em 0.9em;
text-decoration: none;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover
{
font-weight:bold;
color: #8B0000;
background: #b1d5ed;
border-left: 3px #004080 solid;
}

/*code validation links*/

#valid {
margin-left: 0px;
}

#xhtml-valid {
text-align: center;
padding-top: 20px;
padding-bottom: 10px;
}

#css-valid {
text-align: center;
padding-bottom: 10px;
}

#link {
text-align: center;
padding-bottom: 10px;
}

#main-text {
border-radius:25px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
text-align: left;
background-color: #ffffff;
border-top: solid #000000 1px;
border-bottom: solid #000000 1px;
border-left: solid #000000 1px;
border-right: solid #000000 1px;
margin-left: 260px;
padding-left: 10px;
padding-top: 1px;
padding-right: 10px;
padding-bottom: 1px;
}

#map {
width: 640px; 
height: 420px;
background-color: #ffffff;
border-top: solid #000000 1px;
border-bottom: solid #000000 1px;
border-left: solid #000000 1px;
border-right: solid #000000 1px;
margin-left: 260px;
}

#brands {
text-align: center;
padding-top: 10px;
}

#Vhs2Dvd {
position: relative;
background: url(images/binary.gif);
 
}

#footer {
text-align: center;
}


/*link style*/
a:link {
font-size: 1.1em;
color: #615C55;
text-decoration: none;
}

a:visited {
font-size: 1.1em;
color: #615C55;
text-decoration: none;
}

a:hover {
font-size: 1.1em;
color: #8B0000;
text-decoration: none;
}

a:active {
font-size: 1.1em;
color: #669999;
font-weight: bold;
}

