/* @override http://hardcandy.com/styles/hc.css */
* {
	margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a {
	text-decoration:none;
	color:#f388b7;
}

a:hover {
	color:#FFF;
}

a.black {
	color:#000;
}

a.black:hover {
	color:#f388b7;
}

a.pink {
	color:#f388b7;
}

a.pink:hover {
	color:#FFF;
}

a.white {
	color:#FFF;
}

a.white:hover {
	color:#f388b7;
}

a.blue {
	color:#0099cc;
}

a.blue:hover {
	color:#006699;
}

html,body {
	
	width:100%;
	height:100%;
	background-image:url(images/background.jpg);
	background-color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#FFF;
}

#wrap {
	display:block;
	width:100%;
	height:100%;
	z-index:1;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -195px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 225px; /* .push must be the same height as .footer */
}

#border-bottom {
	display:block;
	margin:0 auto;
	height: 195px; /* .push must be the same height as .footer */
	clear:both;
	
}

.border-bottom-button {
position:relative;
	display:block;
	height:14px;
	float:left;
	clear:none;
	margin-right:10px;
}
#border-bottom-joinus {
margin-top:1px;
	width:78px;
	background-image:url(images/footer/joinus.png);
	display:block;
	height:14px;
}
#border-bottom-facebook {
	width:68px;
	background-image:url(images/footer/btn-facebook.png);
	display:block;
	height:14px;
}
#border-bottom-twitter {
margin-top:1px;
	width:66px;
	background-image:url(images/footer/btn-twitter.png);
	
}
#border-bottom-twitter:hover,#border-bottom-facebook:hover  {
	background-position:0px 14px;
}

.border-details {
	display:block;
	margin:0;
	height: 165px; /* .push must be the same height as .footer */
	text-align:center;
	width:300px;
	margin-top:-165px;
	margin-left:-110px;
}

#wrap-content {
	display:block;
	margin:0 auto;
	width:900px;
	height:100%;
	background-image:url(images/bg-shadow2.png);
	
}

#header {
	display:block;
	width:100%;
	height:160px;
	background-image: url(images/logo.png);
	border-bottom:1px solid #f388b7;
}

#navigation {
	display:inline-block;
	position:absolute;
	margin-top:110px;
	width:900px;
	height:50px;
}

#navigation-logo {
	display:block;
	width:140px;;
	height:100%;
	float:left;
	clear:none;
	height:160px;
	margin-top:-110px;
}

#navigation-left {
	display:block;
	width:380px;
	height:100%;
	float:left;
	clear:none;
}

#navigation-right {
	display:block;
	width:380px;
	height:100%;
	float:left;
	clear:none;
}

#navigation li {
}

#navigation li.navigation-item {
	display:block;
	width:50px;
	height:50px;
	float:left;
	clear:none;
	margin-right:25px;
	cursor:pointer;
	list-style-type:none;
}
#navigation li.navigation-item:hover {
	background-position: 0 50px;
}

#content {
	display:inline-block;
	width:900px;
	height:auto;
}

#footer {
	display:block;
	width:900px;
	height:35px;
	border-top:1px solid #f388b7;
	font-size:11px;
	float:left;
	clear:both;
}

#footer #copyright {
	margin-top:10px;
	display:block;
	width:450px;
	height:100%;
	float:left;
	clear:none;
	color:#555;
}

#footer #menu {
	margin-top:10px;
	display:block;
	width:auto;
	height:16px;
	float:right;
	clear:none;
	text-align:right;
}

#footer #menu li {
	display:block;
	width:auto;
	height:100%;
	float:left;
	clear:none;
	color:#f388b7;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #FFF;
}

#footer #menu li:last-child {
	border:0;
	padding-right:0;
}

#borders {
	display:block;
	position:absolute;
	margin:0;
	width:100%;
	z-index:0;
	
}

.border-image {
	display:block;
	width:289px;
	height:195px;
}

#border-top {
	display:block;
	width:100%;
	height:100%;
	
}

#top-left {
	float:left;
	background-image:url(images/border/top-left2.png);
}

#top-right {
	float:right;
	background-image:url(images/border/top-right2.png);
}
#bottom-left {
	float:left;
	background-image:url(images/border/bottom-left2.png);
}

#bottom-right {
	float:right;
	background-image:url(images/border/bottom-right2.png);
}

