@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC; 
	background-color: #8591A3;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	
}

h1, h2 {
	color: #06F;	
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	border-top: 1px solid #06f;
	padding: 12px 0 0 0;
}

.hours h2 {
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
	color: #1D212E;	
}

.hours span {
	color: #09F;	
}

h3 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	color: #333;
}

p, p1, ul, ol {
	color: #333;	
}

p {
	font-size: 90%;
	line-height: 18px;
	padding: 0;
}

p1 {
	font-size: 110%;
}

a {
	text-decoration: none;
	color: #09F;
}
a:hover {
	color: #CCC;
}

a:visited {
	color: #09F;	
}

/* CONTAINER */

#container {
	background-color: #FFF;
	background-image: url(images/pagebgw.png);
	width: 800px;
	height: auto;
	text-align: center;
	position: relative;
	min-height: 725px;
	margin-left: auto;
	margin-right: auto;	
}

.container {
	width: 800px;
	height: 333px;
	margin-bottom: 1px;
}

.homebox {
	width: 300px;
	height: 111px;
	float: right;
	margin: 0;
	padding: 0;
}

.column {
	width: 450px; /* padding, margin and border are always in addition to the box width */ 
	text-align: left;
	border-right: dotted 1px #06F;
	padding: 0px 20px 20px 30px;
	float: left;
	
}

.hours {
	width: 250px;
	text-align: left;
	padding: 0px 0px 20px 20px;
	float: right;
	padding-right: 25px;
}

.homeside {
	width: 253px;
	text-align: left;
	padding: 0px 0px 20px 20px;
	float: right;
	padding-right: 25px;
	border-bottom: #06F dotted 1px;
}

.signup {
	width: 290px;
	height: 95px;
	padding: 12px 5px 0px 5px;
	text-align: center; 
}

.logofloat {
	width: 150px;
	height: 50px;
	float: right;
}

.news {
	border: 1px #06F solid;
	padding: 0px 20px 20px 20px;
}

/* SLIDESHOW */

#slideshow {
	float: left;
	width: 500px;
	height: 333px;
	margin: 0;
}



/* SIDE MENU */

#sidecol {
	width: 229px;
	float: left;
	
}


#sidemenu {
	width: 229px;
	text-align: left;
	margin-top: 30px;
	border-top: dotted 1px #06F;
	float: left;
}

#sidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidemenu li {
	margin: 0;	
}

#sidemenu a { /* controls attributes of main list headings */
	display: block;
	color: #FFF;
	background-color: #384059;
	width: 209px;
	padding: 3px 8px 3px 12px;
	text-decoration: none;
	border-bottom: dotted 1px #06F;
	font-weight: bold;
}

#sidemenu a:hover { /* controls hover color */
	background-color: #06F;
	color: #FFF;
}

#sidemenu li li a { /* controls attributes of nested list items */
	display: block;
	background-color: #FFF;
	color: #1D212E;
	width: 209px;
	padding: 3px 0px 3px 20px;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}

.sidebaritem {
	width: 229px;
	text-align: center;
	padding-top: 30px;
	float: left;
	clear: left;
}

.sidebaritem img {
	border: 1px solid #000;	
}

/* PRICE LIST */

.pricetable {	
	width: 350px;
	text-align: left;
	position: relative;
}

.pricetable h2 {
	font-size: 100%;
	font-weight: bold;
	border-bottom: 2px solid #06F;
}
.price {
	border-bottom: 1px dotted #06F;
	padding: 3px 0px;
	font-size: 100%;
	line-height: 13px;
}

/* PRODUCTS */

.product {
	border-bottom: 1px dotted #06F;
	height: 100px;
	padding: 3px 0px;
	font-size: 100%;
	line-height: 13px;
}

.product div {
	height: 100px;
}

.product>.logo {
	width: 100px;
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}


/* HEADER */

#pageHeader {
	background-image: url(images/header2a.jpg);
	background-repeat: no-repeat;
	height: 125px;
	text-align: center;
}
#pageHeader h1 {
	font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif;
	display: none;
	
}
#pageHeader p {
	display: none;
}

