@charset "utf-8";

#main a:hover {
	text-decoration: none;
	color: #ae130e;
}
#main h2 {
	margin-bottom: 15px;
	padding-bottom: 4px;
	border-bottom: 1px solid #a8a8a8;
	font-size: 0;
}
#main h3 {
	width: 583px;
	height: 16px;
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom:17px;
}
#main h4 {
	font-weight: normal;
	margin-bottom: 18px;
}
#main p {
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.3em;
}
#main_left img{
	margin-bottom: 20px;
}

#main p.profile {
	margin-bottom: 3px;
	
}
#main p.discription {
	margin-bottom: 20px;
	line-height: 1.4em;
}

#main p.list {
	margin-bottom: 20px;
	line-height: 1.6em;
}

#main ul#storelocations { /* clearfix */
}


#main p.profile dl {
}

#main p.profile dl dd{
  margin-left: 0em;
}

#main p.profile dl dt{
  clear: both;
  float: left;
  margin: 0px;
  width: 5em;
  padding-left: 0px;
}





/*=========================================================================================================*
 * clearfix
 *=========================================================================================================*/

#main ul#storelocations {
	height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html #main ul#storelocations {
	height: 1%;
}
#main ul#storelocations {
	display: block;
}
/* End hide from IE-mac */

#main ul#storelocations:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

