/* CSS Document */

/*****************************/
/*  Start General Content   */
/*****************************/
body {
	margin: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited {
	color: #3366CC;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFCC33;
	text-decoration: underline;
}

/*****************************/
/*  Start Header Content   */
/*****************************/

/* Starting with Horz Rules */
.hr1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC9966;
	margin-top: 6px;
	margin-bottom: 6px;
}

.hr2 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC9966;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hr3 {
	margin-top: 6px;
	margin-bottom: 6px;
}

.hdr-a {
	border: 1px solid #999999;
	width: 800px;
	background-image: url(../images/hdr.jpg);
	height: 100px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	color: #006699;
}


.hdr-b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_navbar.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 800px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding-left: 10px;
}

.hdr-c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/bg_navbar.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 800px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding-left: 10px;
	color: #999999;

}

.hdr-select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #33CC00;
}

div.navtop {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/*****************************/
/* Start The Sidebar Content */
/*****************************/

#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 210px;
	border: 1px solid #999999;
	font-size: 11px;
	vertical-align: top;
	padding: 10px;
	background-color: #87A9C2;
	background-image:url(../images/sb-bg.jpg);
	background-repeat:repeat-y;

}

#sidebar h1 {
	font-weight: bold;
	font-size: 18px;
}

#sidebar h2 {
	font-weight: bold;
	font-size: 14px;
}

#sidebar h3{
	font-weight: bold;
	font-size: 12px;
}

#sidebar ul{
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: url(../images/bul-nav.gif);
	list-style-position: inside;
	margin-bottom: 10px;
	font-size: 11px;
}

#sidebar p {
	line-height: 14px;
	text-align: justify;
	font-size: 11px;
}

/*****************************/
/*  Start The Main Content   */
/*****************************/

#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	width: 525px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	border: 1px solid #999999;
	background-image: url(../images/bg_hr_01.jpg);
	background-repeat: repeat-x;
	position:relative;
}

#main h1{
	font-weight: bold;
	font-size: 22px;
	color: #6699CC;
	line-height: 22px;
}

#main h2 {
	font-weight: bold;
	font-size: 18px;
}

#main h3 {
	font-weight: bold;
	font-size: 14px;
}


#main input {
	font-size:10px;
	margin-top:5px;
	margin-bottom:15px;
}

#main ul {
	margin: 0px;
	padding: 0px;
}

#main ul li {
	list-style-type: none;
	list-style-image: url(../images/bul-nav.gif);
	list-style-position: inside;
	margin-bottom: 10px;
}

#main p {
	line-height: 16px;
	font-size: 12px;
}
/*************************/
/* Start Product List    */
/*************************/

.list-p {
	line-height: 18px;
	text-align: justify;
	font-size: 12px;
}


/*****************************/
/*  Start The Footer Content */
/*****************************/

#footer {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	height: 60px;
	width: 800px;

}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
}
.nav-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	width: 198px;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 6px;
}

.nav-hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #6699CC;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	width: 210px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
/*****************************/
/*  Start The Commerce Content   */
/*****************************/

#commerce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	width: 755px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	border: 1px solid #999999;
	background-image: url(../images/bg_hr_01.jpg);
	background-repeat: repeat-x;

}

#commerce h1{
	font-weight: bold;
	font-size: 22px;
	color: #6699CC;
	line-height: 22px;
}

#commerce h2 {
	font-weight: bold;
	font-size: 18px;
}

#commerce h3 {
	font-weight: bold;
	font-size: 14px;
}

#commerce ul {
	margin: 0px;
	padding: 0px;
}

#commerce ul li {
	list-style-type: none;
	list-style-image: url(../images/bul-nav.gif);
	list-style-position: inside;
	margin-bottom: 10px;
}

#commerce p {
	line-height: 18px;
	text-align: justify;
	font-size: 12px;
}
.bottom {
	vertical-align: bottom;
	position: relative;
	height: 20px;
}

#hlp_graphic {
	background-image:url(../images/hlp_cream_home.jpg);
	background-repeat:no-repeat;
	width:490px;
	height:180px;
	margin-left:10px;
}

#hlp_graphic p {
	padding-left:200px;
	padding-right:15px;
}

#hlp_graphic h2 {
	padding-left:200px;
	padding-top:15px;
}

#sb_graphic {
	background-image:url(../images/sb_graphic_home.jpg);
	background-repeat:no-repeat;
	width:490px;
	height:180px;
	margin-left:10px;
	margin-top:15px;
}

#sb_graphic p {
	padding-left:200px;
	padding-right:15px;
}

#sb_graphic h2 {
	padding-left:200px;
	padding-top:15px;
}
