<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Bottom Rocker | Legal</title>
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
	<meta http-equiv="Content-Language" content="en-us" />
    <link rel="shortcut icon" href="http://br.bottomrocker.com/favicon.ico" type="image/x-icon" />
    <meta name="keywords" content="Bottom Rocker, BRNYC, New York City, urban, clothing, apparel, tees, t-shirt, short sleeve, discharge print, woven label, style, hip hop, skateboarding, graffiti, iron art, manhole cover, memento morior, skull, fedora, stay fly til I die, aileron, butterfly, rococo, floral, the strength of street knowledge, hip to the fraud, contagious agent, Emiika Style" />
	<META NAME="description" CONTENT="Bottom Rocker is an emerging t-shirt brand dedicated to producing high quality apparel as an outlet for unique graphic art.">
	<link href="/products.rss" rel="alternate" title="Product RSS Feed" type="application/rss+xml" />
	<link href="http://cache0.bigcartel.com/theme_stylesheets/1151431/styles.css" media="screen" rel="Stylesheet" type="text/css" />
	<script type="text/javascript" src="http://cache1.bigcartel.com/themes/sexy/javascripts/prototype.js?20090929"></script>
	<script type="text/javascript" src="http://cache0.bigcartel.com/themes/sexy/javascripts/store.js?20090929"></script>
    
	<meta name="generator" content="Big Cartel" />   

<script type="text/javascript" src="http://br.bottomrocker.com/js/jquery.js"></script>
<script type='text/javascript'>jQuery.noConflict();</script>
<script type="text/javascript" src="http://br.bottomrocker.com/js/jquery.simplemodal.js"></script>
<script type="text/javascript" src="http://br.bottomrocker.com/js/contact.js"></script>  

</head>

<body id="legal-page" class="legal custom">

	<div id="wrap">
	
		<noscript>
			<div class="error" id="error">
				<ul>
		          <li>JavaScript must be enabled to use this store!</li>
		        </ul>
		    </div>
		</noscript>
		
		

		

		<div id="header" class="image">
			<h1><a href="/"><span>Bottom Rocker</span><img src="http://cache1.bigcartel.com/theme_images/141805/BR_Header-Img.png" /></a></h1>
		</div>		


	<div id="navigation">
			
			<div id="categories" class="pod">
				<h3 class="categories-title"></h3> <!--<h3 class="categories-title"><span>SHOP</span></h3>-->
				<ul class="categories-list">
					<li><a href="/products" title="All"><span>All</span></a></li><li><a href="/category/mens-t-shirts" title="View Mens T-Shirts">Mens T-Shirts</a></li><li><a href="/category/womens-t-shirts" title="View Womens T-Shirts">Womens T-Shirts</a></li>
				</ul>
			</div>
			
			
			   <div id="newest" class="pod">
				<h3 class="newest-title"></h3> <!--<h3 class="newest-title"><span>NEW PRODUCTS</span></h3> -->
				<ul class="newest-list">
					<li><a href="/product/wings-heather-grey" title="View Aileron - Grey">Aileron - Grey</a></li><li><a href="/product/stay-fly-olive" title="View Stay Fly - Olive">Stay Fly - Olive</a></li><li><a href="/product/memento-morior-army" title="View Memento - Army">Memento - Army</a></li><li><a href="/product/iron-art-aphalt" title="View Iron Art - Asphalt">Iron Art - Asphalt</a></li><li><a href="/product/renaissance" title="View Rococo - Black">Rococo - Black</a></li>
				</ul>
			   </div>
			
			
			

			
			
			<div id="help" class="pod">
				<h3 class="help-title"></h3> <!--<h3 class="help-title"><span>INFO</span></h3>-->
				<ul class="help-list">
<!--				
					
					<li><a href="/faqs" title="View FAQ's + Shipping">FAQ's + Shipping</a></li>
					
					<li><a href="/distributors" title="View Distributors">Distributors</a></li>
					
					<li><a href="/legal" title="View Legal">Legal</a></li>
					
