    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background: #24599f url(http://www.mrcoilsrus.com/storefront-files/images/background.gif) repeat-x top;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font: 14px normal Helvetica, Tahoma, Verdana, Arial, sans-serif;
    }
	a {
    	color:#369;
	}
	a:hover {
	color: #498ecb;
	text-decoration: underline;
}
	    h1, h2, h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
	padding-left: 25px;
	color: #498ecb;
	background: url(http://www.mrcoilsrus.com/storefront-files/images/downArrow.gif) no-repeat left;
}
	 h1 {
	 	font-size: 18px;
	 }
	 	 h2 {
	 	font-size: 16px;
	 }
	 	 h3 {
	 	font-size: 14px;
	 }
	
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		/* height: 248px;*/
		padding-top: 208px;
    }
	#header {
		border-bottom:1px solid #000;
		background: transparent url(http://www.mrcoilsrus.com/storefront-files/images/topper.gif) no-repeat top center;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	/* #header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	} */
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		/*background:#eee;*/
		/*border-top:4px solid #000;*/
		margin:0;
		padding:6px 15px !important;
		text-align:left;
		/* height: 30px; */
		line-height: 28px;
		color: #fff;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
            /*padding-top: 10px;*/ /* just added this */
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
		/*border: 1px solid #000000;*/
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background: #fff;
		/*border: 1px solid #fff;*/
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        /* background:black;*/
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
		/* background-color: #fff;*/
		/*border: 1px solid yellow;*/
	}
	.leftmenu .col1 {
        margin:0 15px 0 280px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
		/* background-color: orange;*/
	}
    .leftmenu .col2 {
        float:left;
        width:250px;
        position:relative;
        right:185px;
		/*background-color: green;*/
      /*padding-top: 10px;*/
    }
	/* Footer styles */
	

	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
		background-color: #ecf4ff;
		font-size: 11px;
		padding-top: 15px;
		min-height: 45px;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	
/* added styles from original */

