@charset "utf-8";
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.4em;
}

#homeContent a:link , #homeContent a:visited, 
#mainContent a:link , #mainContent a:visited{
	text-decoration:none;
	color: #0066FF;
}
#homeContent a:hover,#mainContent a:hover
{
	color:#990000;
}


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

a img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
a:hover img {
	border-bottom-color:#990000;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}
a:hover
{
	color:#FF0000;
}
.line {
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	position: relative;
	top: 35px;
	z-index: 1;
}
h1 {
	font-size: 1.2em;
	color: #000000;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}

.spacing {
	margin: 0px 4px;
}
.padding_right {
	padding-right: 20px;
}
.small_text {
	font-size: 0.9em;
	color: #999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twocols #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 

/* --------------- HEADER -------------------------- */

#header_img {
	margin: 0px;
	padding: 0px;
}
#header #rounded_bar {
	
	background-image: url(../images/gray_bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:12px;
	width:100%;
	float:left;
	background-color: #bdbbbc;
}

#header {
	background-color: #FFFFFF;
	background-image: url(../images/header_gradient.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
} 
.twocols #header h1 {
	margin: 0 0 0 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	color: #FFFFFF;
	font-variant: normal;
	font-size: 1.3em;
}


.twocols #mainContent {
	margin: 0px 0px 0px 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.2em;
	position: relative;
	top: 0px;
} 
#mainContent .title {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana;
	color: #99A79A;
}
#homeContent .title {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana;
	color: #999999;
}
 #homeContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.2em;
	position: relative;
	top: -5px;
	background-color: #FFFFFF;
} 

/* -------------- MAIN NAVIGATION ------------------------------------------*/
#main_nav {
	vertical-align: middle;
	font-weight: bolder;
	font-size: 1.2em;
	text-align: left;
	margin: 0px auto;
	width: 752px;
	padding: 10px 0px 20px;
	top: -10px;
	position: relative;
	height: 25px;
	z-index: 2;
}


#nav {
	z-index: 2;
	background-image: url(../images/gray_line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	top: 2px;
	vertical-align: text-top;
	text-align: left;
	height: 3px;
	width: 752px;
	padding: 2px 0px 2px 25px;
	margin: 0px auto;
}


/* ------------------------ SIDEBAR -------------*/

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 10px 15px;
	background-color: #FFFFFF;
	background-image:url(../images/sidebar_bg.jpg);
	text-align: center;
	position: relative;
	top: 0em;
	padding: 0px;
}

.sidebar_heading{
	text-align: center;
	background-image:url(../images/sidebar_top.jpg);
	height:7px;
	background-repeat: no-repeat;
	margin:0;
	padding:0
}

.sidebar_footer
{
	background-image:url(../images/sidebar_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 7px;
}
.sidebar_content {
	text-align:center;
	font-size: 1.1em;
	color: #000000;
	margin: 0px;
	padding: 2px 8px 4px;
	vertical-align: top;
}

/* 1= inner sidebar */
.sidebar1 {
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*margin: 10px 10px 15px 15px;*/
	background-color: #CCCCCC;
	background-image:url(../images/sidebar_bg1.jpg);
	text-align: center;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	position: relative;
	top: 5px;
}
.sidebar_heading1{
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	background-image:url(../images/sidebar_top1.jpg);
	height:16px;
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-top: 0px;
}
.sidebar_content1
{
	padding: 8px 0px 4px;
	text-align: center;
	vertical-align: middle;
}
.sidebar_content1 a:link, .sidebar_content1 a:visited {
	padding:0px;
	margin: 0px;
	text-align:center;
	font-size: 0.9em;
	color: #666666;
	vertical-align: top;
	font-weight: normal;
}

.sidebar_content1 a:hover {
	color: #990000;
}

.sidebar_bigtext, .sidebar_bigtext  a:link{
	font-size: 1.1em;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	margin:0px;
	top:-10px;
	position:relative;
}

.sidebar_footer1
{
	background-image:url(../images/sidebar_bottom1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 7px;
}


/* ---------------- FOOTER ----------------------*/
#footer {
	padding: 30px 0px 0;
	display: block;
	background-color: #FFFFFF;
	position: static;
	bottom: 10px;
	margin: 0px;
	height: 100%;
	width: 780px;
	float: right;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #999999;
}

#footer ul {
	list-style-type: none;
	text-align: center;
	width: 80%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	text-align: center;
}


