a:link {
text-decoration: none;
color: #999999;
}

a:visited {
text-decoration: none;
color: #999999;
}

a:hover {
text-decoration: none;
color: #009999;
}

body {
width: 1002px;
margin-left: auto; 
margin-right: auto;
background-color: #000000;
background-image: url(images/back_gradient.jpg);
background-repeat: repeat-x;
}	

h4 {
color: #009999;
font-size: 12px;
line-height: 12px;
padding-left: 0px;
font-weight: normal;
margin: 5px 0px 0px 0px;
}

h3 {
color: #663399;
font-size: 12px;
line-height: 12px;
margin: 0px;
}

ul {
color: #000000;
list-style-type: none;
margin-left: 0em;
padding:0;  
list-style-position: inside; 
margin: 0px; 
clear: none; 
width: auto; 
display: inline; 

}
 
li {
white-space: normal; 
margin-left: 0px; 
width: auto; 
}

.title2 {
font-weight: bold;
color: #663399;
margin-left: 10px;
padding-top: 20px;
}


.retailList {
width: 400px;
color: #663399;
}

.title3 {
float: left;
color: #009999;
margin: 0px 10px 0px 0px;
}

.title4 {
float: left;
color: #009999;
margin: 0px 0px 0px 40px;
}

.title5 {
float: left;
color: #009999;
margin: 0px 0px 0px 0px;
}

.container {
padding-top: 5px;
margin-left: auto; 
margin-right: auto;
background-color:#FFFFFF;
color: #000000;
font-family: Arial, Verdana, sans-serif;
position: relative;
width: 999px;
}

.box {

font-size: 12px;
line-height: 18px;
}

.media {
width: 360px;
height: 570px;
margin-top: 0px;

float: left;
color: #000000;
 
}

.map {
padding: 10px 0px 0px 0px;
margin: 5px 0px 0px 15px;
}



.blog {
width: 639px;
height: 563px;
padding-top: 5px;
float: right;
color: #000000;
}

.content {

width: 999px;
height: 560px;
margin-top: 0px;
float: left;
text-align: center;
padding: 0px 0px 10px 0px;
}

.showContent {
width: 949px;
height: 560px;
margin-top: 0px;
float: left;
text-align: center;
margin: 0px 25px 10px 20px;
}
.contentImage {
float: right;
padding: 40px 0px 0px 0px;

}



.contactText {
padding: 25px 40px 40px 0px;
width: 445px;
text-align: left;
text-align: justify; 
}

.storeContent {
max-height: 30px;
}

.mapText {
padding: 0px 10px 40px 0px;
width: 110px;
height: 360px;
text-align: left;
float: left;
}

.mapText2 {
margin: 40px 0px 40px 0px;
width: 490px;
height: 360px;
text-align: left;
float: left;
}

.conceptImage {
margin: 40px 0px 40px 	0px;
float: right;
border: thin solid #000000;
}

.logo {
margin-top: -13px;

}

.mainNav {
float: right;
position: absolute;
top: 49px;
right: 0em;
}

a.topNav {
text-decoration: none;
color: #FFFFFF;
}


a.topNav:hover {
text-decoration: none;
color: #009999;
}

.nav1 {
		float: left;
		margin: 0em 2em 0em 0em;
		text-align: right;
	}
	
.homeLink {
color: #663399;
font-weight: bold;
}

.footer {
background-color:#FFFFFF;
width: 999px;
font-size: 10px;
padding-bottom: 5px;
padding-top: 15px;
float: right;
}

.footerInfo {
float: right;
padding-right: 20px;
}

.footerNav {
float: right;
}

.clear {
	clear: both;
}		

.colSpan1 {
text-align: left;
margin-left: 0px;
width: 160px;
float: left;
color: #009999;
}

.colSpan2 {
text-align: left;
margin-top: 10px;
float: left;
width: 160px;
color: #009999;
}

.colSpan3 {
text-align: left;
margin-top: 10px;
float: left;
width: 160px;
color: #009999;
}

.stores {
width: 620px;
height: 550px;
margin-top: 0px;


float: right;
color: #000000;
}


/* $Id: Tabber */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:0em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: none;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 0px;
 border: none;
 border-bottom: none;
 background: #FFF;
 text-decoration: none;
}

ul.tabbernav li a:link {
color: #999999; 
text-decoration: none;

}
ul.tabbernav li a:visited { color: #663399; }

ul.tabbernav li a:hover
{
text-decoration: none;
color: #009999;
}

ul.tabbernav li.tabberactive a
{
color: #663399;
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #663399;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border: none;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

