@charset "utf-8";
/* Allison Wonderland General CSS Document */

/* Common Styles
*****************************************/
body {
	margin: 0;
	padding: 0;	
	font-size: 13px;
	line-height: 16px;
	color: #e18382;	
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;		
	background-color: #FFFFFF;
}
p {	
	padding: 0px 0px 16px 0px;
	margin: 0px;
}
img {
	border: 0px;
}
ul {
	margin-top: 0px;
	list-style-type: disc;	
}
h2 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 0px 16px 0px;
	margin: 0px;
	line-height: 24px;
}
h3 {
	color: #435c5f;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 0px 16px 0px;
	margin: 0px;
}
h4 {
	color: #795d63;
	font-weight: bold;
	font-size: 15px;
	padding: 0px 0px 16px 0px;
	margin: 0px;
	line-height: 22px;
}
h5 {
	color: #68795d;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 16px 0px;
	margin: 0px;
	line-height: 20px;
}

/* Layout Styles
*****************************************/
#contentWrapper {	
	position: relative;
	top: 0px;
	width: 1212px;
	min-height: 740px;
	height: auto !important;
  	height: 740px;
	margin: 0px auto;
}

#contentWrapper #content {
	position: absolute;
	top: 40px;
	width: 1212px;
	height: 700px;
	background-image: url(/images/10fall/bkg_base.gif);
	background-repeat: no-repeat;

}
#logo {
	position: absolute;
	width: 471px;
	height: 84px;
	top: 50px;
	left: 60px;
}
.leftColumn {
	position: relative;
	float: left;
	width: 350px;
	margin-right: 50px;
}
.leftColumn2 {
	position: relative;
	float: left;
	width: 330px;
	margin-right: 20px;
}
.rightColumn {
	position: relative;
	float: right;
	width: 330px;
	margin-right: 10px;
}
.copyright {
	position: relative;	
	text-align: center;
	font-size: 10px;
	color: #888882;
	padding-bottom: 15px;
	width: 1200px;
	margin: 0 auto;
}
.socialNetworking {
	float: right;
	position: relative;
	display: block;
	margin-top: -10px;
}

/* Link Styles
*****************************************/
a {	
	text-decoration: underline;
}
a:link, a:active {
	color: #435c5f;
}
a:visited {	
	color: #435c5f;	
}
a:hover {
	color: #a30000;
	text-decoration: none;
}
a.collectionsLink:link, a.collectionsLink:active, a.collectionsLink:visited  {
	color: #a8a699;	
}
a.collectionsLink:hover {
	color: #a30000;
	text-decoration: none;
}

.copyright a:link, .copyright a:active, .copyright a:visited {
	color: #888882;
}
.copyright a:hover {
	color: #a30000;
	text-decoration: none;
}

/* Nav Styles
*****************************************/
#navBar {
	position: absolute;
	top: 135px;
	left: 420px;	
}
#nav {	
	position: relative;
	margin: 0 0 0 22px;
	padding: 0;
	z-index: 2;
}
#nav span {
	display: none;
}
#nav li {	
	list-style-type: none;
	float: left;
	margin-right: 35px;
}
#nav a {
	background: url('/images/10fall/nav_bar_sprites.png') no-repeat;
	display: block;
	height: 54px;
}
#nav #homeNavBtn a {
	background-position: 0 0;
	width: 68px;
}
#nav #homeNavBtn a:hover {
	background-position: 0 -54px;
	width: 68px;
}
#nav #collectionNavBtn a {
	background-position: 0 -108px;
	width: 126px;
}
#nav #collectionNavBtn a:hover {
	background-position: 0 -162px;
	width: 126px;
}
#nav #bioNavBtn a {
	background-position: 0 -216px;
	width: 40px;
}
#nav #bioNavBtn a:hover {
	background-position: 0 -270px;
	width: 40px;
}
#nav #pressNavBtn a {
	background-position: 0 -324px;
	width: 67px;
}
#nav #pressNavBtn a:hover {
	background-position: 0 -378px;
	width: 67px;
}
#nav #shopNavBtn a {
	background-position: 0 -432px;
	width: 62px;
}
#nav #shopNavBtn a:hover {
	background-position: 0 -486px;
	width: 62px;
}
#nav #storesNavBtn a {
	background-position: 0 -540px;
	width: 72px;
}
#nav #storesNavBtn a:hover {
	background-position: 0 -594px;
	width: 72px;
}
#nav #contactNavBtn a {
	background-position: 0 -648px;
	width: 90px;
}
#nav #contactNavBtn a:hover {
	background-position: 0 -702px;
	width: 90px;
}

#activePageHome {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 39px;
	height: 38px;
	background: url('/images/10fall/nav_bar_sprites.png') no-repeat;
	background-repeat: no-repeat;
	background-position: -144px 0;
	z-index: 1;
}
#activePageCollections {
	position: absolute;
	top: 10px;
	left: 110px;
	width: 39px;
	height: 38px;
	background: url('/images/10fall/nav_bar_sprites.png') no-repeat;
	background-repeat: no-repeat;
	background-position: -144px -72px;
	z-index: 1;
}
#activePageBio {
	position: absolute;
	top: 10px;
	left: 270px;
	width: 39px;
	height: 38px;
	background: url('/images/10fall/nav_bar_sprites.png') no-repeat;
	background-repeat: no-repeat;
	background-position: -144px -144px;
	z-index: 1;
}
#activePagePress {
	position: absolute;
	top: 10px;
	left: 347px;
	width: 39px;
	height: 38px;
	background: url('/images/10fall/nav_bar_sprites.png') no-repeat;
	background-repeat: no-repeat;
	background-position: -144px -216px;
	z-index: 1;
}
#activePageStores {
	position: absolute;
	top: 10px;
	left: 543px;
	width: 39px;
	height: 38px;
	background: url('/images/10fall/nav_bar_sprites.png') no-repeat;
	background-repeat: no-repeat;
	background-position: -144px -288px;
	z-index: 1;
}
#activePageContact {
	position: absolute;
	top: 10px;
	left: 650px;
	width: 39px;
	height: 38px;
	background: url('/images/10fall/nav_bar_sprites.png') no-repeat;
	background-repeat: no-repeat;
	background-position: -144px 0px;
	z-index: 1;
}

