/* Window settings */

body {	
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 10px 0;
	}

/*
.pagewrapper {	
	width: 98%;
	border: 1px solid black;
	margin: 10px auto;	
	background-color: #FFF;
	}
*/	
	
/* Logo settings */

/*.logo {	
	background: #FFF ;
	text-align: center;
	margin: 10px 0;
	}*/
	
.logo {	
	background: #FFF /*url(../images/certs.gif) no-repeat top right*/;
	padding: 10px;
	}


/* Navigation settings */

#topmenu {
	border: solid #666;
	border-width: 1px 0px;
	margin: 2px 0px 0px 0px;
	background: #EEE; 
	text-align: left;
	padding: 1px 0 1px 10px;
	font-size: 75%;
	}
#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#topmenu li {
	padding: 0px 10px;
	font-weight: bold;
	color: #1B2A61;
	position: relative;
	float: left;
	}
#topmenu li a, #topmenu li a {
	text-decoration: none;
	color: #1B2A61;
	}
#topmenu li a.navcurrent, #topmenu li a:hover {
	color: #3858C5;
	text-decoration: none;
	}
.left {
	width: 180px;
	float: left;
	}
#lowernav {
	border-bottom: 1px solid #FFF;
	margin: 0px 0px;
	background: #FFF url(../images/lowernavback.jpg) no-repeat bottom right;
	text-align: left;
	font-size: 75%;
	padding: 5px 0 250px 0;
	}
#lowernav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#lowernav li {
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	border-bottom: #999 dashed 1px;
	}
#lowernav a{
	text-decoration: none;
	color: #1B2A61;
	}
#lowernav li a:hover, #lowernav li a.navcurrent {
	color: #3858C5;
	text-decoration: none;
	}
	
	
/* Box settings */

.right {
	float: right;  
	margin: 10px;
	}
.rightbox {
	margin: 0px 0px 5px 10px;
	width: 200px;
	background: #B8C4EB url(../images/roundbottom.gif) no-repeat bottom left;
	text-align: center;
	}
.rightboxhead {
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	border: #FFF solid;
	border-width: 0px 0px 1px 0px;
	background: #1B2A61 url(../images/roundtop.gif) no-repeat top left;
	}
.rightboxtext {
	padding: 5px;
	}
.rightbox p {
	padding-left: 0px;
	}
	
	
/* Body Settings */

.body, .frontbody { 
	padding: 10px 30px 10px 25px;
	font-size: 90%;
	margin: 0px 0px 0px 180px;
	}
.frontbody { 
	margin-right: 235px;
	}
.formbody { 
	margin: 10px;
	font-size: 80%;
	}
	
	
/* Image Settings */

.rightimg {
	float: right;
	margin-left: 30px;
	border: 0;
	}
	
.leftimg {
	float: left;
	margin-right: 15px;
	border: 0;
	}

/*.body img {
	border: 0px solid #CCC;
	margin: 0px 0px 0px 15px;
	clear: right;
	}
*/
.prodImages img {
	border: 1px solid #666;
	margin: 0px;
	}

.rightboxtext img {
	border: 1px solid #666;
	margin: 0px;
	}
.imagebar {
	float: right;
	width: 270px;
	text-align: center;
	}
.imagebar img {
	margin: 0;
	}
	
	
/* Footer Settings */

#footer {
	font-size: .7em;
	clear: both;
	}
.footerhead {
	font-weight: bold;
	border: #CCC solid;
	border-width: 0px 0px 1px 0px;
	padding: 20px 20px 2px 20px;
	}
.footerbody {
	padding: 5px 20px;
	}
.footerright {
	float: right; 
	padding: 5px 20px;
	text-align: right;
	}

	
/* Paragraph Settings */

a {
	color: #1B2A61; 
	text-decoration:underline;
	}
a:hover {
	color: #F8731A;
	text-decoration:underline;
	}
h1, .h1, .inline {
	margin-top: 10px;
	font-size: 140%;
	font-style: italic;
	color: #1B2A61;
	}
h2, .h2 {
	font-size: 120%;
	font-weight: bold;
	}
h3, .h3 {
	font-size: 110%;
	margin-bottom: 0px;
	}
td h2 {
	margin-bottom: 0;
	}
p {
	margin-top: 0px;
	line-height: 150%;
	}
p, td {
	}
table {padding: 5px;
	margin-bottom: 20px;
	}
	
