﻿body
{
	margin: 0px auto;
	padding: 0px;	
	font-size: small;
	font-family: "Lucida Grande", sans-serif;
	display:block;
	text-align: center;
	background-image: url('../images/skulls.jpg');
	background-repeat:repeat;
}



a img
{
    border:none;
}

input
{
    
}

.leftshadow
{
    position:absolute;
    height:100%;
    width:10px;
    left:-2px;
    top:0px;
    background-image: url('../images/leftshadow.gif');   
}
.rightshadow
{
    position:absolute;
    height:100%;
    width:10px;
    right:-2px;
    top:0px;
    background-image: url('../images/rightshadow.gif');   
}

.colorbox
{
    width: 12px;
    height: 12px;
    float:left;
    overflow:hidden;
    margin:2px;
    padding:2px;
    display:inline;
}

.texturebox
{    
    float:left;
    margin:2px;
    display:inline;
}

.colorLink
{
    text-decoration:none;
    display:inline;
}


.colorLink:hover div
{
    border:1px solid #CCCCCC;
    width:10px;
    height:10px;
}

.editLink
{
    margin-right:5px;
}

.editLink a
{
    color:Red;
}

.contentcontainer
{
    margin: 0px auto;
    margin-top: 40px;
    width:900px;
    position:relative;
    background-color:White;
    min-height:700px;
    height:auto !important;
    _height:700px;
    border: solid 2px #000000;

}

.footercontainer
{
    margin: 0px auto;
    margin-top:10px;
    width:900px;
    position:relative;   
}

.footerimages
{
    vertical-align:middle;
    margin-top:4px;
}

#header
{
    width:100%;
    height:1px;
}

#logo
{
    position:absolute;
    top: -40px;
    left: -60px;
    z-index:999;
}

#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
{
    position:absolute;
    bottom:5px;
    right:15px;
}

#content
{
    padding-left:10px;
    padding-right:10px;
}

#turnaround
{
    position:absolute;
    top:58px;
    right:125px;
}

.centerelement
{
    margin: 0 auto;
}

.nextlink
{
    font-size:150%;   
    min-width: 0;
}
.nextlink a
{
    color:White;
    min-width: 0;    
}

.whitelink
{
    color:White;
}

/* 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;
    
}

.defaulticon:hover
{
    
    border:1px solid #CCCCCC;
    padding:1px;
}

.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*/


#navlinks{
	padding-bottom:5px;
    clear:both;    
	font-size:180%;
	margin-top:110px;
	width:100%;
	text-decoration:none;
	background-image: url('../images/menu-bar.png');
	background-repeat:no-repeat;
	position:relative;
	left:5px;
	height:40px;
}


.navlink
{

	color: #000; /* set unselected tab link color as desired */
	font-weight: bold;   
	margin-left:8px;
	padding-right:20px;
	width:144px;
	height:44px;
	line-height:40px;
	vertical-align:middle;
    float:left;

}

.sep
{

    background-image: url('../images/sep.png');
    background-repeat:no-repeat;
    background-color:Transparent;
    background-position:right top;
}

.navlink a
{
    text-decoration:none;
    color:Black;
}

.navlink a:hover
{
    color:Gray;
}

/*end navigation links*/

/*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: #44adfd;            /* 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%;
	position:relative;
	}
.inside-gray a
{
    color:White;
}	
.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: #6666ff;            /* 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;
    font-weight:bold;
    
	}
.roundedheader
{
    color: #6666ff;
    font-size:120%;
    font-weight:bold;
    text-align:left;
}
/*Rounded Corner styles end*/


.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;
}