#products {
	display:block;
	width:100%;
	height:100%;
	float:left;
}

#products-top {
	display:block;
	width:900px;
	height:340px;
	float:left;
	clear:both;
	border-bottom:1px solid #333;
}

#products-menu {
	display:block;
	width:147px;
	height:340px;
	float:left;
	clear:both;
	border-right:1px solid #222;
	
}

.products-menu-main, .products-menu-main-selected {
position:relative;
	display:block;
	width: 95%;
	float:left;
	clear:both;
	margin-top:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	cursor:pointer;
	border-top: 1px solid #222;
	padding: 10px 0px 0px 0px;
	letter-spacing:1px;
}

.products-menu-main:hover {
	color:#7cd1f1;
}

.products-menu-main-selected {
	color:#7cd1f1;
}

.products-menu-sub, .products-menu-sub-selected {
	display:block;
	width: 100%;
	height:20px;
	float:left;
	clear:both;
	margin-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	cursor:pointer;
	letter-spacing:1px;
}
.products-menu-sub:hover {
	color:#7cd1f1;
}

.products-menu-sub-selected {
	color:#7cd1f1;
}

#products-coverflow {
	display:block;
	width:752px;
	height:340px;
	float:left;
	clear:none;
}

#products-selected {
	display:block;
	width:900px;
	min-height:250px;
	border-bottom:1px solid #333;
	float:left;
	clear:both;
	background-image:url(images/product/bg-details.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#products-selected-colors-container {
	display: table;
	width:306px;
	height:100%;
	float:left;
	clear:none;
}

#products-selected-colors {
	display: block; 
	vertical-align: middle;
	top: 50%;
	width: 288px;
	float:left;
	clear:none;
}

#products-selected-color-container {
	display:block;
	margin-left:10px;
}

.products-selected-color-item {
	display:block;
	width:80px;
	height:70px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-right:0px;
	cursor:pointer;
}
.products-selected-color-item-image {
	display:block;
	width:78px;
	height:38px;
	margin-bottom:5px;
	float:left;
	border: 1px solid #222;
	text-align:center;
	padding:5px 0px 5px 0px;
}

.products-selected-color-item-image:hover {
	border: 1px solid #f388b7;
}

.products-selected-color-item-image img {
	display:block;
	width:40px;
	height:40px;
	margin-left:20px;
}

.products-selected-color-item-hex {
	display:block;
	width:80px;
	height:15px;
	float:left;
	clear:both;
}

#products-selected-divider {
	margin-top:10px;
	display: table-cell; 
	vertical-align: middle;
	top: 50%;
	width: 18px;
	height:230px;
	float:left;
	clear:none;
}

#products-selected-details {
	display: table;
	width: 594px;
	height:100%;
	float:left;
	clear:none;

}

#products-selected-details-image {
	display: table-cell; 
	vertical-align: middle;
	top: 50%;
	margin-bottom:30px;
	width: 175px;
	height:175px;	
}

#products-selected-details-image img {
	display:block;
	
	width: 175px;
	height:175px;

}

#products-selected-details-info {
	display:block;
	width: 389px;
	margin-left:30px;
	float:left;
	clear:none;
	letter-spacing:1px;
	margin-top:50px;
	margin-bottom:50px;
}

#products-selected-details-info-title {
	color:#f388b7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:200;
}

#products-selected-details-info-description {
	margin-top:10px;
	border-bottom:1px solid #1c1c1c;
	padding-bottom:10px;
}

#products-selected-details-info-color {
	display:block;
	margin-top:10px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	border-bottom:1px solid #1c1c1c;
	padding-bottom:10px;
}

#products-selected-details-info-buttons {
	margin-top:10px;
	display:block;
	width:100%;
	height:14px;
	border-bottom:1px solid #1c1c1c;
	padding-bottom:10px;
}

#products-selected-details-info-related {
position:relative;
margin-top:10px;
	display:block;
	width:auto;
	height:auto;
	font-size:10px;
	letter-spacing:1px;
	color:#999;
	float:left;
	clear:both;
}
#products-selected-details-info-related-caption {
position:relative;
	display:block;
	width:auto;
	height:35px;
	float:left;
	clear:both;
}
.products-selected-details-info-related-item {
	position:relative;
	display:block;
	float:left;
	clear:none;
	margin-left:10px;
	padding-right:10px;
	border-right:1px solid #222;
}