#footer a, #footer a:link, #footer a:visited {
	color:#666666;
	font-weight: bold;
	font-size: 1.1em;
}
#footer a:hover {
	color:#990000;
	font-weight: bold;
	}


#newsletter_frm {
	vertical-align: middle;
	top: 0px;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin: 16px 0px 10px;
}
#newsletter_frm strong {
	color: #666666;
	font-size: 0.9em;
}
#newsletter_frm_home {
	vertical-align: top;
	top: -160px;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px 0px 10px 4px;
	float: right;
	font-family: Verdana;
	position: relative;
	width: 330px;
	margin-right: 20px;
}
#footer #siteinfoLegal, #footer #siteinfoLegal a {
	font-size: 0.9em;
	color: #666666;
	text-align: center;
	font-weight: normal;
}


/*
#online_shop a, #online_store a
{
	color: #990000;
	background-color: #CCCCCC;
}
#online_shop a:hover, #online_shop a:hover
{
	color: #990000;
	background-color: #FFFFFF;
	border: thin solid #990000;
}*/

#sidebar_selected_link 
/* a:link, .selected_link div, .selected_link div a:link, .selected_link div a*/
{
	font-weight: bold;
	text-decoration: underline;
}

/* --------------------------- IMAGE THUMBNAILS --------------*/

#wrap {
	padding-top: 0px;
	margin: 0 0px;
}
.thumbnails_line img {
	border: 1px solid #FFFFFF;
}

#thumbnails {
	clear: both;
	margin: 10px auto;
}
/*
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}

#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
*/
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.sidebar_content h1 a:link {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	margin:0px;
	top:-20px;
	position:relative;
}
#sidebar_title {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -2px;
	color: #E4E4E4;
	font-size: 1.3em;
	text-align: center;
}
#sidebar_subtitle {
	position: relative;
	top: 0px;
	font-style: italic;
	color: #666666;
	font-size: 0.9em;
	margin: 0px;
	padding: 0;
}
#collection_gallery {
	width: 98%;
	position: relative;
	top: 0px;
	margin: 4px 0px 0px;
	overflow: hidden;
}
#accessories_gallery
{
	width: 90%;
	position: relative;
	top: 0px;
	font-size: 0.9em;
}

#mainContent  a {
	color: #0033CC;
}
#collections {
	background-image: url(../images/Composite_sotto_opt.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#vintage_collection {
	background-image: url(../images/vintage_label_storta.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 350px;
}
.thumbnails_line {
	padding: 4px 0px;
	clear: both;
	overflow: visible;
}
.thumbnails_line_1 {
	padding: 4px 0px;
	text-align: center;
	width: 100%;
	overflow: visible;
	clear:both
}
#video {
	background-color: #FFFFFF;
	margin: auto;
	padding: 0px;
	top: 0px;
	position: relative;
	width: 540px;
	text-align: center;
}
#home_content_right {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -10px;
	font-size: 0.9em;
	float: right;
	background-color: #FFFFFF;
	width: 490px;
	vertical-align: middle;
}

#blackeco_collection {
	background-image: url(../images/sustainable_eco_music_t-shirt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	text-align:right;
	width: 92%;
	padding-top: 0px;
	margin: 0px;
}

#accessories_collection{
	background-image: url(../images/music_mp3_accessories.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
	text-align:left;
	position:relative;
	top:0;
	width: 90%;
	padding-left: 20px;
}

