@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: ffffff;
	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: #FFF;
	right: auto;
	margin-left: 20px;
}

#mainContent a.link {
	display:inline;
	float:none;
	color:#666666;
	text-decoration:underline;
}
#mainContent a.link:hover {
	color:#222222;
}

.oneColFixCtrHdr #container {
	width: 1024px;  /* 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: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #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 */
}


#mainContent {
	margin-top:20px;
}
.home_mainContent a {
	display:block;
	border:0;
	outline:0;
	margin:0 3px 3px 0;
	padding:0;
	float:left;
}

/*new styles*/

#faq-container {
	padding: 20px 5px;
}
#faq-container .question {
	margin-right:60px;
	margin-bottom:30px;
	width:420px;
	float:left;
}

#footer {
	margin: 40px 0 0px 0;
	padding: 15px 0 !important;
	border-top:1px solid #C5C5C5;
	color:#666666;
	font-size: 12px;
}
.footer_home {
	margin-top:3px !important;
}
#footer a {
	color:#666666;
	font-size: 14px;
	text-decoration:none;
}
#footer a:hover {
	/*text-decoration:underline;*/
	color:#222;
}
#footer #copyright{
	float:left;
}
#footer #copyright p{
	padding: 4px 16px !important;
}
#footer #nav_footer {
	float:left;
	margin: 30px 30px 0 0px;
}
#footer #nav_footer .copy {
	font-size:14px;
	margin-left:2px;
	margin-right:14px;
}
#footer #nav_footer a {
	margin-right: 14px;
}
#footer #social_links {
	float:right;
	border:0;
	margin-top:14px;
}
#footer #social_links img {
	border:0;
}


#newsletter-home {
	width:253px;
	float:right;
	margin-right:3px;
	background:#d4d4d4;
	padding:2px 0;
}
#newsletter-home #newsletter-email{
	width:170px;
	margin-left:2px;
	margin-right:2px;
	background:#fff;
	border:0;
	outline:0;
}
#newsletter-home #newsletter-submit{
	width:65px;
	border:0;
	outline:0;
	color:#666;
	background:#d4d4d4;
}
#newsletter-home #newsletter-submit:hover{
	cursor:pointer;
	color:#333;
}

/*collections page*/
#collections {
	margin:0;
	padding:0;
}
#collections-menu {
	width:300px;
	float:left;
	margin-left:17px;
}
#collections-menu ul, #collections-menu li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:inside;
}
#collections-menu ul a {
	margin:0 0 10px;
	padding:0;
}
#collections #gallery {
	width:700px;
	height:500px;
	float:right;
}

.clearBoth {
	clear:both;
	font-size:1px;
	line-height:1px;
}

