IMG {border-color: #FFFFFF}


/*---------PRINTER STYLES-----------*/

.printonly {
	display: none;	
}


#container{
	width:100%;
	height:100%;
	background: #E8E8E8;
}


/*---------TOP MENU-----------*/
	
table.nav a {
	width:100%;
	height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
}

div.nav a:link, div.nav a:active, div.nav a:visited {
	text-align: center;
	color: #ffffff;
	font-weight:normal;
	background: #FF9900;
	font-size:10px; 
	line-height:30px; 
	font-family: arial, verdana, sans-serif;
	text-decoration:none; 
	padding: 0px 5px;
	/*border-bottom: solid #ffffff 1px;
	background: url(css/menu.gif)*/
	
}

div.nav a:hover {
	text-align: center;
	color: #333333;
	font-weight:normal;
	background: #FF9900;
	font-size:10px; 
	line-height:30px; 
	font-family: arial, verdana, sans-serif;
	text-decoration:none; 
	padding: 0px 5px;
	/*border-bottom: solid #ffffff 1px;
	background: url(css/menu_o.gif)*/
	
}
		


/*---------HEADER-----------*/
																	
#header{
	width:760px;
	height:80px;
	background: #FFFFFF;
	
}

#headerleft{
	background: #ffffff;

}

#headerright{
	background: #ffffff;

}


/*---------MENU-----------*/


#menu {
	/*text-align: center;*/ 
	height:30px;
	width:760px;
	background-image: url(css/menu.gif);
}

#menuleft{
	height:30px;
	background: #FF9900;
	background-image: url(css/menu_left.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#menuright{
	height:30px;
	background: #FF9900;
	background-image: url(css/menu_right.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#content{
	width:760px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: #E8E8E8;
	background-image: url(css/logo.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#contentleft{
	background: #E8E8E8;
	background-image: url(css/content_left.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#contentright{
	background: #E8E8E8;
	background-image: url(css/content_right.gif);
	background-position: top left;
	background-repeat: repeat-y;
}


/*---------FOOTER-----------*/


#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;	
	line-height:29px;
	text-decoration:none;
	font-size: 10px;
	height:29px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#footer a:hover {
	color: #cccccc;	
	line-height:29px;
	text-decoration:underline;
	font-size: 10px;
	height:29px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#footer	{
	width:760px;
	height:20px;
	color: #ffffff;
	font-weight:normal;
	font-size: 10px;
	line-height:29px;
	height:29px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background: #FF9900;
	/*background-image: url(css/footer_bg.gif);*/
}

#footerleft{
	height:29px;
	line-height:29px;
	background: #FF9900;
	background-image: url(css/menu_left.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#footerright{
	height:29px;
	line-height:29px;
	background: #FF9900;
	background-image: url(css/menu_right.gif);
	background-position: left;
	background-repeat: repeat-y;
}



/*---------2nd FOOTER-----------*/


#secondfooter a:link, #secondfooter a:visited, #secondfooter a:active {
	color: #ffffff;
	line-height:25px;
	text-decoration:none;
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#secondfooter a:hover {
	color: #cccccc;
	line-height:25px;
	text-decoration:underline;
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#secondfooter	{
	color: #ffffff;
	background: #808080;
	font-weight:normal;
	font-size:10px; 
	line-height:25px;
	width:760px;
	height:25px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-image: url(css/2ndfooter.gif);
	background-position: top;
}

#secondfooterleft{
	height:25px;
	background: #FF9900;
	background-image: url(css/2ndfooter_left.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#secondfooterright{
	height:25px;
	background: #FF9900;
	background-image: url(css/2ndfooter_right.gif);
	background-position: top left;
	background-repeat: repeat-y;
}




#thirdfooter	{
	width:760px;
	height:20px;
	color: #ffffff;
	font-weight:normal;
	font-size:10px; 
	line-height:20px;
	height:20px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background: #FF9900;
}

#thirdfooterleft{
	height:20px;
	line-height:20px;
	background: #FF9900;
	background-image: url(css/menu_left.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#thirdfooterright{
	height:20px;
	line-height:20px;
	background: #FF9900;
	background-image: url(css/menu_right.gif);
	background-position: left;
	background-repeat: repeat-y;
}