li {
	list-style-image: url(http://www.mrcoilsrus.com/storefront-files/images/leftArrow.gif);
	line-height: 16px;
	vertical-align: bottom;
}

li.services {
	list-style-image: url(http://www.mrcoilsrus.com/storefront-files/images/leftArrowService.jpg);

}

hr.separator{
    height: 1px;
    color: #E5E5E5;
    background-color: #E5E5E5;
    border: 0px;
}

img {
    border: 0;
}

input,
textarea,
select {
	border: 1px solid gray;
	/*font-family: Verdana, Arial, sans-serif;*/
	color: #333333;
	/*font-size: 11px;*/
	background-color: #F0F8FF;
        line-height: 24px;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0;
    background-color: transparent;
}

input[type="button"],
input[type="submit"]{
    border: 1px solid gray; 
    /*font-family: Verdana, Arial, sans-serif;*/
    /*font-size: 11px;*/
    background-color: #DDDDDD;
}

/* Main Menu Styles */
.MainMenu{
    /*font-family: Tahoma, Verdana;*/
    color: #ffffff;
/*    font-size: 12px;*/
    font-weight: bold;
}

.MainMenu a{
    color: #ffffff;
    text-decoration: none;
}

.MainMenu a:active {
color: #fff000;
font-weight: bold;
}

.MainMenuHighlight{
   /* font-family: Tahoma, Verdana;*/
    color: #61baf3;
    /*font-size: 12px;*/
    font-weight: bold;
}

.MainMenuHighlight a{
    color: #61baf3;
    text-decoration: none;
}

/* Page Title Style */
.PageTitle {
    /*font-family: Tahoma, Verdana;*/
    color: #498ecb;
    /*font-size: 12px;*/
    font-weight: bold;
    text-align: left;
}

/* Your Shopping Cart Text Style */
.ShoppingCartText{
   /* font-family: Tahoma, Verdana;*/
    color: #498ecb;
    font-size: 13px;
    font-weight: normal;
	text-align:right;
}

.ShoppingCartText a{
    color: #498ecb;
    text-decoration: none;
}
.ShoppingCartText a:hover{
    backgroud:#fff;
}

/* Required Style */
.Required {
    color: red;
}

/* Error Style */
.Error {
    color: red;
}

/* Store Closed Style */
.StoreClosedText {
   /* font-family: Tahoma, Verdana;*/
    color: #498ecb;
    font-size: 16px;
    font-weight: bold;
}

/* Larger Image Text Styles */
.LargerImageLink{
   /* font-family: Tahoma, Verdana;*/
    color: #666666;
   /* font-size: 10px;*/
}

.LargerImageLink a{
    color: #666666;
    text-decoration:underline;
}

.LargerImageLink a:hover{
    color: #999999;
    text-decoration:underline;
}

/* Copyright Text Styles */
.CopyrightText{
    /*font-family: Tahoma, Verdana;*/
    font-size: 11px;
	color: #333333;
    font-weight: normal;
}

.CopyrightText a{
    color: #333333;
    text-decoration: none;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName{
    /*font-family: Tahoma, Verdana;*/
    color: #498ecb;
    /*font-size: 12px;*/
    font-weight: bold;
}

.CategoryName a{
    color: #498ecb;
    text-decoration: underline;
}

.CategoryName a:hover{
    color: #D369A2;
}

.CategoryDescription{
    color: #333333;
    /*font-family: Tahoma, Verdana;
    font-size: 11px;*/
    font-weight: normal;
}
/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
.ProductName{
   /* font-family: Tahoma, Verdana;*/
    color: #666666;
   /* font-size: 11px;*/
    font-weight: bold;
}
.ProductName a{
    color: #666666;
    text-decoration: none;
}

.ProductName a:hover{
    color: #BBBBBB;
    text-decoration: none;
}

.ProductDescription{
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
}

.ProductPrice{
   /* font-family: Tahoma, Verdana;*/
    color: #CC3399;
    font-size: 13px;
    font-weight: bold;
}

.ProductStockMessage{
    font-family: Tahoma, Verdana;
    color: red;
    /*font-size: 12px;*/
    font-weight: bold;
	padding: 5px;
}

.ProductOptionsTitle{
   /* font-family: Tahoma, Verdana;*/
    color: #666666;
    /*font-size: 11px;*/
    font-weight: bold;
}

.ProductOptions{
   /* font-family: Tahoma, Verdana;*/
    color: #333333; 
   /* font-size: 11px;  */
    font-weight: normal;
    text-align: left;
}

.ProductOptions input,
.ProductOptions textarea,
.ProductOptions select{
}
/*
 * Product Styles END
 */

/*
 * Breadcrumb Styles BEGIN
 */
.Breadcrumb {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: white;
    /*font-family: Tahoma, Verdana;*/
    color: #333333;
    /*font-size: 11px; */
    text-align: left;
}

.Breadcrumb a{
    color: #CD3C53;
    text-decoration: underline;
}

.Breadcrumb a:hover{
    color: #DA7080;
}
/*
 * Breadcrumb Styles END
 */

/*
 * NavigationBar Styles BEGIN
 */
.NavigationBar {
    padding: 0px;
    margin: 2px;
   /* width: 180px;*/
    background-color: white;
}

.NavigationBar table td{
    border-bottom: #E5E5E5 1px solid; 
    border-left: #E5E5E5 1px solid;
    border-right: #E5E5E5 1px solid;
   /* font-family: Tahoma, Verdana;*/
    color: #333333;
  /*  font-size: 11px;*/
    font-weight: normal;
    text-align: left;
}

.NavigationBar table td.Empty {
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.NavigationBar table td.LevelDefault{
    padding: 1px 0px 7px 60px;
}

.NavigationBar table td.LevelDefault a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.LevelDefault a:hover{
    color: #888888;
}

.NavigationBar table td.Level1{
    padding: 1px 0px 7px 20px;
    font-weight: bold;
}

.NavigationBar table td.Level1 a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.Level1 a:hover{
    color: #888888;
}

.NavigationBar table td.Level2{
    padding: 1px 0px 7px 40px;
}

.NavigationBar table td.Level2 a{
    color: #333333;
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
    color: #888888;
}

.NavigationBar table td.Selected{
	/*background-color: #f0f8ff;*/
}

.NavigationBar table td.Selected a{
    color: #24599f;
    text-decoration: none;
}

.NavigationBar table td.Selected a:hover{
    color: #24599f;
}
/*
 * NavigationBar Styles END
 */


/*
 * Subcategories List Styles BEGIN
 */
.Subcategories{
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    vertical-align: top;
    text-align: center;
}

/* the following styles are inherited from .CategoryName */
.Subcategories .CategoryName{
    padding: 2px;
}

.Subcategories .CategoryName a{
}

.Subcategories .CategoryName a:hover{
}
/*
 * Subcategories List Styles END
 */

/*
 * Product List Styles BEGIN
 */
.ProductList{
    padding: 0px;
    margin: 2px;
    width: 99%;
    /*background-color: yellow;*/
    vertical-align: top;
	 font-size: 12px;
}

.ProductList table td{
    vertical-align: top;
    /*background-color: yellow;
    width: 150px;*/
}

.ProductList .Empty{
    padding: 30px 0px 40px 0px;
   /* font-family: Tahoma, Verdana;*/
    color: #C63983;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

/* the following styles are inherited from Category Styles */
.ProductList .CategoryName{
}

.ProductList .CategoryDescription{
    padding-top: 6px;
}

/* the following styles are inherited from Product Styles */
.ProductList .ProductName{
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: center;
}

.ProductList .ProductDescription{
    padding: 10px;
}

.ProductList .ProductPrice{
    padding: 5px;
    text-align: center;
}
/*
 * Product List Styles END
 */

/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
    padding: 0;
    margin: 0;
    width: 100%;
   /* font-family: Tahoma, Verdana;*/
    color: #333333;
/*    font-size: 11px; */
    background-color: white;
}

.PaginatorDropdown select{
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    width: 100%;
   /* font-family: Tahoma, Verdana;*/
    color: #333333;
   /* font-size: 11px; */
    background-color: white;
    height: 20px;
    vertical-align: bottom;
}

.Paginator a{
    color: #CD3C53;
    text-decoration: underline;
}

.Paginator a:hover{
    color: #DA7080;
    text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/*
 * Product Images Styles BEGIN
 */
.ProductImages {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px #E5E5E5 solid;
   /* font-family: Tahoma, Verdana;*/
    /*font-size: 12px;*/
    color: #666666;
    font-weight: normal;
    background-color: white;
    text-align: left;
}
.ProductImages TH{
	padding: 2px;
	background-color: #E5E5E5;
}
.ProductImages IMG{
	padding: 10px;
	border: 2px solid #FFFFFF;
}
.ProductImages IMG:hover{
	padding: 10px;
	border: 2px solid #E5E5E5;
}
/*
 * Product Images Styles END
 */


/*
 * Related Products Styles BEGIN
 */
.RelatedProducts {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px #E5E5E5 solid;
    /*font-family: Tahoma, Verdana;
    font-size: 12px;*/
    color: #666666;
    font-weight: normal;
    background-color: white;
    text-align: left;
}
.RelatedProducts TH{
	padding: 2px;
	background-color: #E5E5E5;
}
.RelatedProducts IMG{
	padding: 10px;
	border: 2px solid #FFFFFF;
}
.RelatedProducts IMG:hover{
	padding: 10px;
	border: 2px solid #E5E5E5;
}
.RelatedProducts A{
  /*  font-family: Tahoma, Verdana;
    font-size: 11px;*/
    color: #666666;
    font-weight: normal;
	text-decoration: none;
}
.RelatedProducts A:hover{
   /* font-family: Tahoma, Verdana;
    font-size: 11px;*/
    color: #666666;
    font-weight: normal;
	text-decoration: underline;
}

/*
 * Related Products Styles END
 */




/*
 * Product Info Styles BEGIN
 */
.ProductInfo {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px #E5E5E5 solid;
   /* font-family: Tahoma, Verdana;
    font-size: 12px;*/
    color: #666666;
    font-weight: normal;
    background-color: white;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.ProductInfo .ProductName {
    padding: 6px;
}

.ProductInfo .ProductDescription {
}

.ProductInfo .ProductPrice {
    padding-bottom: 7px;
}
/*
 * Product Info Styles END
 */

/*
 * Shopping Cart Styles BEGIN
 */
.ShoppingCart {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
   /* font-family: Tahoma, Verdana;*/
    color: #333333;
   /* font-size: 11px;*/
    font-weight: normal;
    text-decoration: none;
}

.ShoppingCart .Empty{
    padding: 30px 0px 40px 0px;
   /* font-family: Tahoma, Verdana;*/
    color: #C63983;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ShoppingCart input{
}
/*
 * Shopping Cart Styles END
 */

/*
 * Search Result Styles BEGIN
 */
.SearchResult {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
}

.SearchResult .Empty{
    padding: 30px 0px 40px 0px;
    text-align: left;
    /*font-family: Tahoma, Verdana; */
    color: #666666;
   /* font-size: 12px;*/
    font-weight: bold;
}

.SearchResult .Highight {
    background-color: #F9C6F9;
}

.SearchResult .ProductName {
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.SearchResult .ProductName a{
}

.SearchResult .ProductName a:hover{
    color: #888888;
}

.SearchResult .ProductDescription {
}

.SearchResult .ProductDescription a {
    color: #333333;
    text-decoration: none;
}

.SearchResult .ProductDescription a:hover {
    color: #888888;
}

.SearchResult .ProductNumber {
 /*   font-family: Tahoma, Verdana;*/
    color: #666666;
  /*  font-size: 11px;*/
    font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.Checkout {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    /*font-family: Tahoma, Verdana;*/
    color: #333333;
   /* font-size: 11px;*/
    font-weight: normal;
    text-decoration: none;
}

.Checkout .Title {
    padding: 12px 0px 5px 15px;
    /*font-family: Tahoma, Verdana;*/
    color: #C63983;

  /*  font-size: 12px;*/
    font-weight: bold; 
    text-align:left;
}

.Checkout .Block {
    padding: 15px;
    border: 1px #E5E5E5 solid;
}

.Checkout .ColumnTitle {
    white-space: nowrap;
    color: #666666;
    font-weight: bold;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
    white-space: nowrap;
    padding-right: 7px;
    font-weight: bold;
}

.Checkout .TotalValue {
    font-weight: bold;
}

.Checkout .Left {
    text-align:left;
}

.Checkout .Right {
    text-align:right;
}

.Checkout .Center {
    text-align:center;
}

.Checkout input.Normal,
.Checkout textarea.Normal,
.Checkout select.Normal {
}

.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
    border: 1px solid red;
}

.Checkout select.Short {
    width: 100px;
}

.Checkout .Required {
}

.Checkout .Error {
}

.Checkout .Errors {
    padding: 15px;
    color: red;
    text-align: left;
    line-height: 20px;
}

.Checkout .Empty {
    padding: 30px 0px 40px 0px;
   /* font-family: Tahoma, Verdana;*/
    color: #C63983;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #C63983;
    /*font-size: 12px;*/
    font-weight: bold;
    text-align: center;
}

.CurrencyNotAppropriateForActivePaymentModules
{
    padding: 20px;
    color: #C63983;
  /*  font-size: 12px;*/
    font-weight: bold;
    text-align: center;
}

/*
 * Checkout Styles END
 */
 
.OrderInfo .field {
    text-align: right;
    background: #EEF2F8;
    color: #333333;
}

.OrderInfo .value {
    text-align: left;
}

.OrderInfo .products_header {
    color: #333333;
    background: #EEF2F8;
}

.OrderInvoice {
    color: black;
    font-size: 8pt;
}

.OrderInvoice .field {
    font-weight: bold;
    text-align: right;
}

.OrderInvoice .value {
    color: #666666;
    text-align: left;
}

.OrderInvoice .group_header {
    color: black;
    text-decoration: underline;
    font-size: 10pt;
    font-weight: bold;
}

.OrderInvoice .price_field {
    font-weight: normal;
    text-align: right;
    color: black;
}

.OrderInvoice .price_value {
    font-weight: bold;
    color: black;
    text-align: left;
}




/**************************************************
    Manufacturers Filter  
    
***************************************************/

ul.ManufacturersList {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    /* display: inline; */
}

ul.ManufacturersList li {
    list-style: none;
	 list-style-image: none;
    line-height: 1.8;
    /* display: inline; */
    margin: 5px;
}

ul.ManufacturersList li a {
    color: #5A3333;
}

ul.ManufacturersList li a:HOVER {
    color: #666666;
}




/**************************************************
    ProductListSorter 
    
***************************************************/
div#product-list-sorter, div#product-list-sorter ul {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div#product-list-sorter ul li {
	display: inline;
    padding: 0px;
    margin: 5px;
}

div#product-list-sorter ul li a {
    color: #5A3333;
}

div#product-list-sorter ul li a:HOVER {
    color: #666666;
}

/**************************************************
    Contact Us Page
    
***************************************************/
div#contact-us {
    padding: 10px; 
    line-height: 20px;
}

div#contact-us img {
    float: left;
    margin: 0px 20px 10px 0px;
    width: 200px;
    height: 200px;
    border: 0px;
}

div#contact-us div.Title {
    margin-top: 10px;
    font-weight: bold;
}

div#contact-us div.Text {
    line-height: 14px;
    font-weight: normal;
}

