/* reset.css */
html{color:#fff;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* fonts.css */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* default.css */
a:link, a:visited {
	color: #00b9f2;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#page {	
	width: 1000px; 
	margin: 20px auto; 
	background-image: url('/img/bg-calm.jpg');
	background-position: center 170px;
	background-repeat: no-repeat;
	position: relative;
}

#hd {
}

#logo {
	margin-top: 10px;
	margin-left: 100px;
	width: 284px;
	height: 73px;
	float: left;
}

#vip-signup h4 {
	font-style: italic;
	margin-bottom: 5px;
}

#social-inline {
	float: right;
	width: 178px;
	margin-top: 5px;
	margin-right: 123px;
}

#social-inline h4, #social-inline li {
	float: left;
	line-height: 24px;
	margin-right: 2px;
}

#social-inline h4 {
	margin-right: 5px;
}

#social-inline img {
	display: block;
}

#vip-signup {
	float: right;
	margin-right: 130px;
	text-align: right;
}

#vip-signup li {
	margin-bottom: 4px;
}

#vip-signup label {
	display: block;
	float: left;
	width: 50px;
	padding-right: 5px;
}

#vip-signup input.text {
	height: 15px;
	font-size: 93%;
	border: 1px solid gray;
}

#vip-submit {
	font-size: 93%;
	height: 22px;
	width: 95px;
}

#hd-top {
	height: 90px;
}

#menu {
	margin-top: 20px;
	padding-left: 90px;
	height: 29px;
	clear: both;
}

#menu li {
	background-image: url('/img/menu-separator.png');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	line-height: 29px;
	padding: 0px 28px;
	font-size: 116%;
	cursor: pointer;
}

#menu li.active a {
	color: #00b9f2; /*#d19f0d*/ /*yellow*/
}

#menu li.last {
	background-image: none;
}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #00b9f2; /*#d19f0d*/ /*yellow*/
}

#cart-image {
	height: 20px;
	width: 20px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.menu-bar .bottom-left, .menu-bar .bottom, .menu-bar .bottom-right {
	float: left;
	height: 2px;
}

.menu-bar .bottom-left {
	background-image: url('/img/menu-fade-left.png');
	background-position: left;
	background-repeat: no-repeat;
	width: 230px;
}

.menu-bar .bottom {
	width: 540px;
	background-color: #424242;
}

.menu-bar .bottom-right {
	background-image: url('/img/menu-fade-right.png');
	background-position: right;
	background-repeat: no-repeat;
	width: 230px;
}

#sub-menu {
	margin-top: 10px;
	padding-left: 132px;
	float: left;
	width: 410px;
}

#sub-menu li {
	display: inline;
	padding: 0px 12px;
	font-size: 93%;
	color: #00b9f2; /*#d19f0d*/ /*yellow*/
	cursor: pointer;
	border-right: 1px solid #00b9f2; /*#d19f0d*/ /*yellow*/
}

#sub-menu li.active, #sub-menu li a:hover {
	color: #fff;
	text-decoration: none;
}

#sub-menu li.last {
	border: none;
}

#bd {
	width: 740px;
	margin: 5px auto;
	position: relative;
}

#content {
	border: 1px solid white;
	color: white;
	min-height: 280px;
	padding: 15px 20px;
	/*opacity
	background-color: #000;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7; 
	*/
	background: transparent url('/img/bb-bg.png');
}

#content img.anchor {
	float: right;
	margin: 5px 30px 20px 40px;
	border: 1px solid gray;
}

#content .content-left {
	width: 380px;
	float: left;
	margin-right: 30px;
}

#content .content-right {
	width: 271px;
	height: 225px;
	float: left;
}

#content h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

#content h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

#content h4 {
	font-weight: bold;
}

#content p {
	margin-bottom: 10px;
}

#bb-head {
	position: absolute;
	height: 325px;
	width: 485px;
	background: transparent url('/img/bb-head.png') no-repeat;
	left: -455px;
	bottom: 0px;
}

#wanttoparty_dialog p {
	margin-bottom: 10px;
}

#featured-product {
	margin-top: 10px;
	background-image: url('/img/featured-box.jpg');
	background-repeat: no-repeat;
	padding-top: 35px;
	color: #000;
}

