﻿body
{
	margin: 0px auto;
	padding: 0px;	
	font-size: small;
	font-family: "Lucida Grande", sans-serif;
	display:block;
	text-align: center;
	background-image: url('../images/backgroundrepeat.gif');
}

a img
{
    border:none;
}

h1, h2, h3, h4
{
    margin-top:3px;
    text-align:left;
    margin-bottom:0px;
    color:#5E5E5E;
}
p
{
    text-align:left;
    margin-top:4px;
}

.price
{
    color:Blue;
    font-size:150%;
    font-weight:bold;   
}

.productheader
{
    font-size:150%;
    font-weight:bold;
    text-align:left;
}

.bannnercontainer
{
    margin: 0px auto;
    margin-top:5px;
    width:100%;
    position:relative;   
}


.contentcontainer
{
    margin: 0px auto;
    margin-top: 25px;
    width:900px;
    position:relative;
}

.footercontainer
{
    margin: 0px auto;
    margin-top:10px;
    width:900px;
    position:relative;   
}

.footerimages
{
    vertical-align:middle;
    margin-top:4px;
}

#header
{
    width:100%;
    height:1px;
}

#americanflag
{
    position:absolute;
    top:250px;
    right:0px;
}

#logo
{
    position:absolute;
    top: -18px;
    left: 5px;
}

#bottomlinks
{
    position:absolute;
    bottom:5px;
    left:8px;

}

#bottomlinks a
{
    color:#FFFFFF;
}

#toplinks
{
    position:absolute;
    top:5px;
    right:15px;
}

#topusa
{
    position:absolute;
    right: 10px;
    top: 30px;
}

#siteinfo
{
    color:White;
}

#content
{
    padding-left:10px;
    padding-right:10px;

}

#turnaround
{
    position:absolute;
    top:58px;
    right:125px;
}

#phonesupport
{
    position:absolute;
    top:5px;
    right: 450px;
    vertical-align:middle;
}

.centerelement
{
    margin: 0 auto;
}




/* default page styles */
.defaulticon
{
    margin-left:60px;
    margin-top:10px;
    display:inline;
    float:left;
    display:inline; /*F!@# YOU IE 6*/
    padding:2px;
    
}

.label
{
    font-size:140%;
    font-weight:bold;
    text-align:left;
    
    
}

.smalllink
{
    font-size:80%;
}
.beebox
{
    background-image: url('../images/beefly.png');
    background-position:left top;
    background-repeat:no-repeat;
    width:100%;
    padding-left:4px;
    padding-right:4px;
    padding-bottom:8px;
}

.beebox h1
{
    font-size:130%;
    text-align:left;
    margin-left:45px;
    margin-top:8px;
    
}

.designonlinecontainer
{
    background-image: url('../images/beeflyright.png');
    background-position:right bottom;
    background-repeat:no-repeat;
    
    margin-top: 15px;
    margin-left:55px;
    padding-right:8px;
    
    width: 350px;
    float:left;
    
    display:inline; /*F!@# YOU IE 6*/
}

.homebanner
{
    margin-top:5px;
}
/*end default page styles*/


/*navigation links*/

/*
#navbar
{
    margin-top:75px;
    width:100%;
    height: 61px;
    background-image: url(../images/navgradient.png);
    background-repeat: repeat-x;
    
}
*/
#navlinks{
	list-style:none;	
	padding:0;
    clear:both;
    
    height: 61px;
	font-size:135%;

	margin-top:75px;
	width:100%;
    background-image: url('../images/navgradient.png');
    background-repeat: repeat-x;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

#navlinks li{
	display: inline;
	top:27%;

	position: relative;
}

#navlinks li a{
	padding: 5px 23px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	color: #000; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	margin-left: 0px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;	

	background-image: url('../images/navbar.png');
	background-position: right;
    background-repeat: no-repeat;

}

#navlinks li a:hover
{
    color:Gray;
}

/*end navigation links*/

/*kyle rounded*/
.cornerBox { position: relative; background-color:#cfcfcf;}
.cornerBox h2
{
    margin-top:3px;
}
.cornerBox a
{
    color:#5E5E5E;
}
.cornerBox ul
{
    margin-top:4px;
}
.corner { position: absolute; width: 10px; height: 10px; background: url('../images/corners.gif') no-repeat; font-size: 0%; }
.cornerBoxInner { padding: 6px; text-align:left; color:#5E5E5E;}
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }
/*end kyle*/

/*Rounded Corner styles*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 13px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 13px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 13px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -13px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -13px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -13px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 0px; /* YCC: color & properties of the left-borderline */
	border-right: 0px;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	padding-right:0px;             /* YCC: all texts at some distance of the right border */
	width:100%;
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

.top-left-gray, .top-right-gray, .bottom-left-gray, .bottom-right-gray { 
	background-image: url('../images/corners1280x18grey.gif'); /* CHANGE: path and name of your image */
	height: 13px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left-gray, .bottom-left-gray { 
	margin-right: 13px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right-gray, .bottom-right-gray { 
	margin-left: 13px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -13px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right-gray {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left-gray  { 
	background-position: 0 -13px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right-gray { 
	background-position: 100% -13px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside-gray {
	border-left: 0px; /* YCC: color & properties of the left-borderline */
	border-right: 0px;/* YCC: color & properties of the right-borderline */
	background: #666666;            /* YCC: background-color of the inside */
	color: #FFFFFF;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	text-align:left;
	height:75px;

	}
/*Rounded Corner styles end*/

.h4link
{
    font-size:120%;
    font-weight:bold;
    margin-top:4px;
}

.h3link
{
    font-size:130%;
    font-weight:bold;
    margin-top:4px;
    text-align:left;
}


.priceLabel
{
  font-size:400%;
  color:#0033CC;
  font-weight:bold;
}

.cartTable
{
    margin-top:5px;
    background-color:#cccccc;
    border-collapse: collapse;

}

.cartTable th
{
    font-size:130%;
    background-image:url('../images/cartrepeat.gif');
    background-repeat:repeat-x;
}

td.datarow
{
   border-bottom: 1px #6699CC dotted;
   padding:4px;
   background-color:#eeeeee; 
   
}

td.totals
{
    border: 1px #FFFFFF solid;
}

.header
{
    background-color:#FFFFFF;    
}

.button
{
   color:#FFFFFF;
   font-size:100%;
   background-color:#330099;
}

.comment
{
    background-color:#CCCCCC;
    border: 1px solid #AAAAAA; 
    margin-left:20px; 
    margin-top:4px;
    padding:2px; 
    width:80%;
}

.infotable
{
    margin-top:5px;

    border-collapse: collapse;

}

td.signrow
{
   border-bottom: 1px #6699CC dotted;
   padding:4px;
   border-left:1px #6699CC dotted;
   border-right:1px #6699CC dotted;
}

.infotable th
{
    background-color:Blue;
    color:White;
    font-size:130%;
}

.prooflink
{
    color:Blue;
    text-decoration: underline;
    cursor: pointer;
}

.namerow
{
    text-align:right;
}

.inputrow
{
    text-align:left;
}

.FreezePaneOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.FreezePaneOn
{
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #666;
  z-index: 999;
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
  padding-top: 20%;
}

.InnerFreezePane
{
  text-align: center;
  width: 66%;
  background-color: #171;
  color: White;
  font-size: large;
  border: dashed 2px #111;
  padding: 9px;
}

