/* 
 * HTML5 - Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

/* =============================================================================
   color defined
   ========================================================================== */

.white {color: #ffffff;}
.red {color:#c00;}
.blu {color:#00a;}
.bla {color:#000;}
.gre {color:#00ff00;}
.wnorm {font-weight:normal;}
.wbold {font-weight:bold;}
.snorm {font-style:normal;}
.sital {font-style:italic;}
.lef {text-align: left;}
.cen {text-align: center;}
.rig {text-align: right;}
.frig {float: right;
     margin:0px 300px 0px 0px;}
.geo {font-family:georgia, sans-serif;}
.ver {font-family:verdana, sans-serif;}


/***********************************************/
/*Eliminate the browser default values*/
/***********************************************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*Set HTML height to 100% and then adding a one-pixel margin to the bottom, to force Firefox to draw a scroll bar. This prevents the annoying page jump that when there is a shorter page in that browser.
*/
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

/***********************************************/
/* more IE fixes */
/***********************************************/

#leftnavcontent, #centercontent, #rightcontent, #wrapper, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 

html.center, body.center {
	height: 100%;
}

/***********************************************/

body {
	background: url(../images/background.gif) top left repeat-x;
	color: #6666cc;
	background-color: #3ebbd2;
	font-family: Tahoma, verdana, arial, helvetica, sans-serif; 
	font-size: small; 
	line-height: 1.5em; 
	font-weight: normal;
	text-decoration: none;
}

/***********************************************/
/* containers for entire page */
/***********************************************/

#outercontainer {
	width: 80%;
	min-width: 1150px;
	height: 800px;
	background: url(../images/bkgnd_center.jpg) top left repeat-x;
	margin-left: auto;
	margin-right: auto;
}

#midcontainer {
	background: url(../images/bkgnd_right.jpg) top right no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#innercontainer {
	background: url(../images/bkgnd_left.jpg) top left no-repeat;
/*	position: relative;*/
}

/* =============================================================================
   Links
   ========================================================================== */

a:link {
	color: #6666cc;
	text-decoration: underline; 
}

a:visited {
	color: #6666cc;
	text-decoration: underline; 
}

a:focus, a:hover, a:active {
	color: red;
	text-decoration:underline; 
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/***********************************************/
/* styles */
/***********************************************/

h1 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1em;
	color: #6666cc;
} 

h2 {
	margin-bottom: 8px;
	margin-top: 0px;
	font-size: 120%;
	font-weight: 600;
	line-height: 1.1 em;
	color: #6666cc;
}

h3 { 
	margin-bottom: 2px;
	margin-top: 0px;
	font-size:100%;
	font-weight: 600;
	line-height: 1.5 em;
	color: #6666cc;
}

h4 {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2 em;
	color: #000000;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #6666cc;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: top;
	color: #6666cc;
}


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


/***********************************************/
/* header data and links */
/***********************************************/

#masthead {
	position: relative;
	width: 100%;
	height: 200px;
}

#wrapper  {
	width: 100%;
	display: table;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

#storeinfo {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	width: 90%;
	z-index: 99;
}

#animation {
	width: 30px;
	height: 25px;
	position: absolute;
	top: 65px;
	left: 200px;
	z-index: 100;
}

#slogan {
	text-align: center;
	width: 90%;
	position: absolute;
	top: 85px;
	right: 0px;
}

#mainnav {
	position: absolute;
	top: 170px;
	left: 20px;
	z-index: 101;
}

#loginarea {
	position: absolute;
	top: 205px;
	right: 140px;
	width: 600px;
}


/***********************************************/
/* Message Row */
/***********************************************/

#message {
	clear: both;
	margin: 30;
	padding: 10px 75px 10px 75px;
	font-size: 100%;
	color: #cc9;
	text-align: center;
	font-weight: 500;
	background: #6666cc;
  border-top: 0px solid #6666cc;
  border-right: 5px solid #6666cc;
  border-bottom: 0px solid #6666cc;
  border-left: 5px solid #6666cc;
}
#message strong {
	padding: 0 0 0 28px;
	}


