html, body, form, input, select, fieldset, ul, a, p, h1, h2, td, li, table, img {
    margin: 0;
	padding: 0;
	border: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: none;
}

body,html {
	background: #130a04 url(assets/design/bg.png) repeat;
	text-align:center;
	color:#f5f0c8;
}

html {
	overflow-y: scroll;
}


/****************************************
  General Classes
 ****************************************/
 .clear
 {
	 clear: both;
 }
 
 .white
 {
	 color: #fff !important;
 }
 
.padding-left {
	padding-top: 10px;
	padding-left: 240px;
}
 
 
 

div#MainWrapperPage {
 	width: 750px;
	height: 466px;
	border:1px solid #984133;
	margin-left: auto;
	margin-right: auto;
	margin-top:100px;
	text-align: left;
	position: relative;
}




div#flashcontent {
}


#brail {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}


/****************************************
  Menu
 ****************************************/
ul.menu, ul.menu li {
	display: inline-block;
	zoom:1;
	*display:inline;
}

ul.menu a {
	height: 20px;
	display: inline-block;
	zoom:1;
	*display:inline;
}

ul.menu a:hover {
	background-position: 0px -20px;
}

.mens {
	background: url(assets/design/nav/mens.png) 0 0 no-repeat;
	width: 72px;
}

.womens {
	background: url(assets/design/nav/womens.png) 0 0 no-repeat;
	width: 122px;
}

.jewelry {
	background: url(assets/design/nav/jewelry.png) 0 0 no-repeat;
	width: 104px;
}

.moto {
	background: url(assets/design/nav/moto.png) 0 0 no-repeat;
	width: 89px;
}

.about {
	background: url(assets/design/nav/about.png) 0 0 no-repeat;
	width: 111px;
}

.jackets {
	background: url(assets/design/nav/jackets.png) 0 0 no-repeat;
	width: 94px;
}

.casual {
	background: url(assets/design/nav/casual.png) 0 0 no-repeat;
	width: 149px;
}

.pendants {
	background: url(assets/design/nav/pendants.png) 0 0 no-repeat;
	width: 119px;
}


.bracelets {
	background: url(assets/design/nav/bracelets.png) 0 0 no-repeat;
	width: 121px;
}


.charms {
	background: url(assets/design/nav/charms.png) 0 0 no-repeat;
	width: 102px;
}


.earings {
	background: url(assets/design/nav/earings.png) 0 0 no-repeat;
	width: 98px;
}


.covers {
	background: url(assets/design/nav/covers.png) 0 0 no-repeat;
	width: 146px;
}

.contact {
	background: url(assets/design/nav/contact.png) 0 0 no-repeat;
	width: 115px;
}


#submenu
{
	list-style: none;
}

#submenu a {
	height: 20px;
	display: block;
}

#submenu a:hover {
	background-position: 0px -20px;
}


#contact-info {
	line-height: 150%;
}

/****************************************
  LIGHTBOX SLIDESHOW STYLES
 ****************************************/

.slide_show {
	background: #130a04; /* url(assets/design/bg.png) repeat*/
	overflow: hidden;
}

.thumb_nails {
	width: 150px;
	height: 600px;
	float: left;
	text-align: center;
	background: #1f1107;
}

.thumb_nails img {
	display: block;
}

.thumb_nails ul {
	list-style: none;
}

.thumb_nails a {
	border: 1px #684540 solid;
	display: inline-block;
	margin-top: 15px;
}

.thumb_nails a:hover {
	border-color: #b73e2b;
}

.active_thumb {
	border-color: #b73e2b !important;
}

.slide {
	float: left;
}



/****************************************
  HOME PAGE STYLES
 ****************************************/


#Footer{
	width:750px;
	height:23px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
#FooterLeft{
	float:left;
	text-align:left;
}

#FooterRight{
	width:250px;
	float:right;
	text-align:right;
}





form, select, input {
	display:inline;
}

