@charset "UTF-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #9f9a87;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	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: #333333;
	line-height: 1.6em;
}


p {
	padding: 2px 0px 10px 0px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333333;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

/********************* Link Styles *********************/

a {
	text-decoration: none;
	color: #9d3300;
}

a:link {
	text-decoration: none;
	color: #9d3300;
}

a:visited {
	text-decoration: none;
	color: #9d3300;
}

a:hover {
	text-decoration: underline;
	color: #9d3300;
}

/********************* List Styles *********************/

ul {
	margin: 10px 0px 10px 0px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 10px;
	/*text-indent: -1em;*/
	list-style-type:none;
	}
	
ul li {
	padding: 5px 0px 5px 10px;
    background:transparent url(../images/bullet.gif) no-repeat;
    background-position:0 5px;
	border-bottom: 1px dashed #333333;
}
	
ul ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
ul ul li{
	padding: 5px 2px 5px 12px;
	background:none;
}

/********************* List Styles *********************/

.twoColFixLtHdr #container { 
	width: 972px;  /* 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 */
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
}

.twoColFixLtHdr #container2 { 
	width: 972px;  /* 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 */
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #flash { 
	width: 1021px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 10px;
} 

.twoColFixLtHdr #header {
	background: #f5f3ec;
	/*margin: 0px 20px 0px 0px;*/
	padding: 0px 10px 0px 20px;  /* 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-image: url(../images/m_teixeira_soapstone_logo3.jpg);
	background-repeat: no-repeat;
	line-height: 1.2em;
} 
.twoColFixLtHdr #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: 30px 20px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
}

.twoColFixLtHdr #header p {
	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: 0px 10px 30px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #utils {
	text-align: right;
	padding: 5px 10px 0px 10px;
	color: #726854;
	margin: 0;
}

.twoColFixLtHdr #mainNav {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/menu_sliver2.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	color: #f2f2f2;
}

.twoColFixLtHdr #buttons {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}

.twoColFixLtHdr #mainNav a {
	text-decoration: none;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #mainNav a:link {
	text-decoration: none;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #mainNav a:visited {
	text-decoration: none;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #mainNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #store {
	float: right;
	background-image: url(../images/red_sliver.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 5px 10px;
}


/******************* Main Content Styles ***********************************/

.twoColFixLtHdr #mainContent {
	margin: 10px 10px 10px 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.2em;
}

.twoColFixLtHdr #mainContent ul {
	margin: 0px 0px 0px 20px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 5px;
	/*text-indent: -1em;*/
	list-style-type: disc;
	}
	
.twoColFixLtHdr #mainContent ul li {
	padding: 0px 0px 0px 5px;
	border: 0;
	list-style-type: disc;
	background:transparent url(../images/none.gif) no-repeat; /* HACK by Noelle Kehrley: No actual image exsists but will override list-style for side navigation*/
}

.twoColFixLtHdr #mainContent h1 {
	color: #ae923f;
	font-size: 14px;
	padding: 0px 0px 6px 0px;
	text-align: center;
}

.twoColFixLtHdr #mainContent h2 a {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #mainContent h2 a:link {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #mainContent h2 a:visited {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #mainContent h2 a:hover {
	text-decoration: underline;
	color: #9d3300;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #s1 {
	margin: 0px 6px 0px 0px;
	padding: 4px 4px 4px 4px;
	width: 292px;
	float: left;
	border: 1px solid #9f9a87;
	font-size: 10px;
	
}

.twoColFixLtHdr #s2 {
	margin: 0px 6px 0px 6px;
	padding: 4px 4px 4px 4px;
	width: 292px;
	float: left;
	border: 1px solid #9f9a87;
	font-size: 10px;
}

.twoColFixLtHdr #s3 {
	margin: 0px 0px 0px 6px;
	padding: 4px 4px 4px 4px;
	width: 292px;
	float: left;
	border: 1px solid #9f9a87;
	font-size: 10px;
}

.twoColFixLtHdr #s4 {
	margin: 0px 6px 0px 0px;
	padding: 4px 4px 4px 4px;
	width: 292px;
	float: left;
	border: 1px solid #9f9a87;
	font-size: 10px;
	line-height:13px;
}

.twoColFixLtHdr #s5 {
	margin: 0px 6px 0px 6px;
	padding: 4px 4px 4px 4px;
	width: 292px;
	float: left;
	border: 1px solid #9f9a87;
	font-size: 10px;
	height:161px;
}

.twoColFixLtHdr #s6 {
	margin: 0px 0px 0px 6px;
	padding: 4px 4px 4px 4px;
	width: 292px;
	float: left;
	border: 1px solid #9f9a87;
	font-size: 10px;
}

.twoColFixLtHdr #locations {
	margin: 5px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #9f9a87;
	font-size: 12px;
	clear: both;
	text-align: center;
}


.twoColFixLtHdr #footer {
	width: 974px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 10px 10px 10px;
	background:#9f9a87;
	color: #333333;
	font-size: 10px;
} 
.twoColFixLtHdr #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 */
	line-height: 1.2em;
}


.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;
}
.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;
}

#cities {
	text-align:left;
	margin-left:35px;
	margin-top:25px;
}

#home_ship {
	float:left;
	width:615px;
	color: #ae923f;
	font-size: 14px;
	padding: 0px 0px 6px 0px;
	font-weight:bold;
}

#fb {
	float:left;
	width:300px;
	text-align:center;
	border-left: 1px solid #9f9a87;
}

/********************* Images Styles *********************/

.storyImgR{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 6px;
	float: right;
}

.storyImgL{
	margin: 0px 0px 0px 0px;
	padding: 2px 6px 2px 2px;
	float: left;
}

.free {
	color: #dd3300;
}

.sale {
	color:#FF9900;
	font-weight:bold;
}


#ktdukj-ktdukj {
	border:1px solid #999999;
	width:150px;
	color:#999999;
	font-size:11px;
}