/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	
	margin: 0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	/*text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
   	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #1b7be6;
	}

/*  ===========================   BODY COPY STUFF (NON-NAVIGATIONAL) ==================================================== */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}


/* Redefines the p tag */
p {
	font-size: 13px;
	margin-left: 20px;
	padding-right: 35px;
	color: #000;
	line-height: 20px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #0955A9;
	line-height: 35px;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	text-transform:uppercase;

}

h2 {	
    font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 19px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	
	
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	line-height: 18px;
	margin: 15px 0px 10px 20px;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	color: #4A0094;
	line-height: 27px;
	margin: 0px 0px 15px 0px;
	text-align:center;
}




/* Creates the general link style for the site. This is not the main navigation.  */
a {
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}


/*------------------ LISTS FORMATS --------------------------*/
  ul { 
 		
		margin: 0px 20px 30px 50px;
		padding: 10px 0px 10px 20px;
		width: 200px;
		display:block;
		
		}
 
 li {
	font-size: 13px;
	font-weight: regular;
	line-height: 22px;
	color:#000;
	margin: 0px;
	list-style-type:square;
		}
		
ol { 
 		
		margin: 0px 20px 0px 45px;
        /*list-style-image: url(images/ul-house.gif);*/
		display:block;
		
		}
 
ol li { 
 		font-size: 10px;
        font-weight: regular;
		line-height: 19px;
        color:#000000;
		margin: 0px 0px 0px 20px;
        list-style-image:url(images/li-square.gif);
		
		}


/* ------------------------- MAIN NAVIGATION ----------------------------- */
/* Removes all margins and padding except bottom padding, which provides room to put our border. This serves as the resting place for our tabs. */

ul#mainnav {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 750px;
	position:absolute;
	top: 198px;
	left: 0px;
	;
}

/* This creates the tabs. We set a height for each tab, give it a border and place 2 pixels of space between each tab. We float them left on the navbar and remove the bullets. */

ul#mainnav li {
	margin: 2px;
	float: left;
	height: 20px;
	/*border: 1px solid #0e84df;*/
	list-style: none;
}

ul#mainnav li a {
padding: 4px;
text-decoration: none;
display: block;
font-size: 11px;
}

/* OFF - This creates the style for our links. */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #fff;
	background-color: #2c90ff;
	top: -3px;
	position:relative;
}
/* ON - Creates the "on" status style, which can be applied directly to a single link. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #104988;
	background-color:#FFFFFF;
}

/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #FFCC00;
}




/*  ===========================   PAGE CONTAINER STUFF  ==================================================== */

/* Holds the entire web page from the beginning body tag to the end body tag */
div#all {
	width:770px;
	text-align:left;
	margin: 0 auto;
	padding: 0px;
	background-color:none;				
				
				
}

/*  ===========================   PAGE LAYOUT STUFF  ==================================================== */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	padding: 0px;
	margin: 0px;
	width:770px;
	height: 238px;
	background-color:#fff;
	text-align:left;
	float:left;
	position: relative;
			
}


/*Formats the main content of the web page */
div#maincontent {
					border: 0px;
				    width:770px;
					height: auto;
				    padding: 0px 0px 0px 0px;
					margin: 0px 0px 0px 0px; 
				   	background-color:#fff;
					background-image: url(images/contentbg.gif);
					background-repeat: repeat-y;
					float:left;
					display:block;
					clear:both;
					position:relative;
					
}

div#content-top {
background-image:url(images/content-top.gif);
background-repeat:no-repeat;
width: 619px;
height: 34px;
}

/*  ===========================   ADDRESS STUFF  ==================================================== */
address {
	width:770px;
	vertical-align:top;
	font-size:11px;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	color: #1B7BE6;
	text-align: center;
	line-height: 14px;
	clear:both;
	display:block;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}

address a {
	font-size:11px;
	font-style:normal;
	color: #1B7BE6;
	text-align: left;
	line-height: 16px;
					
}

div#webaudio {
width: 130px;
height: 23px;
position:absolute;
top: 12px;
right: 15px;
}

