
/* search and replace for #83cacb to change the higlight color on the pages*/


/*  these are the links... 
		uses margin-top for spacing, change color and background to match */
a.toplinks {
	color: #ffffff;
	background: #c0e9ea;
	text-decoration: none;
	padding: 5px 10px;
	margin-top: 77px;
	float:right;

}
a.toplinks:hover {
	color: #ffffff;
	background: #83cacb;
	text-decoration: none;
}

/* this is the rightmost border style... 
		change margin to move it and change the border color to match background */
a.linkborder, a.linkborder:hover  {
margin-right: 12px; 
border-left: solid 1px #ffffff;

}

/*  this changes the  position of the secure online checkout tagline  
		it is currently set to full width.  you'll have to change some stuff to make it right aligned*/
#lowertext {
	color: #ffffff;
    clear: both;
	text-align: center;
	width: 800px;
	position: absolute;  
	top: 115px;
	left: 10px;
	margin:0;
    }
    
/* change the main link style if you like,  usually the default is fine  */
a {
	color: #406899;
	text-decoration: none;
}
a:hover {
	color: #C93131;
	text-decoration: underline;
}

/* change the background image to customize the header  */
#header {
	background : url("./graphics/headbg2.gif");
	position: relative;
	margin-left: 10px;
	width: 800px;
	height: 143px;
}

/* unless you're doing major surgery, nothing from here down changes */

html,body  {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	color: #000000;

	background : url("./graphics/pagefade.gif") #ffffff;
	background-repeat : repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;	
	text-align: center;

}
#container {
	position:relative; 
	width: 820px;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	background : url("./graphics/wholepagebg.gif");
	background-repeat : repeat-y;
}


#content {
	width: 720px;
	clear: both;
	padding: 30px 50px  80px  50px;
}


#footer {
	width: 720px;
	height: 48px;
	position:absolute;
	bottom:0;
	font-size: 10px;
	padding: 4px 50px;
	background : url("./graphics/footerbg.gif");
	background-repeat : repeat-y;
	text-align: left;

}





input, select {
	font-family: arial, sans-serif;
	font-size: 11px;
}

a.imedia {
	color: #000000;
	text-decoration: underline;
}
a.imedia:hover {
	color: #d10045;
	text-decoration: underline;
}

    
    span.bigtext {
	font-family: "trebuchet ms"; arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	letter-spacing:1px;
}
    span.bigtext2 {
	font-family: "trebuchet ms"; arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	letter-spacing:1px;
}
span.minortext {
	font-family: "trebuchet ms"; arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-bottom: 3px;
}

div.form {
	background: #f5f5f5;
	border: solid 1px #cacaca;
	padding-top: 8px;
	width: 650px;
	margin-left: auto; 
	margin-right: auto;
    }
    div.form2 {
	background: #f5f5f5;
	border: solid 1px #cacaca;
	padding: 8px 0px;
	width: 400px;
    }
    div.cc {
	background: #f5f5f5;
	border: solid 1px #cacaca;
	padding: 0;
	width: 400px;
	margin-left: auto; 
	margin-right: auto;
    }
td.fieldhead {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	line-height:22px;
}

td.fieldhead2 {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
}

td.tabledata2 {
	font-size: 12px;
	line-height:18px;
}

td.sectionl {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	background: #83cacb;
	font-weight: bold;
	border-right: solid 1px #cacaca;
	
}
td.sectionr {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: #83cacb;
}
td.section {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 4px 10px;
	font-weight: bold;
	background: #83cacb;
}
td.items {
	background: #f5f5f5;
	padding: 6px 10px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: solid 1px #cacaca;
}
td.subtotal {
	padding: 6px 10px;
	font-size: 12px;
	font-weight: bold;
}
td.subtotal2 {
	padding: 3px 10px;
	font-size: 11px;
	font-weight: bold;
}

td.promo {
	padding: 3px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #83cacb;
}

td.total {
	padding: 6px 10px;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #cacaca;

}
td.lined {
	border-right: solid 1px #cacaca;
	border-bottom: solid 1px #cacaca;	
}
td.otherlined {
	border-bottom: solid 1px #cacaca;	
}
div.error {
	padding-left: 150px;	
	width: 400px
}
