@charset "UTF-8";



body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center center;
}


/**************** <a> links rules *******************/


a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
a:hover  {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* :focus { outline: 0; }
#wrapper-doc/*********************** global wrapper DIV *******************/

 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3em;
}
#content {
	height: 600px;
	width: 100%;
	padding-bottom: 2em;
	position: relative;
}
#logo {
	background-image: url(../images/logo-M.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 65px;
	width: 365px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3em;
	margin-bottom: 3em;
}


/************************* MENU BAR **************************/
#menu {
	letter-spacing: 0.3em;
	width: 100%;
	background-color: #000000;
	filter: alpha(opacity=60); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu td {
	text-align: center;
	width: 200px;
}


/********************** credit ***************************/
#credit {
	width: 100%;
	font-size: 9px;
	letter-spacing: 0.3em;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
}
#credit a {
	color: #B7B7B7;
}
#credit a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#credit img {
	filter: alpha(opacity=60); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;
}
#credit p {
}
.SMpadding {
	padding-right: 2em;
}



/********************** Home Page *************************/

#home {
	width: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
	margin-top: 0em;
	padding-top: 100px;
	padding-bottom: 200px;
}



/********************* COLLECTIONS Page ***********************/

#collections{
	background-image: url(../images/collections/collection-cover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}

#collections-text {
	position: absolute;
	height: 540px;
	width: 350px;
	right: 0px;
	top: 0px;
	z-index: 10;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	color: #C8C8C8;
}
#collections-text a {
	color: #C3B582;
	text-decoration: none;
}
#collections-text a:hover {
	color: #595959;
	text-decoration: none;
}
#collections-text p {
	text-align: left;
	line-height: 1.5em;
}
#collections-links {
	text-align: center;
}

#collections-box {
	background-color: #000000;
	background-image: url(../images/HI-M.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	width: 450px;
	margin-left: 400px;
	position: relative;
	filter: alpha(opacity=50); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;
}
#collections-cover {
	position: absolute;
	height: 600px;
	width: 400px;
	left: 0px;
	top: 0px;
}




/********************* LOOKS Gallery ***********************/

#looks {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}
#HI-right {
	background-image: url(../images/HI-small.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 85px;
	position: absolute;
	left: 716px;
	top: 183px;
}
#HI-left {
	background-image: url(../images/HI-small.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 85px;
	position: absolute;
	left: 122px;
	top: 183px;
}


/********************* CONTACT Page ***********************/
#contact {
	position: relative;
	width: 75em;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 9em;
}
#contact-box {
	width: 32em; /* internet explorer */
	height: 32em;
	position: absolute;
	float: right;
	right: 0px;
	padding-top: 2em;
	bottom: 0px;
}
#contact-details {
	width: 23em;
	z-index: 10;
	color: #FFFFFF;
	filter: alpha(opacity=60); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;
	background-color: #000000;
	background-image: url(../images/HI-M.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 3em;
	padding-right: 5em;
	padding-bottom: 3em;
	padding-left: 5em;
}
#contact-details p {
	text-align: left;
}
#contact-details a {
	color: #C3B582;
	text-decoration: none;
}
#contact-details a:hover {
	color: #C8C8C8;
	text-decoration: none;
}
h4 {
	text-align: left;
	font-size: 10px;
	letter-spacing: 0.2em;
	font-weight: normal;
	line-height: 0.5em;
}

/************************* ABOUT Page ************************/

#about {
	position: relative;
	margin-bottom: 2em;
}
#about-box

 {
	background-color: #000000;
	width: 41em;
	margin-right: auto;
	margin-left: auto;
	filter: alpha(opacity=40); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-khtml-opacity: 0.4;      /* khtml, old safari */
	-moz-opacity: 0.4;       /* mozilla, netscape */
	opacity: 0.4;
	text-align: left;
	position: relative;
	height: 54em;
	margin-top: 0px;
}
#about-text {
	position: absolute;
	top: -1px;
	padding: 3em;
	width: 35em;
	left: 273px;
	text-align: left;
	z-index: 10;
}
#HI-about-left {
	height: 110px;
	width: 85px;
	position: absolute;
	left: 89px;
	top: 208px;
	letter-spacing: 0.3em;
	font-size: 12px;
}
#HI-about-right {
	height: 110px;
	width: 85px;
	position: absolute;
	top: 209px;
	right: 94px;
	font-size: 12px;
	letter-spacing: 0.3em;
}


/************************* US Page ************************/


#us {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: left;
	padding-top: 2em;
}
#us table {
	background-color: #000000;
	filter: alpha(opacity=80); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;
}
#us td {
	height: 70px;
	width: 70px;
}


/************************* PRESS Page ************************/



#press {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 170px;
}