.products-selected-details-info-buttons-divider {
	display:block;
	width: 18px;
	height:100%;
	float:left;
	clear:none;
}

.products-selected-details-info-button-wishlist {
	display:block;
	width:129px;
	height:14px;
	float:left;
	clear:none;
	background-image:url(images/product/view-wishlist.png);
	cursor:pointer;
}

.products-selected-details-info-button-wishlist:hover {
	background-position: 0 14px;
}

.products-selected-details-info-button-purchase {
	display:block;
	width:145px;
	height:14px;
	float:left;
	clear:none;
	background-image:url(images/product/view-purchase.png);
	cursor:pointer;
}

.products-selected-details-info-button-purchase:hover {
	background-position: 0 14px;
}

#products-list {
	display:block;
	float:left;
	clear:both;
	width:900px;
	height:100%;
}

.products-list-col {
	display:block;
	width:288px;
	height:125px;
	float:left;
	clear:none;
}

.products-list-col-divider {
	display:block;
	width:18px;
	height:115px;
	float:left;
	clear:none;
}

.products-list-divider {
	display:block;
	width:900px;
	height:35px;
	float:left;
	clear:both;
}

.products-list-image {
	display:block;
	width:95px;
	height:95px;
	float:left;
	padding:10px;
	border: 1px solid #222;
	cursor:pointer;
	background-image:url(images/product/bg-imagelist.png);
}

.products-list-image:hover {
	border: 1px solid #f388b7;
}

.products-list-image img {
	width:100%;
	height:100%;
}

.products-list-details {
	width:161px;
	height:100%;
	float:left;
	clear:none;
	margin-left:10px;
}

.products-list-details-title {
	display:block;
	width:auto;
	padding-bottom:10px;
	font-size:14px;
	letter-spacing:2px;
	cursor:pointer;
	border-bottom: 1px solid #222;
	margin-bottom:10px;
}

.products-list-details-title:hover {
	color:#f388b7;

}

.products-list-details-link {
	margin-top:5px;
	color:#f388b7;
	font-size:12px;
}

.divider-horizontal {
	display:block;
	width:50%;
	height:100%;
	border-right:1px solid #333;
}

#wishlist-container {
	display:block;
	position:fixed;
	z-index:99;
	width:230px;
	height:auto;
	margin-left:650px;
}
#wishlist-tab {
	display:block;
	position:relative;
	width:205px;
	height:18px;
	background-color:#FFF;
	float:left;
	clear:both;
	margin-left:23px;
	color:#000;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	padding-top:7px;
	text-align:center;
	cursor:pointer;
}
#wishlist {
	display:block;
	position:relative;
	width:250px;
	min-height:auto;
	height:auto;
	background-color:#FFF;
	color:#000;
	float:left;
	clear:both;
}

#wishlist-title {
	display:block;
	width:230px;
	height:53px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	background-image:url(images/wishlist/header.png);
}

#wishlist-content {
	margin-top:-10px;
	display:block;
	width:230px;
	height:auto;
	float:left;
	clear:both;
	padding:10px;
	}

#wishlist-content div.wishlist-item {
	display:inline-block;
	width:210px;
	min-height:10px;
	height:auto;
	overflow:hidden;
	font-size:11px;
	list-style-type:none;
	background-image:url(images/wishlist/heart.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding:10px 0px 8px 20px;
	border-bottom:1px solid #ddd;
}

#wishlist-footer {
	margin-top:10px;
	width:230px;
	text-align:center;
}

#wishlist-footer a {
	font-size:10px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#wishlist .wishlist-title {
display:block;

float:left;

}

#wishlist .wishlist-remove {
	display:inline-block;
	position:absolute;
	margin-left:200px;
	width:11px;
	height:10px;
	float:right;
	clear:none;
	margin-top:1px;
	cursor:pointer;
	background-image:url(images/wishlist/remove.png);
}

#wishlist .wishlist-remove:hover {
	background-position:0 10px;
}
.wishlist-title-text {
	display:block;
	width:190px;
	min-height:10px;
	float:left;
	clear:none;
}
.wishlist-button-container {
	display:block;
	width:32px;
	min-height:10px;
	background-color:#FF0000;
	float:left;
}

