@charset "utf-8";
/* CSS Document */
body{
	margin:8px;
	font-family:Arial, Helvetica, sans-serif;
}

::selection {
	background-color: #1d62ad;
	color:white;
	background: #1d62ad;
}

::-moz-selection {
	background: #1d62ad;
	background-color: #1d62ad;
	color:white;
}

#maincontainer {
	width:956px;
	padding:0px;
	margin:0 auto;
	text-align:center;
	}


#logosearch {
	width:956px;
	height:102px;
	margin:0px;
	padding:0px;
	text-align:left;
	background-image:url(../images/DixonHeader-background.jpg);
	background-repeat:repeat-x;	
	}
	
#utilitysearch {
	font-size:11px;
	color:#000000;
	width:300px;
	height:72px;
	margin:0px;
	padding:0px;
	text-align:right;
	float:right;
	}
	
#sitemap {
	width:956px;
	padding:16px 0px 16px 0px;
	margin:0 auto;	
	background-color:#616265;
	color:white;
	font-size:0.8em;
	text-align:center;
	visibility:visible;
	}
	
@media print
		{
		#sitemap {visibility:hidden;}
		#left {visibility:hidden;}
		#utilitysearch {visibility:hidden;}
		}
	

	
#interiorpage {
	width:694px;
	margin:0px;
	padding:0px;
	text-align:left;
	min-height:535px;
	}
	
#left {
	width:250px;
	height:300px;
	margin: 0px;
	padding:0px;
	float:left;	
	/*border: 1px solid black;
	background-color:#1c60ab;*/
	}
	
#leftinner {
	margin: 0px 9px 9px 9px;
	padding:9px;
	background-color:#CCC;
	text-align:center;
	/*width:262px;
	height:300px;
	*/
	}

	
#center {
	width:700px;
	padding:0px 0px 0px 4px;
	margin:0px 0px 0px 0px;
	text-align:left;
	float:left;
	/*min-height:535px;*/
	}
	
#right {
	width:694px;
	padding:0px;
	margin:0px;
	float:left;
	min-height:535px;
	}
	
div.topbar {
	width:956px;
	height:19px;
	margin:0px;
	padding:0px;
	background-image:url(../images/topbar.gif);
	background-repeat:repeat-x;	
	}
	
#sitemap a {
	color:white;
	font-size:10px;
	text-decoration:none;
	}
	
#sitemap a:hover {
	color:white;
	font-size:10px;
	text-decoration:underline;
	}
	
.largeproductphoto {
	margin:0px 16px 8px 0px;
	border: 2px solid #1d62ad;
	}
	
.productphoto {
	margin:0px 8px 8px 0px;
	border: 2px solid #1d62ad;
	}
	
.productnoborder {
	margin:0px 8px 8px 0px;
	border: 2px solid white;
	}
	
/* textual */

h1 {
	font-size: 1.4em;
	color: #1d62ad;
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 1.2em;
	color: #1d62ad;
	margin:0px;
	padding:0px;
}

h3 {
	font-size: 1.1em;
	color: black;
	margin:0px;
	padding:0px;
}

.title {
	font-size: 1.2em;
	color: #1d62ad;
	font-weight: bold;
}

.header {
	font-size: 1.1em;
	color: #1d62ad;
	font-weight: bold;
}

.copy {
	font-size: 1em;
	color: #000000;
}

.copyright {
	font-size: 0.9em;
	color: #222222;
}

.breadcrumbs {
	color: #31547c;
	font-size: 0.9em;
	margin-bottom:9px;
	}

/* navigation */

a {color:#31547c;}
a:visited {color:#31547c;}
a:link {color:#31547c;}
a:hover {color:#0158c2;}
a:active {color:#0158c2;}

a.productnav {
	color: #1d62ad;
	font-size: 1em;
	}
	
a.productnav:hover {
	color: #000000;
	text-decoration:none;
	}
	
a.breadcrumb {
	color: #31547c;
	font-size: 0.9em;
	}
	
a.breadcrumb:hover {
	color: #000000;
	text-decoration:none;
	font-size: 0.9em;
	}