/* -- layout stuff -- */
html, body, p{
	margin-top: 0;
}
body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #000;
	background-image: url(../images/redbox.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#container
{
    margin-left: auto;
	margin-right: auto;	
	text-align: left;
}
#container, #header{
    position: relative;
	width: 800px;
	text-align: left;
}

#logo{
	margin: 20px 0 20px 10px;
}
#freeShipping
{
	position: absolute;
	right: 0;
	top: 0;
}
#navigation{
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
	height: 52px;
	text-align: right;
}
#content{
	background-color: #fff;
	background-image: url(../images/mainbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 10px 0 10px;
	height: 650px;
}
#wrapper{
	height: 320px;
	position: relative;
}
#pics{
	position: absolute;
	right: 0px;
	top: 20px;
}
.pics {  
    height:  300px;  
    width:   400px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    top:  0; 
    left: 0;
	width:  400px; 
    height: 300px; 
} 
#content h1
{
    font-family: Geneva, Arial;
    font-size: 18px;
    text-transform: lowercase;
    color: #990000;
}
#content h2
{
    font-family: Geneva, Arial;
    font-size: 14px;
    text-transform: lowercase;
    color: #666;
}
#content a
{
    color: #990000;
} 
#footer{
	background-image: url(../images/footerbg.gif);
	height: 12px;
}
#copyright
{
    text-align: right;
    color: #fff;
    padding-top: 5px;
    text-transform: lowercase;
    font-size: 90%;
}


#navigation ul{
	margin: 0;
	padding: 20px 0 0 10px;
}
#navigation ul li{
	display: inline;
	margin:0;
	border-right: 1px solid #fff;
}
#navigation ul li.contact
{
    border: 0;
}
#navigation ul li a{
	color: #CCC;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0 10px 0 5px;
}

#navigation ul li a:hover{
	color: #fff;
}


/* Latest Products */
#latestProducts
{
	margin-top: 100px;
}

.latestTd
{
	height: 135px;
	padding: 5px 8px 8px 8px;
	background-image: url(../images/hometd.jpg);
	background-repeat: no-repeat;
}
.latestTd h3
{
	font-size: 12px;
	padding: 0;
	margin: 0 0 5px 0;
}
.latestTd h3 a
{
	text-decoration: none;
}
.latestTd img
{
	margin-left: 2px;
	border: 1px solid #aaa;
	background-color: #ccc;
	padding: 2px;
}
							
/* image replacement */
.graphic, #prevBtn, #nextBtn{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
