/*********************************************************************/
/*																	 */
/*	site.css														 */
/*  Style sheet for entire web site.								 */
/*	Links in necessary style sheets for web site					 */
/*																	 */
/*	Copyright 2003-2007 4th Dimension Development All rights reserved*/
/*                                                                   */
/*	www.4thDimensionDev.com											 */
/*																	 */
/*********************************************************************/


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	text-align: center;
}
body {
	background: #000 url(../images/starline_background.gif) repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

hr
{
	border: 1px solid #036;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: capitalize;
	text-align: left;
	color: #036;
}

h1.center, h2.center, h3.center
{
	text-align: center;
}

h1
{
	font-size: 20px;
	letter-spacing: 2px;
}

h1.pageTitle
{
	margin-bottom: 10px;
}

h1.small
{
	font-size: 14px;
}

h2
{
	font-size: 16px;
	text-align: left;
}

h2.product
{
	font-size: 16px;
	font-weight: bold;
}

h2.small
{
	font-size: 12px;
	text-transform: none;
}

h3
{
	font-size: 14px;
	padding: 0;
	margin: 0;
}

h4
{
	font-size: 12px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 12px;
}

ul
{
	padding: 3px 0 0 5px;
	list-style-image: url(../images/bullet.gif);
	margin: 4px;
}

ul li
{
	margin-left: 10px;
}

a:link
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}
a:hover
{
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

a.image, a:hover.image, a:link.image, a:visited.image, a:active.image
{
	text-decoration: none;
	border: none;
}

p, p.content
{
	text-align: justify;
	margin: 4px;
	padding: 2px;
}

p.format
{
	text-indent: 25px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 2em;
}

#wrapper
{
	position: relative;
	padding: 0;
	margin: 0 auto;
}

#header, #wrapper
{
	width: 760px;
}

#header
{
	background: #000;
	text-align: center;
	height: 171px;
	padding: 0;
	margin: 0;
}

#linkbar
{
	background: #93A7E0 url(../images/starlineheaddivider.png) no-repeat;
	width: 760px;
	padding: 0;
	margin: 0;
	height: 25px;
	line-height: 25px;
}

#breadcrumb
{
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
}

#toplinks
{
	color: #FFF;
	float: left;
	padding-left: 10px;
	text-align: left;
	white-space: nowrap
}

#tblAlign
{
	width: 100%;
	padding: 0;
	margin: 0;
}

#tblAlign td
{
	padding: 0;
	margin: 0;
}

#navMenu
{
	width: 155px;
	border-right: 1px solid #000;
	background: #93A7E0;
	padding: 0;
	margin: 0;
	text-align: left;
	font-weight: normal;
}

#navMenu a
{
	text-decoration: none;
	border: none;
}

#navMenu #navTable
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 153px;
}

/**************** menu coding *****************/



#content
{
	width: auto;
	margin: 0px;
	padding: 5px;
	text-align: left;
	background: #93A7E0;
}

#content img
{
	margin: 5px;
	margin-bottom: 10px;
}

#creditCards
{
	text-align: center;
	padding: 5px;
}

.photoGall
{
	float: left;
	width: 20%;
	margin: 0 auto 10px auto;
	padding: 5px;
	text-align: center;
}

.rxPurchase
{
	float: right;
	background: #036;
	padding: 5px 10px;
	margin: 5px;
}

/* Forces encapsulating blocks to fully enlose floated elements */
.clear
{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#footer
{
	width: 760px;
	color: #fff;
	height: 52px;
	margin: 0 auto;
	padding-top: 0;
	line-height: 1.5em;
	font-size: 10px;
	text-align: center;
	background: #000 url(../images/starlinefooter.png) no-repeat;
}

.productImg
{
	float: right;
	margin: 5px;
}

#productOpts td
{
	background: #666;
	color: #fff;
	padding: 1px 5px;
	border: 1px solid #036;
	text-align: left;
}

#productOpts input
{
	text-align: center;
	border: 1px solid #036;
}

#footer a.links
{
	font-size: 10px;
	text-decoration: none;
}

#footer a.links hover
{
	text-decoration: underline;
}

.galleryImg
{
	float: left;
	width: 30%;
	margin: 0 auto 10px auto;
	padding: 5px;
	text-align: center;
}

#contactForm input, #contactForm textarea
{
	border: 1px solid #036;
	background: #fff;
	color: #000;
}

.center
{
	text-align: center;
}

.error
{
	font-weight: bold;
	color: #6cf;
}

.bold
{
	font-weight: bold;
}

.italics
{
	font-style:italic;
}

.leader
{
	font-weight: bold;
	color: #036;
}

.yellow
{
	color: #FF0;
}

.blue
{
	color: #036;
}

.small
{
	font-size:10px;
}

.large
{
	font-size: 13px;
}

img
{
	border: none;
}

