/* Import additional style sheets */


@import url("/css/structure.css");

/* HTML tag styles */


.store, .online {
		font-family: georgia, times, serif;
		font-weight: bold;
		color: #33150A;
		}
		
.store  a {
		font-family: georgia, times, serif;
		font-weight: bold;
		color: #33150A;
		text-decoration: none;
		}

.online a {
		color: #000;
		font-weight: normal;
		text-decoration: none;
		}
		
.city {
		color: #000;
		font-weight: normal;
		text-decoration: none;
		}
		
#retail {
		margin: auto;
		}
		

		
#retail ul {
		list-style-type: none;
		margin-left: 100px; 
		padding: 0;
		
		}
		
#retail ul li {
		float: left;
		display: inline;
		width: 30%;
		padding-bottom: 22px;
		padding-top: 3px;
		margin-right: 10px;
		height: 80px;
		}
		
h4 {
		clear: both;
		margin: auto;
		}
		
h4#usa{
		display:block;
		background:transparent url(../images/usalocations.gif) no-repeat;
		width:203px; 
		height: 0;
		padding-top:25px;  
		overflow: hidden;
		}
		
h4#online{
		display:block;
		background:transparent url(../images/online.gif) no-repeat;
		width:191px; 
		height: 0;
		padding-top:25px;  
		overflow: hidden;
		}
		
h4#international{
		display:block;
		background:transparent url(../images/international.gif) no-repeat;
		width:352px; 
		height: 0;
		padding-top:25px;  
		overflow: hidden;
		}
		
