/* scottosStyles.css */
/* Style sheet for www.scottosplace.com */
/* (c) 2011 Scott Weberg */

/* Default font, color, margin, padding */
body { 
	color: rgb(0, 0, 0);
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    background-color: rgb(255, 255, 255); 
	margin: 0px auto;
    padding: 0px; 
}

/* set all margin/padding/borders to 0, to allow full control of these elements */
div, p, ul, h1, h2, h3, img { 
	margin: 0px;
    padding: 0px;
	border: 0px;
}

/* set up a color theme, using blue, green, red accent color classes */
.accentblue {
	font-weight: bold;
	color: rgb(5, 5, 200);
}
.accentgreen {
	font-weight: bold;
	color: rgb(5, 110, 5);
}
.accentred {
	font-weight: bold;
	color: rgb(180, 5, 5);
}

/* position the text on the main front page */
.welcome {
	float: left;
	width: 450px;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}
.footnote1 {
	position: absolute;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	top: 420px;
	left: 0px;
}

/* default style for the breadcrumbs trail text */
#breadcrumbs {
	height: 15px;
}

/* the "container" element contains the entire page. set its defaults */
#container { 
	width: 800px;
	background-color: rgb(255, 255, 255);
	margin: 0px auto;
    padding: 0px;
}

/* "header" is the header for the front page.  set defaults */
#header { 
	height: 151px;
	border-bottom: 2px solid rgb(100, 100, 100);
	text-align: center;
	margin: 0px auto;
    padding: 0px;
}
/* #header h1 {
	height: 50px;
	padding-top: 40px;
    color: rgb(5, 100, 150);
    font-family: Georgia,Times,serif;
    font-style: italic;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
	text-align: center;
} */

/* "smallheader" is the header for every page except the front page. set defaults */
#smallheader { 
	height: 79px;
	border-bottom: 2px solid rgb(100, 100, 100);
	text-align: left;
	position: relative;
	margin: 0px auto;
    padding: 0px;
}
#smallheader h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	color: rgb(100, 100, 100);
	font-size: 26px;
	position: absolute;
    top: 50px;
    left: 493px;
}

/* "indexcontent" defines the main content area on the front page. */
#indexcontent { 
	height: 440px;
	margin: 0px auto;
    padding: 0px;
	position: relative;
}

/* set the positions of the images on the front page */
#indexcontent img#newsbox {
	position: absolute;
	top: 100px;
	left: 1px;
}
#indexcontent #newstext {
	font-family: 'Times New Roman',serif;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 105px;
	left: 40px;
	width: 220px;
}
#indexcontent #newsheading {
	font-size: 13px; 
	font-weight: bold;
}
#indexcontent img#free {
	position: absolute;
	top: 300px;
	left: 15px;
}
#indexcontent img#prod {
	position: absolute;
	top: 250px;
	left: 620px;
}
#indexcontent img#ecs {
	position: absolute;
	top: 120px;
    left: 300px;
}
#indexcontent img#hrk {
	position: absolute;
	top: 50px;
    left: 600px;
}

/* set default font parameters for headings and paragraphs on the front page */
#indexcontent h1 {
	font-style: italic;
	font-size: 28px;
	color: rgb(100, 100, 100);
	position: absolute;
	top: 5px;
	left: 465px;
	/* padding: 5px 0px 5px 465px; */
}
#indexcontent p {
	padding: 5px 10px 10px 10px;
}
#indexcontent #breadcrumbs {
	height: 15px;
	color: rgb(255,255,255);
}

/* "content" defines the main content area for all pages except the front page */
#content { 
	height: 512px;
	margin: 0px auto;
    padding: 0px;
	position: relative;
}
#content h1 {
	font-style: italic;
	padding: 15px 0px 20px 2px;
}
#content p {
	padding: 0px 10px 10px 0px;
}

/* content styles for the hschresource.shtml page */
#content h1#free1 {
	font-size: 26px;
	padding: 20px 0px 10px 250px;
}
#content #free2 {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 770px;
}

/* content styles for the siteMap.shtml page */
#content h1#map1 {
	font-size: 26px;
	padding: 20px 0px 10px 350px;
}
#content #map2 {
	position: absolute;
	top: 70px;
	left: 10px;
	width: 370px;
}
#content #map2ind1 {
	padding: 0px 0px 0px 20px;
}
#content #map2ind2 {
	padding: 0px 0px 0px 40px;
}
#content #map3 {
	position: absolute;
	top: 70px;
	left: 410px;
	width: 370px;
}

/* content styles for the links.shtml page */
#content h1#links1 {
	font-size: 26px;
	padding: 20px 0px 10px 360px;
}
#content #links2 {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 770px;
}