#addressarea {
	position: absolute;
	text-align: left;
	top: 550px;
	left: 20px;
	width: 175px;
}


.phones { color: #ffffff; font-size: 11px; font-weight: 500; }
.phones A    {color: #ffffff;text-decoration: none;}
.phones A:visited {color: #ffffff; text-decoration: none;}
.phones A:hover  {color: #c0c7fa; text-decoration: none;}/*masthead telephone*/

.tagline { color: #c0c7fa; font-size: 16px; font-weight: 600; font-style: italic; line-height: 1.5em; }
.tagline2 { color: #c0c7fa; font-size: 11px; font-style: oblique; }

.sidebartext { color: #ffffff; font-size: 11px; }
.sidebartext A    {color: #ffffff;text-decoration: none;}
.sidebartext A:visited {color: #ffffff; text-decoration: none;}
.sidebartext A:hover  {color: #d3b5d3;text-decoration: none;}

.searchwords {  font-size: 10px; line-height: 1.5em; color: #6666cc;}

.navlinks1 {
	font-size: 12px;
	color: #6666cc;
	padding: 5px;
	text-decoration: none;
	}
.navlinks1 A    {
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	}
.navlinks1 A:visited {color: #ffffff; text-decoration: none;}
.navlinks1 a:hover {
	color: #000000;
	background-color: #bfc4e5;
	text-decoration: none;
	padding: 5px;
}



.sidebarclickhere {  font-size: 10px; line-height: 1.5em; color: #6666cc;}
.sidebarclickhere A    {color: #333399; text-decoration: underline;}
.sidebarclickhere A:visited {color: #333399; text-decoration: underline;}
.sidebarclickhere A:hover  {color: #ff0033; text-decoration: underline;}

.footertext {color: #000000; font-family: verdana, Arial, Geneva, sans-serif; font-size: 11px;}
.footertext A {text-decoration: underline;}
.footertext A:visited {text-decoration: underline;}
.footertext A:hover {text-decoration: underline;}

.footerlinks {color: #6666cc; font-size: 11px;text-decoration: none;}
.footerlinks A {color: #6666cc; text-decoration: underline;}
.footerlinks A:visited {color: #6666cc; text-decoration: none;}
.footerlinks A:hover {color: #ffffff; text-decoration: underline;}/*site links in the footer, like home, etc.*/


/***********************************************/
/*index template styles*/
/***********************************************/

.break {
	clear: both;
}


/***********************************************/
/* left content column - catalog links */
/***********************************************/

#leftnavcontent {
	width: 165px;
	border-collapse: collapse;
	margin-top: 10px;
	padding: 0px 0px 0px 15px;
	text-align: left;
}

#navigation {
	width: 150px;
	background-color: #6666cc;
	z-index: 1000;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#navigation li {
	list-style: none;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2em;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	padding: 4px 5px;
	color: #ffffff;
	text-decoration: none;
}

#navigation li a:hover {
	color: #000000;
	background-color: #bfc4e5;
	text-decoration: none;
}

/***********************************************/
/* end --- left content column - catalog links */
/***********************************************/


/***************************************************/
/* center content column - main contents */
/***************************************************/


#centercontent {
	background: #ffffff;
	margin: -1px;
	padding: 10px 15px 0px 15px;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #6666cc;
	border-width: 1px;
}

#centercontent hr {
    background: #9999FF;
    color: #9999FF;
    height: 1px;
    border: none;
    width: 90%;
    z-index: 20;
}

#centercontent p {
	margin: 0 0 0.5em 0;
	padding: 5px 5px 0px 5px;
}

#centercontent ul {
	margin: 0em 0em 1em 2.1em;
	font-style: italic;
	color: #6666cc;
}

#centercontent li {
	list-style-type: square;
	margin: 0em 0em 0em 0.3em;
	line-height: 1.5em;
	color: #6666cc;
}


/***************************************************/
/* full content column - testimonials */
/***************************************************/

#fullcontent {
	margin: 0em;
	font-size: 100%;
	line-height: 1.5em;
}

#fullcontent table {
	width: 95%;
	margin: 0.5em 1.0em 0.5em 1.0em;
	border-collapse: separate;
	border-spacing: 20px;
}

#fullcontent td {
	width: 40%;
	margin: 0.1em 1.0em 0.1em 1.5em;
	background-color: #fff;
	border: 1px dashed #6666cc;
}

#fullcontent td p {
	margin: 0.1em 1.0em 0.1em 1.5em;
	text-align: left;
}

/***************************************************/
/* right content column - highlights */
/***************************************************/

#rightcontent {
	background: #BCBED5;
	width: 250px;
	margin: -1px;
	padding: 10px 15px 0px 10px;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #6666cc;
	border-width: 1px;
}

#rightcontent p {
	margin: 0 0 0.5em 0;
	padding: 5px 5px 0px 5px;
}

#rightcontent h2 {
	color: #ffffff;
	background-color: #6666cc;
	font-size: small;
	font-weight: 400;
	font-style: italic;
	font-stretch: expanded;
	padding: 3px 5px 5px 15px;
}

#rightcontent ul {
	list-style-type: none;
	padding-left: 15px;
	font-style: italic;
	color: #6666cc;
}

#rightcontent ul ul {
	list-style-type: none;
	padding-left: 15px;
	font-style: italic;
	color: #6666cc;
}

#rightcontent li {
	list-style-type: square;
	margin: 0em 0em 0em 0.1em;
	line-height: 1.5em;
	color: #6666cc;
}



/***************************************************/
/* footer */
/***************************************************/


.siteby {  font-size: 10px; line-height: 1.5em; color: #4d5480;}
.siteby A    {color: #6666cc; text-decoration: underline;}
.siteby A:visited {color: #6666cc; text-decoration: underline;}
.siteby A:hover  {color: #ffffff; text-decoration: underline;}



#footer {
	display: table;
	width: 100%;
	margin: -80px 0px 20px 40px;
	padding-left: 15px;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/***********************************************/
/* End of file */
/***********************************************/

/* 
 * HTML5 - Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

/* =============================================================================
   color defined
   ========================================================================== */

.white {color: #ffffff;}
.red {color:#c00;}
.blu {color:#00a;}
.bla {color:#000;}
.gre {color:#00ff00;}
.wnorm {font-weight:normal;}
.wbold {font-weight:bold;}
.snorm {font-style:normal;}
.sital {font-style:italic;}
.lef {text-align: left;}
.cen {text-align: center;}
.rig {text-align: right;}
.frig {float: right;
     margin:0px 300px 0px 0px;}
.geo {font-family:georgia, sans-serif;}
.ver {font-family:verdana, sans-serif;}


/***********************************************/
/*Eliminate the browser default values*/
/***********************************************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*Set HTML height to 100% and then adding a one-pixel margin to the bottom, to force Firefox to draw a scroll bar. This prevents the annoying page jump that when there is a shorter page in that browser.
*/
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

/***********************************************/
/* more IE fixes */
/***********************************************/

#leftnavcontent, #centercontent, #rightcontent, #wrapper, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 

html.center, body.center {
	height: 100%;
}

/***********************************************/

body {
	background: url(../images/background.gif) top left repeat-x;
	color: #6666cc;
	background-color: #3ebbd2;
	font-family: Tahoma, verdana, arial, helvetica, sans-serif; 
	font-size: small; 
	line-height: 1.5em; 
	font-weight: normal;
	text-decoration: none;
}

/***********************************************/
/* containers for entire page */
/***********************************************/

#outercontainer {
	width: 80%;
	min-width: 1150px;
	height: 800px;
	background: url(../images/bkgnd_center.jpg) top left repeat-x;
	margin-left: auto;
	margin-right: auto;
}

#midcontainer {
	background: url(../images/bkgnd_right.jpg) top right no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#innercontainer {
	background: url(../images/bkgnd_left.jpg) top left no-repeat;
/*	position: relative;*/
}

/* =============================================================================
   Links
   ========================================================================== */

a:link {
	color: #6666cc;
	text-decoration: underline; 
}

a:visited {
	color: #6666cc;
	text-decoration: underline; 
}

a:focus, a:hover, a:active {
	color: red;
	text-decoration:underline; 
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/***********************************************/
/* styles */
/***********************************************/

h1 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1em;
	color: #6666cc;
} 

h2 {
	margin-bottom: 8px;
	margin-top: 0px;
	font-size: 120%;
	font-weight: 600;
	line-height: 1.1 em;
	color: #6666cc;
}

h3 { 
	margin-bottom: 2px;
	margin-top: 0px;
	font-size:100%;
	font-weight: 600;
	line-height: 1.5 em;
	color: #6666cc;
}

h4 {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2 em;
	color: #000000;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #6666cc;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: top;
	color: #6666cc;
}


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


/***********************************************/
/* header data and links */
/***********************************************/

#masthead {
	position: relative;
	width: 100%;
	height: 200px;
}

#wrapper  {
	width: 100%;
	display: table;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

#storeinfo {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	width: 90%;
	z-index: 99;
}

#animation {
	width: 30px;
	height: 25px;
	position: absolute;
	top: 65px;
	left: 200px;
	z-index: 100;
}

#slogan {
	text-align: center;
	width: 90%;
	position: absolute;
	top: 85px;
	right: 0px;
}

#mainnav {
	position: absolute;
	top: 170px;
	left: 20px;
	z-index: 101;
}

#loginarea {
	position: absolute;
	top: 205px;
	right: 140px;
	width: 600px;
}


/***********************************************/
/* Message Row */
/***********************************************/

#message {
	clear: both;
	margin: 30;
	padding: 10px 75px 10px 75px;
	font-size: 100%;
	color: #cc9;
	text-align: center;
	font-weight: 500;
	background: #6666cc;
  border-top: 0px solid #6666cc;
  border-right: 5px solid #6666cc;
  border-bottom: 0px solid #6666cc;
  border-left: 5px solid #6666cc;
}
#message strong {
	padding: 0 0 0 28px;
	}


#addressarea {
	position: absolute;
	text-align: left;
	top: 550px;
	left: 20px;
	width: 175px;
}


.phones { color: #ffffff; font-size: 11px; font-weight: 500; }
.phones A    {color: #ffffff;text-decoration: none;}
.phones A:visited {color: #ffffff; text-decoration: none;}
.phones A:hover  {color: #c0c7fa; text-decoration: none;}/*masthead telephone*/

.tagline { color: #c0c7fa; font-size: 16px; font-weight: 600; font-style: italic; line-height: 1.5em; }
.tagline2 { color: #c0c7fa; font-size: 11px; font-style: oblique; }

.sidebartext { color: #ffffff; font-size: 11px; }
.sidebartext A    {color: #ffffff;text-decoration: none;}
.sidebartext A:visited {color: #ffffff; text-decoration: none;}
.sidebartext A:hover  {color: #d3b5d3;text-decoration: none;}

.searchwords {  font-size: 10px; line-height: 1.5em; color: #6666cc;}

.navlinks1 {
	font-size: 12px;
	color: #6666cc;
	padding: 5px;
	text-decoration: none;
	}
.navlinks1 A    {
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	}
.navlinks1 A:visited {color: #ffffff; text-decoration: none;}
.navlinks1 a:hover {
	color: #000000;
	background-color: #bfc4e5;
	text-decoration: none;
	padding: 5px;
}



.sidebarclickhere {  font-size: 10px; line-height: 1.5em; color: #6666cc;}
.sidebarclickhere A    {color: #333399; text-decoration: underline;}
.sidebarclickhere A:visited {color: #333399; text-decoration: underline;}
.sidebarclickhere A:hover  {color: #ff0033; text-decoration: underline;}

.footertext {color: #000000; font-family: verdana, Arial, Geneva, sans-serif; font-size: 11px;}
.footertext A {text-decoration: underline;}
.footertext A:visited {text-decoration: underline;}
.footertext A:hover {text-decoration: underline;}

.footerlinks {color: #6666cc; font-size: 11px;text-decoration: none;}
.footerlinks A {color: #6666cc; text-decoration: underline;}
.footerlinks A:visited {color: #6666cc; text-decoration: none;}
.footerlinks A:hover {color: #ffffff; text-decoration: underline;}/*site links in the footer, like home, etc.*/


/***********************************************/
/*index template styles*/
/***********************************************/

.break {
	clear: both;
}


/***********************************************/
/* left content column - catalog links */
/***********************************************/

#leftnavcontent {
	width: 165px;
	border-collapse: collapse;
	margin-top: 10px;
	padding: 0px 0px 0px 15px;
	text-align: left;
}

#navigation {
	width: 150px;
	background-color: #6666cc;
	z-index: 1000;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#navigation li {
	list-style: none;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2em;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	padding: 4px 5px;
	color: #ffffff;
	text-decoration: none;
}

#navigation li a:hover {
	color: #000000;
	background-color: #bfc4e5;
	text-decoration: none;
}

/***********************************************/
/* end --- left content column - catalog links */
/***********************************************/


/***************************************************/
/* center content column - main contents */
/***************************************************/


#centercontent {
	background: #ffffff;
	margin: -1px;
	padding: 10px 15px 0px 15px;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #6666cc;
	border-width: 1px;
}

#centercontent hr {
    background: #9999FF;
    color: #9999FF;
    height: 1px;
    border: none;
    width: 90%;
    z-index: 20;
}

#centercontent p {
	margin: 0 0 0.5em 0;
	padding: 5px 5px 0px 5px;
}

#centercontent ul {
	margin: 0em 0em 1em 2.1em;
	font-style: italic;
	color: #6666cc;
}

#centercontent li {
	list-style-type: square;
	margin: 0em 0em 0em 0.3em;
	line-height: 1.5em;
	color: #6666cc;
}


/***************************************************/
/* full content column - testimonials */
/***************************************************/

#fullcontent {
	margin: 0em;
	font-size: 100%;
	line-height: 1.5em;
}

#fullcontent table {
	width: 95%;
	margin: 0.5em 1.0em 0.5em 1.0em;
	border-collapse: separate;
	border-spacing: 20px;
}

#fullcontent td {
	width: 40%;
	margin: 0.1em 1.0em 0.1em 1.5em;
	background-color: #fff;
	border: 1px dashed #6666cc;
}

#fullcontent td p {
	margin: 0.1em 1.0em 0.1em 1.5em;
	text-align: left;
}

/***************************************************/
/* right content column - highlights */
/***************************************************/

#rightcontent {
	background: #BCBED5;
	width: 250px;
	margin: -1px;
	padding: 10px 15px 0px 10px;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #6666cc;
	border-width: 1px;
}

#rightcontent p {
	margin: 0 0 0.5em 0;
	padding: 5px 5px 0px 5px;
}

#rightcontent h2 {
	color: #ffffff;
	background-color: #6666cc;
	font-size: small;
	font-weight: 400;
	font-style: italic;
	font-stretch: expanded;
	padding: 3px 5px 5px 15px;
}

#rightcontent ul {
	list-style-type: none;
	padding-left: 15px;
	font-style: italic;
	color: #6666cc;
}

#rightcontent ul ul {
	list-style-type: none;
	padding-left: 15px;
	font-style: italic;
	color: #6666cc;
}

#rightcontent li {
	list-style-type: square;
	margin: 0em 0em 0em 0.1em;
	line-height: 1.5em;
	color: #6666cc;
}



/***************************************************/
/* footer */
/***************************************************/


.siteby {  font-size: 10px; line-height: 1.5em; color: #4d5480;}
.siteby A    {color: #6666cc; text-decoration: underline;}
.siteby A:visited {color: #6666cc; text-decoration: underline;}
.siteby A:hover  {color: #ffffff; text-decoration: underline;}



#footer {
	display: table;
	width: 100%;
	margin: -80px 0px 20px 40px;
	padding-left: 15px;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/***********************************************/
/* End of file */
/***********************************************/