-->				
					<li><a href="/distributors" title="Distributors">Distributors</a></li>
                    <li><a href="/faqs" title="FAQ's + Shipping">FAQ's + Shipping</a></li>
					<li><a href="/contact" title="View Contact Us">Contact Us</a></li>
                 </ul>
				
			</div>
      
<!--            <div id="help" class="pod">
				<ul class="help-list">
                <li><div id="contact-form-SM">
                	<a href="#" class="contact">SimpleModal</a></div></li>
                </ul>
           </div>
-->		
			<div id="newsletter" class="pod">
				<h3 class="newsletter-title"></h3> <!--<h3 class="newsletter-title"><span>NEWSLETTER</span></h3>-->
				<script language="Javascript" type="text/javascript">
                function checkform() {
                  for (i=0;i<fieldstocheck.length;i++) {
                    if (eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].type") == "checkbox") {
                      if (document.subscribeform.elements[fieldstocheck[i]].checked) {
                      } else {
                        alert("Please enter your "+fieldnames[i]);
                        eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].focus()");
                        return false;
                      }
                    }
                    else {
                      if (eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].value") == "") {
                        alert("Please enter your "+fieldnames[i]);
                        eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].focus()");
                        return false;
                      }
                    }
                  }
                  for (i=0;i<groupstocheck.length;i++) {
                    if (!checkGroup(groupstocheck[i],groupnames[i])) {
                      return false;
                    }
                  }
                  
                  return true;
                }
                
                var fieldstocheck = new Array();
                var fieldnames = new Array();
                function addFieldToCheck(value,name) {
                  fieldstocheck[fieldstocheck.length] = value;
                  fieldnames[fieldnames.length] = name;
                }
                var groupstocheck = new Array();
                var groupnames = new Array();
                function addGroupToCheck(value,name) {
                  groupstocheck[groupstocheck.length] = value;
                  groupnames[groupnames.length] = name;
                }
                
                function compareEmail()
                {
                  return (document.subscribeform.elements["email"].value == document.subscribeform.elements["emailconfirm"].value);
                }
                function checkGroup(name,value) {
                  option = -1;
                  for (i=0;i<document.subscribeform.elements[name].length;i++) {
                    if (document.subscribeform.elements[name][i].checked) {
                      option = i;
                    }
                  }
                  if (option == -1) {
                    alert ("Please enter your "+value);
                    return false;
                  }
                  return true;
                }
                </script>   
                
                <form method="post" target="_self" action="http://news.bottomrocker.com/news/?p=subscribe" name="subscribeform"> 
                <input id="newsletter-input" name="email" type="text" value=" enter your email here" onfocus="value=''">
                <script language="Javascript" type=a"text/javascript">addFieldToCheck("email","Email");</script>
                <input type="hidden" name="htmlemail" value="1">
                <input type="hidden" name="list[3]" value="signup">
                <input type="hidden" name="listname[3]" value="Newsletter"/>
                    <div style="display:none">
                        <input type="text" name="VerificationCodeX" value="" size="20">
                    </div>
