/* ------------------------    MAIN    --------------------------*/
font {}
TABLE, TR, TD, UL {}

body{background-color: #6994c2; background-image:  url(/images/bg_tile.jpg); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;  background-repeat: repeat-x;}

div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     position: relative;
     width: 100%;
}
div.box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 100%;
     z-index: 101;
}
div.box_background {
     background-color: white;
     height: 100%;
     filter:alpha(opacity=45); /* IE's opacity*/
     left: 0px;
     opacity: 0.45;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}

a {     outline: none;
        font-family: Century Gothic,helvetica,sans-serif;
        font-size: 12px;
        color: ;}
a:link { outline: none;
        color: ;}
a:hover { outline: none;
        color: ;}
a:active {outline: none;
        color: ;}
a:visited {outline: none;
        color: ;}
a:focus {outline: none; -moz-outline-style: none; }

.content {
 	font: 12px Century Gothic, Helvetica, sans-serif;
 	font-weight: normal;
 	color: #000000;
 	line-height: 16pt;
 	}

.content a:link {
 	font: 12px Century Gothic, Helvetica, sans-serif;
 	color: #ec8334;
	text-decoration: underline;
 	line-height: 16pt;
 	}

.content a:visited {
 	font: 12px Century Gothic, Helvetica, sans-serif;
 	color: #888884;
 	text-decoration: underline;
 	line-height: 16pt;
 	}

.content a:hover {
 	font: 12px Century Gothic, Helvetica, sans-serif;
 	color: #FFFFFF;
 	text-decoration: underline;
 	line-height: 16pt;
   	}
   	
.products {
 	font: 14px Century Gothic, Helvetica, sans-serif;
 	
 	font-weight: normal;
 	color: #000000;
 	line-height: 16pt;
 	}

.products a:link {
 	font: 14px Century Gothic, Helvetica, sans-serif;
 	font-weight: bold; 	
 	color: #ec8334;
	text-decoration: underline;
 	line-height: 16pt;
 	}

.products a:visited {
 	font: 14px Century Gothic, Helvetica, sans-serif;
 	font-weight: bold; 	
 	color: #888884;
 	text-decoration: underline;
 	line-height: 16pt;
 	}

.products a:hover {
 	font: 14px Century Gothic, Helvetica, sans-serif;
 	font-weight: bold; 	
 	color: #FFFFFF;
 	text-decoration: underline;
 	line-height: 16pt;
   	}   	
   	
.footer {
 	font: 11px Century Gothic, Helvetica, sans-serif;
 	font-weight: normal;
 	color: #f26921;
	padding: 0px;	
 	}

.footer a:link {
 	font: 11px Century Gothic, Helvetica, sans-serif;
 	color: #f26921;
	text-decoration: none;
 	line-height: 16pt;
 	}

.footer a:visited {
 	font: 11px Century Gothic, Helvetica, sans-serif;
 	color: #f26921;
 	text-decoration: none;
 	line-height: 16pt;
 	}

.footer a:hover {
 	font: 11px Century Gothic, Helvetica, sans-serif;
 	color: #f26921;
 	text-decoration: none;
 	line-height: 16pt;
  	border-bottom: 1px dotted #f26921; 	
   	}
   	
.testi {
 	font-family: Century Gothic, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #000000;
 	text-decoration: none;
        background-image:  url(/images/bg_table.gif);
 	padding: 3px 5px 3px 5px;
 	line-height: 16pt; 	
 	border: 1px solid #033568;
	font-style: italic;  	
	}    	
   	
.info  {
 	font-family: Century Gothic, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #000000;
 	text-decoration: none;
        background-image:  url(/images/bg_table.gif);
 	padding: 3px 5px 3px 5px;
 	line-height: 16pt; 	
 	border: 1px solid #868686;
	}   

hr {
	border-top: 1px dotted #000000;
	width: 100%;
	height: 1px;
        }

li {
	text-decoration: none;
	list-style-type: square;
	font-size: 12px;
	font-family: Century Gothic, Helvetica, sans-serif;
	color: #000000;
	word-spacing: normal;
	display: list-item;
	padding: 0px 0px 4px;
	font-weight: normal;
	top: 2px;
        }

.coupon {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
	border: 5px dashed #f26921;
	}

.border {
	border: 1px solid #033568;  
        }

