﻿/* Global CSS Values for Site */

body {
  	background: #E0D5B7 url(images/page_bg.jpg) repeat-x;
  margin: 0 auto;
  padding: 0;
  
}

a
{
	color:Blue;
}

img 
{
	border:0px;
}

.std
{
	margin-top:20px;
		
}
.std1
{
	margin-top:20px;
border-width: 1px; 
border-style:solid;
border-color:#b8860b;
}

.std2
{
	margin-top:20px;
border-width: 1px; 
border-style:solid;
border-color:#b8860b;
width:470px;
text-align:center;
}
/* CSS Classes for the Site.Master Page */

#top {
  background-color: black;
  padding: 5px;
  font-size: 10px;
  margin-bottom: 25px;
  text-align:center;
  color:White;
}

.ContentContainer 
{
	margin-left:10px;
}

#productmenu
{
	margin-top:155px;
	float:left;
	width:130px;	
}

#productmenu ul
{
	font-size:80%;
}

#maincontent
{
	float:left;
	margin-left:20px;
	font-size:80%;
	width:530px;
}

/* CSS classes for the top header of the products.aspx page */

#ProductTitle
{
	text-align:center;	
}

.MainProductContent
{
	float:left;
	margin-right:0px;
}

/* CSS classes for the DataList that provides the product listing */

#product
{
	width:145px;	
}

.productimage
{
	width:145px;
	margin-left:25px;
	padding-right:0px;
	float:left;
	vertical-align:middle;
	text-align:center;
}
.productimageedit
{
	width:105px;
	margin-left:-275px;
	padding-right:0px;
	position:absolute;
	float:left;
	
}
.productdetails
{
	float:left;
	width:155px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:25px;
}
.productdetail
{
	float:left;
	width:325px;
	margin-top:450px;
	margin-bottom:5px;
	margin-left:25px;
	
}
.productdet
{
	float:left;
	width:405px;
	margin-top:35px;
	margin-bottom:5px;
	margin-left:25px;
	text-align:left;
	
}
.productdet2
{
	
	text-align:center;
	
}
.productaddbutton
{
	float:left;
}

/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:500px;
	margin-top:30px;
}
.navigation1
{
	width:500px;
	margin-top:35px;
}
#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	
}