<!--                <input type="submit" name="subscribe" value="Submit" onClick="return checkform();"> -->
<!--
				<form id="subscribeform" name="subscribeform" method="post" action="http://bottomrocker.com/news/?p=subscribe">
				<input id="newsletter-input" name="email" type="text" value=" enter your email here" onfocus="value=''">
				<script language="Javascript" type="text/javascript">addFieldToCheck("email","Email Address");</script>
				<input type="hidden" name="list[3]" value="signup">
				<input type="hidden" name="htmlemail" value="1" checked />
 -->               
			<button id="newsletter-submit" type="submit" title="Subscribe" name="subscribe" value="Subscribe" onClick="return checkform();">
            <span></span></button>
				</form>	
				
			</div>
			
			
			   <div id="search" class="pod">
				<h3 class="search-title"></h3> <!--<h3 class="search-title"><span>SEARCH</span></h3>-->
				<form id="search-form" name="search" action="/products" method="get">
					<input id="search-input" name="search" type="text" />
					<button id="search-submit" name="search-submit" type="submit" title="Search"><span></span></button>
				</form>
			   </div>
			

			
			<a href="/cart" title="View Cart">
			   <div id="minicart">
			   
				<h3 class="minicart-title"></h3>         <!--<h3 class="minicart-title"><span>CART</span></h3>-->
				<div class="minicart-options">
				    <!--<div class="minicart-view"><a href="/cart" title="View Cart"><span>VIEW CART</span></a></div>-->
				    <!--<div class="minicart-checkout"><a href="/checkout" title="Checkout"><span>Checkout</span></a></div>-->
				
				<ul class="minicart-contents">
					<li class="minicart-items">
					   <span id="cart-count">0 items</span>
					</li>
					<li class="minicart-total">
					   <span id="cart-total">
					   
					     
					      0.00 <span class="currency_code">EUR</span>	
					     
					   </span>
					</li>
				</ul>
			   </div>
			   </div>
			</a>

	<div id="contact-socialnet">
    	<a href="http://www.facebook.com/pages/Bottom-Rocker/140769062148" title="Facebook" target="_blank">
        <div class="facebook" id="contact-socialnet"><span></span></div></a><span></span>
        <a href="http://twitter.com/bottomrocker" title="Twitter" target="_blank">
        <div class="twitter" id="contact-socialnet"><span></span></div></a>
        <a href="http://www.bottomrocker.com/products.rss" title="Bottom Rocker RSS" target="_blank">
        <div class="rss" id="contact-socialnet"><span></span></div></a>
	</div>


<!--
			<div id='contact-form-SM'>
                	<a href="#" class='contact'>SimpleModal Contact Form</a>
           </div> -->
			
								

</div>


		<div id="main">
		
			<div id="main-title">
				<h2><span>Legal</span></h2>
				
			<noscript>
			   <div class="error" id="error">
				<ul><li>JavaScript must be enabled to use this store!</li></ul>
		    	   </div>
			</noscript>
		
		

						
				
			</div>

			<div id="main-content">
				
				<div id="faq-content">
