* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

a.submenu:link, a.submenu:visited, a.submenu:active {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:7pt;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}

a.submenu:hover {
	color:#FFFFFF;
	background-color:#000000;
}

.sub-selected {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:7pt;
	text-transform:uppercase;
	color: #ED1D24;	
}


#holder {
	width:858px;
	position: absolute;
	left:50%;
	top:83px;
	margin-left:-450px;
}

#logo {
	width:136px;
	height:13px;
	position:absolute;
	left:1px;
	top:0px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	display:none;
}

#logo-symbol {
	width:31px;
	height:29px;
	position:absolute;
	left:0px;
	top:58px;
	background-image:url(../images/logo-symbol.gif);
	background-repeat:no-repeat;
	display:none;
}


#lookbook_div_wrapper{
 position:absolute;left:199px;width:649px;top:96px;	
}
#corner-left {
	width:16px;
	height:18px;
	position:absolute;
	left:189px;
	top:85px;
	background-image:url(../images/corner-left.gif);
	background-repeat:no-repeat;
	display:none;
}


#corner-btm-left {
	width:16px;
	height:18px;
	float:left;
	background-image:url(../images/corner_btm_left.gif);
	background-repeat:no-repeat;
	display:none;
}

#corner-btm-right {
	width:16px;
	height:18px;
	float:right;
	background-image:url(../images/corner_btm_right.gif);
	background-repeat:no-repeat;
	display:none;
}



#corner-right {
	width:16px;
	height:18px;
	position:absolute;
	right:0px;
	top:85px;
	background-image:url(../images/corner-right.gif);
	background-repeat:no-repeat;
	display:none;
}

#btm_div_wrapper{
padding-top:10px;
margin-left:-8px;
float:left;width:665px;
}

#menu {
	width:669px;
	height:20px;
	position:absolute;
	left:189px;
	top:0px;
	/*display:none;*/
}

#title {
	width:68px;
	height:11px;
	position:absolute;
	left:41px;
	top:75px;
	display:none;
}

#submenu {
	width:120px;
	position:absolute;
	left:41px;
	top:106px;
	display:block;
}

#content {
	width:0px; /* orig : 649px; */
	position:absolute;
	left:199px;
	top:96px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}


#holder #content td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
}

#news {
	width:0px; /* orig : 649px; */
	position:absolute;
	left:199px;
	top:96px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

#head {
	width:623px;
	padding-left:13px;
	padding-right:13px;
	padding-top: 13px;
	padding-bottom: 20px;
	background-color:#D1D3D4;

}

.tbnTitle {
	font-weight:bold;
}

#holder #content img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#holder #content img:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.colouredRed {
	color: #FF0000;
}

/***** BUTTONS *****/

.btnNews {
	background-image:url(../images/btnNews.gif);
	background-position: 0px 0px;
}

.btnNews:hover {
	background-position: 0px -20px;
}

.btnNews-selected {
	background-image:url(../images/btnNews.gif);
	background-position: 0px -40px;
}

.btnNewArrival {
	background-image:url(../images/btnNewArrival.gif);
	background-position: 0px 0px;
}

.btnNewArrival:hover {
	background-position: 0px -20px;
}

.btnNewArrival-selected {
	background-image:url(../images/btnNewArrival.gif);
	background-position: 0px -40px;
}

.btnLookbook {
	background-image:url(../images/btnLookbook.gif);
	background-position: 0px 0px;
}

.btnLookbook:hover {
	background-position: 0px -20px;
}

.btnLookbook-selected {
	background-image:url(../images/btnLookbook.gif);
	background-position: 0px -40px;
}

.btnAbout {
	background-image:url(../images/btnAbout.gif);
	background-position: 0px 0px;
}

.btnAbout:hover {
	background-position: 0px -20px;
}

.btnAbout-selected {
	background-image:url(../images/btnAbout.gif);
	background-position: 0px -40px;
}

.btnContact {
	background-image:url(../images/btnContact.gif);
	background-position: 0px 0px;
}

.btnContact:hover {
	background-position: 0px -20px;
}

.btnStockist {
	background-image:url(../images/btnStockist.gif);
	background-position: 0px 0px;
}

.btnStockist:hover {
	background-position: 0px -20px;
}

.btnStockist-selected {
	background-image:url(../images/btnStockist.gif);
	background-position: 0px -40px;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	width: 650px;
}
