/* Stylesheet for HOFF Cosmetics */
/* Created By: Gajendran Somasundaram, http://www.somasundaram.net */
/* Last updated: 2007-10-22 */

@media screen, projection {

/*---------------------------------------
	COLOURS:
	brown: #a8996e;
---------------------------------------*/

* {margin:0; padding:0;}

body, html {
	font: 400 12px arial, verdana;
	color: #a8996e;
}
/*--------------------------------------	
	VARIOUS
---------------------------------------*/
h1 a span {
	display: none;
}
h1, h2, h3, h4, h5 {
	font-family: arial, verdana;
}
h2 {
	display:none;
}
h3 {
	font-size: 13px;
	margin-bottom: 10px;
}
h4 {
	font-size: 12px;
}
p {
	font-size: 13px;
}
a img {
	border:0;
}
table {
	border-spacing:0;
	border-top: 1px solid #eeeae0;
}
td {
	padding:5px 0;
	width: 180px;
	border-bottom: 1px solid #eeeae0;
}
.clear {
	clear: both;
}
.language {
	position: absolute;
	top: 10px;
	left: 410px;
}

* html .language {
	position: relative;
	top: -440px;
	z-index: 10;
}

/*--------------------------------------	
	LAYOUT
---------------------------------------*/
#main {
	border: 1px solid #a8996e;
	margin: -225px 0 0 -450px;
	position: absolute;
	top: 50%; left: 50%;
	width: 900px; height: 450px;
	z-index: 2;
	overflow: hidden; 
}
#navigation {
	float: left;
	font: 400 15px tahoma, arial, verdana;
	background-color: #a8996e;
	color: #fff;
	padding-top: 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 450px; height: 420px;
}
/*--------------------------------------	
	NAVIGATION
---------------------------------------*/
#navigation ul {
	list-style-type:none;
	margin-top: 40px;
	text-align: center;
}
#navigation li {
	background: url(/img/navLiBg.gif) no-repeat 50% top;
	margin-bottom: 15px;
	padding-top: 15px;
	height: 18px;
}
#navigation li a {
	color: #eeeae0;
	text-decoration: none;
	display:inline;
}
#navigation li a:hover {
	background: url(/img/navHover.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin-left: -16px;
	color: #fff;
}
#navigation li a.active {
	background: url(/img/navHover.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin-left: -16px;
	color: #fff;
}
#navigation p {
	font-size: 15px;
	bottom: 20px;
	left: 0;
	color: #fff;
	position: absolute;
	text-align: center;
	width: 450px;
	color: #eeeae0;
}
/*--------------------------------------	
	CONTENT
---------------------------------------*/
#content {
	float: right;
	overflow: auto;
	padding: 30px 20px 10px 20px;
	width: 410px; height: 410px;
}
#content p {
	color: a8996e;
	font-size: 12px;
	line-height: 18px;
}
#content a {
	color: #a8996e;
}
	/*--------------------------------------	
		HOMEPAGE
	---------------------------------------*/
	.homepage {
		background: url(/img/Sandra-Hoff-2.jpg) no-repeat -75px bottom;
	}
	.homepage p {
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 19px !important;
		margin-left: 40px;
	}
	.homepage p span {
		font: 11px arial, verdana;
		line-height: 17px;
		margin: 0 0 0 165px;
		display:block;
	}
	.homepage img {
		margin: 5px 0 5px 100px;
	}
	/*--------------------------------------	
		PRODUCT
	---------------------------------------*/
	.product {
		text-align: center;
	}
	.product h3 {
		margin-top: 10px;
		font-size: 12px;
		text-transform: uppercase;
	}
	.product p {
		margin-bottom: 30px; 
		text-align: left;
		margin-top: 5px;
	}
	/*--------------------------------------	
		STORES
	---------------------------------------*/
	.stores p {
		margin-bottom: 30px;
	}
	.stores h4 {
		margin-top: 30px;
		padding-bottom: 5px;
		margin-bottom: 3px;
	}
	.stores table {
		font-size: 12px;
	}
	/*--------------------------------------	
		CONTACT
	---------------------------------------*/
	.contact h4 {
		margin-top: 20px;
	}
	.contact p {
		margin-top: 5px;
	}
	/*--------------------------------------	
		PRESS
	---------------------------------------*/
	.press div {
		float:left;
		padding-right: 30px;
	}
	.press h3 {
		margin-top: 40px;
	}
	.press p {
		margin-bottom: 10px;
	}
	.press img {
		float: right;
		margin: 10px 0 5px 15px;
		border: 1px solid #a8996e;
		padding: 1px;
	}
	.press ul {
		border-top: 1px solid #eeeae0;
		list-style-type:none;
		padding-top: 2px;
		margin-top:6px;
	}
	.press li {
		border-bottom: 1px solid #eeeae0;
		padding:5px 0;
	}
	.press ul span {
		padding-right: 20px;
	}
	.news h4 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.news h5 {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 20px !important;
	}
/*---------------------------------------------*/
#overlay{ 
    background-image: url(/img/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/img/overlay.png", sizingMethod="scale");
}

#box{
    width:300px;
    background:#2d2d2d;
    padding:10px;
    border:2px solid #eee;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

}

