/* Basic elements */
body {
	background-color: #FFFFFF;
	background: transparent url(../images/bg_page.gif) top left repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

form {margin: 0px;}
a {color: #cb0f3f;}
a:visited {color: #cb0f3f;}
p, td {font-size: 12px;}
img	{border: 0; margin: 0;}
strong {font-weight: bold;}
em {font-style: italic;}
sup {font-size: 10px}
	
/* Body Div */
div#bodybg	{
	width: 734px;
	padding: 0;
	border: 0;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	}
	
/* Navigation */
div#mainNav	{
	height: 30px;
	width: 728px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #cfb255;
	}
	
div#mainNav ul#menu	{
	height: 30px;
	width: 448px;
	background: transparent url(../images/nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#mainNav ul#menu li {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	}
	
ul#menu li, ul#menu a {
	height: 30px;
	display: block;
	}
	
div#mainNav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}

/* Defines Nav*/
#home  {left: 0; width: 67px;}
#shop  {left: 68px; width: 151px;}
#about  {left: 220px; width: 89px;}
#customer  {left: 309px; width: 139px;}

/* Shifts background image upon mouseover */
#home a:hover {background: transparent url(../images/nav.gif) 0 -40px no-repeat;}
#shop a:hover {background: transparent url(../images/nav.gif) -68px -40px no-repeat;}
#about a:hover {background: transparent url(../images/nav.gif) -220px -40px no-repeat;}
#customer a:hover {background: transparent url(../images/nav.gif) -309px -40px no-repeat;}

/* Keeps current tab highlighted */
#home #current	{background: transparent url(../images/nav.gif) 0 0px no-repeat;}
#shop #current {background: transparent url(../images/nav_over.gif) -68px 0px no-repeat;}
#about #current {background: transparent url(../images/nav_over.gif) -220px 0px no-repeat;}
#customer #current {background: transparent url(../images/nav_over.gif) -309px 0px no-repeat;}

/* Body Area */	
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: transparent url(images/bg_body.gif) repeat-x left top;
	}
#body p {
	line-height: 15px;
	margin: 1px 0px 10px 0px;
	}
#body ul {
	padding: 0px;
	}
#body ul.sidenav li {
	margin: 0px;
	line-height: 15px;	
	}
#body ul li ul {margin: 0px 0px 0px 15px;}
	
h2 {
    font-family: "Times", Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 0px 0px 0px;
	}
	
hr {
	height: 1px;
	color:#ece1bb;
	margin: 10px 0px 20px 0px;
	background: transparent url(img/bg_hr.gif) left top repeat-x;
	border: none;
	}
	

/* Left Content */
td#leftcontent {
	padding: 17px 17px 5px 17px;
	width: 178px;
	}
	
#leftcontent p.sidenav {
	font-size: 11px;
	line-height: 10px;
	margin: 0px 0px 10px 0px;
	}

/* Footer */
table#footer {
	height: 68px;
	margin: 17px auto 0px auto;
	background: transparent url(images/bg_footer.gif) repeat-x left top;
	}
	
table#footer td {
	font-size: 10px;
	padding: 0px;
	}
.ailment_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: inside;
}
/* Links*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.short_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #333333;
	list-style-type: disc;
}
