﻿/* CSS layout */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F49422;
	scrollbar-face-color: #000010;

 	scrollbar-shadow-color: #ffffff;

 	scrollbar-highlight-color: #ffffff;

 	scrollbar-3dlight-color: #99ccff;

 	scrollbar-darkshadow-color: #ccccff;

 	scrollbar-track-color: #DB8635;

 	scrollbar-arrow-color: #FFFFFF;
}
#masthead {
	background-color: #010727;
}
.oneColElsCtrHdr #container {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-y;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#lower_content {
	border-top: #000000 solid 3px;
	border-top-style: solid;
	background-color: #FFFFFF;
}

td.buttonsCenter {
	text-align: center;
	}
td.virtuals {
	width: 610px;
	}
td.virtualsDesc {
	width: 230px;
	color: #056839;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 15px;
	border: #056839 solid 2px;
	}
td.virtualsDescRed {
	width: 230px;
	color: #056839;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 15px;
	border: #EC2C26 solid 2px;
	}
td.virtualsDescORANGE {
	width: 230px;
	color: #056839;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 15px;
	border: #F1592A solid 2px;
	}
td.virtualsDescBLUE {
	width: 230px;
	color: #056839;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 15px;
	border: #2E2461 solid 2px;
	}
p.ProdcutDetailsGreenTitle {
	color: #056839;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	}
p.OrderNowKCTB {
	text-align: center;
	}
hr.Orange {
	color: #FFCC00;
	}
	
p.ProdcutDetailsRedTitle {
	color: #EC2C26;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	}
p.ProdcutDetailsORANGETitle {
	color: #F1592A;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	}
p.ProdcutDetailsBLUETitle {
	color: #2E2461;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	}
p.ProdcutDetailsGreen {
	color: #056839;
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	}
p.ProdcutDetailsRed {
	color: #EC2C26;
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	}
p.ProdcutDetailsORANGE {
	color: #F1592A;
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	}
p.ProdcutDetailsBLUE {
	color: #2E2461;
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	}
td.call_customer {
	vertical-align: middle;
	text-align: right;
}
p.footer {
	color: #C1AB9E;
	font-size: 17px;
	padding-left: 5px;
	margin: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.footer_nav {
	color: #C1AB9E;
	font-size: 12px;
	text-decoration: none;
}
a.footer_nav:hover {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}
p.copyright {
	color: #333333;
	font-size: 12px;
	margin: 5px;
	}