@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #A2A2A2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	line-height: 18px;
}
#container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
}
#header {
	background-color: #FFFFFF;
	padding: 75px 0 0 0;
}
#header p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 75px 0 10px 0;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 35px 0;
}
#mainContent a {
	color: #A2A2A2;
	text-decoration: none;
	line-height: 1.5em;
}
#mainContent a:hover {
	color: #95E4F5;
}
#wholesaleSmallTxt {
	font-size: 10px;
}
.currentLink {
	color: #95E4F5;
	line-height: 1.5em;
}
.URL {
	color: #95E4F5;
	line-height: normal;
}
.addresses {
	font-size: 15px;
}
.eventsCalendar {
	width: 666px;
}
#footer {
	padding: 0;
	margin-bottom: 35px;
	background-color: #FFFFFF;
}
#footer td {
	font-size: 10px;
}
.copyRight {
	font-size: 11px;
}
.mailingList {
	border: 1px solid #E8E8E8;
	font-size: 10px;
	color: #8C8C8C;
}
.pressYear {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 15px;
	font-weight: bold;
}
.pressLinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
}
.pressTxt {
	width: 510px;
}
.currentLink {
	color: #95E4F5;
}
.indentStripe {
	margin-left: -4px;
}
.pressHeader {
	color: #807e7f;
	font-size: 18px;
	font-weight: bold;
}
.wholesaleHeader1 {
	font-size: 15px;
	font-weight: bold;
}
.wholesaleHeader2 {
	color: #807e7f;
	font-size: 15px;
	font-weight: bold;
}
.wholesaleHeader3 {
	color: #cbcbcb;
	font-size: 11px;
}
.companyAddress {
	font-size: 12px;
}
.thanks {
	margin-left: 250px;
	width: 520px;
	font-size: 18px;
	line-height: 24px;
}