/* CSS Document */

body {
	margin:0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bggradient.gif);
	background-repeat: repeat-x;
	background-color: #070707;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;
	background-color: #FFFFFF;
	}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 136px;
	width: 1000px;
}
/*start of nav*/
#navcontainer {
	background-image: url(images/navbkgrd_02.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
	width: 1000px;
	height: 43px;
	}

div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 8px;
	padding-top: 6px;
	padding-left: 0px;
	font-size: 13px;
	background-image: url(images/navbkg.jpg);
}

div#navcontainer ul li {
display: inline;
}

div#navcontainer ul li a {
padding: 7px 15px 8px 15px;
color: white;
text-decoration: none;
border-left: 1px solid #000;
border-right: 1px solid #000; /* the borders have the same size */
margin-right: -1px; /* the value has to be like the above but negative */
}

div#navcontainer ul li a:hover {
	color: white;
	background-image: url(images/navbkg_hov.jpg);
}


body#home a#homenav,
body#massage a#massagenav,
body#fitness a#fitnessnav,
body#electronics a#elecnnav,
body#about a#aboutnav,
body#finance a#financenav,
body#credit a#creditnav,
body#contact a#contactnav {
/*	color: #C4FFFF;*/
	background-image: url(images/navbkg_hov.jpg);
	cursor: default;
}
/*--Main Navbar end --*/
/*end of nav*/

/*middle - all pages */

#middle {background-color: #ffffff;
		float: left;
	   width: 1000px;
	   height: 100%;}
	   
/*bkgrd just for #middle div Home page */
.bkgrd {background-image:url(images/middle.jpg); background-repeat:repeat-y; }

/*middle - home page */

#homeLeft {margin: 0px; padding: 0px; float:left; width: 299px; height: 100%;}
#homeLeft p {font-size: .8em; color: #000000; margin: 0px 6px 0px 18px; padding: 0px;}
#homeLeft h1 {font-size: 1.1em; color: #000000; margin: 0px 6px 0px 18px; padding: 0px;}

#homeMiddle {margin: 0px; padding: 0px; float:left; width: 297px; height: 100%;}
#homeMiddle p {font-size: .8em; color: #000000; margin: 0px 6px 0px 18px; padding: 0px;}
#homeMiddle h1 {font-size: 1.1em; color: #000000; margin: 0px 6px 0px 18px; padding: 0px;}

#homeRight{margin: 0px; padding: 0px; width: 404px; float: right; background-color:#c5d5ff; height: 100%;}
#homeRight p {font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.9em; line-height: 125%; margin: 0 0 0 6px; padding: 5px 12px 5px 12px;}

#homeRight ul li {font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.9em; line-height: 125%; padding: 0px; margin: 0px; list-style:circle;}

#homeRight a {color: #000033; border-bottom: 1px; border-bottom-style: dotted; text-decoration: none;}
#homeRight a:hover {color: #0066CC; border-bottom: 1px; border-bottom-style: dotted; text-decoration: none;}
#homeRight img {border-bottom: 0px; border-bottom-style: none; text-decoration: none;}

/*content area - Product pages */

#prodLeft {margin: 0px; padding: 0px; float:left; width: 299px; height: 100%;}
#prodLeft p {font-size: .8em; color: #000000; margin: 0px 6px 0px 18px; padding: 0px;}
#prodLeft h1 {font-size: 1.1em; color: #000000; margin: 0px 6px 0px 18px; padding: 0px;}

#prodMiddle {margin: 0px; padding: 0px; float:left; width: 297px; height: 100%;}
#prodMiddle p {font-size: .8em; color: #000000; margin: 0px 6px 0px 18px; padding: 0px;}
#prodMiddle h1 {font-size: 1.1em; color: #000000; margin: 0px 6px 0px 18px; padding: 0px;}

#prodRight{margin: 0px; padding: 0px; width: 404px; float: right; background-color:#c5d5ff; height: 100%;}
#prodRight p {font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.9em; line-height: 125%; margin: 0 0 0 6px; padding: 5px 12px 5px 12px;}

#prodRight ul li {font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.9em; line-height: 125%; padding: 0px; margin: 0px; list-style:circle;}

#prodRight a {color: #000033; border-bottom: 1px; border-bottom-style: dotted; text-decoration: none;}
#prodRight a:hover {color: #0066CC; border-bottom: 1px; border-bottom-style: dotted; text-decoration: none;}
#prodRight img {border-bottom: 0px; border-bottom-style: none; text-decoration: none;}


/*footer stuff*/

#footer {
	font-family: Arial, Sans Serif; font-size: 0.8em; font-weight: bold; color: #C7C9CF;
	line-height: 135%;
	background-color:#001356;
	width: 1000px;
	clear: both;
    margin: 0px; padding: 0px;
}
#footer p {padding: 24px 24px 0px 24px; margin: 0px;}

#footer ul {
	text-align:center;
	margin: 0px;
	padding: 0px;
  }
#footer ul li {
  display:inline; 
  color:#b8b0b9;
  }
#footer a {
  color: #ffffff;
/*  font-size:1em;*/
  line-height: 135%;
  text-decoration:none;
  }
#footer a:hover {
  color: #cdddfe;
  text-decoration: underline;
  }
  
a {color:#FFFFFF}  

.copyright {font-weight: normal; font-size: 0.8em;}
.financing {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; line-height: 115%; margin: 0px; padding: 0px;}

/*One Column Content*/

#content {padding:0px; margin: 24px 125px 24px 72px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 0.8em; line-height: 135%;}


#content a {color: #003399;}

/*Two Column Content*/

#contentLeft {padding:0px; margin: 24px 12px 24px 72px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 0.8em; line-height: 135%; width: 475px; float: left;}

#contentRight {padding:0px; margin: 24px 175px 24px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 0.8em; line-height: 135%; width: 200px; float: right;}

#contentLeft a {color: #003399;}
