@charset "UTF-8";
/* CSS Document */
/* *****************************************************************************
********************************************************************** ALL PAGES
***************************************************************************** */
body {
	width: 1000px;
	height: auto;
	background-attachment: fixed;
	background-image: url(images/pattern.gif);	
	position: relative;
	margin: auto;
}
#navigation {
	width: 1000px;
	height: 30px;
	background-image: url(images/bar_pink.gif);
	border-bottom: 3px solid #efa9c4;
	position: relative;
	text-align: center;
}
#cart {
	float: right;
}
#footer {
	clear: both;
	margin: 0 0 50px 0;
	padding: 10px 0 0 0;
	text-align: center;
}
/* *****************************************************************************
******************************************************************** OTHER PAGES
***************************************************************************** */
#body_home {
	width: 1000px;
	height: 400px;
	background-image: url(images/home.jpg);
	border-bottom: 3px solid #201c13;
	border-top: 3px solid #201c13;
}
#arrow {
	width: auto;
	height: auto;
	margin: 80px 0 0 225px; 
}
#body_main {
	width: 1000px;
	height: auto;
	background-color: #efe7d3;
	border-bottom: 3px solid #201c13;
	border-top: 3px solid #201c13;
}
#bag {
	float: right;
	margin: 0 75px 25px 50px;
}
#buttons {
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
}
#item {
	width: 200px;
	height: 165px;
	float: left;
	margin: 15px 0 25px 0;
	text-align: center;
}
#item_catalogue_01 {
	width: 1000px;
	height: 125px;
	background-color: #201c13;
	border-bottom: 3px solid #efa9c4;
	border-top: 3px solid #efa9c4;
	margin: 20px 0 20px 0; 
}
#item_catalogue_02 {
	width: 1000px;
	height: 100px;
	background-color: #fff;
	margin: 20px 0 20px 0;
}
#item_press {
	width: 200px;
	height: 200px;
	float: left;
	margin: 15px 0 25px 0;
	text-align: center;
}
#item_promotion {
	width: 1000px;
	height: 125px;
	background-color: #060001;
	border-bottom: 1px solid #FF0066;
	border-top: 1px solid #FF0066;
	margin: 20px 0 20px 0; 
}
#text_left {
	width: 500px;
	height: auto;
	margin: 0 25px 25px 75px;
}
#text_right {
	width: 250px;
	float: right;
	height: auto;
	margin: 0 75px 25px 50px;
}
#text_promotion {
	width: 500px;
	float: right;
	height: auto;
	margin: 50px 0 0 0;
	text-align: right;
}
/* *****************************************************************************
************************************************************************* IMAGES
***************************************************************************** */
img {
	border: none;
	outline: none;
}
.padding /* Image Padding: (Example: bullets under "about us" and images under "materials) */ {
	margin: 5px 10px 10px 0;
}
.bar {
	margin: 15px 0 0 0;
}
.catalogue /* Catalogue Items: Bracelet and Hairpin */{
	margin: 0 0 0 70px;
}
/* *****************************************************************************
********************************************************************* TYPOGRAPHY
***************************************************************************** */
.brown, .brown_inline /* General Text + pipe */{
	color: #655341;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	line-height: 160%;
	list-style-image: url(images/bullet_red.gif);
	list-style-position: outside;
}
.brown_inline {
		display: inline;
}
.brown_light /* Null Buttons (example: previous button, bags pages */ {
	color: #B69674;
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	letter-spacing: 0px;
	line-height: 160%;
}
.red_headline/* Headlines: */ {
	color: #BF2F55;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 160%;
}
/* *****************************************************************************
************************************************************* LINKS - BAGS NAMES
***************************************************************************** */
a.red_headline:link, a.red_headline:visited, a.red_headline:hover, a.red_headline:active {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 160%;
	outline: none;
	text-decoration: none;
}
a.red_headline:link { /* Red */
	color: #BF2F55;
}
a.red_headline:visited { /* Red */
	color: #BF2F55;
}
a.red_headline:hover { /* Dark Brown */
	color: #655341;
}
a.red_headline:active { /* Light Brown */
	color: #B69674;
}
/* *****************************************************************************
**************************************************************** LINKS - GENERAL
***************************************************************************** */
a:link, a:visited, a:hover, a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	letter-spacing: 0px;
	line-height: 160%;
	outline: none;
	text-decoration: none;
}
a:link { /* Red */
	color: #BF2F55;
}
a:visited { /* Red */
	color: #BF2F55;
}
a:hover { /* Dark Brown */
	color: #655341;
}
a:active { /* Light Brown */
	color: #B69674;
}
/* *****************************************************************************
***************************************************************** LINKS - FOOTER
***************************************************************************** */
a.brown_light:link, a.brown_light:visited, a.brown_light:hover, a.brown_light:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 60%;
	letter-spacing: 1px;
	line-height: 160%;
	margin-left: 12px;
	margin-right: 12px;
	outline: none;
	text-decoration: none;
}
a.brown_light:link { /* Light Brown */
	color: #B69674;
}
a.brown_light:visited { /* Light Brown */
	color: #B69674;
}
a.brown_light:hover { /* Red */
	color: #BF2F55;
}
a.brown_light:active { /* Dark Brown */
	color: #655341;
}
/* *****************************************************************************
************************************************ LINKS - NEXT + PREVIOUS BUTTONS
***************************************************************************** */
a.red:link, a.red:visited, a.red:hover, a.red:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	letter-spacing: 0px;
	line-height: 160%;
	outline: none;
	text-decoration: none;
}
a.red:link { /* Red */
	color: #BF2F55;
}
a.red:visited { /* Red */
	color: #BF2F55;
}
a.red:hover { /* Dark Brown */
	color: #655341;
}
a.red:active { /* Light Brown */
	color: #B69674;
}
/* *****************************************************************************
***************************** LINKS - PROMOTION )taken from ZORI's RED HEADLINE)
***************************************************************************** */
a.red_promotion:link, a.red_promotion:visited, a.red_promotion:hover, a.red_promotion:active {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 70%;
	letter-spacing: 2px;
	line-height: 140%;
	outline: none;
	text-align:center;
	text-decoration: none;
}
a.red_promotion:link, /* red */ {
	color: #FF0066;
}
a.red_promotion:visited /* red */ {
	color: #FF0066;
}
a.red_promotion:hover /* white */ {
	color: #FFF;
}
a.red_promotion:active /* dark red */ {
	color: #660000;
}
/* *****************************************************************************
************************************************************************** TABLE
***************************************************************************** */
table { /* Dark Brown */
	width: 485px;
	border: solid 1px #655341;
	border-collapse: collapse;
	border-spacing: 0px;
}
td.headline {
	width: 100px;
	border: 1px #655341 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	border: dotted 1px #655341;
	color: #655341;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	line-height: 160%;
	padding-left: 10px;
	text-decoration: none;
	text-align: left;
}
