body {
	margin: 0px;
	background-color: #000000;
}

#superContainer {
	width: 852px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -426px;
	padding-bottom: 50px;
}

#toothPasteContainer {
	width: 852px;
	height: auto;
	background: url(../images/bottom.jpg) bottom left no-repeat;
	padding-bottom: 117px;
}

#container {
	width: 749px;
	height: auto;
	border-left: 1px solid #90825f;
	border-right: 1px solid #90825f;
	border-top: 1px solid #90825f;
	margin-left: 51px;
	margin-top: 30px;
}

#header {
	margin: 0;
	padding: 0;
}

#info {
	width: 180px;
	height: auto;
	position: absolute;
	top: 340px;
	left: 590px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a4130;
	text-align: right;
}

#info a:link, #info a:visited {
	color: #b50937;
	font-weight: bold;
}

#info a:hover, #info a:active {
	color: #b50937;
	font-weight: bold;
}

/*--------------------------------------------------------------*/
/*----------------------content body----------------------------*/
/*--------------------------------------------------------------*/

#theBody {
	width: 749px;
	height:auto;
	top: 0;
	left: 0;
	background: url(../images/containerBkgd.jpg) left top repeat-y;
	background-color: #f1ecde;
}

/* .......... clearfix from positioniseverything.net
http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ........................... */

/*--------------------------------------------------------------*/
/*------------------------sideNav-------------------------------*/
/*--------------------------------------------------------------*/


#sideNav {
	width: 211px;
	height: auto;
	float: left;
	background: url(../images/element_top.gif) no-repeat 13px top;
	
    /*--need to take off when done with the site--
	background-color: #f1ecde;
	/*--------------------------------------------*/
	
	padding: 30px 10px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#sideNav h3 {
	font-size: 14px;
}

#sideNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
}

#sideNav ul a:link, #sideNav ul a:visited {
	color: #000000;
	text-decoration: none;
}

#sideNav ul a:hover, #sideNav ul a:active {
	color: #b50937;
	text-decoration: none;
}

#sideNav ul li {
	margin: 0;
	padding: 0;
}

#sideNav ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
}

#sideNav ol li {
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) no-repeat left 7px;
}

#sideNav ol a:link, #sideNav ol a:visited {
	color: #000000;
	text-decoration: none;
}

#sideNav ol a:hover, #sideNav ol a:active {
	color: #b50937;
	text-decoration: none;
}

/*--------------------------------------------------------------*/
/*------------------------content-------------------------------*/
/*--------------------------------------------------------------*/


#content {
	width: 473px;
	height: auto;
	float: right;
	padding: 0px 20px 0 20px;
	margin-top: 0;
	
    /*--need to take off when done with the site--
	background-color: #f1ecde;
	/*--------------------------------------------*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*------h1------*/
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 16px;
}
/* sIFR al rescante! http://www.mikeindustries.com/sifr/ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
}
/*------------*/


#content h2 {
	font-size: 12px;
	color:#000000;
	margin-top: 0px;
	padding-top: 0;
}

#content h3 {
	color: #44362b;
	font-size: 13px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content h4 {
	color: #6f5846;
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content p {
	margin-top: 10px;
}

#content img {
	margin-left: 20px;
}

#content a:link, #content a:visited {
	color: #9d042d;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #9d042d;
	font-weight: bold;
	text-decoration: none;
}

#content ol li {
	margin-bottom: 12px;
}

#logoInfo {
	width: 473px;
	padding: 18px 0;
	text-align: center;
	color: #5a4130;
	border-bottom: 1px solid #6d5644;
}

#logoInfo p {
	padding-bottom: 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------*/
/*--------------------------footer------------------------------*/
/*--------------------------------------------------------------*/


#footer {
	width: 473px;
	height: auto;
	color: #6d5644;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-top: 27px;
}

#footer a:link, #footer a:visited {
	color: #6d5644;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover, #footer a:active {
	color: #9d042d;
	text-decoration: none;
	font-weight: normal;
}

#page1 {
	width: 320px;
	height: 20px;
	position: relative;
	top: -50px;
	left: 390px;
	font-size: 10px;
}

#page1 a:link, #page1 a:visited {
	color: #6d5644;
	text-decoration: none;
	font-weight: normal;
}

#page1 a:hover, #page1 a:active {
	color: #9d042d;
	text-decoration: none;
	font-weight: normal;
}

#disclaimer {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-top: 27px;
}

#disclaimer a:link, #disclaimer a:visited {
	color: #9d042d;
	font-weight: normal;
	text-decoration: underline;
}

#disclaimer a:hover, #disclaimer a:active {
	color: #9d042d;
	font-weight: normal;
	text-decoration: none;
}



/*--------------------------------------------------------------*/
/*-------------------------miniContact--------------------------*/
/*--------------------------------------------------------------*/

#miniContact {
	width: 198px;
	height: auto;
	border: 1px solid #6d5644;
	background: #c4b58f url(../images/miniContact.jpg) left top no-repeat;
	text-align: center;
	padding-top: 28px;
	margin-top: 8px;
	margin-bottom: 20px;
}

#miniContact input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	width: 163px;
	background-color: #f1ecde;
	padding: 4px 3px 3px 10px;
	border: 1px solid #6d5644;
	margin-bottom: 3px;
}

#miniContact textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	width: 163px;
	background-color: #f1ecde;
	padding: 4px 3px 3px 10px;
	border: 1px solid #6d5644;
	margin-bottom: 3px;
}

#miniContact strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: relative;
	left: -42px;
	top: 7px;
	padding: 0;
}

#miniBtn input {
	width: 78px;
	height: 21px;
	position: relative;
	top: -8px;
	left: 48px;
	padding: 0;
}

/*--------------------------------------------------------------*/
/*-------------------------mainContact--------------------------*/
/*--------------------------------------------------------------*/

#mainContact {
	width: 350px;
	position: relative;
	left: 50px;
	border: solid 1px #786251;
	background: #c4b58f url(../images/contactBkgd.jpg) left top repeat-x;
	margin-bottom: 7px;
	padding: 6px 0 12px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#mainContact input {
	width: 180px;
	background-color: #f1ecde;
	border: 1px solid #6d5644;
	margin-top: 6px;
	color: #000000;
	padding: 3px 10px;
}

#mainContact textarea {
	width: 180px;
	background-color: #f1ecde;
	border: 1px solid #6d5644;
	margin-top: 6px;
	color: #000000;
	padding: 3px 10px;
}

#mainBtn input {
	width: 203px;
	background-color: #ddd3b9;
	border: 1px solid #6d5644;
	margin-top: 6px;
	color: #6d5644;
	font-weight: bold;
}


/*--------------------------------------------------------------*/
/*---------------------------gallery----------------------------*/
/*--------------------------------------------------------------*/

#gallery {
	width: 354px;
	height: auto;
	position: relative;
	left: 50px;
	text-align: center;
}

#gallery img {
	margin: 0;
}

/*----------other stuff that only you and me can see--------------------*/

#posting {
	font-size: 12px;
}

.imgborder {border:1px solid #000000;}