body    { 
	color: #000; 
	font-size: 10pt; 
	font-family: sans-serif;
	line-height: 12pt; 
	background-color: #fff;
}

p {}

td {}

A  { 
	text-decoration: none;
}

A:hover  {
	text-decoration: underline;
}

A.oct  {
	color: #000000;
	font-size: 14pt;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: 900;
	text-decoration: none;
}

A.oct:hover  {
	color: #000000;
	font-size: 14pt;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: 900;
	text-decoration: underline;
	}

.homeMenu   {
	color: #336;
	font-size: 16pt;
	font-family: "Swis721 Lt BT", Arial, Verdana;
	font-weight: 600;
	line-height: 20pt;
	text-decoration: none;
	}

A.homeMenu    {
	color: #336;
	font-size: 16pt;
	font-family: "Swis721 Lt BT", Arial, Verdana;
	font-weight: 600;
	line-height: 20pt;
	text-decoration: none;
}

A.homeMenu:hover     {
	color: #66f;
	font-size: 16pt;
	font-family: "Swis721 Lt BT", Arial, Verdana;
	font-weight: 600;
	line-height: 20pt;
	text-decoration: none;
}

.menuStyles         {
	color: #ffffff;
	background-color: #C4C2CB;
	font-size: 11pt;
	font-family: sans-serif;
	line-height: 13pt;
	text-decoration: none;
	font-weight: 100;
}

A.menuStyles         {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #C4C2CB;
	font-size: 11pt;
	font-family: sans-serif;
	line-height: 13pt;
	text-decoration: none;
        font-weight: 100;
}

A.menuStyles:hover         {
	color: #ffffff;
	background-color: #78C6D7;
	font-size: 11pt;
	font-family: sans-serif;
	line-height: 13pt;
	text-decoration: none;
        font-weight: 100;
}

.StyleName {
	color: #0066cc;
	font-size: 36pt;
	font-family: sans-serif;
	font-weight: 100;
}

.ProductText {
        color: #000000;
        font-size: 10;
        font-family: sans-serif;
        font-weight: 100;
}

A.ProductText {
        color: #003090;
        font-weight: 100;
}

A.ProductText:visited {
        color: #003090;
        font-weight: 100;
}

.DetailName {
	color: #78C6D7;
	font-size: 20pt;
}

.ShowroomText {
        color: #000000;
        font-size: 12;
        font-family: sans-serif;
        font-weight: 100;
	text-decoration: none;
}

A.ShowroomText {
	color: #7777ff;
	text-decoration: none;
}

A.ShowroomText:hover {
	color: #7777ff;
        font-weight: 100;
	text-decoration: underline;
}

A.ShowroomText:visited {
	color: #7777ff;
        font-weight: 100;
}

.Bold {
        font-weight: bold;
}

.Underline {
	text-decoration: underline;
}

.ShopTopOld {
	color: #78C6D7;
	font-size: 18px;
	font-family: sans-serif;
	text-decoration: none;
        font-weight: 100;
}

.ShopTop {
	color: #003090;
	font-size: 24px;
	font-family: sans-serif;
	text-decoration: none;
        font-weight: 100;
}

.SearchTxt {
	color: #003090;
        font-size: 12;
        font-family: sans-serif;
        font-weight: 100;
	text-decoration: none;
}

.ShopLink {
	color: #D26855;
	font-size: 18px;
	font-family: sans-serif;
        text-decoration: none;
        font-weight: 100;
}

.ShopLink2 {
	color: #D26855;
	font-size: 16px;
	font-family: sans-serif;
        text-decoration: none;
        font-weight: 100;
}

.About     { color: #000; font-size: 10pt; font-family: sans-serif; line-height: 20pt; background-color: #fff }

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	color: #ffffff;
	background-color: #C4C2CB;
	font-size: 11pt;
	font-family: sans-serif;
	line-height: 13pt;
	text-decoration: none;
	font-weight: 100;
	width: 97px;
	height: 20px;
}

#nav2 a {
	color: #ffffff;
	background-color: #C4C2CB;
	font-size: 11pt;
	font-family: sans-serif;
	line-height: 13pt;
	text-decoration: none;
	font-weight: 100;
	width: 97px;
	height: 20px;
}

#nav a {
	text-decoration: none;
}

#nav2 a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #ffffff;
}

#nav2 li li a {
	display: block;
	font-weight: normal;
	color: #ffffff;
}

#nav li li a:hover {
	background-color: #78C6D7;
}

#nav2 li li a:hover {
	background-color: #78C6D7;
}

li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: #C4C2CB;
	width: 97px;
	height: 20px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}


