@charset "UTF-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}

body {
background:url(../_img/bg.jpg) top left;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
color:#333;
}

#logo {
margin:5px 0px 0px 20px;	
}

#searchBox {
background-image:url(../_img/searchBG.png);
background-repeat:no-repeat;
background-position:left;
width:205px;
height:22px;
float:right;
position:absolute;
top:70px;
right:10px;
}

#searchText {
border:1px solid #fff;
border:none;
position:absolute;
top:5px;
right:60px;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#4F1414;
}

#searchGo {
position:absolute;
right:0px;
margin-top:2px;
cursor:pointer;
}

#nav {
	position:absolute;
	top:68px;
	right:220px;
}

#nav ul {
list-style:none;
display:inline;
}

#nav li {
	display:inline;
	font-size:14px;
	padding:5px;
	vertical-align:middle;
	
}

.navBorder {
padding:0px;
font-size:22px;
letter-spacing:-3px;
}

.largeLink {
font-size:18px;	
}

a {
color:#333;	
}

#nav a {
text-decoration:none;
padding:5px;
padding-bottom:10px;
text-transform:uppercase;
}

#nav a:hover {
color:#FFF;
background-color: #A0BFBF;
}

#wrapper {
margin: 0 auto;
width: 970px;
height: 100%;
position:relative;
z-index:1;
}

#footer {
clear:both;
margin: 0 auto;
width: 970px;
height: 50px;
position:relative;
z-index:1;
padding-top:25px;
}

#collectionsWrapper {
width: 950px;
background:url(../_img/bgContentLarge.jpg);
padding:10px;
}

.collectionThumb {
width: 220px;
text-align:center;
float:left;
padding:0 8px;
font-size:14px;
}

.collectionThumb a{
border:none;
text-decoration:none;
text-align:center;
}

.collectionThumb img{
border:5px solid #FFF;	
margin-bottom:5px;
}

#productResults {
width: 950px;
background:url(../_img/bgContentLarge.jpg);
padding:10px;
margin-top:10px;
}

#productResults h1{
margin-bottom:10px;	
}

.product {
vertical-align:top;	
}

.divLeft {
width:45%;
float:left;
}

.divRight {
width:45%;
float:right;
}

.divRight img {
border:10px solid #FFF;		
}

#errorMsg {
width:95%;
background-color: #649592;
padding:10px;
font-size:16px;
color:#FFF;
display:none;
}

.altRow {
background-color: #649592;
}

#prevItem {
position:absolute;
top:430px;
width:28px;
left:50%;
margin-left:20px;
z-index:100;
}

#nextItem {
position:absolute;
top:430px;
width:28px;
left:50%;
margin-left:470px;
z-index:100;
}