/* DEFAULT TAG STYLES */
body {
	font-size: 16px;
	font-family: Arial;
	margin: 0 0 0 0;
}
table {
	font-family: Arial;
	font-size: 16px;
	text-align: left;
	border-width: 0;
	vertical-align: top;
	color: White;
}
img {
	border-width: 0;
}
a {
	text-decoration: none;
}
td {
	vertical-align: top;
	text-align: left;
}


/* GENERAL */
.Required {
	font-weight: bold;
	font-size: 14px;
	color: #dd0000;
}
.Required:hover {
	color: #dd0000;
}
.Red {
	color: Red;
}
.Gold {
	color: #FFDF71;
}
.White {
	color: White;
}
.Underlined {
	text-decoration: underline;
}
.OrangeBg {
	background-color: #FF6C3C;
}
.BrownBg {
	background-color: #B26500;
}
.LghtBlBg {
	background-color: #3C89D4;
}
.PurpleBg {
	background-color: #A92A81;
}
.DkPurpleBg {
	background-color: #6B084A;
}
.LghtPurpleBg {
	background-color: #683CFF;
}
.GreenBg {
	background-color: #688B26;
}
.WhiteRightBorder {
	border-right: solid 1px White;
}
.Orange {
	color: #FF6C3C;
}
.PadLeftTop20 {
	padding-left: 20px;
	padding-top: 20px;
}


/* HOME PAGE */
table.HomePage {
	background-color: #183455;
}
td.HomePageText {
	padding: 15px 25px 15px 25px;
}