.header {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #f26921;
	padding: 1px;
	width: 100%
	}

.headersub {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 12px;
	color: #f26921;
	font-weight: normal;
	text-decoration: none;
	background-color: #CCCCCC;
	width: 100%
	}

.quicklinks {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding: 3px;
	}

 .caption {
  	font: 10px Century Gothic, Helvetica, sans-serif;
  	font-weight: normal;
  	color: #f26921;
  	}        
        
h1 {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 15px;
	color: #f26921;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	}


h2 {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#f26921;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
h3 {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color:#f26921;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

h4 {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#f26921;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

.quote {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#f26921;
	text-decoration: none;
	font-style: italic; 
	padding: 0px;
	}

.smalltext {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color:#f26921;
	text-decoration: none;
	font-style: italic; 
	padding: 0px;
	}

b {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#033568;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

i {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color:#f26921;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-style: italic; 
	}


#small {
	font-size: 12px;}
#reg {
	font-size: 12px;}
#big {
	font-size: 14px;}
	
.main {
	font-family: Century Gothic,helvetica,sans-serif;
	font-size: 12px;
	color:#000000;
	background-color: ;
	border: 0px  ;
}
.maintext1 {
	font-family: Century Gothic,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
}
.maintext2 {
	font-family:Century Gothic,helvetica,sans-serif;
	font-size:12px;
	color:#000000;
}
.mainlink {
	font-family:Century Gothic,helvetica,sans-serif;
	font-size:12px;
	color:#000000;}
.mainlink a:link {
	color:#000000;}
.mainlink a:hover {
	color:#000000;}
.mainlink a:active {
	color:#000000;}
.mainlink a:visited {
	color: #000000;}
	
a {
	font-family: Century Gothic,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;}
a:link {
	color: #000000;}
a:hover {
	color: #000000;}
a:active {
	color: #000000;}
a:visited {
	color: #000000;}
	
/* ------------------------    SUB - LEFT BAR   --------------------------*/

.sub {
	font-family: Century Gothic,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px #999999 solid;}
.subcolor {
	color: #000000;
	background-color: #EEEEEE;}
.subtext1 {
	font-family: Century Gothic,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;}
.subtext2 {
	font-family: Century Gothic,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;}
.sublink {
	font-family: Century Gothic,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;}
.sublink a:link {
	color: #000000;}
.sublink a:hover {
	color: #000000;}
.sublink a:active {
	color: #000000;}
.sublink a:visited {
	color: #000000;}
	
/* ------------------------    NAV    --------------------------*/

.nav {
	font-family: Century Gothic,helvetica,sans-serif;
	font-size: 12px;
	color: ;
	background-color: ;
	border: 0px  ;}
.navcolor {
	color: ;
	background-color: ;}
.navtext1 {
	font-family: Century Gothic,helvetica,sans-serif;
	font-size: 12px;
	color: ;}
.navtext2 {
	font-family: Century Gothic,helvetica,sans-serif;
	font-size: 12px;
	color: ;}
.navlink {
	font-family: Century Gothic,helvetica,sans-serif;
	font-size: 12px;
	color: ;}
.navlink a:link {
	color: ;}
.navlink a:hover {
	color: ;}
.navlink a:active {
	color: ;}
.navlink a:visited {
	color: ;}

/* ------------------------    LINK TO HIDDEN DIR    --------------------------*/

.resource {
	color:#000000; 
	text-decoration: none;
	font: 10px/120% Verdana, Helvetica, sans-serif;
	cursor: text;}
.resource a:link {
	color: #000000;
	cursor: text;}
.resource a:hover {
	color: #000000;
	cursor: text;}
.resource a:visited {
	color: #000000;
	cursor: text;}
.resource a:active {
	color: #000000;
	cursor: text;}
	
/* ------------------------    FOOTER    --------------------------*/

#footer {
	font: 11px Century Gothic, Helvetica, Sans-Serif;
	color: #FFFFFF;
	padding: 5px;
	height:40px;
	text-decoration: none;
	}
#footer a {
        font: 11px Century Gothic, Helvetica, Sans-Serif;
	color: #FFFFFF;
	text-decoration: underline;
	}
#footer a:hover {
        font: 11px Century Gothic, Helvetica, Sans-Serif;
	color: #fff200;
	text-decoration: underline;
	}