#fashion_and_technology
{
	background-image: url(../images/fashion_and_technology.jpg);
	background-repeat: no-repeat;
	height: 709px;
	width: 500px;
	color: #666666;
}
#about {
	color: #586176;
	font-size: 0.9em;
}
#fashion_and_technology #text1 {
	text-align: left;
	display: block;
	width: 300px;
	position: relative;
	left: 190px;
	top: 60px;
}
#care_and_instr ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
}
#care_and_instr {
	overflow: visible;
	text-align: left;
}
#care_and_instr ul {
	display: block;
	width: 45%;
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 1em;
	font-size: 0.9em;
	padding: 4px;
	position: relative;
	top: 10px;
}
#care_and_instr li {
	line-height: 2em;
}
#care_and_instr img {
	float: right;
	position: relative;
	top: 0px;
}
#fashion_and_technology #text2_wrapper {
	width: 150px;
	left: 240px;
	position: relative;
	top: 78px;
	color: #000000;
}
#fashion_and_technology #text2_wrapper #text2 {
	font-size: 0.8em;
	color: #333333;
	border: thin solid #FD0F0F;
	padding: 7px 14px;
	font-weight: normal;
}
#fashion_and_technology #text2_wrapper .text_box_title {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
}
#fashion_and_technology  strong {
	color: #990000;
}
#fashion_and_technology #text3_wrapper {
	width: 190px;
	position: relative;
	left: 20px;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	top: 10px;
}
#fashion_and_technology #text3_wrapper #text3 {
	font-weight: normal;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-top-color: #FD0F0F;
	border-bottom-color: #990000;
	font-size: 0.8em;
	position: relative;
	top: -10px;
	padding-top: 2px;
}
#contacts {
	text-align: left;
}
.news ul
{
	line-height: 14px;	
}
.news li {
	list-style-image: url(../images/bullet_red.gif);
	line-height: 18px;
}
.news strong {
	font-weight: bold;
	color: #5E7F64;
}
#faq ul {
	list-style-type: decimal;
}
#faq .answer {
	color: #333333;
	background-color: #CCCCCC;
	width: 90%;
	padding: 4px;
}
#fair_trade_wear img {
	padding: 20px;
}
#fair_trade_wear {
	width: 95%;
}
#sidebar_selected_link img {

}
#video a {
	color: #990000;
}
#blackeco_collection p {

}
#blackeco_collection strong {
	color: #85D274;
}


#menu_about, #menu_home,
#menu_collections, #menu_contacts, #menu_news
{
	margin-right: 2em;
	padding-left: 1em;
	font-weight:bold
}
#menu_faq
{
padding-left: 1em;
font-weight:bold
}
#menu_online_store
{
	text-decoration: none;
	margin-right: 2em;
	padding-left: 1em;
	color: #FFFFFF;
	height: 8px;
	text-align: center;
	padding-top: 8px;
	margin-top: 8px;
}

#footer #footer_part1 {
	float: right;
	width: 590px;
	background-color: #FFFFFF;
}
#footer #footer_part2 {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	height: auto;
}
#menu_online_store a:hover {
	color: #0066FF;
}
#menu_online_store a {
	margin: 0px;
	padding: 0px 4px;
	position: relative;
	top: -10px;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
}
.selected_link {
	color: #CC0000;
}

#menu_online_store .selected_link {
	color: #FFFFFF;
}
#home_content_left {
	color: #666666;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	margin: 0px auto 0px 0px;
	text-align: left;
	top: -4px;
	height: 300px;
	font-size: 0.8em;
	width: 260px;
	padding: 4px 0px 4px 4px;
}

