body { 
        background-color: #252525;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
   	font-family: "Myriad Roman", Myriad, sans-serif;
	color: #ffffff;
}


html {
	min-height: 100%;
	height: auto;
}

div.links{
padding:0 0 0 15;
}

A{text-decoration:none; color: #c6d2ea;}

A:hover{text-decoration:none; color: #fff;}


div.header {   background: url(header.png) no-repeat center;
		position: relative;
		width: 799px;
		height: 300px;
		z-index: 2;
}

div.site{ 
	position: relative;
	top: 0px;
	width: 800px;
	min-width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
}

div.cont { background: url(bg.png) repeat-y center;
	position: relative;
	float: left;
	top: -110px;
	*top: -90px;
	left: 10px;
	width: 770px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

div.nav {  
	position: relative;
	top: 200px;
	left: 20px;
	*left: -120px;
	width: 504px;
	height: 39px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
}

div.buy {
  position: relative;
  left: -50px;
  float: right;
  padding: 5px 5px 5px 5px;

}

div.store { background-color: #FFFFFF;
  color: #000000;
  position: relative;
  width: 80px;
  display: block;
  float: left;
  padding: 10px;
  margin: 5px;
} 

a.img-print {
  position: relative;
  display: block;
  float: left;
  padding: 0px 0px 0px 0px;
} 

a.img-cont {
  position: relative;
  display: block;
  float: left;
  padding: 0px 4px 4px 0px;
} 

img.new {
  position: absolute;
  top: 0px;
  left: 0px;
}

div.sidebar {   
		position: relative;
		left: 5px;
		height: 100%;
		float: right;
		padding: 60px 10px 10px 10px;
		*padding: 40px 10px 10px 10px;
		width: 190px;
		*width: 210px;
		margin: auto;
		text-align: left;
}

div.left {  
	float: left; 
        width: 530px;
	text-align: left;
	padding: 50px 10px 10px 10px;
	margin: 0 auto 0 auto;
}

b {    color: #c6d2ea;
	font-weight: bold;
}

br {
	clear:both;
}

h3 {    color: #c6d2ea;
	font-weight: bold;
}

h4 {    color: #c6d2ea;
	border-style: dotted;
	border-color: #c6d2ea;
	border-width: 0px 0px 2px 0px;
	font-weight: bold;
	clear:both;
	padding: 15px 0px 0px 0px;
}

div.dots { 
	height: 25px;
	border-style: dotted;
	border-color: #c6d2ea;
	border-width: 0px 0px 2px 0px;
	font-weight: bold;
}

div.footer {  background: url(footer.png) no-repeat center;
	position: relative;
	top: -110px;
	*top: -100px;
	text-align: center;
   	font-family: "Myriad Web Pro Condensed", Myriad, sans-serif;
	color: #e9387e;
	font-weight: bold;
	width: 100%;
	height: 45px;
	margin: 0 auto 0 auto;
	clear: both; 
}

div.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 425px;
  height: 78px;
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
  width: 82px;
  height: 39px;
  background: url(gallery.png) no-repeat;
  left: 26px;
  top: 0px;
}
#menu .home span {
  width: 82px;
  height: 39px;
  background: url(gallery.png) no-repeat;
  left: 28px;
  top: -20px;
}

#menu .profile {
  width: 83px;
  height: 39px;
  background: url(profile.png) no-repeat;
  left: 108px;
  top: 0px;
}
#menu .profile span {
  width: 83px;
  height: 39px;
  background: url(profile.png) no-repeat;
  left: 44px;
  top: 54px;
}

#menu .shop {
  width: 67px;
  height: 39px;
  background: url(shop.png) no-repeat;
  left: 190px;
  top: 0px;
}
#menu .shop span {
  width: 67px;
  height: 39px;
  background: url(shop.png) no-repeat;
  left: 26px;
  top: -20px;
}

#menu .commission {
  width: 129px;
  height: 39px;
  background: url(commish.png) no-repeat;
  left: 257px;
  top: 0px;
}
#menu .commission span {
  width: 129px;
  height: 39px;
  background: url(commish.png) no-repeat;
  left: 26px;
  top: -20px;
}

#menu .blog {
  width: 65px;
  height: 39px;
  background: url(blog.png) no-repeat;
  left: 386px;
  top: 0px;
}
#menu .blog span {
  width: 65px;
  height: 39px;
  background: url(blog.png) no-repeat;
  left: 26px;
  top: -20px;
}

