a:link
{       
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration:none;
}
 
a:active
{       
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration:none;
}
 
a:visited
{       
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration:none;
}
 
a:hover
{
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: underline;
}

body { 
    text-align: center;
    background-color: #000000;
    margin-top: 0cm;
    margin-left: 0cm;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 15px; 
    font-weight: none;     
}

div#maincontainer {
    height: 620px;
    width: 700px;
    margin-left: auto; 
    margin-right: auto;
    text-align: left;
}

div#header {
    background-image:  url(images/header.jpg);
    background-repeat: no-repeat;
    position: relative;
    height: 99px;
    width: 700px;
    float: left;
    left: 0px;
    top: 0px;
    text-align: left;   
}

dt {
    font-weight: bold;
}

/******** all rollover images ********/
.About { background:url(images/button_about_on.jpg) bottom left no-repeat; }
.News { background:url(images/button_news_on.jpg) bottom left no-repeat; }
.Custom { background:url(images/button_custom_on.jpg) bottom left no-repeat; }
.Products { background:url(images/button_products_on.jpg) bottom left no-repeat; }
.Mission { background:url(images/button_mission_on.jpg) bottom left no-repeat; }
.Contact { background:url(images/button_contact_on.jpg) bottom left no-repeat; }

/********** horizontal ********/
#horizontal-list {
	height:19px;
	width:702px;
	margin:0;
	list-style:none;
	padding:0;
}
#horizontal-list li {
	margin:0;
	padding:0;
	display:block;
	width:117px;
	float:left;	
}
#horizontal-list a:hover img {
	visibility:hidden;
}
#horizontal-list a {
	display:block;
}
#horizontal-list a/**/ {
	height:19px; /* hide from IE5.0/win */
}
/* fixes for IE/win \*/
* html #horizontal-list a {
	cursor:hand;
}
* html #horizontal-list li a:hover {
	height:1%;
}
/* */

div#contentarea {
    background-image:  url(images/background.jpg);
    background-repeat: no-repeat;
    position: relative;
    clear: both;
    height: 502px;
    width: 700px;
    text-align: center; 
}

div#sectionhead {
    background-image:  url(images/section_line.gif);
    background-repeat: no-repeat;
    position: relative;
    float:left;
    height: 50px;
    width: 527px;
    top: 5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 45px;
}
div#content {
    position: relative;
    float: left;
    height: 435px;
    width: 500px;
    top: 15px;
    left: 15px;
    text-align: left; 
}

div#press {
    background-image:  url(images/press.gif);
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    height: 137px;
    width: 189px;
    top: 360px;
    left: 500px;
    text-align: left; 
}

div#custompic {
    background-image:  url(images/custom_line.gif);
    background-repeat: no-repeat;
    position: relative;
    float: left;
    height: 122px;
    width: 386px;
    top: 50px;
    left: 150px;
    text-align: left; 
}
div#indexcontent {
    position: relative;
    display: inline-block;
    float:left;
    clear: both;
    height: 25px;
    width: 700px;
    top: 80px;
    left: 15px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 24px;
}