body {
	background: #fff url(../images/bg.jpg);
	color: #000;
	font: 90%/1.2 Arial;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Main container divs */
#index {
	width: 780px;
	height: 400px;
	top: 50%;
	left: 50%;
	
	background: #fff url(../images/lim-logo-image.jpg) no-repeat 438px 0px;
	border: solid 3px #000;
	margin-top: -200px;
	margin-left: -390px;
	position: absolute;
	text-align: center;
	visibility: visible;
}

#navigation {
	font-size: 0px;
}

#titles {
}

#titles img{
	width: 150px;
	
	border: 4px solid #fff;
	border-bottom: 0;
	margin: 0 2px 0px 2px;
}

#images { }

#images .active {
	border-bottom: 8px solid #BFBFBF;
	margin: 0 3px 0 3px;
}

#images img {
	width: 150px;
	
	border: 4px solid #BFBFBF;
	margin: 0 3px 5px 3px;
}

#container {
	width: 780px;
	
	background: #fff url(../images/lim-logo-image.jpg) no-repeat 438px 0px;
	border: 4px solid #000;
	margin: 34px auto;
}

#content-container {
	width: 650px;
	
	background-color: #BFBFBF;
	margin: 20px auto;
	margin-top: 0px;
	text-align: left;
}

#header {
	width: 307px;
	height: 98px;
	
	float: left;
	margin: 35px 0 55px 35px;
}



#main {
	margin-left: 10px;
	padding: 15px;
}

#foot {
	clear: both;
	background-color: #fff;
	font-size: 11px;
	padding: 5px;
	text-align: center;
}

#foot ul {
	list-style: none;
}

#foot li {
	display: inline;
	margin: 0 5px;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* General Styles */
a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2.page-title {
	text-transform: uppercase;
}

img {
	border: none;
}

img.border {
	border: 3px solid #000;
}

p {
	margin: 12px 0 12px 0;
}

/* Collection divs */
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

li {
	display:block;
	margin:0;
	padding:0;
}

#collection-thumb { 
	width:400px;
	
	float:left;
	margin:10px 0;
}

#collection-thumb li { 
	width:400px;
	
	float:left;
	margin:0 0 10px 0;
}

.thumb {
	width:150px;
	
	float:left;
	text-align:center;
}

.collection-info {
	float:right;
	width:230px;
}

.collection-info p {
	text-align:left;
}

.collection-info .title {
	font-weight: bold;
	text-transform: uppercase;
}

.collection-info .money {
	color: #c00;
}

/* Product divs */
#product {
	
}

#description {
	margin: 0 5px 0 0;
}

#product .image {
	width: 240px;
	
	float: right;
	margin: 60px 10px 20px 10px;
	text-align: center;
}

#product-clear {
	clear: both;
	height: 15px;
}

#price {
	color: #c00;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0 10px 40px;
}

#product .variant-price {
	color: #c00;
}

#product .soldout {
	background: #fff;
	color: #c00;
}

#image-select {
	width: 240px;
	
	clear: right;
	float: right;
	text-align: center;
}

#image-select a {
	margin: 3px;
	padding: 2px;
	text-decoration: underline;
}

#image-select a:hover {
	text-decoration: none;
}

#add {
	background-color: #BFBFBF;
	border: 2px solid #fff;
	color: #fff;
	font-size: 90%;
	margin: 20px 0 40px 0;
}

/* Cart divs */
#cart {
	margin: 0;
}

#cart .money {
	color: #c00;
	font-size: 90%;
}

#cart h3.small {
	margin: 0;
  	padding: 5px 30px;
  	color: #c00;
	font-size: 90%;
	font-weight: normal;
	font-family: "Arial;
  	text-align: right;
}
	
#cart .right {
  	top: 10px;
  	right: 30px;

	position: absolute;
  	text-align: right;
}

#cartform {
	margin: 30px auto;
}

.cart-info {
	background: #ffd;
  	border: 1px solid #c00;
  	color: #c00;
  	line-height: 130%;
	padding: 10px 30px;
  	text-align: right;
}

#line-items {
	list-style: none;
	margin: 5px 0;
}

#line-items li {
	border-bottom: 1px solid #ccc;
  	margin-bottom: 2px;
	padding: 10px 30px;
	position: relative;
}

#line-items h3 {
	font-size: 110%;
	margin: 5px;
	padding: 5px;
}

.cart-thumb {
	width: 50px;
	
  	float: left;
  	margin-right: 5px;
  	padding: 2px;
  	text-align: center;
}

li#total {
  	background: #ffd;
	border: 1px solid #c60;
  	color: #444;
	font-size: 14px;
  	font-weight: bold;
	margin: 30px 0 60px;
  	text-align: right;
}

li#total .money {
	font-size: 150%;
}

#checkout, #update-cart, #mailing-input, #mailing-submit {
	background-color: #BFBFBF;
	border: 2px solid #fff;
	color: #fff;
	font-size: 90%;
	margin: 2px;
}

#designers { 
	width:460px;
	
	float:left;
	margin:0;
}

#designers li { 
	width:460px;
	
	float:left;
	margin:0 0 10px 0;
}

.designer-bio {
	width:175px;
	
	float:left;
	text-align:center;
}

.designer-info {
	float:right;
	width:265px;
}