@charset "UTF-8";
/* CSS Document */

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*. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.text_body {
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
}
.text_12_pixels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_body_sm {
	font-size: 11px;
	line-height: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.text_headline {
	font-size: 13px;
	font-weight: bolder;
	color: #344654;
	text-decoration: underline;
}
.headline {
	font-size: 18px;
	color: #b23936;
	font-weight: bold;
	letter-spacing: 4px;
	font-family: Verdana, Geneva, sans-serif;
}
.headline_small {
	font-size: 15px;
	color: #b23936;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Verdana, Geneva, sans-serif;
}
#quote {
	font-size: 14px;
	color: #344654;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: 200;
	text-align: center;
	line-height: 16px;
}
.text_twitter_feed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.verd_10px_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
/*#designMainContent  {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}*/
#header  {
	height: 87px;
	width: 960px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
} 
#menu_bar {
	background-color: #92b7a9;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #344654;
	border-bottom-color: #344654;
	height: 30px;
	width: 960px;
	border-bottom-width: 2px;
}
#menu_bar a:link {
	color: #366;
	text-decoration: none;
	font-weight: normal;
}
#menu_bar a:visited {
	color: #344654;
	text-decoration: none;
}
#menu_bar a:hover {
	color: #b23936;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	padding: 0 10px 10px 15px;
	background-color: #deeaed;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 10px;
}
#mainContent  {
	margin: 0 310px 0 0;
	padding: 0 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
#homeMainContent  {
	width: 960px;  /* 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 */
	border: 2px solid #344654;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	border: none;
	padding: 0;
}
#homeLeft {
	float: left;
	width: 200px;
	padding: 10px;
	background-color: #deeaed;
	margin-right: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#homeCenter  {
	width: 420px;
	float: left;
	margin-right: 20px;
	min-height: 300px;
	padding-top: 10px;
}
#homeRightWrap {
	float: left;
	width: 260px;
}
/*#homeRightFollow {
	padding: 10px;
}*/
#homeRight {
	width: 240px;
	float: left;
	background-color: #deeaed;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 16px;
}
#twitterFeed {
	float: left;
	width: 260px;
}
#leftSidebar {
	float: left;
	width: 180px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #deeaed;
	margin-right: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*.homeInsideRight {
	height: 152px;
	width: 238px;
	background-color: #DEEAED;
	margin-top: 8px;
	padding: 6px;
	float: none;
}*/
#container  {
	width: 960px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; 
	border: 2px solid #344654;
	border-bottom: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
}
#container #homeMainTextArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #334654;
	padding-bottom: 10px;
	width: 665px;
}
#homeMainTextArea a:link {
	color: #366;
	text-decoration: none;
}
#homeMainTextArea a:visited {
	color: #344654;
	text-decoration: none;
}
#homeMainTextArea a:hover {
	color: #b23936;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #92b7a9;
	border-top: 2px solid #344654;
	margin-top: 10px;
} 
#footer a:link {
	color: #366;
	text-decoration: none;
}
#footer a:visited {
	color: #344654;
	text-decoration: none;
}
#footer a:hover {
	color: #b23936;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	color: #344654;
}
#sidebar_text {
	padding: 0 20px;
	float: right;
}
#text_area {
	margin-right: 45px;
	margin-left: 35px;
}
/*#signup_top_home {
	background-color: #b23936;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #000000;
	margin-right: 10px;
	width: 210px;
}
#signup_bottom_home {
	margin-right: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 200px;
	padding: 5px;
}*/
#signup_top {
	background-color: #b23936;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #000000;
	margin-right: 10px;
	width: 210px;
	margin-left: 35px;
}
#signup_bottom {
	margin-right: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 200px;
	padding: 5px;
	margin-left: 35px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #dc7213;
	text-decoration: none;
}
a:visited {
	color: #dc7213;
	text-decoration: none;
}
a:hover {
	color: #b23936;
}

#tweetWidget {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* New Homepage Styles */
#wrapper {
	margin-left: -2px;
	padding: 10px;
	float: left;
	clear: none;
	width: 940px;
	border-left: 2px solid #344654;
	border-right: 2px solid #344654;
}
#wrapper a img {
	border: none;
}
#homeLeft a, #homeRight a, #leftSidebar a, #sidebar1 a {
	color: #406667;
	font-weight: bold;
	text-decoration: none;
}
#homeLeft a:hover, #homeRight a:hover, #leftSidebar a:hover, #sidebar1 a:hover {
	color: #b23936;
}
#homeLeft a img, #homeRight a img, #leftSidebar a img, #sidebar1 a img {
	border: none;
}
#homeLeft ul, #homeCenter ul, #homeRight ul, #sidebar1 ul, #text_area ul {
	list-style: square;
}
#homeCenter hr {
	border: 0;
	width: 420px;
	color: #324654;
	background-color: #324654;
	height: 1px;
	margin-bottom: 10px;
}
#homeCenter hr.mini {
	border: 0;
	width: 320px;
	margin-left: 50px;
	color: #91b6a9;
	background-color: #91b6a9;
	height: 1px;
	margin-bottom: 10px;
}
#homeFooter {
	background-color: #92b7a9;
	border: 2px solid #344654;
	float: left;
	width: 960px;
	margin-left: -2px;
} 
#homeFooter a:link {
	color: #366;
	text-decoration: none;
}
#homeFooter a:visited {
	color: #344654;
	text-decoration: none;
}
#homeFooter a:hover {
	color: #b23936;
}
#homeFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	color: #344654;
}
.mainHeadline {
	color: #b23936;
	font-family: NeutraTextDemiAlt, sans-serif;
	font-size: 2em;
	display: block;
	margin-bottom: 12px;
}
.subHeadline {
	color: #dc7213;
	font-family: NeutraTextDemiAlt, sans-serif;
	font-size: 1.6em;
	display: block;
	margin-bottom: 12px;
}
#homeCenter .bestsellers {
	border: 1px solid #c5c5c5;
	margin-right: 34px;
}
#sidebar1 hr.mini {
	border: 0;
	width: 200px;
	color: #91b6a9;
	background-color: #91b6a9;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.amplify {
	text-transform: uppercase;
	color: #c34619;
}
.graytxt {
	text-align: center;
	color: #666;
	font-size: 140%;
	line-height: 120%;
	font-family: Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
}
@font-face {
    font-family: 'NeutraTextDemiAlt';
    src: url('fonts/neutratext-demialt-webfont.eot');
    src: url('fonts/neutratext-demialt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/neutratext-demialt-webfont.woff') format('woff'),
         url('fonts/neutratext-demialt-webfont.ttf') format('truetype'),
         url('fonts/neutratext-demialt-webfont.svg#NeutraTextDemiAlt') format('svg');
    font-weight: normal;
    font-style: normal;
}

