/*CSS Stylesheet */
img {
	border:none;
}

h3 {
	font-family: "Cooper Std", "Cooper Black", Cooper;
	font-size: 20px;
	font-weight: bold;
}

.contentHeader {
	font-family: "Cooper Std", "Cooper Black", Cooper;
	font-size: 20px;
	font-weight: bold;
	color:#115663;
}

.contentText {
	font-family: "Calibri";
	font-size:14px;
	color: #666666;
}

.contentText a {
	font-family: "Calibri";
	font-size:14px;
	color:#FF6600;
}

.contentTextLabel {
	font-family: "Calibri";
	font-size:14px;
	color:#115663;
	font-weight:bold;
}

.bodyDivHeader {
	font-size:24px; 
	font-family:'Cooper Std', 'Cooper Black', Cooper; 
	color:#115663;
}

.bodyDiv {
	font-family: "Calibri";
	color: #666666;
	width:1024px; 
	margin:0px auto 0px auto; 
	font-size:16px;
}

.bodyDiv a {
	color: #FF6600;

	text-decoration:none;
}
.bodyDiv a:hover {
	color: #FF6600;
	text-decoration:underline;
}

.productBox {
	width: 251px;
	float:left;
	border: #666666;
	border-width:1px;
	border-style:none;
}

.productBoxSmallContent {
	font-family: Calibri, Tahoma, Verdana;
	color: #666666; 
	font-size:11px;
	text-align:center;
}

.productBoxContent {
	font-family: Calibri, Tahoma, Verdana;
	color: #666666; 
	font-size:14px;
	text-align:center;
}

.productBoxContent a, productBoxSmallContent a {
	text-decoration:underline;
	color:#FF6600;
}

.productBoxContent a:hover, productBoxSmallContent a:hover {
	text-decoration:none;
}

.productBoxTitle {
	font-family: "Cooper Black",Calibri, Tahoma, Verdana;
	color: #115663; 
	font-size:18px;
	text-align:center;
	font-weight:bold;
}

.InStock {
	color:#00FF00;
}

.OutOfStock {
	color:#FF0000;
}

#content { 
	display: table; 
	table-layout:fixed;
	color:#115663;
	margin:0px auto 0px auto;
	width:1024px;
}

#indexfooter {
	display: table; 
	table-layout:fixed;
	margin:0px auto 0px auto;
	width:1024px; 
	color:#115663;
	background-color: #D5EAEC;
}

#WhyChooseUs, #CustomFlasks, #WhereToUse, #Twitter, #Facebook, #Contact {
	display: table-cell;
}

#WhyChooseUs, #Twitter {
	width: 250px;
	margin-left: 50px;
}

#CustomFlasks, #Facebook {
	width: 300px;
}

#WhereToUse, #Contact {
	width: 424px;
}

.shoppingCartCount {
	color:#666666;
	font-family: Calibri;
	font-size:14px;
	vertical-align:middle;
	font-weight:100;	
}

.shoppingCartCount a {
	color:#115663;
	text-decoration:none;
}

.shoppingCartCount a:hover {
	text-decoration:underline;
}


.footer-darkblue, 
.header-darkblue {
	color:#FFFFFF;
	font-family: Calibri;
	font-size:14px;
	vertical-align:middle;
	
}

.footer-darkblue a, 
.header-darkblue a{
	color:#FFFFFF;
	text-decoration: none;
}

.footer-darkblue a:hover, 
.header-darkblue a:hover{
	color:#edd582;
	text-decoration: none;
}

.inputbox {
	font-family:Calibri, Tahoma, Verdana;
	font-size: 12px;
	color:#666666;
}

.clear { 
	clear: both;
}

div#preload { display: none; }

.NavDarkBlue {
	background-image: url(../images/darkbluetopnavspacefiller.jpg);
	background-repeat: repeat-x;
}