div#contact-us div.Label {
    float: left;
    font-weight: normal;
    width: 45px;
    margin-top: 4px;
}

div#contact-us input {
    margin: 2px;
    width: 385px;
}

div#contact-us input[type="submit"]{
    width: 50px;
}

div#contact-us textarea {
    margin: 2px;
    width: 430px;
    height: 200px;
}

div#nav {
float: left; 
margin: 0px 0 0 0;
width: 990px;
/*border: 1px solid #AAA;*/
height: 40px;
z-index: 7;
/*border: 1px solid red;*/
}

div#nav ul {
margin: 0; 
padding: 0; 
/* background: white;*/
/*border: 1px solid #CCC; */
/*border-width: 0 1px;*/
}

div#nav li {
position: relative; 
list-style: none; 
margin: 0;
float: left; 
width: 108px; 
line-height: 40px; 
text-align:center;
border-right: 1px solid #fff;
padding-bottom: 10px;
}

div#nav li:hover {
background-color: #24599f;
color: #FFFF00;
}

div#nav li.submenu {
background: url(http://www.mrcoilsrus.com/storefront-files/images/dropmenu.gif) 95% 50% no-repeat;
color: #FFFF00;
z-index: 10;
}

div#nav li.submenu:hover {
background-color: #24599f;
color: #FFFF00;
z-index: 10;
}

