/*			 */
/* BASE STYLE DEFINITION */
/*			 */
/*****************************lighbox*****************************/
#overlay{ background-image: url(../image/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background: url(../image/overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../image/overlay.png", sizingMethod="scale");
	}
/*****************************lighbox*****************************/	
body {
	margin-top : 0px;
	padding-top : 0px;
}

body, p, div, span, td, th, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 0.45cm; 
}

img {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
ul {
	margin:0; 
	padding:0;
	list-style-type:none;
	border:0px;
}
li { 
	border:none;
	font-size:11px; 
	padding:0; 
	margin:0; 
	vertical-align: top;
}

/*			   */
/* CUSTOM STYLE DEFINITION */
/*			   */
#bulletins
{
	margin-left: 10px;
}
#header-text{
	vertical-align:top;
	margin:0;
	padding:0;
	border:0;
}
#header, h1 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
#subheader, h2 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
p, div, span, th {
	vertical-align:top; 
	margin-top: 18px;
	margin-right: 20px;
}
#text{
	vertical-align:top; 
	margin-top: 0px;
	margin-right: 20px;
}

#center-content {
	margin-right: 80px;

}
#content-main {
	width:100%;
	background-image:url(../image/content-background.gif);
	background-repeat:repeat-y;
	}
#content {
	width:100%;
	background-image:url(../image/content-background1.gif);
	background-repeat:repeat-y;
	padding-top : 20px;
	padding-left : 50px;
}
.thumb_img {
	margin-bottom: 23px;
	margin-left: 20px;
}
#background_image_right {
	width:100%;
	background-image:url(../image/left_margin.gif);
	background-repeat:repeat-y;
}
#background_image_left {
	width:100%;
	background-image:url(../image/right_margin.gif);
	background-repeat:repeat-y; 

}
#side_nav_background {
	width:100%;
	background-image:url(../image/side_nav_spacer.gif);
	background-repeat:repeat-x;
}
.main_table {
	top: 58px;
}


/*** FOOTER ***/
#page_footer {
	vertical-align:bottom;
	padding: 0 0 0 0;
	margin: auto;
}
#bottom_content
{
	color:#d72768;
	padding: 0 0 0 0;
}
a:link, a:active, a:visited{
	color:#d72768;
	text-decoration:none;
}
a:hover {
	color:#d72768;
	text-decoration:underline;
}
#bottom_content a:link, #bottom_content a:active, #bottom_content a:visited {
	color:#d72768;
	text-decoration:none;
}
bottom_content a:hover {
	color:#d72768;
	text-decoration:underline;
}

/****************NOPDESIGN shopping cart**************************/
table.nopcart
{
	border-collapse: collapse;
	border: solid 1px #000;
	width: 630px;
}

td.nopheader, td.nopentry, td.noptotal
{
	padding: 5px;
	border: solid 1px #000;
	vertical-align: top;
}

td.nopentryQty
{
	padding: 5px;
	border: solid 1px #000;
	text-align: right;
}

table#tbl_products
{
	border-collapse: collapse;
	margin: 10px 0;
	zwidth: 620px;
}

table#tbl_products h1
{
	margin: 0;
	padding: 10px 0 5px 0;
}

table#tbl_products th, table#tbl_products td
{
	text-align: left;
	border: solid 1px #000;
	padding: 3px 5px;
	vertical-align: top;
	margin: 0;
}

table#tbl_products th
{
	background: #666;
}

div.products, form, input
{
	zborder: solid 1px #blue;
	margin: 0;
	padding: 0;
}

div.products
{
	margin: 0 0 10px 13px;
}

td.noptotal
{
	text-align: right;
}

input.inputQty
{
	text-align: right;
}

/**********************order form**********************/
span.formLable
{
	width: 100px;
	text-align: right;
	float: left;
	padding: 2px 5px 0 0;
	zborder: solid 1px green;
	margin: 0;
}

div.formDiv
{
	padding: 5px 0;
	zborder: solid 1px red;
	margin: 0;
}