/*  ===========================   FOOTER STUFF  ==================================================== */


div#footer { 
			font-size: 8px;
			font-weight:bold;
			text-align:center;
			padding: 4px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-transform: lowercase;
			width: 770px;
			height: 49px;
			color: #000;
			clear:both;
			background-image:url(images/footer.gif);
			background-repeat:no-repeat;
			letter-spacing: 1px;
}

div#footer a {
					font-size: 10px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: normal;
				   color: #000;
				   text-decoration: underline;
}

/******* USE THIS IF YOU HAVE AN INTRO AND THE FOOTER IS FORMATTED DIFFERENTLY ******

div#footerintro { 
			font-size: 8px;
			font-weight:bold;
			text-align:center;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-transform:uppercase;
			width: 770px;
			height: 20px;
			color:#fff;
			clear:both;
			background:#0312a6;
}

div#footerintro a {
					font-size: 8px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #fff;
				   text-decoration: underline;
}

*/

/*  ===========================   TABLE STUFF  ==================================================== */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
	
	
}

table#productsleft  {	
width: 490px;
margin-top: 15px;
margin-bottom: 30px;
text-align:left;
vertical-align:top;	 
margin-left: 25px; 
}

table#productsleft td  {	
	font-size: 11px;
	color: #000000;
	padding: 4px;
	width: 170px;
	text-align:left;
	
}

  table#productsleft ul { 
 		
		margin: 0px 0px 0px 0px;
		padding:0px;
		display:block;
		
		}
 
 table#productsleft li { 
 		font-size: 10px;
        font-weight: regular;
		line-height: 12px;
        color:#000000;
		margin: 0px 0px 0px 0px;
        list-style-image:url(images/li-square.gif);
		}
		

/*  ===========================    IMAGE STUFF  ==================================================== */

img.left {
	float: left;
	margin: 0px 8px 0px 0px;
	margin: 5px 5px 20px 5px;
	border: 2px solid #efefef;
}
img.right {
	float: right;
	margin: 5px 5px 20px 5px;
	border: 2px solid #efefef;
	padding: 4px;
}
clear {
	clear: both;
}

img.border {
	border: 2px solid #efefef;
	padding: 4px;

}



/*  ===========================   FORM ELEMENT STUFF  ==================================================== */

form {margin-left: 250px;}


form table { border-collapse:collapse;
			 margin: 0px 0px 0px 65px;


}

form td {	border-collapse:collapse;
			font-size: 11px;
			padding: 10px 0px 0px 0px;
			text-align:left;
			vertical-align:top;
			
			}
			
form input {font-size: 12px;}
			
form textarea {font-size: 12px;}



/*  ===========================   WEB AUDIO and ADMIN STUFF  ==================================================== */


div#webaudiopopup {
width: 100%;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#385cb0;
}

div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}

div#signin {
	background: #1B7BE6;
	text-align:center;
}

div#signin a{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}




/*  ===========================   COPYRIGHT STUFF  ==================================================== */
div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 770px;
	height: 50px;
	background: #1B7BE6;
	color:#fff;
	line-height: 19px;
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

/*  ===========================   COPYRIGHT INTRO USE IF YOU HAVE INTRO PAGE ====================================================  */
div#copyrightintro {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 770px;
	height: 50px;
	background: #fff;
	color:#1B7BE6;
	line-height: 19px;
}

div#copyrightintro a {
	font-size: 9px;
	font-weight: normal;
	color: #1B7BE6;
	text-decoration: underline;
}





/*  ===========================   GOOGLE MAP STUFF  ==================================================== */

div#map {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 600px;
	margin-left: 50px;
	margin-bottom: 20px;
}

div#productbg {
width: 740px;
height:165px;
position:relative;
left: 15px;
margin-bottom: 20px;
}

div#producttext {
	position: absolute;
	top: 44px;
	left: 248px;
	font-size:18px;
	color:#0066CC;
	width: 485px;
}

/* CSS Document */