/* content styles for the contact.shtml page */
#content h1#contact1 {
	font-size: 26px;
	padding: 20px 0px 10px 320px;
}
#content #contact2 {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 770px;
	font-size: 14px;
}

/* content styles for the Internet Safety pages */
#content h1#safe1 {
	font-size: 26px;
	padding: 20px 0px 10px 280px;
}
#content h2#safe1 {
	font-size: 18px;
	padding: 30px 0px 10px 15px;
}
#content #safe2 {
	position: absolute;
	top: 50px;
	left: 5px;
	width: 780px;
}
#content #safe3 {
	position: absolute;
	top: 60px;
	left: 15px;
	width: 780px;
}

/* content styles for the sheetDownloads.shtml page */
#content h1#sheet1 {
	font-size: 26px;
	padding: 20px 0px 10px 240px;
}
#content #sheet2 {
	position: absolute;
	top: 50px;
	left: 5px;
	width: 440px;
}
#content #sheet3 {
	position: absolute;
	top: 67px;
	left: 480px;
	width: 300px;
}
#content #sheet4 {
	position: absolute;
	top: 255px;
	left: 480px;
	width: 300px;
}
#content #sheet5 {
	position: absolute;
	top: 418px;
	left: 5px;
	width: 440px;
}

/* content styles for the about.shtml page */
#content h1#about1 {
	font-size: 26px;
	padding: 20px 0px 10px 340px;
}
#content #about2 {
	position: absolute;
	top: 70px;
	left: 5px;
	width: 790px;
	font-size: 14px;
}
#content #about3 {
	border-top: 3px solid rgb(5, 5, 200);
	position: absolute;
	top: 180px;
	left: 5px;
	width: 350px;
	padding: 25px 0px 0px 40px;
	margin: 0px 0px 0px 0px;
}
#content #about4 {
	border-top: 3px solid rgb(5, 110, 5);
	border-left: 3px solid rgb(200, 5, 5);
	position: absolute;
	top: 180px;
	left: 395px;
	width: 360px;
	font-size: 14px;
	padding: 20px 0px 0px 23px;
	margin: 0px 0px 0px 0px;
}

/* content styles for the Products.shtml page */
#content h1#prod1 {
	font-size: 26px;
	padding: 20px 0px 10px 280px;
}
#content #prod2 {
	position: absolute;
	top: 70px;
	left: 165px;
	width: 400px;
}
#content #prod3 {
	position: absolute;
	top: 180px;
	left: 340px;
	width: 370px;
}
#content #prod4 {
	position: absolute;
	top: 300px;
	left: 165px;
	width: 400px;
}
#content #prod5 {
	position: absolute;
	top: 410px;
	left: 340px;
	width: 370px;
}
#content img#ecsProd {
	position: absolute;
	top: 50px;
	left: 10px;
}
#content img#joyProd {
	position: absolute;
	top: 160px;
	left: 710px;
}
#content img#rkuProd {
	position: absolute;
	top: 270px;
	left: 10px;
}
#content img#oppProd {
	position: absolute;
	top: 370px;
	left: 700px;
}

/* content styles for the ECS.shtml page */	
#content h1#ecs1 {
	font-size: 26px;
	padding: 90px 0px 10px 2px;
}
#content p#ecs1 {
	font-size: 15px;
	padding: 5px 10px 20px 15px;
}
#content h1#ecs2 {
	font-size: 22px;
	padding: 0px 0px 40px 2px;
}
#content img#ecs2 {
	margin: 20px 0px 0px 0px;
}
#content img#eoa1 {
	position: absolute;
	top: 370px;
    left: 150px;
}
#content img#ewd1 {
	position: absolute;
	top: 365px;
    left: 460px;
}
#content img#eck1 {
	position: absolute;
	top: 365px;
    left: 580px;
}
#content img#commentback {
	position: absolute;
	top: 15px;
	left: 500px;
}
/* this table positions the slideshow of customer comments on ECS.shtml */
#content table#ecscomments {
	border-style: none;
	border-width: 0px
	border-color: rgb(230, 230, 230);
	position: absolute;
	top: 22px;
	left: 515px;
	width: 254;
	height: 131;
}

