body {
	background: #000 url(i/bg.jpg) repeat-y center top;
	color: #bbb;
	font: 14px/1.5 Helvetica, "Helvetica Neue", Arial, Sans-serif;
}

a:link, a:visited, a:active, a:hover {
	color: #5e9cc5;
	text-decoration: none;
}

h1 {
	margin: 15px auto 10px;
}

h2 {
	width: 760px;
	margin: 0 auto;
}

h3 {
	margin: 25px 0;
}

#w {
	width: 850px;
	margin: 0 auto;	
}

#c {
	padding: 0 20px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

#c1 {
	width: 460px;
	float: left;
}

#c2 {
	position: relative;
	width: 330px;
	float: right;
	text-align: center;
}

#c3 {
	width: 850px;
	float: left;
	margin: 60px 0 10px;
	text-align: center;
}

h1 #mask {
	display: block;
	position: absolute;
	bottom: 22px;
	right: 19px;
	background: transparent url(i/mask.jpg) no-repeat left top;
	width: 229px;
	height: 28px;
}

.msg h1 {
	width: 401px;
	height: 290px;
	position: relative;
}

.msg h1 #mask {
	background: transparent url(i/mask400.jpg) no-repeat left top;
	bottom: 17px;
	right: 12px;
	width: 173px;
	height: 26px;
}

#c blockquote p {
	font-size: 14px;
	padding: 15px 15px 0;
	font-style: italic;
	color: #888;
}

#c blockquote em {
	font-size: 14px;
	font-style: normal;
	text-align: right;
	display: block;
}

#price {
	position: absolute;
	right: 258px;
	top: 28px;
	z-index: 999;
}

.home h1 {
	margin-bottom: 0;
	width: 820px;
	height: 579;
	position: relative;
}

em.caption {
	text-align: center;
	display: block;
	margin: 0 0 10px;
	background-color: transparent;
}

em.big-caption {
	margin: 15px 0 10px;
}

#c p {
	line-height: 1.8;
	color: #bbb;
	font-size: 16px;
	margin-bottom: 20px;
}

#pp {
	font-size: 18px;
}

#pp select {
}

#choose {
	text-align: center;
	margin-bottom: 10px;
}

#choose p {
	margin-bottom: 5px;
}

#pp strong {
	margin-right: 10px;
}

#addToCart {
	width: 110px;
	margin: 0 auto;
	display: block;
}

#c2 img {
	border: 1px solid #333;
	-moz-box-shadow: 4px 4px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 4px 4px 5px rgba(0,0,0,.5);
	box-shadow: 4px 4px 5px rgba(0,0,0,.5);
}

.blkTransMed, .blkTransLow {
	background-color:rgba(0,0,0,0.2);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	padding: 10px;
}

.blkTransLow {
	background-color:rgba(0,0,0,0.1);
}

#c p.caption {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6;
}

p.caption strong {
	color: #fff;
	font-size: 20px;
}

#footer {
	width: 850px;
	float: left;;
	text-align: center;
	margin: 60px 0 25px;
	padding: 20px 0;
	background: transparent url(i/indent.gif) no-repeat 50% top;
	font-size: 12px;
}

.home #footer {
	margin-top: 0;
}

#footer em {
	margin-bottom: 10px;
	display: block;
}

#footer li {
	display: inline;
	margin-right: 15px;
}

#footer li:last-child {
	margin-right: 0;
}

.msg h1 {
	width: 400px;
}

.msg #c1 {
	width: 790px;
}

#social {
	margin: 15px 0;
}


.twitter-share-button {
	display: block;
	clear:both;
	margin-top: 15px;
}

#slideshow {
	display: block;
	height: 620px;
	width: 820px;
	margin-top: 10px;
}

#slideshow div {
	display: none;
}

#slideshow div img {
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,.5);
	box-shadow: 4px 4px 10px rgba(0,0,0,.5);
	border: 1px solid #333;
}


#slideshow div.first img {
	display: block;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
}

#nav {
	width: 150px;
	margin: 5px auto 30px;
	position: relative;
	z-index: 100;
	text-align: center;
}

#nav a {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(i/dots.gif) no-repeat left top;
	margin: 0 5px;
}

#nav a:hover, #nav a.activeSlide {
	background: transparent url(i/dots.gif) no-repeat left -10px;
}