/* LEFT HAND NAVBAR */
td.LeftHandNavbar {
	padding: 10px 15px 15px 0px;
	height: 287px;
}
td.LeftHandNavbarItem {
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	width: 139px;
	background-image: url(/images/navbar/leftHand_.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 22px;
	vertical-align: bottom;
}
td.LeftHandNavbarItem_onOver {
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	width: 139px;
	background-image: url(/images/navbar/leftHand_onOver.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 22px;
	vertical-align: bottom;
}
div.LeftNavbar {
	font-weight: normal;
	width: 300px;
	display: inline;
	position: absolute;
	left: 115px;
	top: 5px;
}
ul.LeftNavbar {
	line-height: 20px;
	list-style-image: url(/images/bullets/leftHandNavbar.gif);
	list-style-position: outside;
	list-style-type: none;
	vertical-align: top;
}

/* TOP NAVBAR */
#tabNavbar {
	z-index: 100;
}
th.TopNavbar {
	border-bottom: solid 1px White;
}
td.TopNavbar {
	font-size: 14px;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 7px;
	position: relative;
}
a.TopNavbar {
	color: White;
}
a.TopNavbar:hover {
	color: #FFDF71;
}
div.TopNavbar {
	position: absolute;
	top: 20px;
	left: 7px;
	width: 200px;
	background-color: #22507C;
}

/* BOTTOM NAVBAR */
table.BottomNavbar {
	background-color: #183455;
}
td.BottomNavbar {
	padding: 15px 15px 15px 15px;
	font-weight: bold;
	text-align: center;
}
td.Copyright {
	padding: 15px 15px 15px 15px;
	font-size: 14px;
	text-align: center;
}


/* GENERAL PAGES */
table.GeneralPage {
	background-color: #22507C;
}
td.TitleImageText {
	height: 250px;
	vertical-align: bottom;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
}
table.GenPageHolder {
	width: 858px;
}
td.GenPageTitle {
	background-image: url(/images/bgs/generalTitle.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 50px;
	padding-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	width: 100%;
}
td.GenPageImage {
	text-align: center;
}


/* FAQ */
td.FaqCats {
	padding-left: 55px;
}
span.FaqCats {
	text-decoration: underline;
	font-size: 12px;
}
ul.FaqCats {
	line-height: 20px;
	list-style-image: url(/images/bullets/blueOnYellow.gif);
	list-style-position: outside;
	list-style-type: none;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 16px;
}
a.FaqCats {
 color: #FFF722;
}
a.FaqCats:hover {
 color: #FF6C3C;
}
td.FaqHolder {
	padding-left: 25px;
}
h1.FaqCat {
	color: #FF6C3C;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
ul.FaqQuestion {
	line-height: 20px;
	list-style-image: url(/images/bullets/qmark.gif);
	list-style-position: outside;
	list-style-type: none;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 16px;
}
h2.FaqQuestion {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	cursor: hand;
}
td.FaqAnswer {
	font-size: 14px;
}


/* CLIENTS */
td.ClientsLeft {
	width: 319px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px 20px 20px;
}
th.Clients {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
a.Clients {
	color: #FFF720;
}
hr.Clients {
	width: 561px;
	color: #7F99B3;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.Clients {
	font-size: 12px;
}
td.Clients {
	padding-right: 20px;
	padding-bottom: 10px;
}
img.Clients {
	border: solid 1px Black;
}


/* SAMPLES AND PALETTES */
table.SamplesCats {
	width: 100%;
}
td.SamplesCats {
	text-align: center;
	color: #FFDE73;
	font-size: 18px;
	font-weight: bold;
	width: 25%;
}
a.SamplesCats {
	color: #FFDE73;
}
td.SamplesItems {
	text-align: center;
	padding: 10px 15px 10px 15px;
}
img.SamplesItems {
	border: solid 1px White;
}


/* NEWS */
td.NewsPreviewHolder {
	padding-left: 50px;
	padding-bottom: 20px;
}
a.NewsPreviewHead {
	color: #FFF722;
	font-weight: bold;
	margin: 0px 0px 00px 0px;
	font-size: 14px;
}
span.NewsPreviewText {
	font-size: 14px;
	color: White;
	text-decoration: none;
}
a.NewsPreview {
	font-size: 14px;
	color: #00DFFF;
	text-decoration: underline;
}
td.NewsHolder {
	padding-left: 50px;
	padding-bottom: 20px;
}
h1.News {
	color: #FFF722;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
}
td.News {
	padding-bottom: 20px;
}
td.NewsImage {
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
}
a.NewsImage {
	color: White;
}

/* PRODUCTS */
td.ProdCatBg {
	background-repeat: no-repeat;
}
td.ProdCatName {
	text-align: center;
	height: 250px;
}
a.ProdCatName {
	font-size: 26px;
	font-weight: bold;
}
td.ProdCatHolder {
	width: 291px;
	/*height: 430px;*/
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
ul.ProdNames {
	line-height: 20px;
	list-style-image: url(/images/bullets/blueOnYellow.gif);
	list-style-position: outside;
	list-style-type: none;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 16px;
}
td.CatDesc {
	padding: 10px 10px 10px 20px;
	vertical-align: top;
}
td.ProdNames {
	padding: 10px 10px 10px 20px;
	vertical-align: top;
	height: 100%;
}
a.ProdNames {
	color: #FEFE01;
	font-weight: bold;
	font-size: 16px;
}
a.ProdNames:hover {
	color: #FA9204;
}


/* SPARE PARTS REG */
.SparePartsRegLeftHandText {
	font-size: 12px;
	vertical-align: top;
	height: 300px;
	padding: 30px 30px 30px 30px;
}
td.SparePartsRegHolder {
	width: 100%;
	padding-left: 20px;
	padding-top: 50px;
}
table.SparePartsReg {
	font-size: 12px;
}
th.SparePartsReg {
	padding-right: 10px;
	padding-bottom: 5px;
}
td.SparePartsReg {
	padding-bottom: 5px;
}
input.SparePartsReg {
	width: 200px;
}
select.SparePartsReg {
	width: 200px;
}
table.SparePartsCat {
	font-size: 14px;
	width: 100%;
}
th.SparePartsCat {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}
td.SparePartsCat {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}
select.SparePartsCat {
	width: 150px;
}
td.SparePartsCatMessage {
	text-align: center;
}
table.SpareParts {
	font-size: 12px;
	width: 100%;
}
th.SpareParts {
	background-color: #123A62;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px White;
	border-right: solid 1px White;
	border-bottom: solid 1px White;
	vertical-align: middle;
}
th.SparePartsDesc {
	text-align: left;
}
td.SpareParts {
	background-color: #3C6A93;
	text-align: center;
	border-right: solid 1px White;
	border-bottom: solid 1px #22507C;
	vertical-align: middle;
}
td.SparePartsDesc {
	text-align: left;
}
span.SpareParts {
	color: #FFEB00;
	font-weight: bold;
	cursor: hand;
}
input.SpareParts {
	width: 50px;
	height: 18px;
	font-size: 12px;
}
span.SparePartsName {
	cursor: hand;
	text-decoration: underline;
}


/* SPARE PARTS POP UP */
table.SparePartsPopup {
	width: 555px;
	height: 555px;
	background-color: #3C6992;
}
th.SparePartsPopup {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 20px 0px 20px;
	vertical-align: top;
}
td.SparePartsPopup {
	font-size: 12px;
	padding: 20px 20px 20px 20px;
	vertical-align: top;
}
h1.SparePartsPopup {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
}
hr.SparePartsPopup {
	width: 525px;
	height: 1px;
	color: White;
	margin: 0px 0px 0px 20px;
}
td.SparePartsPopupImage {
	height: 100%;
	text-align: center;
}


/* SHOPPING CART */
td.ShoppingCartBottomHolder_1 {
	text-align: right;
	border-top: solid 1px White;
}
td.ShoppingCartBottomHolder_2 {
	width: 226px;
	height: 65px;
	background-image: url(/images/cart/box.gif);
	vertical-align: middle;
}
table.ShoppingCartBottom {
	font-size: 14px;
	font-weight: bold;
}
th.ShoppingCartBottom {
	text-align: right;
	width: 120px;
	padding-right: 10px;
}
span.ShoppingCartBottom {
	color: #85FF8E;
}


/* LOGIN */
td.SparePartsLogin {
	color: #00CDFE;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
a.SparePartsLogin {
	color: #BCF743;
	text-decoration: underline;
}
th.SparePartsBadLogin {
	color: Red;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
th.SparePartsBillingHead {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	text-decoration: underline;
}

/* ORISOL WORLD */
td.OrisolWorld {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}