<dl class="faq-list">
<div id="faq-title"><a name="Terms"></a><img src="http://br.bottomrocker.com/images/Terms.gif"</span></div>
<dt>Thank you for visiting our Website ("Site"). YOU SHOULD READ THE FOLLOWING TERMS CAREFULLY BEFORE USING THIS SITE. These Legal Conditions govern the use of and access to BottomRocker.com.</dt>
<dd>Your use of this Site is governed by the following terms of use ("Terms"). If you do not agree with all of these Terms, please exit this Site. By using this Site, you agree to comply with and to be bound by these Terms, including the privacy policy. Bottom Rocker.com reserves the right to, from time to time, change these Terms at its sole discretion. By using this Site after any such change, you agree to comply with, and be bound by, the Terms as changed.</dd>
<dt>Copyright, trademark and other intellectual property protection</dt>
<dd>This Site as a whole, and all material on this Site, is protected by copyright and other intellectual property rights. See separate copyright and trademark notice for further information.</dd>
<dt>Prices and Payment</dt>
<dd>• All prices are retail prices in Euro.<br /><br />
• Accepted method of payment is Paypal or credit card through Paypal. Holders of European bank accounts may pay via prepayment (bank transfer).<br /><br />
• The total cost of your items ordered plus shipping fees and local taxes as displayed on the web will be billed via PayPal.<br /><br />
• This does not include any taxes, duties, import fees or customs fees charged by your local government. As customs policies vary widely by country, we cannot anticipate what these charges will be and are not responsible for any taxes, duties, import fees or customs fees levied once the merchandise reaches your country. Please contact your local government or post office for more information.<br /><br />
• To guarantee a secure transaction we use PayPal, please refer to <a href="http://paypal.com" target="_blank"><u>www.paypal.com</u></a> for futher details.</dd>
<dt>Delivery</dt>
<dd>• All orders will be processed within 5 working days from the date of order at the shown prices and delivery conditions to the given address. Delivery dates are without obligation. For binding delivery dates a written guarantee is necessary.<br /><br />
• Delivery is made at your risk and expense. Additional cost may result in the case of delivery to foreign countries.<br /><br />
• All deliveries to other countries may be subject to taxes, duties, import fees and custom fees. If you are unsure if this applies to you. For more precise information about the costs involved please contact your local government or your post office.<br /><br />
• The advised dates of delivery may change because of events beyond our control.<br /><br />
• If a parcel is returned, because the address was incomplete or incorrect, because you refused to accept it or because you didn't pick it up at your post office in time, you will be charged for the shipping costs back to Bottom Rocker.</dd>
<dt>Your rights of Return</dt>
<dd>• You can return your order within 14 days (28 days for orders outside Europe) from the shipping date (You'll receive an email from us letting you know your order has shipped).<br /><br />
• You must contact us beforehand and receive a confirmation email from us. You must affix our downloadable<a href="http://br.bottomrocker.com/BR-ReturnLabel.pdf"> <u>Return Label</u></a> on the outside of the package.<br /><br />
• Please return the product to the following address:<br />
Bottom Rocker<br />
P.O. Box 74093<br />
28050, Madrid – Spain<br /><br />
• We will quality control all returned products. All goods must be returned in perfect unused condition along with a copy of your initial order/delivery note in the original packaging. The customer is responsible for postage fees when returning an order. We will dismiss the returned product if:<br /><br />
a. The product shows signs of visible use<br />
b. The order is returned without the original packaging<br />
c. The product is damaged as a result of return transport.<br /><br />
• We will reimburse your payment (Duties, taxes and other expenses excluded) once we have approved that the order is eligible for return. In case of return, you will be charged for all shipping charges. If the goods are returned outside the return period we are unable to process an exchange or refund.<br /><br />
• If the product is in any way faulty or does not conform to the order placed, we will gladly refund the purchase price paid, the return shipping cost; any customs, duties and goods taxes (upon proof of payment i.e. a receipt), plus the original shipping costs. Likewise, no good will be taken back if it shows signs of damage or interference, such as:<br /><br />
- Natural wear and tear<br />
- Events out of our control e.g. natural disasters<br />
- Signs of improper use<br />
- Interference by the customer or a third person<br />
- Extreme use or extreme influence by the customer<br /><br />
• All refunds will be issued based upon the original form of payment, If you paid via bank transfer you will need to supply the bank account information when you initiate the return.<br /><br />
• No cost will be covered should the product/s go missing during the return shipping. We advise you to send all items back with a transport company which provides a track & trace service.</dd>
<dt>Our Right</dt>
<dd>• If you supplied us with incorrect information about your creditworthiness we reserve the right to withdraw from the contract in whole or in part.</dd>
<dt>Reservation of proprietary rights</dt>
<dd>• The goods shall remain our property until you have fully paid any and all debts as of the contracting date, including the current account balance if any.</dd>
<dt>Submissions:</dt>
<dd>You agree that any and all suggestions, designs, concepts, photographs, testimonials, and other items or materials (except for your personal information) disclosed or submitted to BottomRocker.com through this Site or by other means ("Submissions") are neither confidential nor proprietary to you. All submissions become Bottom Rocker's property upon submission to BottomRocker.com. By making a Submission to BottomRocker.com, you assign to Bottom Rocker all rights, title and interests, including copyrights, in the Submission. Bottom Rocker has no obligation (i) to keep any Submission confidential; (ii) to pay you or anyone any compensation for any Submission or for using a Submission; or (iii) to respond to or acknowledge any Submission. You represent and warrant that no Submission you make will violate any right of any third party, including, but not limited to, copyright, trademark, patent, trade secret, privacy or other personal or proprietary right. By making a Submission, you agree that Bottom Rocker has the right (but not the obligation) to copy, publish, distribute or use such Submission for any purpose, including, but not limited to, advertising, promotional, product development or other commercial purposes, without compensation to you or to any other person. You are and shall remain solely responsible for the content of any Submission you make.</dd>
<dt>Links:</dt>
<dd>This Site may contain links to other websites. Bottom Rocker is not responsible for the availability of, or any content or material contained in, or obtained through, any such sites. BottomRocker.com does not, by linking to another site, or by making reference to any third-party information, products or services, endorse those sites or materials. Any questions or comments relating to any other site should be addressed to the operator of those sites. No linking to this website is permitted without Bottom Rocker's prior written permission.</dd>
<dt>Products:</dt>
<dd>The Bottom Rocker products depicted on this Site are representative of the Bottom Rocker collection. Not all Bottom Rocker products are shown in this Site. Not all products shown on this Site are available through all Bottom Rocker dealers. The style, designs and colors of the Bottom Rocker products shown in this Site may be changed without notice.</dd>
<dt>Disclaimer:</dt>
<dd>Material in this Site may contain inaccuracies or typographical errors. Bottom Rocker is not liable or responsible for any inaccuracies or errors, or for any loss or damage caused by or arising from any user's reliance on information obtained from or through this Site. It is your responsibility to evaluate the information and other content available through this Site. This Site and the information and materials contained in this Site are subject to change at any time, and from time to time, without prior or subsequent notice.</dd>
<dt>No warranties:</dt>
<dd>This site and the contents of this site are provided on an "as is" and "as available" basis. Bottom Rocker makes no representations or warranties of any kind, express or implied, including, but not limited to, warranties of title or freedom from malicious programs (such as viruses, worms or trojan horses) or implied warranties of merchantability or fitness for a particular purpose, with respect to this site or its contents and expressly disclaims any representations and warranties. Bottom Rocker does not represent or warrant that the information contained in this site is accurate, complete or up-to-date, that this site is free of defects or that any defects will be remedied. You agree, by using this site, that your use of this site is at your sole risk, that you assume full responsibility for all loss of use, loss of data and costs associated with all necessary servicing or repairs of any equipment and/or software that you use in connection with this site, and that Bottom Rocker shall not be responsible or liable for any damages of any kind whatsoever arising out of, caused by or related to your use of this site. Where applicable law does not allow the exclusion of implied warranties, some or all of the foregoing disclaimers of warranty may not apply to you.</dd>
<dt>Limitation of liability and indemnity:</dt>
<dd>In no event shall Bottom Rocker be liable for any actual, direct, indirect, special, punitive, incidental, exemplary or consequential damages, or any other damages whatsoever, even if Bottom Rocker has been previously advised of the possibility of such damages, whether in an action under contract, tort or under any other theory, arising out of or in connection with the use, inability to use, or performance of the information, products and materials on this site. Because some jurisdictions do not allow the exclusion or limitation of liability for consequential or incidental damages, some or all of the above limitations may not apply to you.</dd>
<dd>Bottom Rocker shall be under no liability for any delay or failure to deliver products or otherwise perform any obligation as specified in these legal conditions if the same is wholly or partly caused by circumstances beyond our reasonable control.</dd>
<dd>You agree to defend, indemnify and hold harmless Bottom Rocker, its affiliates and their officers, directors, and employees from and against any and all claims, damages, losses, costs and expenses, including, but not limited to, reasonable attorneys' fees and court costs, arising from or related to your use of this Site.</dd>
<dt>Miscellaneous:</dt>
<dd>If you are located in the United States, these Terms, and your use of this website shall be governed by the laws of the United States and any dispute will be resolved exclusively in the courts of the United States. Otherwise, these Terms, and your use of this website shall be governed by the laws of Madrid, Spain and any dispute will be resolved exclusively in a court located in Madrid, Spain. English and Spanish are the only languages offered for the making or conclusion of any contract regarding this website.</dd>
</dl>
</div>
<div id="faq-content">
<dl class="faq-list">
 
<div id="faq-title"><a name="Privacy"></a><img src="http://br.bottomrocker.com/images/PrivacyPolicy.gif"</span></div>
 
<dt>What information Bottom Rocker collects:</dt>
<dd>Bottom Rocker collects personal data from visitors to the website who register their information. We also use web statistics tools and track IP addresses so we can improve our services and enhance your BottomRocker.com experience. BottomRocker.com does not collect personally identifiable information from anyone under the age of eighteen. If you are under eighteen, please ask your parents to register for you. Please do not submit any personal details if you are under eighteen.</dd>
<dt>How Bottom Rocker uses information you provide:</dt>
<dd>If you give us your personal information, we will use this information to register you with our website, to administer our website services. We will send you announcements or communications by email only if you give us your permission by submitting your personal details. Otherwise, we use your information only to review our performance and to improve our services to you.</dd>
<dt>Does Bottom Rocker share your information with others?</dt>
<dd>Bottom Rocker does not sell, rent or disclose our client's names, addresses, email addresses or other personal information to any non-Bottom Rocker entity. Bottom Rocker may share client information within the Bottom Rocker organization, including other commonly-owned brands, so that you may be informed of other products that may be of interest to you. Further, in order to maintain our website and provide our client communications, Bottom Rocker contracts with selected third parties. As necessary, your personal information may be processed by these third parties, solely for the purpose of assisting Bottom Rocker in these endeavors and subject to strict contractual confidentiality obligations. We do not otherwise disclose your information to third parties, unless required by law or in connection with a legal claim or proceeding. If Bottom Rocker is acquired by another entity, information about BottomRocker.com clients may be made available to the new entity.</dd>
<dt>Email Subscription Preferences</dt>
<dd>Providing Bottom Rocker your e-mail address opts you in to receive Bottom Rocker e-mail newsletters. You may choose at any time to discontinue receiving e-mail newsletters by opting out or<a href="http://news.bottomrocker.com/news/?p=unsubscribe" target="_blank"> <u>unsubscribing</u></a>. Bottom Rocker will not rent, sell or give your e-mail address to any other organization for the purposes of marketing or solicitation. Bottom Rocker will need to supply your e-mail address to specific service providers who deliver e-mail on our behalf. However, third-party service providers are contractually prohibited from using your information for any purpose other than in accordance with the terms of their agreements with Bottom Rocker.</dd>
<dt>About security:</dt>
<dd>BottomRocker.com uses appropriate security measures to protect the information you give us. However, while we take all reasonable steps to protect your personal information, you accept that no Internet data transmission can be guaranteed to be secure from access by unintended recipients and will not hold us responsible for any breach of security unless this is due to our negligence.</dd>
<dt>About cookies:</dt>
<dd>Cookies are pieces of information a website can send to your computer's browser for record-keeping purposes. BottomRocker.com uses cookies to ascertain which web pages are visited and how often, to make our web site more user friendly, and to give you a better experience when you return to the website. Most web browsers automatically accept cookies, but you do not have to accept them. To disable cookies, you should access the "help" tab on your browser or read the information that came with your browser software.</dd>
<dt>Acceptance of privacy policy and modifications:</dt>
<dd>By accessing and using the BottomRocker.com website, you consent to our collection, use and disclosure of your information as described in this privacy policy. Bottom Rocker reserves the right occasionally to make changes to its privacy policy or practices. You should therefore review this page from time to time to get updated information. We will notify you of any changes in our privacy policy by posting the modifications on our website.</dd>
<dt>Contact us:</dt>
<dd>If you have any comments or queries regarding our privacy policy, please use our <a href="/contact"><u>contact</u></a> form.</dd>
</dl>
</div>

				

			</div>
		
		</div>

		

		<div id="footer"><a href="/legal#Privacy" title="Privacy Policy">Privacy Policy</a> | <a href="/legal#Terms" title="Terms & Conditions">Terms & Conditions</a> © 2009 Bottom Rocker - all rights reserved</span></div>

		</div>


<!--	<div id="extra-2"><span></span></div>
	<div id="extra-3"><span></span></div>
	<div id="extra-4"><span></span></div>
	<div id="extra-5"><span></span></div>
	<div id="extra-6"><span></span></div>
-->
<!--                    <a href="http://www.facebook.com/pages/Bottom-Rocker/140769062148" title="Facebook" target="_blank"><img src="http://br.bottomrocker.com/images/FaceBook_logo.png" /></a>
                    <a href="http://twitter.com/bottomrocker" title="Twitter" target="_blank"><img src="http://br.bottomrocker.com/images/Twitter_logo.png" />
                    -->

</body>
</html>