﻿body 
{
    background-image: url(images/background2.gif);
    margin-left:0;
    margin-top:0;
    margin-bottom:0;
    margin-right:0;    
    
}

.homeheader
{
	font-family: Gill Sans MT2, Verdana;
	color: #ff1a00;
	font-size: 28pt;		
}

.pagetitle
{
	font-family: Gill Sans MT2, Verdana;
	color: #ff1a00;
	font-size: 24pt;
	margin-bottom: 21px;		
}

.button
{
	color: #ffffff;
 	background-color: #ff1a00;
	font-size: 7pt;
	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;
	text-align:center;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
}

.error
{
	color: #ff1a00;
	font-weight: bold;
}

.cart
{
	font-size: 10pt;	
	font-family: Verdana;
}

.itemtitle
{
	color: #000000;
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: bold;
	
}

.itemdesc
{
	color: #666666;
	font-size: 10pt;
	line-height: 12pt;
}

.itemcost
{
	color: #FF9900;
	font-size: 12pt;
	font-weight: bold;
}

.footer
{
	font-family: Gill Sans MT3, Verdana;
	color: #000000;
	font-size: 8pt;		
}

a.footer:link{}
a.footer:visited{}
a.footer:active{}
a.footer:hover
{
	color: #257A47;
}

.rtside
{
    background-image: url(images/rtside_bg.jpg);
    background-repeat: repeat-y;
    width: 20px;    
}

.btmside
{
    background-image: url(images/btmside_bg.jpg);
    background-repeat: repeat-x;
    height: 20px;
}


.content
{
    color: #000000;
    font-family: Gill Sans MT2, Verdana;
    font-size: 11pt;
    line-height: 15pt;     
}


.content a:link
{
	color: #434846;
}
.content a:visited
{
color: #434846;
	}
.content a:hover{color: #FF9900;}
.content a:active{color: #434846;}


.headerTable
{
    background-image: url(images/header_bg.gif);
    background-repeat:repeat-x;
    height: 89px;
    text-align: center;
}



.contentTable
{
    background-color: #FFFFFF;
    text-align: left;
}

.footerTable
{
    background-image: url(images/footer_bg.gif);
    background-repeat: repeat-x;
    text-align: right;
    height: 141px;    
}

.blackline
{
	background-image: url(images/blacklinebg.gif);
	background-repeat: repeat-x;
}

.boxcost
{
	color: #FF9900;
	font-size: 13pt;
}

.boxtopleft
{
	background-image: url(images/box_topleft.gif);
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
}

.boxtopright
{
	background-image: url(images/box_topright.gif);
	width: 12px;
	height: 12px;
}

.boxbottomleft
{
	background-image: url(images/box_bottomleft.gif);
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
}

.boxbottomright
{
	background-image: url(images/box_bottomright.gif);
	width: 12px;
	height: 12px;	
}

.boxtop
{
	background-image: url(images/box_topbg.gif);
	height: 12px;
	width: 100%;	
}

.boxleft
{
	background-image: url(images/box_leftbg.gif);
	width: 12px;	
}

.boxbottom
{
	background-image: url(images/box_bottombg.gif);
	height: 12px;
	width: 100%;	
}

.boxright
{
	background-image: url(images/box_rightbg.gif);
	width: 12px;
	background-repeat: repeat-y;
}

.topnav
{
	font-family: Gill Sans MT2, Verdana;
	font-size: 14px;
	color: #000000;
	
	
}
a.topnav:link{ text-decoration: none;}
a.topnav:visited{text-decoration: none;}
a.topnav:active{text-decoration: none;}
a.topnav:hover
{
	color: Red;
	text-decoration: none;
}

.sidebar
{
	font-family: Gill Sans MT2, Verdana;
	font-size: 13px;
	color: #000000;
	
	
}
a.sidebar:link{ text-decoration: none;}
a.sidebar:visited{text-decoration: none;}
a.sidebar:active{text-decoration: none;}
a.sidebar:hover
{
	color: #FF9900;
	text-decoration: none;
}

.suggest
{
	font-family: Gill Sans MT2, Verdana;
	font-size: 13px;
	color: #666666;
	
	
}
a.suggest:link{ text-decoration: none;}
a.suggest:visited{text-decoration: none;}
a.suggest:active{text-decoration: none;}
a.suggest:hover
{
	color: #FF9900;
	text-decoration: none;
}

.bgchart 
{
	background-color: #E7E7E7;
}