/* MAIN CONTENT */

#mainContent {
	position: relative;
	text-align: left;
	width: 500px;
	padding-bottom: 20px;
	top: 0px;
	min-height: 550px;
	margin-left: 0; /* IE6: changed this from 229px to 0 and floated right to display properly */
	padding-right: 40px; /* Must be exact in order for IE to display properly; otherwise, extra space appears on left hand side. GET FIREFOX!!!; changed from margin-right to padding-right */
	padding-top: 15px;
	border-left: 1px dotted #06F;
	padding-left: 30px;
	color: #FFF;
	float: right; /* IE6: added this and changed margin-left from 229px to 0 */
}


#mainContent ul li, #mainContent ol li {
	font-size: 90%;
	line-height: 18px;
}


/* NAVIGATION */

#mainNav { /* Determines appearance of the top naviation header */
	width: 798px; /* Width of header nav graphic */
	height: 25px; /* Height of header graphic */
	margin: auto; /* Centers things? */
	margin-bottom: 0px; /* Adjusts spacing from bottom of nav buttons */
	position: relative; /* Positions this graphic relative to the container it is in */
	border-bottom: solid 3px #06F;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}
#mainNav #navBar { margin: 0; padding: 0; }
#mainNav #navBar li { display: inline; } /* Displays only the list items in a line */
#mainNav #navBar li a { /* What does this describe? Anything that is an anchored list item? */
	float: left;
	width: 114px;
	height: 0px; /* prevents text from being displayed */
	padding-top: 25px; /* used to keep text hidden, but allows graphics to be displayed. ROCKIN!!!! */
	overflow: hidden; /* determines how overflow data is displayed, esp. does not display scroll bars */
	background-image: url(images/navbuttons.png); /* refers to one image with all button states on it */
	background-repeat: no-repeat;
} 

/* BUTTONS */
#mainNav #navBar li#home a { background-position: 0px 0px; } /*The first value is the horizontal position and the second value is the vertical. The top left corner is 0 0. */
#mainNav #navBar li#upload a { background-position: -114px 0px; } /* x and y coordinates MUST have px after them in order to display properly!! */
#mainNav #navBar li#services a { background-position: -228px 0px; } 
#mainNav #navBar li#products a { background-position: -342px 0px; }
#mainNav #navBar li#learning a { background-position: -457px 0px; }
#mainNav #navBar li#blog a { background-position: -571px 0px; }
#mainNav #navBar li#about a { background-position: -685px 0px; }


/* OVER STATES */
#mainNav #navBar li#home a:hover { background-position: 0px -54px; } /*The first value is the horizontal position and the second value is the vertical. The top left corner is 0 0. */
#mainNav #navBar li#upload a:hover { background-position: -114px -54px; } /* x and y coordinates MUST have px after them in order to display properly!! */
#mainNav #navBar li#services a:hover { background-position: -228px -54px; } 
#mainNav #navBar li#products a:hover { background-position: -342px -54px; }
#mainNav #navBar li#learning a:hover { background-position: -457px -54px; }
#mainNav #navBar li#blog a:hover { background-position: -571px -54px; }
#mainNav #navBar li#about a:hover { background-position: -685px -54px; }

/* ON STATES */
#mainNav #navBar li#homeOn a { background-position: 0px -27px; } /*The first value is the horizontal position and the second value is the vertical. The top left corner is 0 0. */
#mainNav #navBar li#uploadOn a { background-position: -114px -27px; } /* x and y coordinates MUST have px after them in order to display properly!! */
#mainNav #navBar li#servicesOn a { background-position: -228px -27px; } 
#mainNav #navBar li#productsOn a { background-position: -342px -27px; }
#mainNav #navBar li#learningOn a { background-position: -457px -27px; }
#mainNav #navBar li#blogOn a { background-position: -571px -27px; }
#mainNav #navBar li#aboutOn a { background-position: -685px -27px; }


/* FOOTER */

#footer {
	position: relative;
	text-align: center;
	width: 800px;
	height: 75px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 80%;
	line-height: 18px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dotted #06F;
	clear: both;
	padding-top: 10px;
}
