﻿body
{
    margin: 20px 20px 20px 20px;
    background: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
    margin: 0px auto;
    width: 760px;
    text-align: left;
  } 
  
 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Links 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link, a:visited 
{
    color: #000000;
    text-decoration: underline;    
}

a:hover
{
    color: #dd0303;
    text-decoration: underline;
}

a:active
{
    text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	height: 30px;
	margin-bottom: 3px;
	COLOR: #000000;
	font-size: .85em;
	width: 745px;
	padding: 10px 0px 0px 15px;
	}
	
#logo {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#phone 
{
    display: none;
	}

#searchbox 
{
    display: none;
    }
	
#intro {
	width: 730px;
	padding: 10px 15px 0px 15px;
	margin-bottom: 10px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP Nav

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-nav 
{
    display: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Content 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container {
	margin-top: 4px;
	padding: 10px;
	width: 738px;
	border: none;
	font-size: 12px;
	}
	
#body
{
    width: 588px;
    margin:  0px 0px 0px 0px;  
  	padding: 0px 0px 0px 0px;
    FONT-SIZE: 13px;
}

#body h1, h2
{
    padding: 5px 0px 0px 5px;
    margin-top: 0px;  
    margin-bottom: 8px;
    MIN-HEIGHT: 20px;
	FONT-SIZE: 14px;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: Bold;
	COLOR: #000000;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.subnav 
{
    display: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Page Crumbs 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#breadcrumbs 
{
    display: none;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
    display: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORM ELEMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.buttonsmall
{
    background: #FFFFFF;
    display: inline;
    border: solid 1px #000000;
    color: #000000;
    height: 20px;
    margin: 0;
    font-weight: normal;
    font-size: 10px;
    padding-left: 3px;
    padding-right: 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	OTHER 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div.productbox
{
     height: 210px;
     width: 170px;
     border: none;
     margin: 5px;
}

div.productsummarydisplaywrapper
{
     width: 150px;
     padding: 10px 10px 10px 10px;
     text-align: center;
}

#cataloguepager
{
    margin: 10px 10px 10px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Product Pages 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.bookmarkbox
{
    display: none; 
}

.ebaybox
{
    display: none;
}

.bulletlist
{
    margin: 5px 0px 5px 15px; 
    padding: 0;
    list-style-type: disc;
    line-height: 20px;
}
        
.Productfeatures
{
    line-height: 20px;
    padding: 0;
 
}

#hemb {
	float: right;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.dashedline
{
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.dottedline
{
    border-top: 1px dotted #000000;
    padding-top: 2px;
    margin-top: 10px;
    margin-bottom: 25px;
}