.lefttext	{
	float: left; 
	padding: 0px 10px 0px 10px;

}

.righttext	{
	float: right;
	padding: 0px 10px 0px 10px; 

}

.centertext	{
	text-align: center;
	padding: 0px 10px 0px 10px; 

}

/*---------PRODUCT SEARCH BUTTON-----------*/

.searchbutton {
	color: #666666;
	text-align: center; 
	width: 65px;
	height:14px;
	margin-top:0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	background-color: #FF9900;
	font-weight: bold;
	font-size: 10px;
	border: solid #333333 0px;
	font-family: Tahoma, Geneva, Swiss, SunSans-Regular;
}


/*---------E NEWSLETTER SUBMIT BUTTON-----------*/

.submitbutton {
	color: #333333;
	text-align: center; 
	width: 35px;
	height:14px;
	margin-top:0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FF9900;
	font-weight: bold;
	font-size: 10px;
	border: solid #333333 0px;
	font-family: Tahoma, Geneva, Swiss, SunSans-Regular;
	
}

/*---------SEARCH AND E NEWSLETTER INPUT BOXES-----------*/
.inputbox {
	color: #000000;
	text-align: left; 
	height:14px;
	padding-top: 0px;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	border: solid #333333 1px;
	font-size: 10px;
	width: 125px;
	font-family: Tahoma, Geneva, Swiss, SunSans-Regular;
}


/*---------BODY CONTENT-----------*/
#bodyarea {
	width:490px;
	margin:  10px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
}


#navcontainer {
	width: 215px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #CFCFCF;
	border-right: solid #BEBEBE 1px;

}



/*---------HIGHLIGHT BOXES-----------*/


/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	/* Margin dictates distance between each box*/
        margin: 0px 0px 0px 0px;
        /*width: 17.6em;  ems so it will grow */
        width:215px;
       
}
.boxhead {
        /*background-color: #DBE8E8;*/
        margin: 0;
        padding-left: 10px;
        text-align: left;
}
.boxhead h2 {
        margin: 0;
        padding: 0px 0px 0px 0px;
        color: #003565; 
        font-weight: bold; 
        font-size: 13px; 
        line-height: 1em;
}
.boxbody {
        color: #333333; 
        font-weight: bold; 
        font-size: 10px; 
        line-height: 15px;
        text-align: left;
        margin: 0;
        padding: 0px 10px 0px 10px;
        border-bottom: solid #CFCFCF 1px;
}

.boxbody a:link, .boxbody a:visited, .boxbody a:active {
	text-decoration:none;
        color: #333333; 
        font-size: 10px; 
}

.boxbody a:hover {
	text-decoration:underline;
        color: #FF9900; 
        font-size: 10px; 
        font-weight: bold; 
}

.highlight1 {
        font-size: 18px; 
        text-align: center;
        font-weight: bold; 
}


.orange {
		background-color: #FE9900;
        margin: 0;
        padding: 0;
}

.searchbg{
	background: #627E99;
}

.web {
		color: #FF9900; 
		font-size: 14px; 
}

.search {
		color: #ffffff; 
        font-size: 14px; 
}

.white {
		color: #ffffff; 
        font-size:10px; 
}

/*----------------------------------*/
/*---------GENERAL STYLES-----------*/
/*----------------------------------*/


/*---------PAGE TITLE ON LISTING PAGE------------*/
a.arttitle:link, a.arttitle:visited, a.arttitle:active {
	color: #003565;
	text-decoration: underline;
	font-size:  13px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}

a.arttitle:hover {
	color: #000099;
 	text-decoration: none;
 	font-size:  13px;
 	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}

