﻿body
{
    text-align:center;
	font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-image: url(../images/background.gif); 
	background-repeat: repeat; 
}
	
.main 
{
    margin:0px auto;
	text-align:left;
    padding:20px;	
	position: relative;
    top: 15px;
	width: 750px;
    height: 550px;
    background-color: White;
    border:1px dashed #333;
}

.bottom
{
    height: 30px;
    top: 50px;
    position: relative;
}


.logo
{
    position: absolute;
    top: 20px;
    width: 750px;
}

.news
{
    position: absolute;
    top: 60px;
    width: 150px;
}
 
.product
{
    position: absolute;
    top: 60px;
    left: 190px;
    width: 580px;
}

.news-content
{
 }

.headline
{
    font-size: 16px;
    font-weight:bold;
    margin-top: 10px;
}

.product-content
{
}

.product-image-nav
{
    position: absolute;
    left: 0px;
    height: 450px;
    width: 275px;
}

.product-image
{
    position: absolute;
    left: 0px;
    width: 275px;
    height: 400px;
    border: solid 1px black;
}

.product-nav
{
    position: absolute;
    top:405px;
    text-align: left;
    text-decoration: none;
}


.product-text
{
    position: absolute;
    left: 301px;
    width: 259px;  
    height: 400px;
}    

.small-text
{
    font-size: 10px;
}


.xnavigation
{
    position: absolute;
    top: 460px;
    width:275px;
    text-align:center;
    
    border: solid 3px white;
}


.buy
{
    position:absolute;
    bottom: 0px;
    left:0px;
}

.footer
{
    text-align:center;
    position: absolute;
    width: 725px;
    bottom: 5px;
}

img
{
    border-style: none;
}

.color-chip
{
    margin: 5px;
    width: 15px;
    height: 15px;
    float: left;
}

a:link
{
    color: black;
    background-color: white;
}

a:hover
{
    color: white;
    background-color: black;
    text-decoration: none;
}

a:visited:hover
{
    color: white;
    background-color: black;
    text-decoration: none;
}

a:visited
{
    color: black;
    background-color: white;
}
a:active
{
    color: white;
    background-color: black;
}