.wishlist-share {
	display:inline-block;
	width:10px;
	min-height:9px;
	height:auto;
	float:left;
	clear:none;
	margin-top:1px;
	cursor:pointer;
	margin-right:5px;
	margin-left:-4px;
	background-image:url(images/wishlist/share.png);
	background-repeat: no-repeat;
}

#wishlist .wishlist-share:hover {
	background-position:0 -9px;
}

#posts-wrap {
	display:block;
	width:100%;
	height:100%;
	min-height:10px;
}

#posts-container {
	min-height:10px;
	display:block;
	width:594px;
	height:100%;
	float:left;
	clear:both;
}

#posts-divider {
	display:block;
	width:18px;
	min-height:10px;
	height:100%;
	float:left;
	clear:none;
	margin-top:10px;
}
#posts-sidebar {
	display:block;
	min-height:10px;
	width:288px;
	height:100%;
	float:left;
	clear:none;
	margin-top:7px;
}
.post-container {
	display:block;
	width:100%;
	height:auto;
	border-bottom:1px solid #333;
	padding:30px 0px 0px 0px;
}

.post-container-item {
	display:block;
	width:100%;
	height:auto;
	border-bottom:1px solid #333;
	padding:30px 0px 30px 0px;
}

.post-subject {
	display:block;
	width:auto;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	letter-spacing:1px;
	margin-bottom:3px;
}

.post-date {
	display:block;
	width:auto;
	hight:auto;
	height:12px;
	color:#c6c6c6;
	letter-spacing:1px;
	margin-bottom:15px;
}

.post-body {
	display:block;
	width:auto;
	hight:auto;
	font-size:12px !important;
	color:#FFF;
	letter-spacing:1px !important;
	margin-bottom:25px;
	line-height:16px;
	font-family: font-family: Helvetica, Arial, sans-serif !important;
}

.post-body span {
	font-family: font-family: Helvetica, Arial, sans-serif !important;
	font-size:12px !important;
	color:#FFF !important;
	text-decoration: none !important;
	letter-spacing:1px !important;
}

.post-body span a {
	color:#f388b7 !important;
	font-family: Helvetica, Arial, sans-serif !important;
}

.post-body span a:hover {
	color:#FFF !important;
}

.post-readmore {
	display:block;
	width:auto;
	hight:auto;
	font-size:13px;
	color:#FFF;
	letter-spacing:1px;
}

#posts-sidebar-container {
	display:block;
	width:288px;
	height:auto;
	margin-bottom:25px;
}

#posts-sidebar-container-heading {
	display:block;
	width:305x;
	height:29px;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:1px solid #333;
	margin-bottom:10px;
}

#posts-sidebar_categories-list {
	display:block;
	width:288px;
	height:auto;
}

.posts-sidebar-categories-item {
	display:block;
	width: 288px;
	height: 29px;
	margin-top:5px;
	background-repeat:no-repeat;
}

.posts-sidebar-categories-item:hover {
	background-position: 0 -29px;
}

.posts-sidebar-recent-item {
	display:block;
	width:288px;
	height:auto;
	padding:10px 0px 10px 5px;
	border-bottom:1px solid #222;
	color:#c6c6c6;
}
.posts-sidebar-recent-item:hover {
	background-color:#0c0c0c;
}
.posts-sidebar-recent-item-title {
	font-size:12px;
}
.posts-sidebar-recent-item-date {
	margin-top:3px;
	font-size:10px;
}


.event-container {
	display:block;
	width:100%;
	height:auto;
	border-bottom:1px solid #333;
	padding:30px 0px 40px 0px;
}

.event-heading {
	display:block;
	width:auto;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:1px;
	font-style:italic;
	border-bottom:1px solid #333;
	padding:20px 0px 10px 0px;
}

.event-subject {
	display:block;
	width:auto;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:1px;
	margin-bottom:3px;
	margin-top:-5px;
	float:left;
	clear:none;
	margin-left:10px;
}

.event-date {
	display:block;
	width:130px;
	hight:auto;
	height:12px;
	color:#c6c6c6;
	letter-spacing:1px;
	margin-bottom:15px;
	float:left;
	clear:none;
}

.event-readmore {
	display:block;
	width:auto;
	hight:auto;
	font-size:13px;
	color:#FFF;
	letter-spacing:1px;
	float:right;
	clear:none;
	margin-top:-1px;
}

