/*Major Colors:
Dark Cyan
609EB6
fff
000
eeeeff
61747B
*/

body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-right: 50px;
font-size: 13px;
font-family: tahoma, arial, "trebuchet ms", verdana, sans;
line-height: 130%;
background: white;
	/*background: white url('images/lakeBack.jpg') top right no-repeat;*/
}

a img {
	border: none;
}

form {
margin-left: 8px;
}
a:link {
text-decoration: none;
color: blue;
}

a:visited {
text-decoration: none;
color: blue;
}

a:hover {
text-decoration: underline;
color: gray;
}

h1, h2 {
font-size: 30px;
color: darkcyan;
border-bottom: 4px solid #aaa;
padding-left: 6px;
padding-top: 2px;
padding-bottom: 2px;
margin: 0px;
font-variant: small-caps;
}

h3, h4 {
font-size: 17px;
background: #fff;
margin: 0px;
color: darkcyan;
border-bottom: 2px solid #000;
padding-left: 6px;
font-variant: small-caps;
}

h5,h6 {
font-size: 14px;
color: #fff;
background: DarkCyan;
border: 2px solid #000;
margin: 0px;
padding-left: 6px;
font-variant: small-caps;
}

p {
padding: 2px;
background: #FFFFFF;
color: #000;
}

.redStar {
color: red;
font-weight: bold;
}

/*----------------------------------------------------------------------------*/
#header {
width: 100%;
height: 121px;
padding: 0px;
display: block;
/*background: #ced;*/
}

#logo {
	float: left;
}

#content {
	display: block;
	padding: 10px;
	background: #fff;
}

#content p {
	  /*border: 1px solid #000;*/
	  margin-left: 8px;
margin-bottom: 0px;
padding: 6px;
background: transparent;
color: #000;
line-height: 130%;
}

/*----------------------------------------------------------------------------*/

#navigation {
display: inline;
height: 130px;
}

#navigation li {
list-style-type: none;
display: inline;
float: left;
height: 100%;
}

#navigation li a {
width: auto;
height: auto;
padding-top: 100px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
font-size: 24px;
font-variant: small-caps;
display: block;
border-left: 1px solid white;
border-right: 1px solid white;
/*border-bottom: 5px solid transparent;*/
}

#navigation li a:hover, a.active {
background: darkcyan;
color: white;
border-left: 1px solid transparent;
border-right: 1px solid transparent;

/*border-bottom: 5px solid transparent;*/
}

/*----------------------------------------------------------------------------*/
.floatBox {
padding: 10px;
}

.innerBox {
margin-left: 5px;
margin-top: 25px;
float: left;
}

.productDescrip {
float: left;
font-size: 11px;
width: 300px;
background-color: #FFFFFFF;
     /*
     border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
     */
}

.productDescrip p {
background: #FFFFFFF;
color: #000;
}

.sample_images img {
	height: 70px;
}

/*----------------------------------------------------------------------------*/

#faq li {
	border-bottom: 1px solid black;
}

.question {
font-weight: bold;
font-size: 1.5em;
display: block;
/*border-bottom: 0.2em solid darkcyan;*/
padding: 5px;
margin-top: 10px;
width: 98%;
}
.answer {
margin-top: 10px;
margin-left: 5px;
width: auto;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
.bold {
font-weight: bold;
font-size: 16px;
}

.italic {
font-style: italic;
}

.error {
color: red;
font-weight: bold;
font-size: 22px;
}

.alert {
color: red;
text-decoration: underline;
font-weight: bold;
}
/*----------------------------------------------------------------------------*/
#footer {
	border-top: 1px dotted black;
	text-align: center;
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer ul li {
list-style-type: none;
display: inline;
}

#footer li a {
	border-right: 1px solid darkcyan;
	padding: 5px;
}

#footer li a.last {
	border: none;
}