.arttitle {
	color: #000000;
	font-weight:bold;
	font-size:  13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


/*---------HEADLINE TEXT FOR THOSE LISTING PAGES THAT HAVE THIS------------*/
a.artheadline:link, a.artheadline:visited, a.artheadline:active {
	text-decoration:underline;
	color: #003565;
	font-size: 13px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}

a.artheadline:hover {
	text-decoration:underline;
	color: #000000;
	font-size: 13px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}


/*---------LISTING PAGE PAGING-----------*/
a.paging:link, a.paging:visited, a.paging:active {
	text-decoration:underline;
	color: #333333;
	font-size:10px; 
	font-family: Verdana, Helvetica, Geneva, Arial, Sans-serif;
}

a.paging:hover {
	text-decoration:underline;
	Color: #000000;
	font-size:10px; 
	font-family: Verdana, Helvetica, Geneva, Arial, Sans-serif;
}

.paging	{ 
	color: #333333;
 	font-weight:bold;
  	font-size:10px; 
  	font-family: Verdana, Helvetica, Geneva, Arial, Sans-serif;
}

/*---------FULL STORY LINK ON LISTING PAGES-----------*/
a.fullstory:link, a.fullstory:visited, a.fullstory:active  {
	text-decoration:underline;
	color: #333333;
	font-size:10px; 
	font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
} 

a.fullstory:hover {
	text-decoration:underline;
	color: #000000;
	font-size:10px; 
	font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
} 

/*---------COPYRIGHT TEXT AND LINK STYLE-----------*/
.imagetag {
	color: #333333;
	font-weight:normal;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a.imagetag:link, a.imagetag:visited, a.imagetag:active {
	text-decoration:underline;
	color: #333333;
	font-size: 10px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular
}

a.imagetag:hover {
	text-decoration:underline;
	color: #000000;
	font-size: 10px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular
}

/*---------DATE STYLE-----------*/
.displaydate	{
	color: #333333;
	font-weight:normal;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/*---------FORM STYLES-----------*/
input, textarea, select {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size:10px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;

}

/*---------SUMMARY TEXT ON LISTING PAGES-----------*/
.artsummary {
 	color: #000000;
  	font-weight:normal;
   	font-size: 12px;
   	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}



/*---------FOR TEXT IN CONTACT PAGE AND REPLY PAGE-----------*/
td {
	color: #333333;
 	font-weight:normal;
  	font-size:10px; 
  	line-height: 18px;
  	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

h1 {
	color: #333333;
 	font-weight: bold; 
  	font-size: 14px;
  	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.artdate {
	color: #333333;
	font-weight:normal;
	Font-size: 10px;
	font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
}

/*---------PAGE CONTENT TITLE-----------*/
.displaytitle {
	color: #003565;
	text-align: left; 
	font-size:15px; 
	font-weight: bold;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

/*---------PAGE CONTENT TEXT-----------*/
.displayarticle {
	color: #000000;
	font-size:10px; 
	line-height: 18px;
	font-weight: normal;
	font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
}


/*---------CONTENT TEXT LINKS-----------*/
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
	font-size:10px; 
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}

a:hover {
	color: #003565;
	text-decoration: none;
	font-size:10px; 
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}



/*---------BILLING SOFTWARE-----------*/

a.tableheading:link, a.tableheading:visited, a.tableheading:active  {
	text-decoration:none;
	font-weight: normal;
	color :#ffffff;
	font-size: 10px;
	font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
} 

a.tableheading:hover {
	text-decoration:none;
    font-weight: normal;
	color :#333333;
	font-size: 10px;
	font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
} 

body {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px
text-decoration:none;
    font-weight: normal;
}

/*
* This sets the link style.
*/
a {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    color: #003366
font-weight:normal;
    text-decoration: none;
  }

/*
* This sets the style when cursor hover a link.
*/
a:hover {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    color: #FF0000;
    font-weight:normal;
    text-decoration: none;
}

a.small {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    font-weight: normal;
    color: #003366
font-weight:normal;
    text-decoration: none;
  }

/*
* This sets the style when cursor hover a link.
*/
a:small:hover {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    color: #FF6600;
     font-weight: normal;
    text-decoration: none;
}

/*
* This sets the style for payment link.
*/
a.payment {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    font-weight: normal;
    color: #003366
font-weight:normal;
    text-decoration: none;
}

/*
* This sets the style when cursor hover a link.
*/
a:payment:hover {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

/*
* This sets the style for top menu link.
*/
a.menu {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    color: #003366
    TEXT-DECORATION: none;
font-weight:normal;
}

/*
* This sets the style for top menu link cursor hover.
*/
a.menu:hover {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    color: #FF6600;
    TEXT-DECORATION: none;
font-weight:normal;
}

/*
*  The following definitions are for tab style admin menus.
*/
    a.toptab{
        font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
        font-size: 10px;
        color: #FFFFFF
    font-weight: normal;
        border-top: 1px solid #FF6600;
        border-right: 1px solid #FF6600;
        border-left: 1px solid #FF6600;
        border-bottom: 0px solid #FF6600;
        border-color: #FF6600;
        width: 100px;
        background-color: #FF6600;
        padding: 2px 0.5em 1px 0.5em;
        margin-top: 4px;
        text-decoration: none;
        text-align: center;
     }

     a.toptab:hover {
        border-color: #CC0000;
        background-color: white;
font-weight:normal;
    text-decoration: none;
     }
     .submenu {
         border: solid 1px #FF6600;
         background-color: white;
         padding: 5px;
         overflow: auto;
text-decoration: none;
font-weight:normal;
     }

    /*
    * This sets the style for top menu link.
    */
    a.submenulink {
        font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
        font-size: 10px;
     font-weight: normal;
        color: #003366;
        text-decoration: none;
    }

    /*
    * This sets the style for top menu link cursor hover.
    */
    a.submenulink:hover {
        font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
        font-size: 10px;
    font-weight: normal;
        color: #CC0000;
        text-decoration: none;
    }
/*
* End of tab style definition
*/

a.footerlink{
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    color: #FFFFFF
text-decoration: none;
font-weight: normal;
}
a.footerlink:hover {
   font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    color: #996633;
    text-decoration: none;
font-weight: normal;
}

/*
* This sets the big heading style.
*/
.title1{
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    COLOR: #000066;
    TEXT-DECORATION: none;
    font-weight: normal;
}

/*
* This sets the subtitle heading style.
*/
.title2{
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    COLOR: #CC0000;
    TEXT-DECORATION: none;
    font-weight: normal;
}

/*
* This sets the invoice table heading style.
*/
.ivtitle1{
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    COLOR: #000066;
    TEXT-DECORATION: none;
    font-weight: normal;
}

/*
* This sets the style for small paragraph, or notes.
*/
.small{
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    COLOR: #000066;
    TEXT-DECORATION: none;
    font-weight: normal;
}

/*
* This sets the style for table header.
*/
tr.header{
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    COLOR: #000066;
    background-color: #FF6600;
    TEXT-DECORATION: none;
    font-weight: normal;
}

/*
* This sets the style for alternative row color etc.
*/
tr.row1{
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    COLOR: #000000;
    background-color: #FFFF99;
    TEXT-DECORATION: none;
    font-weight: normal;
    border-bottom: 1px #FF6600;
}

/*
* This sets the style for alternative row color etc.
*/tr.row2{
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    COLOR: #000000;
    background-color: #FFFFFF;
    TEXT-DECORATION: none;
    font-weight: normal;
    border-bottom: 1px #FF6600;
}

/*
* This sets the style top menu.
*/
td.menu{
    text-align: right;
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-weight: normal;
    font-size: 10px;
    color: #003366;
    background-color: #DDDDDD;
    border: 1px #FF6600;
    padding: 2px;
    border-spacing: 2px;
    text-decoration: none;

}

/*
* This sets the style for general paragraph.
*/
p{
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px
font-weight:normal;
    text-decoration: none;
}

/*
* This sets the style for heading one <h1> tag.
*/
h1 {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px
font-weight:normal;
    text-decoration: none;
}

/*
* This sets the style for heading two <h2> tag.
*/
h2 {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 15px; text-transform: none;
}

/*
* This sets the style for generic table cell.
*/
td {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px
font-weight:normal;
    text-decoration: none;
}

.admininv {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}


.toolheader {
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    color: #CC0000;
    font-weight: normal;
text-decoration: none;
}

.rptrlt{
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    font-weight: normal;
text-decoration: none;
}

.copyright{
    font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
    font-size: 10px;
    font-weight: normal;
    color:#FFFFFF;
text-decoration: none;
}
 
 
 
 


