﻿/*---------------------------------------------
 * WebSiteMaster.Master page class style
 *---------------------------------------------*/
 .headerImage {
     border-width: 0px;
     border-style: none;
     top: 0px;
     width: 100%;
     height: 100px;
 }
 
.pageHeaders {
    font-family : Verdana;
	font-size : 25px;
	color : #0610a6;
	font-weight : normal;
	margin-bottom : 0px;
	padding-bottom : 0px;
}

.medHeaders {
    font-family : Verdana;
	font-size : 20px;
	color : #1737da;
	font-weight : normal;
}

.smHeaders {
    font-family : Verdana;
	font-size : 15px;
	color : #848790;
	font-weight : bold;
}

img.logoOnly
{
    
    width: 75px;
    height:75px;
}

img.catchOnly{

    width: 175px;
    height: 75px;
}

img.textOnly{

	 width:300px;
     height: 75px;
}

img.fireLineImg {
    width:100%;
    height:10px;  
}

img.sideBar
{
	border-width: 0px;
    border-style: none;
    width: 200px;
    height: 100%;
    
}

img.prodLogo
{
	margin: 5px 5px 5px 5px;
}

.aff1
{
	width: 250px;
    height: 100px;
}

.aff2
{
	width: 175px;
    height: 175px;
}

.buttons
{

}

.newProd
{
	width: 200px;
    height: 75px;
    vertical-align: top;
    display:inline-block;
    float:left;
    
}

.newProd2
{
    vertical-align: top;
    display:inline-block;
    float:right;
    width: 400px;
    
}

.dl1
{
	width: 20px;
    height: 165px;
    vertical-align: top;
    display:inline-block;
    float:left;
    
}

.dl2
{
    vertical-align: top;
    display:inline-block;
    float:right;
    width: 300px;
    
}
.dl2650
{
    vertical-align: top;
    display:inline-block;
    float:right;
    width: 650px;
    
}

.km1
{
	width: 120px;
    vertical-align: top;
    display:inline-block;
    float:left;
    
}

.km2
{
    vertical-align: top;
    display:inline-block;
    float:right;
    
}
.link1
{
	font-family : Verdana;
	font-size : 12px;
	color : #5172ff;
}

.link2
{
	font-family : Verdana;
	font-size : 12px;
	color : #5172ff;
}

.link3
{
	font-family : Verdana;
	font-size : 12px;
	color : Black;
}

.shopBtn
{
	background-image: url('../Images/ShopBtn.jpg');
    background-position:center;
}

.footerLinks {
    font-weight:bold;
}

.footer 
{
	font-family : Verdana;
	text-align:center;
	font-size:small;
}

a:link {color: #0000FF}
a:visited{color: #0000FF}
a:hover {color: #4169E1}


/*-----------------------------
 Default.aspx page class style
------------------------------*/
.ourVisionHeader {
    position:absolute;
    font-weight:bold;
    background-color:#000066;
    border-color:Black;
    border-style:solid;
    border-width:2px;
    padding: 0 4px 0 4px;
    color:White;
    width:181px;
    float:right;
    text-align:center;
}

.ourVisionText {
    position:absolute;
    background-color:#4169E1;
    border:solid 2px black;
    padding: 0 4px 0 4px;
    color:White;
    width:181px;
    font-size:14px;
}

.defaultBlueHeaders {
    position:absolute;
    font-family : Verdana;
	font-size : 12px;
	font-weight : bolder;
	color : #010080;
	font-variant : small-caps;
}
.defaultBlueHeadersUnderlined {
    position:absolute;
    font-family : Verdana;
	font-size : 12px;
	font-weight : bolder;
	color : #010080;
	font-variant : small-caps; text-decoration: underline;
}

.miniFont {
    font-size: 12px;
}

.mainText
{
	font-family : Verdana;
	font-size : 13px;
}

.warnText
{
	font-family : Verdana;
	font-size : 13px;
	color: Red;
}

/*-----------------------------
 Products.aspx class style
------------------------------*/
.productsFeaturesList {

    list-style-type:disc;
    font-family: Verdana;
    /* font-size:small; */
}

/*-----------------------------
 AboutUs.aspx class style
------------------------------*/
.personalPics {
    width: 150px;
    height: 164px;
}

/*-------------------------------
  ContactUs.aspx class style
--------------------------------*/
.leftColumn {
    float:left;
    position: relative;
    overflow:hidden;
    margin-right: 15px;
    display: inline-block;
}

.rightColumn {
    position: relative;
    overflow:hidden;
    margin-right: 15px;
}

/*------------------------------------
 AmaInspectorRequest.aspx class style
--------------------------------------*/
.AmaInspectorRequestTextboxes {
    width: 200px;
}

.textbox_25 
{
	width: 25px;
}

.textbox_50 
{
	width: 50px;
}

.textbox_75 
{
	width: 75px;
}

.textbox_100 
{
	width: 100px;
}

.textbox_200 
{
	width: 200px;
}

.textbox_300 
{
	width: 300px;
}

.textbox_400ml 
{
	width: 400px;
	height: 400px;
}

/*-----------------------------
 Misc. class style
------------------------------*/


.nestedListIndent {
    list-style-type:square;
}

.linkFont {
    font-family : Verdana;
	font-size : 12px;
	font-weight : bolder;
	font-variant : small-caps;
}

.left2Col{
	display: inline-block;
	float: left;
	width: 375px;
}

.left2Col700{
	display: inline-block;
	float: left;
	width: 700px;	
}

.right2Col{
	display: inline-block;
	float: left;

}

.logincols
{
	display: inline-block;
	float: left;
	width: 500px;
}

.logincol1{
	display: inline-block;
	float: left;
	width: 20px;
}
.logincol2{
	display: inline-block;
	float: left;
	width: 200px;
}

.col1
{
	display: inline-block;
	float: left;
}
.col2
{
	display: inline-block;
	float: left;
}
.col3
{
	display: inline-block;
	float: left;
}
.col4
{
	display: inline-block;
	float: right;
	
}

.w_600p
{
	float: left;
	width: 600px;
	display: inline-block;
}

.w_100p
{
	float: right;
	display: inline-block;
	width: 150px;
}

.w_keys
{
	width: 300px;
}

.w_dates
{
	width: 100px;
}

.hbar
{
	float: left;
	width: 850px;

}

.w_70p
{
	width: 70px;
}

.w_10
{
	width: 10%;
}

.w_15
{
	width: 15%;
}

.w_90
{
	width: 90%;
}

.w_20
{
	float: left;
	display: inline-block;
	width: 20%;
}

.w_80
{
	width: 80%;
}
.vfont14bold
{
    font-family : Verdana;
	font-size : 14px;
    font-weight: bold;

}
.vfont12bold
{
    font-family : Verdana;
	font-size : 12px;
    font-weight: bold;

}
.w_30font12
{
	float: left;
	display: inline-block;
    width: 25%;
    font-family : Verdana;
	font-size : 12px;
}

.w_30
{
	float: left;
	display: inline-block;
	width: 30%;
}
.w_40
{
	width: 40%;
}

.w_70
{
	width: 70%;
}

.w_50
{
	width: 50%;
}

.w_60
{
	width: 60%;
}

.h_70p
{
	height: 70px;
}

.center
{
	text-align: center;
	 margin-left:auto; 
	 margin-right:auto;
}

.italics {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.button {
    background-color: #0000CC;
    border: groove 2px black;
    font-weight: bold;
    color: White;
    font-size: medium;
    width: 84px;
}

.cursor_pointer
{
	cursor: pointer;
}


