body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a1a1a4;
	line-height:16px;
	padding:0;
	margin:0;
}

a:link, a:visited, a:active { color:#ffb612; text-decoration:none; }
a:hover { text-decoration:underline; }

img {border:none;}

ul { padding:0; margin:0 0 0 16px; }


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	color:#ffb612;
	margin:0 0 5px 0;
	padding:0;
}

#flashHeading {
	padding:0 0 10px 0;
}

hr {
	border: none 0;
	border-top: 1px solid #ffb612;
	width: 100%;
	height: 2px;
	margin: 20px auto 0 0;
	text-align: left;
	color:#fff;
}

/*********************
LAYOUT
**********************/
#container { width:900px; }
#column_left { float:left; width:220px; margin:0px; padding:0px; }
#column_center { float:left; width: 360px; margin:0 0 0 25px; }
#column_right { float: right; width: 260px; margin: 0; padding: 0; }
#column_right_expand2 { float: left; width: 670px; margin: 0; padding: 0; }



.indexContentImg { padding-right: 20px; }

/*********************
MAIN NAVIGATION
**********************/

#mainnav {
	width: 960px;
	margin: 15px auto 51px auto;
	}
	
#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#mainnav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#mainnav li a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:24px; /* for IE5/Win only */
	margin: 0 0 0 62px;
	display: inline; /* fix double-float margin bug */
	}
	
#mainnav li a:hover {
		background-position: 0 -24px;
		}

/* have to use '#mainnav' below to override the margin assigned above. */
#mainnav #nav_home a  {
	width: 56px;
	background: url(http://www.lisabattaglia.com/images/nav_home.gif) top left no-repeat;
	margin-left: 2px; /* remove left margin above for proper centering in 960px */
	}
/* have to repeat this to make sure it takes. specificity required above seems to override this rule for this item */
#mainnav #nav_home a:hover {
	background-position: 0 -24px;
	}

#nav_collection a  {
		width: 81px;
		background: url(http://www.lisabattaglia.com/images/nav_collection.gif) top left no-repeat;
		}
#nav_custom a  {
		width: 98px;
		background: url(http://www.lisabattaglia.com/images/nav_custom.gif) top left no-repeat;
		}
#nav_about a  {
		width: 141px;
		background: url(http://www.lisabattaglia.com/images/nav_about.gif) top left no-repeat;
		}
#nav_press a  {
		width: 89px;
		background: url(http://www.lisabattaglia.com/images/nav_press.gif) top left no-repeat;
		}
#nav_stores a  {
		width: 72px;
		background: url(http://www.lisabattaglia.com/images/nav_stores.gif) top left no-repeat;
		}
#nav_blog a  {
		width: 47px;
		background: url(http://www.lisabattaglia.com/images/nav_blog.gif) top left no-repeat;
		}


/*********************
BLOCKS
**********************/
#logo {
	background:#FFFFFF url(images/logo.gif) center no-repeat;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	color:#999;
}

#greyLine { background-color:#919194; width:100%; height:2px; padding:0; margin:0; line-height:1px; }
.greyLine { background-color: #919194; width: 100%; height: 2px; }

#subNavigation { background-color: #FFFFFF; }

#contentLeft {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	color:#666;
	line-height:18px;
	background-color: #FFFFFF;
	border:1px solid;
}

#contentRight {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	color:#666;
	line-height:18px;
	background-color: #FFFFFF;
	float: right;
	width: 330px;
}

#mainContent {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

#indexContent {
	background-color: #FFFFFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 418px;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	
}
a.disclaimer { font-size:11px; color:#a1a1a4; }
#footer a { font-size:11px; color:#a1a1a4; }
#footer li { display:inline; padding-left:30px; }

/*********************
GENERAL
**********************/
.caption { font-size:10px; }

/*Colors*/
.gray, 
a.gray, 
a.gray:link,
a.gray:hover,
a.gray:active, 
a.gray:visited { color:#a1a1a4; }

.descriptionCopy {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: 200;
	padding:0;
	margin:0;
	overflow: auto;
}

.descriptionCopy p {
	padding:0;
	margin-top:3px;
}

.descriptionCopy A:link {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: 200;
	color: #717073;
	overflow: auto;
	text-decoration: none;
}

.descriptionCopy A:visited {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: 200;
	color: #717073;
	overflow: auto;
	text-decoration: none;
}

.descriptionCopy A:hover {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: 200;
	color: #F05133;
	overflow: auto;
	text-decoration: underline;
}

.utilitiesCopy {
	font-family: arial;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #919195;
	margin-right: 55px;
}



#mainContent #subNavigation img { padding-left: 50px; border: 0; }

.actionsCopy { font-family:verdana; font-size:10px; font-weight:200; color: #919195;}


		
.priceCopy {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #717073;
	overflow: auto;
}



#content {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	color:#666;
	line-height:16px;
}


.sizeChartLink {
	padding-left:5px;
}

/*********************
FORMS
**********************/
.formbox { height:16px; padding:0; margin:0; line-height:20px; }
.btn_add2bag { vertical-align:bottom; }
.btn { vertical-align:bottom; }


/*********************
PAGE: product detail 
**********************/
#product_current { float:left; }
#product_thumbs img { padding-left:20px; }
#product_gallery { padding:0; margin:0; }
#lnk_enlarge {
	clear:both;	
	color:#adadb0;
	font-size:10px;
	line-height:normal;
	padding:0 0 0 165px;
	margin:0;
	text-align:left;
}
#lnk_enlarge a { color:#adadb0; padding:0; margin:0; }
#gallery_sm0, #gallery_sm1 { padding-bottom:17px; margin:0; }

#social-links { padding-top:15px; }

#swatches { margin:10px 0 15px 0; }
#swatches img { border:none; padding-top:10px;}
#swatches .name { font-size:10px; color:#a1a1a4; padding:0 16px 5px 7px; }

#social { padding:15px 0 0 0; margin:0; }
#social ul li { display: inline; padding:0 12px 0 0;}
#social ul { list-style-type:none; padding:0; margin:0;}


/*********************
PAGE: cart
**********************/
.shop_cart {
	width:100%;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	color:#999;
	border-top:#ffb612 1px solid;
	
}
.shop_cart-dotted { width:100%; border-bottom:#ffb612 1px solid; }

.shop_cart-header { color:#999; font-weight:bold; }
.shop_cart-total { font-weight:bold; }

.shop_cart a { color:#ffb612; }
.shop_cart TD { padding:0; padding-top:3px; }
.shop_cart TH { padding:0; padding-top:10px; padding-bottom:10px; text-align:left; }


/*********************
PAGE: collection
**********************/
#collection_gallery ul { list-style-type:none; padding:0; margin:0; }

#collection_gallery li { 
	float:left; 
	display:inline;	
	padding:0 46px 20px 0; 
	margin:0 0 0 0; 
}

#collection_gallery li span { font-size:12px; color:#a1a1a4; }

/*********************
PAGE: press
**********************/
#press_gallery ul { list-style-type:none; padding:0; margin:0; }

#press_gallery li { 
	float:left; 
	display:inline;	
	padding:0 18px 20px 0; 
	margin:0 0 0 0; 
}

#press_gallery li span { font-size:12px; color:#a1a1a4; }