 /* Meyer Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; padding:0;border:0;outline:0;
	font-weight:inherit;font-style:inherit;
	font-size:100%;font-family:inherit;
	vertical-align:baseline;
}

input, textarea {
	font-size:inherit;font-family:inherit;
	line-height:inherit;letter-spacing:inherit;
}

:focus {outline: 0;}
body {line-height: 1;color:black;background:white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End Reset */

html {
	overflow-Y: scroll;
}

body {
	background-color:#d7d7d7;
	font-size:13px;
}

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 500px;
	padding:20px 0;
	margin: 0 auto;
}

#distributors h1 {
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}

h2.trigger {
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
	background: url(staticimg/h2bg.gif) top left no-repeat #0099CC;
	height: 23px;
	line-height: 23px;
	width: 460px;
	border-bottom:1px solid #FFF;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	
}

h2 span {
	float:right;
	padding-right:2em;
}

h2.active {background-position: left bottom;}

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	/* background: #f0f0f0; */
	overflow: hidden;
	width: 490px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

.toggle_container ul {
	float:left;
}
.toggle_container li {
	list-style-type:none;
	padding:0;
	margin:0;
}
.toggle_container a {
	display:block;
	padding:2px 0;
	color:#000;
}