/* Text Box Styles
*****************************************/
.textBox1 {
	position: absolute;
	top: 280px;
	left: 415px;
	width: 290px;
	height: 350px;
	overflow: auto;
	text-align: justify;
}
.textBox2 {
	position: absolute;
	top: 280px;
	left: 455px;
	width: 730px;
	height: 350px;
	overflow: auto;
	text-align: left;
}
.bioBox {
	position: absolute;
	top: 230px;
	left: 394px;
	width: 451px;
	height: 408px;
	overflow: hidden;
	text-align: justify;
	background-image: url('/images/10fall/bio_pictures.jpg');
	background-repeat: no-repeat;
	padding-left: 353px;
}
.pressBox {
	position: absolute;
	top: 220px;
	left: 415px;
	width: 762px;
	height: 430px;
	overflow: auto;
	text-align: justify;
	padding-right: 10px;
}
.storesBox {
	position: absolute;
	top: 250px;
	left: 445px;
	width: 720px;
	height: 385px;
	overflow: auto;
	text-align: left;
	padding-right: 10px;
	vertical-align:middle;
}
.storesBox ul {
	margin: -5px -5px 20px 0px;
	padding: 0xp;
}
.storesBox li {
	list-style: none;
	margin: 5px 0px 0px 25px;
	padding: 0px;
	color: #888882;
}
.storesBox li a{
	text-decoration:none;
	color: #888882;
}
.storesBox li a:hover{
	text-decoration:underline;
}
.greyTextBI {
	color: #888882;
	font-weight: bold;
	font-style: italic;
}
.quote1 {
	color: #758d8d;
	font-size: 11px;
	line-height: 14px;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.quote2 {
	color: #888882;
	font-size: 11px;
	line-height: 14px;
	padding: 0px;
	margin-left: 35px;
	margin-bottom: 15px;
}
.collectionLinksBox {	
	position: absolute;
	top: 480px;
	left: 435px;
	width: 300px;
	height: 380px;
	overflow: hidden;
	text-align: left;
	padding-right: 20px;
	font-size: 11px;	
}
.collectionsDesc {
	position: absolute;
	top: 510px;
	left: 985px;
	width: 300px;	
	text-align: left;
	font-size: 11px;
}
.collectionsDesc h1 {
	font-size: 11px;
	color: #d9539d;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 14px;
	text-align: left;
}
.collectionsDesc h2 {
	font-size: 11px;
	color: #a8a699;
	font-weight:normal;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	text-align: left;
}
.collectionsDesc h3 {
	font-size: 11px;
	color: #a8a699;
	font-weight:normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 14px;
	text-transform: none;
	text-align: left;
}

.collectionsDesc2 {
	position: absolute;
	top: 300px;
	left: 435px;
	width: 135px;	
	text-align: left;
	font-size: 11px;
}
.collectionsDesc2 h1 {
	font-size: 11px;
	color: #d9539d;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 14px;
	text-align: left;	
}
.collectionsDesc2 h2 {
	font-size: 11px;
	color: #435c5f;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	text-align: left;
}
.collectionsDesc2 h3 {
	font-size: 11px;
	color: #a8a699;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 14px;
	text-transform: none;
	text-align: left;	
}

/* Image Styles
*****************************************/
.pressBox img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
#dividerLines {
	position: absolute;
	top: 559px;
	left: 780px;
	z-index: 3;
}
.collectionsPic {
	position: absolute;
	top: 240px;
	left: 660px;
	width: 261px;
	height: 388px;
}
.collectionsArrowLeft {
	position: absolute;
	top: 410px;
	left: 610px;
	width: 28px;
	height: 22px;
}
.collectionsArrowRight {
	position: absolute;
	top: 410px;
	left: 941px;
	width: 29px;
	height: 19px;
}
.collectionsPic2 {
	position: absolute;
	top: 235px;
	left: 625px;
	width: 500px;
	height: 400px;
}
.collectionsArrowLeft2 {
	position: absolute;
	top: 410px;
	left: 580px;
	width: 28px;
	height: 22px;
}
.collectionsArrowRight2 {
	position: absolute;
	top: 410px;
	left: 1141px;
	width: 29px;
	height: 19px;
}

/* Page Graphic Positioning Styles
*****************************************/
#homeMainGraphic {
	position: absolute;
	top: 192px;
}
#bioPicLeft {
	position: absolute;
	top: 196px;
}
#bioPicRight {
	position: absolute;
	top: 270px;
	left: 720px;
}
#pressPicLeft {
	position: absolute;
	top: 196px;
}
#storesPicLeft {
	position: absolute;
	top: 196px;
}
#collectionsPicLeft {
	position: absolute;
	top: 196px;
}
#contactPicLeft {
	position: absolute;
	top: 196px;
}