div#nav li a {
display: block; 
padding: 0 0 0.25em 0;
text-decoration: none; 
width: 6.5em;
color: #fff;
}

div#nav li a:hover {
 color: #ffff00;
}

div#nav>ul a {
width: auto;
}

div#nav ul ul {
position: absolute; 
display: none;
width:150px;
z-index: 11;
}

div#nav ul ul li {
border-bottom: 1px solid #fff;
/*border-right: 1px solid #6586bc;
border-left: 1px solid #6586bc;*/
width: 150px;
padding-top: 10px;
line-height: 20px;
z-index: 16;
}

div#nav li.submenu li.submenu {
background-color: #24599f;
}

div#nav li.submenu li.submenu:hover {
background-color: #24599f;
color: #FFFF00;
}

/*div#nav li.submenu li.submenu:hover {
background-color: #4169e1;
}*/

div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
display:block;
background-color: #24599f;
}

div#nav ul.level2 {
top: 40px; 
left: -1px;
z-index: 17;
}

/*div#nav ul.level3 {
top: -1px;
left: 7em;
border-top: 1px solid #CCC;
}*/


/*   form layout  */

form.inquire {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  width: 99%; 
}

form.inquire fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form.inquire label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

/*form fieldset label:first-letter { */ /* use first-letter pseudo-class to underline accesskey, note that */
	/*text-decoration:underline;  */  /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form.inquire fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form.inquire input, form.inquire textarea, form.inquire select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form.inquire input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form.inquire .required{font-weight:bold;} /* uses class instead of div, more efficient */

form.inquire br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form.NoClass {
	width: 250px;
	line-height: normal;
	}





	
	#fixedWidth {
		width: 990px;
		margin: auto;
	}
