/* layout specific css */
body {
color: #666666;
background-color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

#back {
height:675px;
width: 100%;
background-image: url(../images/back.jpg);
background-repeat:no-repeat;
background-position: center;
margin-left:auto;
margin-right:auto;
position:absolute;
margin-top:auto;
margin-bottom:auto;
z-index:0;
}

#containerdiv {
background-position: center;
margin-right:auto;
margin-left: auto;
padding-top:85px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
width: 1100px;
background-color:transparent;
}

#leftbar {
	width: 280px;
	vertical-align: top;
	background-color:#ffffff;
	border: #cccccc medium ridge;
	position:absolute;
	font-size:x-small;
	margin-top:0px;
	margin-left:0px;
	padding: 0px;
}

#contentdiv {
margin-left: 290px;
margin-right: 0px;
margin-top: 0px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 12px;
width: 800px;
position: absolute;
background-color:#ffffff;
border: #cccccc medium ridge;
}

#featuredproduct {
background-image: url(../images/featured.jpg);
background-repeat:no-repeat;
background-position: top;
margin-right: 8px;
margin-left: 12px;
margin-bottom: 8px;
margin-top: 4px;
padding:35px 5px 5px 5px;
width: 200px;
height: 200px;
background-color:#edece1;
border: #edece1 medium outset;
float:right;
font-size:.85em;
}


#footerdiv {
margin-top: 5px;
margin-right:0px;
margin-left:auto;
font-size: x-small;
text-align: center;
height: auto;
padding-top:2px;
padding-bottom:10px;
background-color:transparent;
}


/* bullets css */
.bulletLI {
	list-style-image: url(../images/bullet.png);
	font-size: small;
	text-indent: 10px;
	list-style-position: inside;
}
/* Text specific css */

h1 {color:#008c7a; font-size: 1.25em;}
h2 {color: #666666;font-size: 1em;}
h3 {color: #008c7a;font-weight:900; font-size: .85em;}
p {font-size: .95em;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.center {text-align:center;}

hr {color:#CCCCCC;}

/* links css */
#leftbar a:link {font-size: x-small;}
#leftbar a:visited {font-size: x-small;}
#leftbar a:hover {font-size: x-small;}
#leftbar a:active {font-size: x-small;}

a:link {color: #008c7a; text-decoration: none; font-size: .95em;}
a:visited {color: #578b84; text-decoration: none; font-size: .95em;}
a:hover {color: #666666;text-decoration: underline;font-size: .95em;}
a:active {color: #666666;text-decoration: underline;font-size: .95em;}
