/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 5px 0px 20px 0px;
	padding: 0px;
	background-color: #ffffff;
	background-repeat: repeat;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}
/* Redefines the p tag */
p {
	font-size: 14px;
	text-align: left;
	line-height: 19px;
	font-weight: 100;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
}

.fontsize {
	font-size: 15px;
	color: #3d15e8;
}

.fontsize2 {
	font-size: 13px;
	color: #3d15e8;
}

.fontsize3 {
	font-size: 15px;
}

h1 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
	text-align: left;
}

h2 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #80001E;
	padding: 0px 0px 20px 0px;
	margin: 15px auto;
	text-align: center;
}

h3 {
	font: 19px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #80001E;
	margin: 15px auto 30px auto;
	text-align: center;	
}

strong {
	font-weight: bold;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #1A51A7;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

address {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #7f0500;
	line-height: 16px;
	font-weight: 100;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 10px 10px;
	text-align: left;
	border: 0px solid #00ffff;
}
address a:link, address a:visited {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #7f0500;
}
address a:hover {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #d23b34;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 975px;
	height: 404px;
}

div#header2 {
	background: url(images/header2.jpg) no-repeat;
	position: relative;
	width: 975px;
	height: 404px;
}
div#header3 {
	background: url(images/header3.jpg) no-repeat;
	position: relative;
	width: 975px;
	height: 404px;
}
div#header4 {
	background: url(images/header4.jpg) no-repeat;
	position: relative;
	width: 975px;
	height: 404px;
}
div#header5 {
	background: url(images/header5.jpg) no-repeat;
	position: relative;
	width: 975px;
	height: 404px;
}
div#header6 {
	background: url(images/header6.jpg) no-repeat;
	position: relative;
	width: 975px;
	height: 404px;
}

/* Creates DIV container for the flash div in the header. Setting the left and right margins to auto will center DIV. */
div#flash {
	width: 975px;
	height: 222px;
	padding: 127px 0px 0px 0px;
	border: 0px solid red;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 27px;
	right: 15px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* NAVIGATION CONTAINER */
div#nav {
	width: 975px;
	top: 83px;
	left: 15px;
	position: absolute;
	text-align: left;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #3d15e8;
	background-color: #ffffff;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav li a {
	display:block;
	padding: 7px 33px 6px 33px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #13608e;
	font-size: 12px;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background-color: #ffffff;
	color: #3d15e8;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #ffffff;	
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 570px;
	border: 0px solid red;
}

/* Creates the div for the content */
div#map {
	width: 550px;
	height: 450px;
	padding: 2px;
	margin: 20px auto;
	border: 1px solid #ffffff;
}

.right {
	float: right;
	padding: 2px;
	margin: 5px 0px 15px 20px;
	text-align: left;
	border: 1px solid #000000;
}

.image {
	float: right;
	padding: 0px 12px 0px 0px;
	margin: 20px 0px 15px 0px;
	border: 0px solid #000000;
}

.contactusimage {
	float: right;
	padding: 10px 12px 0px 0px;
	margin: 0px 0px 15px 10px;
	border: 0px solid #000000;
}

.centerimage {
	padding: 0px 15px 0px 0px;
	margin: 15px 0px 15px 0px;
	border: 1px solid #000000;
}

.cc {
	padding: 2px;
	margin: 15px auto 5px auto;
	border: 0px solid #999999;
}

.sidebarimage {
	padding: 0px;
	margin: 0px auto 5px auto;
	border: 0px solid #ffffff;
}

.sidebarimage2 {
	padding: 0px;
	margin: 0px auto 5px auto;
	border: 1px solid #000000;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	width: 975px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 86px;
}

div#footerholder {
	text-align: center;
	padding-top: 60px;
	padding-right: 0px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
	text-decoration: none;		
}

div#footerholder a:hover {
	color: #3d15e8;
	text-decoration:none;		
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#leftsidebar {
	float: left;
	width: 190px;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	border: 0px solid red;
}


/* ----------------- left side ----------------- */

div#rightsidebar {
	float: right;
	width: 196px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	border: 0px solid red;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height: 19px;
	margin-bottom: 5px;
}

li {
	font-size: 15px;
	color:#000000;
	font-weight: 100;
}

div#iframe {
	width: 530px;
	padding: 0px;
	clear: both;
	margin: 20px auto;
	border: 0px solid red;
}

.clear {
	clear: both;
	margin-top: 0px;
}

/* Creates the div for the content on the janitorial chemicals page */
div#boxes {
	float: left;
	padding: 10px 0px 0px 30px;
	margin: 10px auto;
	width: 530px;
	border: 0px solid red;
}

div#box1 {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
	width: 255px;
	height: 300px;
	background-image: url(images/box-bg-image.gif) repeat;
	border: 1px solid red;
}

div#box2 {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 255px;
	height: 300px;
	border: 1px solid red;
}

/* Creates the divfor the content on the janitorial chemical page */

div#box3 {
	float: right;
	padding: 0px 10px 30px 0px;
	margin: 0px 0px 15px 0px;
	width: 523px;
	height: 230px;
	background-image: url(images/janitorial-bg-image.gif);
	border: 0px solid red;
}

div#listleft {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 220px;
	border: 0px solid red;
}

/* Creates the div for the content on the janitorial supplies page */
div#boxes4 {
	float: right;
	padding: 0px 12px 30px 0px;
	margin: 20px 0px 15px 0px;
	width: 528px;
	height: 500px;
	background-image: url(images/janitorial-supply-bg-image.gif);
	border: 0px solid red;
}

div#boxes5 {
	float: right;
	padding: 0px 12px 30px 0px;
	margin: 20px 0px 15px 0px;
	width: 528px;
	height: 500px;
	background-image: url(images/janitorial-supply-bg-image2.gif);
	border: 0px solid red;
}

div#box5 {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
	width: 255px;
	height: 260px;
	border: 0px solid red;
}

div#box6 {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 255px;
	height: 260px;
	border: 0px solid red;
}

div#listright {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
	border: 1px solid red;
}


/* Creates the div for the content on the contact us page */
div#contactcontent {
	float: right;
	padding: 10px 0px 0px 0px;
	margin: 10px auto;
	width: 560px;
	border: 0px solid red;
}
