@charset "utf-8";
/* CSS Document */

* {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: #010101;
}
body {
	background: #FFFFFF;
	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 */
}
a {
	color: #a80532;
}
a:hover {
	color: #ffde00;
}
hr {
	background: #ffde00;
	height: 1px;
	margin: 10px 0px 5px;
}
h1 {
	font-size: 25px;
	color: #252525;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	padding: 10px 0px 0px;
	color: #252525;
	font-weight: bold;
}
.red {
	color: #A32638;
}
.gold {
	color: #ffde00;
}

a.products:link {
	color: #A32638;
	font-weight: bold;
	font-size: 13px;
}
a.products:visited {
	color: #A32638;
	font-weight: bold;
	font-size: 13px;	
}
a.products:hover {
	font-weight: bold;
	color: #ffde00;
	font-size: 13px;	
}
h1.spotlight {
	font-size: 14px;
	padding: 10px 0px 0px;
	font-weight: bold;
}
p {
	padding: 10px 0px 0px;
}
sup {
	font-size: 65%;
	vertical-align: 0.8ex;
}
strong {
	font-weight: bold;
}
.note {
	font-size: 10px;
	color: #000000;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.note a {
	font-size: 10px;
}
.swatchnote {
	font-size: 10px;
	color: #000000;
}	
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A32638;
	font-weight: bold;
	font-style: italic;
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A32638;
	font-weight: bold;
	
}
#names p {
	padding-top: 20px;
}
.imgRight {
	float: right;
	clear: both;
}
.imgLeft {
	margin: 10px;
	float: left;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clearall {
	clear:both;
}
.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;
}
#container  {
	width: 800px;  /* this will create a container 100% of the browser width */
	background: #FFFFFF;
	margin: 0 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topBar {
	background-image: url(images/top_red_bar.gif);
	background-repeat: repeat-x;
	padding: 0;
	line-height: 0;
	height: 7px;
}
#headerBar  {
	width: 100%;
	padding: 0;
	line-height: 0;
	height: 137px;
	background-color: #0E0F0F;
}
#header  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	line-height: 0;
	height: 137px;
	background-color: #0E0F0F;
}
#header p {
	color: #FFFFFF;
	vertical-align: middle;
	padding: 3px 0px;
}
#header input {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 175px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #ffde00;
}
#navBar  {
	width: 100%;
	padding: 0;
	line-height: 0;
	height: 35px;
	background-color: #FFD606;
	background-image: url(images/nav_bg.gif);
}
#nav  {
	width: 753px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 75px;
	line-height: 0;
}
#content  {
	background: #FFFFFF url(images/gradient_bg.gif) repeat-x top;
	margin: 0px;
	height: inherit;
}
#homeContent   {
	width: 745px;  /* using less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	height: inherit;
	overflow: auto;
}
#homeColumn1  {
	width: 220px;
	padding: 10px 10px 10px 0px;
	float: left;
	background: url(images/vertical_rule.png) no-repeat 205px 20px;
	height: inherit;
	overflow: inherit;
}
#homeColumn1 h1 {
	padding: 6px 0px 0px;
}
#homeColumn1 p {
	padding: 12px 0px;
}

#homeColumn1 ul {
	list-style: none;
}
#homeColumn1 li {
	padding: 10px 0px 0px 0px;
}
#homeColumn2  {
	width: 515px;
	float: left;
	padding: 10px 0px;
}
#subContent   {
	width: 745px;  /* using less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	height: inherit;
	overflow: auto;
	padding: 10px 0px 0px;
}
#subColumn1  {
	width: 200px;
	padding: 10px 10px 10px 0px;
	float: left;
	background: url(images/vertical_rule.png) no-repeat 185px 20px;
	height: 450px;
}
#subColumn1 ul {
	list-style: none;
}
#subColumn1 li {
	padding: 10px 0px 0px 0px;
}
#subColumn1 #ulIndent {
	text-indent: 10px;
}
#subColumn2  {
	width: 535px;
	float: left;
	padding: 10px 0px;
}
#subColumn2 ul {
	margin-left: 40px;	
}
#subColumn2 li {
	padding: 5px 0px 0px 0px;
	margin-left: 10px;
}


#footer  {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto;
	height: 75px;
	background-image: url(images/footer_rule.gif);
	background-repeat: no-repeat;
	padding: 25px 0px 0px;
	background-position: 35px top;
} 

#footer p  {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
} 

#footer #copyright   {
	padding-left: 25px;
	width: 220px;
	float: left;
}

#footer #links   {
	padding-left: 20px;
	width: 520px;
	float: left;
}

#footer #links  a {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}

#mapSmall {
	padding: 8px 0px 0px;
}
.columns {
	float: left;
}
.affcolumns {
	width: 260px;
	float: left;
}
.affcolumns li {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}
.affcolumns a {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}

.partcolumns {
	width: 170px;
	float: left;
}
.partcolumns li {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
}
.partcolumns a {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
}
.productcolumns {
	width: 260px;
	float: left;
}
input {
	border: 1px solid #000000;
	padding: 1px;
	margin: 3px;
	font: 12px Arial, Helvetica, sans-serif;
}
.checkbox  {
	border: none;
	padding: 1px;
	margin: 3px;
	font: 12px Arial, Helvetica, sans-serif;
}
textarea {
	border: 1px solid #000000;
	padding: 1px;
	margin: 3px;
	font: 12px Arial, Helvetica, sans-serif;
}
select {
	border: 1px solid #000000;
	padding: 1px;
	margin: 3px;
	font: 12px Arial, Helvetica, sans-serif;
}

.locationright {  
    padding: -50px, 0, 0, 0;  
    margin-top:  -50px; 
    margin-right: 40px;
    margin-bottom: 20px;
    float: right;
} 
.locationleft {  
    padding: 0, 0, 0, 0;  
    margin-top:  0px; 
    margin-left: 120px;
    margin-bottom: 20px;
    float: left;
} 

.homenote {
	font-size: 10px;
	color: #000000;
}

/* For Image Rotation */
#rotate {  
    height:  250px;  
    width:   250px;  
    padding: 0;  
    margin-top:  10px; 
    margin-left: 10px;
    float: right;
} 
 
#rotate img {  
    padding: 0px;  
    border:  none;  
    top:  0; 
    left: 0;
} 


#memberships {
	padding: 0 50px 0 50px;
	
}
.hidden {
  display: none;
}
#inline-sample-content {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: white;
	padding-left: 30px;
}
#inline-sample-content h2 {
	color: white;
}
#inline-sample-content a {
	color: #FFCC33;
}


