@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/naturalwear-bg.jpg) top repeat;
	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: #333;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/header_main.png) top no-repeat;
	height: 153px;
	padding: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #headerHome {
	background: url(images/home_header.png) top no-repeat;
	height: 153px;
	padding: 0px;
	margin: 0px;
	
	  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding: 20px 58px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/contents_bg.png) top repeat-y;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer_bg.png) top no-repeat;
	height: 75px;
}
.oneColFixCtrHdr #footer p {
	text-align: right; 
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 27px 40px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

p
{
	margin: 0px;
	padding: 0 0 5px 0px;
}



.inlineLink
{
	font-weight: bold;
	text-decoration: none;
	color: #bc5a9b;
}


.inlineLink:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #b632a2;
}


#homePageContent
{
	background: url(images/home_contents_bg.jpg) center no-repeat;
	padding: 5px 5px 5px 45px;
	height:	450px;
}

.rightTextColumn
{
	width: 400px;
	margin: 40px 40px 0 5px;
	float: right;
}


#rightPhoto
{
	width: 300px;
	float: right;
}


#leftTextColumn
{
	width: 550px;
	
}


ul#inline
{
	display: inline;
	list-style-type: disc;
}


li.normalListItem
{
	margin-left: 10px;
	padding-bottom: 6px;
}

h1
{
	color: #258da5;
	font-weight: normal;
	padding-bottom: 10px;
	margin: 0px;
}


h2
{
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #258da5;
	font-weight: normal;
}

h3
{
	font-size: 16px;
	padding: 0px;
	margin-bottom: 0px;
	color: #333;
	font-weight: normal;
}


#logoTable
{
	text-align: center;
}


#greyBoxTop
{
	width: 550px;
	height: 20px;
	margin: 0px;
	background: url(images/greybox_top.gif) top no-repeat;
}


#greyBoxMain
{
	width: 548px;
	height: 20px;
	background-color: #eaeaea;
	border-left: 1px solid #d9d8d8;
	border-right: 1px solid #d9d8d8;
	height: 100%;
}

.greyBoxContent
{
	height: 100%;
	padding: 0px 10px 0px 20px;
}


#greyBoxBottom
{
	width: 550px;
	height: 20px;
	margin: 0px;
	background: url(images/greybox_bottom.gif) top no-repeat;
	
}


.pictureBox
{
	float: right;
}


#rightForm
{
	float: right;
	width: 500px;
	border-left: 1px dashed #d4edf1;
	padding-left: 15px;
}

a img 
{
	border: none;
}


.addressCell
{
	padding: 0 30px 15px 0;
}


#thanksNote
{
	text-align: center;
	padding: 50px;
}