﻿body
{
	padding: 0px;
	margin: 0px;
	background-color: #EFEFEF;
	margin: 0px auto;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica;
}
#MasterHolder
{
	width: 1000px;
	margin: 0px auto;
	background-color: #FFFFFF; /*border-style:outset*/
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
img
{
	border: 0px;
}
#footerContent
{
	background-image: url(/assets/images/footerbar.jpg);
	text-align: left;
	padding-left: 20px;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica;
	color: RGB(0,0,0);
	width: 100%;
	height: 115px;
	display: block;
}
#footerContent a
{
	color: RGB(0,0,0);
}
#BodyContentColumn
{
	background-color: #FFFFFF;
}

.ContentSection
{
}
#BodyContentColumn .ContentSection
{
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 40px;
	margin-right: 40px;
}
.ContentSectionHeader
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ContentSectionSubHeader
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.ContentSectionBody
{
	background-color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
}


.FormLabel
{
	vertical-align: top;
	font-weight: bold;
	text-align: right;
	width: 150px;
}


.text
{
	width: 99%;
}

.FormValue
{
	text-align: left;
	width: 620px;
}

.ContactFormHeader
{
	font-family: Tahoma,Arial,Helvetica;
	font-weight: bold;
	font-size: 16px;
}

.menuLink
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma,Helvetica, Arial;
	text-decoration: none;
}

.HeaderRow
{
	vertical-align: bottom;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
}

.PIPE
{
	padding-left: 1px;
	padding-right: 1px;
}

.CartWidget
{
	position: absolute;
	border: 1px solid #ffffff;
	text-align: center;
	margin-left: 10px;
	margin-top: 420px;
	padding: 3px;
	color: #ffffff;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 12px;
	background-color: #000000;
	width: 150px;
}
.CartWidgetTitle
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	padding: 3px;
}
.CartWidgetTitle a
{
	color: #FFFFFF;
}
.CartWidgetBody
{
	padding: 3px;
	text-align: center;
}


#ProductPageTopMenu
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-family: 'Arial Narrow black';
}
#ProductPageTopMenu a
{
	text-decoration: none;
	color: #000000;
}



.halfPanel {
	float: left; width: 465px;
	border:1px solid #cccccc;
	margin:5px;
}
.halfPanelTitle {
	font-weight:bold;
	padding:3px;
	color:#ffffff;
	background-color:#000098;
}
.halfPanelBody {
	text-align:justify;
	padding:5px;
}
.halfPanelBody p{
margin-top:0px;
}

.fullPanel {
				padding:5px;
				border:1px solid #cccccc;
				margin:20px;
}