#featured-product h3 {
	font-size: 131%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
}

#featured-product h4 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
	padding-right: 10px;
}

#featured-product p {
	margin-bottom: 8px;
	padding-right: 10px;
	text-align: center;
}

#featured-product div {
	text-align: center;
	padding-right: 10px;
}

#featured-product p.buy-now {
	margin-top: 10px;
	float: left;
	margin-left: 15px;
}


#featured-product p.buy-now a {
	font-weight: bold;
	display: block;
	background: transparent url('/img/buy-now.gif') no-repeat top left;
	width: 105px;
	height: 30px;
	text-indent: -9999px;
}

#featured-product p.buy-now a:hover {
	background-position: bottom left;
}

#featured-product .special-price {
	color: red;
	font-weight: bold;
}

#product-content {
	margin: 0px auto;
	height: 205px;
}

#product-content img {
	float: left;
}

#featured-content {
	padding-top: 10px;
}

#featured-content h1 {
	font-size: 197%;
	margin-bottom: 15px;
}

#featured-content ul {
	margin-bottom: 15px;
}

#featured-content ul li {
	margin-left: 25px;
	margin-bottom: 3px;
	list-style-image: url('/img/bb-bullet.png');/*
	list-style: none;
	background: url('/img/bb-bullet.png') no-repeat 0px 0em;*/
	line-height: 15px;
	font-size: 131%;
}

#featured-content p {
	font-size: 116%;
	margin-bottom: 10px;
}

#mood {
	text-align: right;
	margin-right: 130px;
	color: #aaa;
	cursor: pointer;
	line-height: 13px;
	font-size: 107%;
	color: #fff;
}

#mood img {
	margin-bottom: -1px;
	margin-right: 3px;
}

#mood_dialog {
	padding-left: 45px;
	
}

#mood_dialog h3 {
	padding-left: 58px;
	margin-top: 15px;
}

#mood_dialog ul {
	float: left;
	width: 155px;
	margin: 20px 10px 10px 10px;
}

#mood_dialog li {
	background: transparent url('/img/mood-boxes.png') no-repeat top left;
	height: 28px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
}

#mood_dialog li:hover, #mood_dialog li.active {
	background-position: bottom left;
}

#bg-preview {
	position: absolute;
	top: 110px;
	left: 5px;
	width: 100px;
	height: 100px;
	background-color: #000;
}

#bg-preview img {
	max-width: 100px;
	max-height: 100px;
}

#mood-eyes, #mood-ears {
	width: 48px;
	height: 60px;
	margin-top: 30px;
	float: left;
	background: transparent url('/img/senses.png') no-repeat top left;
}

#mood-ears {
	background-position: top right;
}

.mute_button {
	display: block;
	float: right;
	margin-left: 5px;
	height: 13px;
	width: 13px;
	background: black url('/img/mute.png') no-repeat top left;
	cursor: pointer;
}

.mute_button:hover, .mute_button.active {
	background-position: bottom left;
}

#sub-menu-mute {
	line-height: 35px;
	padding-right: 10px;
	float: right;
}

#quotes {
	float: left;
	width: 570px;
	margin-left: 130px;
}

#quotes-tag {
	margin-top: 5px;
}

#quotes cite {
	font-style: italic;
}

#content .find-content h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}

#ft {
	text-align: center;
	margin-top: 5px;
}

#ft .menu-bar {
	margin-top: 20px;
	height: 1px;
}

#ft-menu {
	margin: 0px auto;
	width: 740px;
	text-align: center;
}

#ft-menu h4 {
	margin: 10px 0px 5px 10px;
	color: #aaa;
	font-weight: bold; 
	font-size: 93%;
}

#ft-menu .item {
	background-image: url('/img/menu-separator-bottom.png');
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	padding-left: 20px;
	width: 160px;
}

#ft-menu .item.last {
	background: none;
}

#ft-menu .item li {
	font-size: 85%;
	margin-left: 15px;
	color: #aaa;
}

.copyright {
	margin-top: 20px;
	font-size: 85%;
	color: #aaa;
}

#ft a:link, #ft a:visited {
	color: #aaa;
	text-decoration: none;
}

#ft a:hover, #ft a:active {
	text-decoration: underline;
}

.blue {
	color: #00b9f2;
}

.strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