/* ---------------- CAPTIONED FOTO with trasparency -- */
.captioned_photo{
	position: relative;
	padding:0;
	line-height:1em;
	text-align: center;
	float: left;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
}
/*.captioned_photo p{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	margin:0;
	padding:0;
	background:url(../images/caption-red.png);
	font: .75em/1.25em Verdana, sans-serif;
	letter-spacing:.5em;
	color:#FFFFFF;	
}*/
.captioned_photo p{
	position:relative;
	bottom:0;
	margin:auto;
	padding:0;
	letter-spacing:0.5em;
	color:#666666;
	font-family: Verdana;
	font-size: 0.85em;
	line-height: 1.2em;
	text-align: center;
	width: 100%;
}
.captioned_photo p span{
	display:block;
	padding:.75em;
}
.captioned_photo img{
	margin:0;
	padding:0;
	display:block;
}
#mainContent strong {
	color: #555D72;
}
#care_and_safety ul {
	list-style-image: url(../images/bullet_red.gif);
	padding-left: 4px;
	margin-left: 8px;
}
#home_content_left img {
	padding: 2px;	
}
#home_content_right strong {
	color: #666666;
}
#home_content_left p {
	color: #666666;
	font-size: 1em;
}
#home_content_left strong {
	color: #333333;

}
#home_content_left #movie {
	padding-left: 10px;
	position: relative;
	top: 10px;
}
.bordered
{
border: 1px solid #CCCCCC;
}
.white_bar {
	display: block;
	width: 100%;
	background-color: #ffffff;
	height: 321px;
}
#radio_line a {
	color: #CE0300;
}
#radio_line a:hover {
	color: #FFFFFF;
}
.last_news a{
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
}

.homeinfo {
	padding: 0px;
	height: 60px;
	width: 250px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	color: #666666;
}
#homeinfo_2 {
	padding: 0px;
	height: 110px;
	width: 430px;
	border: 1px solid #CCCCCC;
}
#homeinfo_3 {
	text-align: left;
	margin-top: 5px;
	height: 100px;
	vertical-align: middle;
}
#homeinfo_4 {

}
#homeinfo_1 {
	height: 80px;
	margin-top: 20px;
}
.news .last_news {
	margin-bottom: 15px;
}
#home_content_left h1 {
	font-size: 1em;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
.voti {
	display: inline;
	text-align: center;
}
.rating {
	background-color: #FFFFFF;
	width:50%;
	height:60px;
	top: 2px;
	position:relative;
	color: #99CC00;
	text-align: center;
	display: block;
	left: 70px;
	float: left;
}
#collection_gallery strong {
	color: #999999;

}
#keys {
	font-size: 0.9em;
	color: #666666;
	width: 95%;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
}

#keys a:link, #keys a:visited{
	color: #999999;
	font-weight: normal;
	font-size: 1em;
}
.infoblock {
	font-size: 1em;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}
#obj_right {
	float: right;
	color: #666666;
	width: 400px;
	position: relative;
	margin-right: 10px;
	z-index: 4;
	display: block;
	top: 10px;
}
#home_img_ssp {
	float: left;
	margin-left: 25px;
	z-index: 1;
	margin-top: -10px;
	
}
#obj_left {
	float: left;
	margin-left: 20px;
	width: 380px;
	
}

.infoblock h2 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #0033FF;
}
#home_main_text {
	margin-left: 40px;
	top: -20px;
	position: relative;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#home_main_text li {
	list-style-type: circle;
	color: #666666;
	list-style-image: url(../images/bullet_red.gif);
	vertical-align: middle;
}
.home_news {
	clear: both;
	width: 780px;
	z-index: 2;
	height: 235px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
#home_main_text h1 {
	color: #FFFFFF;
	height: 3px;
	font-size: 1.3em;
	text-align: left;
}
#flags {
	float: right;
	margin-right: 10px;
	color: #CCCCCC;
	position: relative;
	clip: rect(0px,auto,auto,auto);
}
.infoblock h1 {
	font-size: 1.1em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	display: block;
	width: 100%;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #333333;
	background-color: #000000;
	text-transform: lowercase;
}
.home_news p {
	padding-left: 5px;
	color: #666666;
}
.home_news h1 {
	padding-left: 5px;
	font-size: 1.5em;
	color: #CCCCCC;
	font-weight: bold;
	display: inline;
}
#home_main_text a {
	color: #FFCC00;
	font-weight: bold;
}
#buy_now {
	display: block;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	font-weight: bold;
	color: #FF0000;
	height: 30px;
}
#buy_now img {
	display: inline;
}
.infoblock h2 a, .infoblock h2 a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
#live_chat {
	float: right;
	position: absolute;
	top: 0px;
	z-index: 4;
	margin: 0px;
	padding: 0px;
	right: 10px;
	color: #FFFF00;
}
#live_chat a {
	color: #FFFF00;
	font-weight: bold;
}