table th 			{background:#86F57B; padding: 5px; border: 1px solid #ccc; color:#666; font-size:1.2em;}	
.alternate			{background: #FAF3F4;}
	
.address td			{/*border:1px solid black;*/ text-align:left; padding: 10px;}
	
.logos 				{/*border:1px solid black;*/ padding:30px 30px 0 0;}
	
li {
	line-height: 150%;
	}
.error {
	color: #C00;
	}
.success {
	color: #000099;
	font-weight: bold;
	}
.StrongProd {
	font-weight: bold;
	}
.standardinput {
	width: 200px;
	font-family: Arial, Sans-Serif;
	border: 1px solid #000099;
	}
.TextBox, .FileBox, .Button, .TextBoxSmall {
	font-family: Arial, Sans-Serif;
	border: 1px solid #999999;
	}
.Button {
	cursor: pointer;
	}
.TextBox {
	width: 300px;
	}
.TextBoxSmall {
	width: 175px;
	}
.txt {
	width: 300px;
	font-family: Arial, Sans-Serif;
	border: 1px solid #000099;
	}
.txttiny {
	width: 30px;
	font-family: Arial, Sans-Serif;
	border: 1px solid #999;
	text-align: right;
	}
.logoutimg {
	float: right;
	border: 0px solid #FFF;
	margin: 5px;
	}
.fieldtitle {
	color: #666;
	}
.strongprod {
	color: #000;
	}

.locbutton {
	width: 100px;
	border: 1px #333399 solid;
	font-size: 80%;
	margin: 5px 20px;
	padding: 2px;
	color: #333;
	background-color: #FFF;
	background-image: url(../images/navback1.gif); 
	text-align: center;
	float: left;
	}
.back {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	}
.quote {
	margin-bottom: 0px;
	padding: 0px 4px;
	}
.imagebar .quote {
	float: none;
	}
.quoter {
	text-align: right;
	font-style: italic;
	padding: 0px 4px;
	}
.recommendation {
	padding: 0px 4px;
	font-weight: bold;
	}
.searchblurb {
	font-size: 0.7em;
	color: #EEE;
	text-align: center;
	padding: 5px 5px 0px 5px;
	}
.categoryimg {
	float: left;
	text-align: center;
	margin: 8px;
	font-weight: bold;
	color: #1B2A61;
	border: 1px solid #1B2A61;
	}
.categoryimghead {
	border-bottom: 1px solid #FFF;
	background: #1B2A61;
	padding: 1px 0;
	}
.categoryimghead a {
	color: #FFF;
	}
.categoryimg img {
	margin: 0px;
	}
.categories {
	margin: 0px;
	float: left;
	text-align: center;
	}
.categories a {
	text-decoration: none;
	}
.prodImages {
	float: right;
	width: 310px;
	text-align: center;
	}
.products {
	float: left;
	height: 165px;
	width: 225px;
	border: 1px solid #1B2A61;
	margin: 6px;
	padding: 3px;
	}
.products img {
	float: right;
	margin: 0px 5px 5px 0px;
	}
.topdash {
	border-top: 1px dashed #999;
	}
.bottomdash {
	border-bottom: 1px dashed #999;
	}	
.imagepicker {
	width: 200px;
	padding: 5px;
	margin: 5px;
	text-align: center;
	float: right;
	border: #CCC 1px solid;
	}	
.images {
	width: 160px;
	padding: 5px 5px 0px 5px;
	margin: 5px;
	border: 1px solid #999;
	text-align: center;
	}	
.images img {
	border: 0px;
	}	
.images .imageName {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	}	
.images .deleteImage {
	margin: 5px 0px;
	font-weight: bold;
	}
.bold {
	font-weight: bold;
	}
.faint {
	color: #666;
	background: #EEE;
	}
.basket, .deliverydetails {
	width: 95%;
	margin: 20px 0px;
	}
.basket, .deliverydetails, .customerdetails, .deliveryaddressdetails {
	padding: 10px;
	border: 1px solid #CCC;
	}
.customerdetails, .deliveryaddressdetails {
	float: left;
	margin: 0px 20px 20px 0px;
	}
td a img {
	margin: 0;
	}
.initial {
	font-size: 150%;
	font-weight: normal;
}
 
/* Hide from IE5-mac. Only IE-win sees this. \*/
  
* html .pagewrapper .body, * html .pagewrapper .frontbody  {
	height: 1%;
	margin-left: 0px;
	margin-top: 20px;
	}
	
@media print { 

.body { 
	padding: 0px 10px 10px 25px;
	font-size: 80%;
	margin: 0px 25px 0px 25px;
	}
.frontbody { 
	padding: 0px 10px 10px 25px;
	font-size: 80%;
	margin: 0px 235px 0px 25px;
	}
#lowernav, .searchblurb {
	display: none
	}
body {
	background-color: #FFF;
	}
	
	.imagebar {
	float: right;
	width: 270px;
	text-align: center;
	margin:20px 0 0 0;
	}
.over a {
	background:url(../images/fancy_radiator_on.jpg) no-repeat top left;
}
}

.mouseover				{font-size:.8em; color:#999999;}

.links td				{width: 250px; padding: 20px; text-align:center;}
.links a				{font-size:1em;  color:#666;  line-height: 1.5em; text-decoration:none;}
.links a:hover			{text-decoration:underline; color:#000;}
.linksshaded			{background: #FFF;}

.logoshome				{float:right;}