/* content styles for the individual Product Information/Ordering pages */
#content h3#eoatitleh3 {
	font-size: 20px;
}
#content img#rku3 {
	margin: 20px 0px 0px 0px;
}
#content img#joy1 {
	margin: 20px 0px 0px 0px;
}
#content img#opp1 {
	margin: 20px 0px 0px 0px;
}
#content img#prodOptBackgroundDim1 {
	position: absolute;
	top: 225px;
	left: 0px;
}
#content img#prodOptBackgroundDim2 {
	position: absolute;
	top: 290px;
	left: 0px;
}
#content img#prodOptBackgroundDim3 {
	position: absolute;
	top: 355px;
	left: 0px;
}
#content img#prodOptBackgroundDim4 {
	position: absolute;
	top: 420px;
	left: 0px;
}
#content img#prodBackground {
	position: absolute;
	top: 20px;
	left: 210px;
}
#content img#prodOptBackground {
	position: absolute;
}
#content a#prodLink1 {
	position: absolute;
	top: 247px;
	left: 20px;
	font-size: 1.5em;
	color: rgb(50,50,50);
}
#content a#prodLink2 {
	position: absolute;
	top: 312px;
	left: 20px;
	font-size: 1.5em;
	color: rgb(50,50,50);
}
#content a#prodLink3 {
	position: absolute;
	top: 377px;
	left: 20px;
	font-size: 1.5em;
	color: rgb(50,50,50);
}
#content a#prodLink4 {
	position: absolute;
	top: 442px;
	left: 20px;
	font-size: 1.5em;
	color: rgb(50,50,50);
}
#content #prodWindowContent {
	position: absolute;
	top: 27px;
	left: 225px;
	width: 568px;
	color: rgb(0,0,0);
}
#content #prodWindowContent h1 {
	font-size: 20px;
}
#content #prodWindowContent p {
	padding: 0px 10px 5px 0px;
	font-size: 14px;
}
#content #prodWindowContent ul {
	padding: 0px 10px 5px 20px;
	font-size: 12px;
}
#content #prodWindowContent #ordP {
	line-height: 24px;
}
#content #prodWindowContent #orderCol1 {
	position: absolute;
	left: 5px;
}
#content #prodWindowContent #orderCol2 {
	position: absolute;
	left: 300px;
}
#content #prodWindowContent #orderCol3 {
	position: absolute;
	left: 385px;
}
/* Order button positions for Record Keeping Utils */
#content #prodWindowContent #ordSelect1 {
	position: absolute;
	top: 185px;
	left: 390px;
}
#content #prodWindowContent #ordSelect2 {
	position: absolute;
	top: 260px;
	left: 390px;
}
#content #prodWindowContent #ordSelect3 {
	position: absolute;
	top: 335px;
	left: 390px;
}
#content #prodWindowContent #ordSelect4 {
	position: absolute;
	top: 410px;
	left: 390px;
}
/* Order button positioning */
#content #prodWindowContent #ordBut1 {
	position: absolute;
	top: 234px;
	left: 390px;
}
#content #prodWindowContent #ordBut2 {
	position: absolute;
	top: 264px;
	left: 390px;
}
#content #prodWindowContent #ordBut3 {
	position: absolute;
	top: 316px;
	left: 390px;
}
#content #prodWindowContent #ordBut4 {
	position: absolute;
	top: 346px;
	left: 390px;
}
#content #prodWindowContent #ordBut5 {
	position: absolute;
	top: 397px;
	left: 390px;
}
#content #prodWindowContent #ordBut6 {
	position: absolute;
	top: 427px;
	left: 390px;
}
#content #prodWindowContent #viewCartBut {
	position: absolute;
	top: 8px;
	left: 180px;
}

/* content styles for the under construction pages */
#content img#construction {
	position: absolute;
	top: 90px;
	left: 350px;
}
#content img#construction2 {
	position: absolute;
	top: 110px;
	left: 140px;
}



/* #content img#ecs {
	position: absolute;
	top: 130px;
    left: 250px;
} */
/*#content img#hrk {
	position: absolute;
	top: 50px;
    left: 600px;
}
#content img#eoa2 {
	position: absolute;
	top: 20px;
    left: 1px;
}
#content img#ecs3 {
	position: absolute;
	top: 160px;
	left: 10px;
} */

/*
#navigation { 
	width: 240px;
	float: left;
}

#navigation h1 {
	padding: 20px 10px 10px 10px;
	text-align: center;
}

#navigation ul {
	margin-left: 90px;
	text-align: left;
}
*/

/* the "footer" element contains the page footer. set defaults and text positioning. */
#footer { 
	height: 30px;
	border-top: 2px solid rgb(100, 100, 100);
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
#footer p#copyright {
	position: absolute;
	color: rgb(85, 85, 85);
    top: 7px;
    left: 1px;
}
#footer p#site {
	position: absolute;
	color: rgb(180, 5, 5);
	text-decoration: underline;
    top: 7px;
    left: 550px;
}
#footer p#about {
	position: absolute;
	color: rgb(5, 110, 5);
	text-decoration: underline;
    top: 7px;
    left: 645px;
}
#footer p#contact {
	position: absolute;
	color: rgb(5, 5, 200);
	text-decoration: underline;
    top: 7px;
    left: 735px;
}
