/* CSS Document */

body {
margin-top: 0;
	background: #d51b1c; 
	font-family:Arial, san serif;
	font-size:85%;
	color:#131500; 
	}
	
	#pagewrapper {
	margin:0 auto;
	width:990px;
	position:relative;
	background-image:url(../shop/watermark.gif);
	background-position:center;
	background-attachment:fixed;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	}
	
	#header {
	margin:0;
	padding:0;
width:990px;
background-image:url(../shop/header.jpg);
height:126px;
background-repeat:no-repeat;
}

.cartListImage
{
  width:150px;
  height:150px;
}

#navcontainer ul
{
padding: 0;
margin: 0;
background-color: #d51b1c;
color: White;
float: left;
width: 990px;

font-family: Arial, san serif;
font-size: 14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #d51b1c;
color: White;
text-decoration: none;
float: left;

border-right: 1px solid #666666;
}

#navcontainer ul li a:hover
{
background-color: #9bdbe5;

color: #03016f;
}
.cleardiv {
clear:both;
	height:0;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

a img {
	border:none; 
	}

a:link {
	color:#d51b1c; /*site links color */
	text-decoration:none;
	}
 
a:visited {
	text-decoration:none;
	color:#d51b1c;
	}

a:hover {
	color:#003dae; /* color when links are hovered over */
	text-decoration:none;
	}
	
	ul, ol {
	text-align:left;
	padding-left:25px;
	margin-left:10px;
	margin-bottom:10px;
	}

h1 {
	font-size:1.3em;
	color: #384A5C;
	}

h2 {
	font-size:1.2em;
	color: #131500;
	}

h3 {
	font-size:1.1em;
	}

h4, h5, h6{
	font-size:1.0em;
	}
	
	h1, h2, h3, h4, h5, h6 {
    margin:0.3em 0;
	}
	
HR {
	height:2px;
	margin: 0;
	border:none;
	border-bottom:1px solid #9a9a9a;
	}
	
	#navBreadCrumb {
	background:#efefef; 
	width:517px;
	text-align:left;
padding: 4px; 
	font-size:12px;
	position:relative;
	float:left;
	}
	
	#login {
	background:#efefef; 
	width:457px;
	text-align:right;
padding: 4px; 
	font-size:12px;
		position:relative;
	float:left;
	}
	
	#content {
	padding:20px;
	margin:0;
	}
	
	#footer {
	background:#efefef; 
	width:982px;
	text-align:center;
padding: 4px; 
	font-size:12px;
	position:relative;
	float:left;
	}

.shop-product-small
{
	text-align: center;
	float: left;
	height: 280px;
	padding: 15px 15px 6px 0;
	overflow: hidden;
	width: 250px;
}
	
	