@charset "utf-8";
body  {
	background: #FFF;
	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: #000000;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0066FF;
	text-decoration: underline;
	
}

a:hover{
	text-decoration: underline;
}

/************** body styles **************/

p{
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
 text-align:justify; 
}


h1{
 font: bold 12px Verdana, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h2{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;	
}

h3{
 font: bold 12px Verdana, Arial, Helvetica, sans-serif;
 color: #000033;
}

h4{ font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	text-align: center;	
}

h5{
 font: bold 12px Verdana, Arial, Helvetica, sans-serif;
 color: #990000;
 text-align: left;
 
}

h6{
 font: bold 11px Verdana, Arial, Helvetica, sans-serif;
 color: #FF0000;
 text-align: center;
}

.style1 {color: #990000;
         font-weight: bold;
}
/***********************************************/
.twoColFixLtHdr #container { 
	width: 970px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	background: #FFFFFF;
	height: 289px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0px 0 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. */
} 

.twoColFixLtHdr #logo{
	position: absolute;
	top: 35px;
	margin-left: 20px;
	margin-right: 770px;
}

/************** utility styles *****************/

.twoColFixLtHdr #utility{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 20px;
	margin-left: 760px;
	margin-right: 20px;
	color: #000066;
}

.twoColFixLtHdr #utility a{
	text-decoration: none;
	color: #000066;
}

.twoColFixLtHdr #utility a:hover{
	text-decoration: none;
	color: #990000;
}

/************End Utility Style*******************/


.twoColFixLtHdr #telephone{
	position: absolute;
	top: 63px;
	margin-left: 561px;
	margin-right: 20px;
}

.twoColFixLtHdr #heading {
	position: absolute;
	top: 250px;
	height: 40px;
	width: 930px;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #000;
	background-image:   url("../images/header-slice1.gif");
		
}
.twoColFixLtHdr #heading h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	margin: 13px 0px 0px 10px;
}

.twoColFixLtHdr #headerimg {
	position: absolute;
	top: 147px;
	margin-left: 20px;
	margin-right: 20px;	
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	position: inherit;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will   include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 20px;
	font: 12px Verdana,sans-serif;
}


/************ sectionLinks styles **************/

.twoColFixLtHdr #sectionLinks{
	position: inherit;
	margin: 0px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #000000;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #00CCFF;
	text-decoration: none;
	color: #000000;
}

/*************** mailform styles ******************/
.twoColFixLtHdr #mailform {
width:154px;
position:absolute;
top:405px;
margin-left:0px;
margin-right:10px;
background: #666666;
text-align: center;
padding: 5px;
border: 1px solid #000;
}

.twoColFixLtHdr #mailform p{
font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/***************end mailform styles*****************/




.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* 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: 0px 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #index {
	padding: 0px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #index img{
	float: left;
	padding: 0px 10px 5px 0px;
}

/************** table styles *******************/
.twoColFixLtHdr #table1 img{
	float: right;
	padding: 0px 0px 10px 10px;
}
.twoColFixLtHdr #table2 img{
	float: left;
	padding: 0px 10px 10px 0px;
}
.twoColFixLtHdr #table3 img{
	float: right;
	padding: 10px 10px 10px 10px;
}
.twoColFixLtHdr #table4 img{
	float: left;
	padding: 10px 10px 10px 10px;
}
.twoColFixLtHdr #table5 img{
	float: right;
	padding: 10px 10px 10px 10px;
}
.twoColFixLtHdr #table6 img{
	float: left;
	padding: 10px 10px 0px 10px;
}
.twoColFixLtHdr #table7 img{
	float: right;
	padding: 10px 10px 0px 10px;
}
/**********end table styles *******************/

.twoColFixLtHdr #prices {
text-align: center;
}

.twoColFixLtHdr #prices1 {
text-align: center;
}


.twoColFixLtHdr #footer { 
   	padding: 0px 0px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #000;
} 
.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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #FFF;
	text-align: left;
	padding: 10px 0px 10px 10px;
	background-color:#000;
}

.twoColFixLtHdr #footer img{
	float: left;
	padding: 5px 10px 2px 10px;
}

.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited {
	background-color: #000000;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixLtHdr #footer a:hover{
	background-color: #000000;
	text-decoration: none;
	color: #0066CC;
}

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

/* AddToBookmarks Style Sheet */
/*	<license>
	Script: Add To Bookmarks	
	Version: 1.1
	Homepage: http://www.AddToBookmarks.com
	Author:	Gideon Marken
	Author Blog: http://www.gideonmarken.com/
	Author Work: http://www.markenmedia.com/
	Author Work: http://www.webandaudio.com/
	Date: July 18, 2007
	License: Mozilla Public License 1.1	http://www.mozilla.org/MPL/MPL-1.1.html
	</license>
*/
.addToContent {
 	text-align: left;
 	padding:3px; 
}
.addTo {
	background-color: #FFF;
	padding:5px; 
	width: 560px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	text-align:left;
}
.addTo img {
	vertical-align: middle;
	padding: 1px 3px 3px 6px;
	cursor:pointer;
}
.addTo dl {
  	background-color: #FFF;
  	color: #000000;
	margin: 0px;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.addTo dd {
	display: inline;
	list-style: none; 
	padding:1px; 
	margin: 0px;
	cursor:pointer;
}
.addToAbout{
	display: inline;
	list-style: none; 
	padding:1px; 
	margin:0px;
	font-weight: bold;
	cursor:help;
}
.addToHeader{
	padding:5px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight: bold;
	background-color:#FFF; 
	color:#000000;
	cursor:help;}

/*  the next 2 styles are only for horizontal 2 row layouts */
.addTo2Row {
	background-color: #FFF;
	padding:1px; 
	width: 700px; height:70px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	margin-left: 20px; 
	margin-right: 100px; 
	text-align:left; 
	overflow:visible;
}
.addToFloat{
	float:left; 
	text-align:left; 
	padding:10px;
	cursor:pointer;
}

/*  the next section of styles are only for vertical layouts */
.addToV {
	background-color: #999966;
	padding:1px; 
	width: 160px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	margin-right: 20px; 
	margin-left: 0px; 
	text-align:left;
}

.addToV img {
	vertical-align: middle;
	padding: 8px 2px 1px 3px;
	cursor:pointer;
}


.addToAboutV{
	list-style: none; 
	padding:1px;
	font-weight: bold;
	cursor:help;
}


/********************* end **********************/