#contact-container {
	display:block;
	width:400px;
	height:auto;
}

#contact-container .contact-form-item input {
	padding:10px 0px 6px 10px;
	height:16px;
	font-size:12px;
	color:#FFF;
	width: 300px;
	border: 1px solid #222;
	background:none;
	letter-spacing:1px;
	font-family: Helvetica, Arial, sans-serif;
}

#contact-container .contact-form-item-file input {
	margin-top:10px;
	padding:10px 0px 6px 10px;
	font-size:12px;
	color:#FFF;
	width: 300px;
	border: 1px solid #222;
	background:none;
	letter-spacing:1px;
	font-family: Helvetica, Arial, sans-serif;
}

#contact-container textarea {
	padding:6px 0px 6px 10px;
	height:16px;
	font-size:12px;
	color:#FFF;
	width: 100%;
	border: 1px solid #222;
	background:none;
	height: 75px;
	line-height:16px;
	letter-spacing:1px;
	font-family: Helvetica, Arial, sans-serif;
}

.contact-form-item {
	display:block;
	width:100%;
	height:auto;
	padding:10px 0px 5px 0px;
}

#comment-title {
	font-size:16px;
}

.comments-container {

}

#comments-responses {
	font-size:18px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#f388b7;
	padding-bottom:10px;
}

.comment-content {
	padding:10px 0px 10px 0px;
	border-top: 1px solid #222;
}

.comment-content-author {
	font-weight:bold;
	margin-bottom:5px;
}

.comment-content-body {
	color:#c6c6c6;
	padding:0px 0px 0px 10px;
}

.comment-content-date {
	margin-top:5px;
	font-size:10px;
	color:#666;
	padding:0px 0px 0px 10px;
}

input.press-input {
	padding:10px 0px 6px 10px;
	height:16px;
	font-size:12px;
	color:#FFF;
	width: 300px;
	border: 1px solid #222;
	background:none;
	letter-spacing:1px;
	font-family: Helvetica, Arial, sans-serif;
}

#video_submit {
	background: transparent;
	border: 0;
	padding: 0;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:1px;
	color:#f388b7;
	cursor: pointer;
}

#video_submit:hover {
	color:#FFF;
}

/* Videos */
#videos-featured {
	margin-top: 20px;
}
.videos-featured-item {
	display: block;
	width: 286px;
	height: 200px;
	float: left;
	padding-bottom: 15px;

}

.videos-featured-item .videos-list-item-title {
	font-size: 13px;
}

.videos-featured-item-image img {
	width: 283px;
	border: 1px solid #222;
	height: auto;	
}

#videos-list {
	display: block;
	float: left;
	clear: both;
	width: 594px;
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #222;
}

.videos-list-item {
	display: block;
	width: 183px;
	height: 200px;
	float: left;
	padding-bottom: 10px;	
}

.videos-list-item-title {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	font-size: 12px;
	margin-top: 5px;	
	height: 22px;
	cursor: pointer;
	line-height:15px;
}

.videos-list-item img {
	width: 181px;
	border: 1px solid #222;
	height: auto;
}

.videos-list-item-date {
	display: block;
	height: 15px;
	float: left;
	clear: none;
	font-size: 10px;
	margin-top: 10px;
	color:#666;
}

#video-player {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #222;
}

#video-description {
	
	color: #c6c6c6;
	letter-spacing: 1px;
	margin: 10px 0;
}

.videos-sidebar-related-item {
	display: block;
	clear: both;
	width: 288px;
	height: 70px;
	border-bottom:1px solid #222;
	color:#c6c6c6;
}
.videos-sidebar-related-item-content {
	padding: 0 5px;
}
.videos-sidebar-related-item-content .image {
	float: left;
	margin-top: 10px;
	border:1px solid #222;
}
.videos-sidebar-related-item-content .image img {
	width: auto;
	height: 50px;
}
.videos-sidebar-related-item-content .title {
	float: left;
	margin-left: 10px;
	width: 190px;
	margin-top: 25px;;
}

.videos-sidebar-submit-video {
	padding: 10px 0px;
	border-bottom:1px solid #222;
	color:#c6c6c6;
	font-size: 11px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: 15px;
}
.videos-sidebar-submit-video .button {
	margin-top: 10px;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.linkImage {
	display:block;
	width:100%;
	height:100%;
}