/* --------------BEGIN BASIC GLOBAL STYLES --------------*/

body{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
a:link, a:visited, a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E58900;
	text-decoration: underline;
}
html, body {height:100%}
.fullheightTable{
	height:100%;
	width: 100%;
	text-align: left;
}
#halfCellTop {
	background-color: #000000;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#halfCellBottom {
	vertical-align: top;
	background-color: #FFF;
	height: 100%;
	padding-right: 80px;
}

/*  ---------- BEGIN GLOBAL STYLED ITEMS ------------- */

#logoImage {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 0px;
	position: relative;
}

h1 {
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #D9D9D9;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	letter-spacing: 1px;
}
h2 {
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
#logo {
	float: right;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#navbar {
	margin: 0px;
}

/*  ---------- BEGIN TOP HALF STYLES ------------- */

#topMainTable {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
}

#headLineLeftCell {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.topLeftCellnoBackground {
	margin: 0px;
	padding: 0px;
	width: 210px;
	vertical-align: bottom;
	text-align: right;
}

#topLeftCellnoBackground {
	margin: 0px;
	padding: 0px;
	width: 210px;
	text-align: right;
}
#topLeftCellBottomItem {
	vertical-align: bottom;
	color: #FFFFFF;
	text-align: right;
	margin-right: 12px;
	margin-bottom: 10px;
}

#headLineCell {
	width: 320px;
	text-align: right;
	vertical-align: bottom;
}

#topLeftCell {
	margin: 0px;
	padding: 0px;
	width: 210px;
	vertical-align: top;
	text-align: right;
}
#topParagraphCell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	width: 320px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.topParagraph {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 15px;
	vertical-align: bottom;
	text-align: left;
}
.topParagraph a:link, .topParagraph a:visited, .topParagraph a:active {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}
.topParagraph a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/* --------------- BEGIN BOTTOM HALF STYLES ---------------*/
#bottomMainTable {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#bottomLeftCell {
	margin: 0px;
	padding: 0px;
	width: 210px;
	text-align: right;
	vertical-align: top;
}
#bottomParagraphCell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	vertical-align: top;
	width: 320px;
}
.bottomParagraph {
	color: #000000;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}
.bottomParagraph a:link, .bottomParagraph a:visited, .bottomParagraph a:active {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
.bottomParagraph a:hover {
	color: #FF9900;
	font-size: 12px;
	text-decoration: underline;
}

/* ------------- BEGIN FOOTER STYLES ----------------*/

#footerCell {
	font-size: 9px;
	color: #ABABAB;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 5px;
	margin-top: 50px;
}
#footerCell a:link, #footerCell a:visited, #footerCell a:active {
	font-size: 9px;
	color: #ababab;
	text-decoration: none;
}
#footerCell a:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #CCCCCC;
}


/* ------------  BEGIN FORM STYLES -------------*/

form {
	margin: 0px;
	padding: 0px;
}
#FormtopParagraphCell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	vertical-align: middle;
	width: 320px;
	background-repeat: no-repeat;
}
#formTable {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}
.contactTextField {
	color: #000000;
	padding: 1px;
	border: 1px solid #C6C6C6;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 210px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #f3f3f3;
	line-height: 11px;
}
.contactTextArea {
	color: #000000;
	padding: 1px;
	border: 1px solid #C6C6C6;
	height: 85px;
	width: 210px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	background-color: #F3F3F3;
	font-weight: normal;
}
#formSubmitButton {
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 10px;
	width: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align: middle;
	cursor: hand;
	cursor: pointer;
}
#footerCell {
	padding-right: 20px;
	text-align: center;
	margin: 0px;
	padding-top: 60px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 20px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.commentsSignatures {
	color: #898989;
	margin-left: 15px;
	margin-top: 8px;
	font-size: 9px!important;
	text-transform: uppercase !important;
	letter-spacing: 3px!important;
}
object {
	margin: 0px;
	padding: 0px;
}
.topParagraphTextPages {
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 5px;
	margin-left: 60px;
	font-size: 12px;
	line-height: 15px;
	vertical-align: bottom;
	text-align: left;
}
.topParagraphTextPages a:link, .topParagraphTextPages a:visited, .topParagraphTextPages a:active {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}
.topParagraphTextPages a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.h4topCell {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #d8d8d8;
	display: block;
	margin-right: 60px;
	margin-left: 60px;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.h4bottomCell {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D8D8D8;
	display: block;
	margin-right: 60px;
	margin-left: 60px;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

/* ------------  BEGIN STYLES FOR CART DROP DOWN MENUS -------------*/

.formCustom {
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1px;
}
.OptionCustom {
	color: #000000;
	background: #e2e2e2;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.fullWidthParagraph{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#buttonWorldPayLink {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#formWorldPaySubmit {
	margin: 0px;
	padding: 0px;
}
.bottomParagraphConditions {
	color: #000000;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	width: 300px;
}
.bottomParagraphTextPages {
	color: #000000;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 5px;
	margin-left: 60px;
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
	text-align: left;
}
#javaAlert {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	width: 305px;
	margin: 0px;
	padding-right: 0px;
}
#javaAlert p {
	color: #FF8000;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff8800;
	padding-bottom: 12px;
}
#noScriptMenu {
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 0px;
}
#noScriptMenu ul a:link,  #noScriptMenu ul a:visited, #noScriptMenu ul a:active {
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	list-style-type: none;
	text-decoration: none;
}
#noScriptMenu ul a:hover {
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC6600;
	list-style-type: none;
	text-decoration: none;
}
#noScriptMenu li {
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	list-style-type: none;
	width: 160px;
	margin-right: 8px;
	margin-bottom: 0px;
}
#abc_iframe {
	height: 247px;
	width: 302px;
	border-width: 0px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	background: #FFFFFF;
}
