/* Master CSS Document */



body {
	margin: 0;
	padding: 0;
	background-color:#880033;
	background-image:url(../Images/grad_bg.png);
	background-repeat: repeat-x;
}

#wrap {
	margin:0 auto;
	width:863px;
	height:auto;
	background-color:#FFF;
}

p {
	font-size: 12px;
	color: #644153;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 5px 0 0 0;
}

h1 {
	font-size: 15px;
	color: #000000;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 12px;
	color: #680130;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
}

h3 {
	font-size: 12px;
	color: #C60059;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin: 5px 0 5px 0;
}

h4 {
	font-size: 11px;
	color: #644153;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;	
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #680130;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #680130;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration:none;
}

.firstline {
	font-size: 14px;
	color: #C60059;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}



/* Header/ Navigation styling */

#header {
	position:static;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	width: 863px;
	height: 100px;
	background-image: url(../Images/Home/header_bg.png);
	background-repeat:no-repeat;
}


#about_button {
	display:block;
	position:relative;
	left:358px;
	width:82px;
	height:26px;
	overflow:hidden;
}

#about_button a:hover {
	display:block;
	text-indent:-82px;
}

#instore_button {
	display:block;
	position:relative;
	left:440px;
	top:-26px;
	width:81px;
	height:26px;
	overflow:hidden;
}

#instore_button a:hover{
	display:block;
	text-indent:-81px;
}

#fashion_button {
	display:block;
	position:relative;
	left:521px;
	top:-52px;
	width:79px;
	height:26px;
	overflow:hidden;
}

#fashion_button a:hover {
	display:block;
	text-indent:-79px;
}

#news_button {
	display:block;
	position:relative;
	left:600px;
	top:-78px;
	width:62px;
	height:26px;
	overflow:hidden;
}

#news_button a:hover {
	display:block;
	text-indent:-62px;
}


#mailing_button {
	display:block;
	position:relative;
	left:662px;
	top:-104px;
	width:109px;
	height:26px;
	overflow:hidden;
}

#mailing_button a:hover {
	display:block;
	text-indent:-109px;
}

#contact_button {
	display:block;
	position:relative;
	left:771px;
	top:-130px;
	width:81px;
	height:26px;
	overflow:hidden;
}

#contact_button a:hover {
	display:block;
	text-indent:-81px;
}


#logo {
	position:relative;
	top:40px;
	left:40px;
}

#banner {
	position:static;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 863px;
	height: 340px;
	text-align:center;
}


#titleWelcome {
	width:235px;
	height:22px;
	background-image: url(../Images/Home/title_welcome.gif);
	background-repeat: no-repeat;
	text-indent:-5000px;
}

#titleInstore {
	width:62px;
	height:22px;
	background-image: url(../Images/instore/title_inStore.gif);
	background-repeat: no-repeat;
	text-indent:-5000px;
}

#titleFashion {
	width:62px;
	height:22px;
	background-image: url(../Images/fashion/title_fashion.gif);
	background-repeat: no-repeat;
	text-indent:-5000px;
}

#titleNews {
	width:46px;
	height:22px;
	background-image: url(../Images/news/title_news.gif);
	background-repeat: no-repeat;
	text-indent:-5000px;
}


#titleMailing {
	width:98px;
	height:22px;
	background-image: url(../Images/mailing/title_mailingList.gif);
	background-repeat: no-repeat;
	text-indent:-5000px;
}

#titleContact {
	width:61px;
	height:22px;
	background-image: url(../Images/contact/title_contact.gif);
	background-repeat: no-repeat;
	text-indent:-5000px;
}


/* Content Styling */


#leftcolumn {
	float:left;
	margin: 0px 0px 10px 30px;
	padding: 0px 45px 0px 0px;
	/*border-width:0px 1px 0px 0px;
	border-style:none dashed none none;
	border-color:#FF99FF;*/
	width: 750px;
	height: auto;
}


#columntext {
	float:left;
	margin: 0 55px 0 30px ;
	padding: 0;
	width: 450px;
	height: auto;
	text-align: left;
}

#columnpic {
	float:left;
	margin: 0;
	padding: 8px 0 0 0;
	width: 280px;
	height: auto;
	text-align: left;
}




/* Footer styling */

#footer {
	clear:both;
	height: 70px;
	background-image: url(../Images/Home/footer_bg.png);
	background-repeat:no-repeat;
	background-color:#680130;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #999999;
	padding: 0px 30px 0px 30px;
	margin: 20px 0 0 0;
}

#footerlinks {
	position:relative;
	left:0px;
	top:20px;
	width:300px;
}

#credits {
	float:right;
	position:relative;
	/*top:-3px;*/
}

#footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #999999;
	text-decoration:none;
	font-style:normal;
}

#footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #999999;
	text-decoration:none;
	font-style:normal;
}

#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #680130;
	text-decoration:none;
	font-style:normal;
}

/* Mailing Form styling */

#mailform {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#680130;
}

#thanks {
	margin: 0 0 200px 0;
}

</style>
