a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


html {
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12pt;
}
body {
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
#wrapper {
	background: transparent url(images/polkadot_tile.png) repeat scroll left top;
	color: black;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
}
#leftSidebar {
	width: 291px;
	height: 684px;
	background: transparent url(images/O.S_LeftSide_03.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
}
#homeLink {
	width: 193px;
	height: 121px;
	position: absolute;
	top: 55px;
	left: 31px;
}
#header {
	height: 43px;
}
#header img, #leftSidebar img {
	border: 0;
}
#newsLink {
	width: 61px;
	height: 23px;
	position: absolute;
	top: 11px;
	left: 446px;
}
#jewelryLink {
	width: 86px;
	height: 30px;
	position: absolute;
	top: 12px;
	left: 520px;
}
#catalogLink {
	width: 76px;
	height: 30px;
	position: absolute;
	top: 11px;
	left: 626px;
}
#retailLink {
	width: 63px;
	height: 23px;
	position: absolute;
	top: 11px;
	left: 720px;
}
#aboutLink {
	width: 60px;
	height: 26px;
	position: absolute;
	top: 11px;
	left: 798px;
}
#contactLink {
	width: 82px;
	height: 26px;
	position: absolute;
	top: 12px;
	left: 874px;
}

#header2 {
	height: 65px;
	background-color: #fff;
	position: relative;
	top: 0;
	left: 0;
}
#newsLinkBubble {
	width: 166px;
	height: 67px;
	position: absolute;
	top: -7px;
	left: 144px;
}
#jewelryLinkBubble {
	width: 218px;
	height: 69px;
	position: absolute;
	top: -7px;
	left: 260px;
}
#catalogLinkBubble {
	width: 118px;
	height: 60px;
	position: absolute;
	top: -8px;
	left: 307px;
}
#retailLinkBubble {
	width: 115px;
	height: 57px;
	position: absolute;
	top: -7px;
	left: 373px;
}
#aboutLinkBubble {
	width: 144px;
	height: 57px;
	position: absolute;
	top: -9px;
	left: 429px;
}
#contactLinkBubble {
	width: 106px;
	height: 75px;
	position: absolute;
	top: -10px;
	left: 574px;
}




#footer {
	height: 24px;
}
#leftSidebarFooter1 {
	position: absolute;
	bottom: 0px;
	left: 46px;
	width: 245px;
	height: 100%;
	background-color: #fff0d3;
}
#leftSidebarFooter2 {
	position: absolute;
	bottom: 1px;
	left: 47px;
	width: 244px;
	height: 100%;
	background-color: #fff;
}

/*
 *		CONTENT
 */

#contentWrapper {
	margin: 0;
	padding: 0 0 0 291px;
	border: 0;
	background: transparent;
}
#contentWrapper2 {
	background-color: #fff0d3;
	padding: 1px 1px 1px 0;
}
div.content {
	color: #e0912f;
	min-height: 700px;
	width: 851px;
	margin: 0;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;

}

/*
 *		MENU
 */

div.menu {
	top: 18px;
	left: -240px;
	background-color #000;
	text-align: right;
}
#sidebarLinks li {
	text-align: right;
	color: #bbb;
	font-size: 14pt;
}
#sidebarLinks li a, #sidebarLinks li a:link, #sidebarLinks li a:visited {
	text-decoration: none;
	font-size: 14pt;
	color: #bbb;
}
#sidebarLinks li a:hover, #sidebarLinks li a:active {
	text-decoration: none;
	color: white;
}
#sidebarLinks {
	border: 0;
	width: 225px;
	background-color: transparent;
}

/*
 *		TILES
 */

a.tileLink {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
div.tileWrapper {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
}
div.tileWrapper * {
	color: white;
}
div.tileText {
	padding 5px 2px;
}
div.tileWrapper img {
	border: 2px solid black;
}
a.tileLink:hover div.tileWrapper {
	background-color: black;
}
a.tileLink:hover div.tileWrapper div.tileText, a.tileLink:hover div.tileWrapper div.tileText * {
	background-color: black;
}
a.tileLink:active div.tileWrapper {
	background-color: black;
}
a.tileLink:active div.tileWrapper div.tileText, a.tileLink:hover div.tileWrapper div.tileText * {
	background-color: black;
}
a.tileLink:active div.tileWrapper img {
	border: 2px solid white;
}
