/* CSS Document */

BODY {
margin:0px;
padding:0px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #000;
background: #FFF;
}

/* Link properties */

A:link {
	color: #333; /* was #333 */
	text-decoration: none;

}

A:visited {
	color: #333; /* was #333 */
	text-decoration: none;

}

A:active {
	color: #333; /* was #333 */
	text-decoration: none;

}

A:hover {
	color: #9C8836;
	text-decoration: none;

}

/* pop out menu text controls */

TD.menu {
font-size:12px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
text-transform:none;
font-weight:normal;
}


DIV.menu {
font-size:12px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
text-transform:none;
font-weight:normal;
}


/* Main text headings */

h1
{font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#38447F;
text-decoration:none;
font-weight:bold;
margin:3px 5px 5px 3px;}

h2
{font-family: tahoma, Arial, Helvetica, sans-serif;font-size:11px;
color:#8D2800;
text-decoration:none;
font-weight:bold;
margin:0px 5px 5px 3px;
padding:5px 0px 0px 5px;}

h3
{font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#026ED3;
text-decoration:none;
font-weight:bold;
margin:5px 5px 5px 3px;
text-align:right;
}

/* Footer text */

.footertext {
font-family: tahoma, Arial, Helvetica, sans-serif;
margin:0px;padding:15px 0px 5px 0px;
font-size:10px;
color:#666;
}

/* Cart and Search table backgrounds */

TABLE.cobtbl{
background-color: #333;
} 

TD.cobhl{
background-color: #EEE;
}

TD.cobll{
background-color: #F7F4EC;
color : #666;
}

/* Titles */

.t1 {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color:#38447F; /* WAS #8D2800 */
text-decoration:none;
font-weight:bold;
}
.t2 {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color:#3366FF; /* WAS #96968A */
text-decoration:none;
font-weight:bold;
}

/* Main body */

.maincontent {
border-top-style:dotted;
border-top-width:1px;
border-top-color:#989898;
margin:3px 10px 30px 0px;
padding:0px 10px 5px 10px;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
color:#333;

} .maincontent img {float:left;margin:5px 10px 5px 0px;}

.maincontent2 {
border-top-style:dotted;
border-top-width:1px;
border-top-color:#989898;
margin:3px 220px 0px 0px;
padding:0px 10px 5px 10px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color:#333;
}

.maincontent2 img {float:right;margin:5px 0px 5px 5px;}

.maincontent3 {
border-top-style:dotted;
border-top-width:1px;
border-top-color:#989898;
margin:3px 10px 30px 0px;
padding:0px 10px 5px 10px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color:#333;
}

.maincontent3 img {margin:5px 0px 5px 5px;}

.lwrap {
width:182px;
margin-top:15px;
margin-bottom:0px;
margin-right:auto;
margin-left:auto;
padding:0px;
}

/* Left content */

.lcontent {
border-left-style:solid;
border-left-color:#C5C5C5;
border-left-width:5px;
width:172px;
margin:0px 0px 0px 0px;
/* font-family: Arial, Helvetica, sans-serif;font-size:11px; 
color:#666666; */
text-decoration:none;
text-align:left;
font-weight:normal;
padding:5px 3px 10px 5px;
background-color: #FFF; /* was EEE */
}

.leftshadow {
width:182px;
height:6px;
padding:0px;
margin-top:0px;

}
.leftshadow img {padding:0px;margin:0px;float:right;}

.separator {
border-top-width:1px;
border-top-style:dotted;
border-top-color:#989898;
margin-right:5px;
margin-left:5px;
margin-top:10px;
}

/* News boxes */

.newsheader{
background-image:url(images/left_subh.gif);
background-position:top;
background-repeat:no-repeat;
width:182px;
margin-left:auto; margin-right:auto; margin-top:15px;margin-bottom:0px;
height:17px;
text-align:right;
padding:1px 5px 0px 0px;
font-family: tahoma, Arial, Helvetica, sans-serif;font-size:10px;
color:#333;
font-weight:bold;
}
.newscell{
background-color:#FFF; /* was EEE */
/* was - border-width:1px;
border-style: dashed;
border-color: #666666; */
width:182px;
margin-left:auto; margin-right:auto; margin-top:1px;margin-bottom:0px;
min-height:30px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;

}

.newscell p {padding:5px 5px 15px 10px;margin-top:0px;}

/* Right content */

.rcontent {
background-color:#FFF; /* was EEE */
width:168px;
margin-left:auto;
margin-right:auto;
border-left-style:solid;
border-left-width:5px;
border-left-color:#9C8836;
min-height:30px;
margin-top:18px; margin-bottom:0px;
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
padding:5px 3px 10px 5px;
text-align: left;
}

.rightshadow {
text-align:right;
width:168px;
height:7px;
padding:0px;
margin-top:0px;
margin-bottom:15px;
float:right;
}
.rightshadow img {padding:0px;margin:0px;float:right;}

/* Bullet list */

ul {
list-style-image:url(images/bullet.gif);
list-style-type:none;
}

p img {margin-left:5px;}


#wrap{
margin:0px;
padding:0px;
width:100%;
}

/* Header section */

#header{
 
 background:#7C7C7A;
 margin:0px 0px 0px 0px;
font-size: 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #000000;
border-bottom: 1px dotted #333;	
 }
 
#header2{
	float:right;
	width: 18%;
	background:#7C7C7A;
	font-size: 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #CCCCCC;
 }
 
 #headerpic2{
  float:right;
 width: 18%;
  background:#7C7C7A;
  clear:both;
 }
 
 /* Top navigation */
 
#topnav ul
{
padding-left: 0;
margin-left: 5px;
margin:0px 0px 0px 0px;
background-color: #38447F; /* was 3366FF */
color: White;
float: right;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
height: 18px;
}

#topnav ul li { display: inline; }

#topnav ul li a
{
padding: 0.2em 1em;
background-color: #38447F; /* was 3366FF  */
color: White;
text-decoration: none;
float: right;
border-right: 1px solid #EEE;
}

#topnav ul li a:hover
{
background-color: #C5C5C5; 
color: #fff;
}

#goldbar
{
background-color:#9C8836;
float:right;
width: 100%;
height: 18px;

}

/* Search box */

.textarea {
font-size: 8pt;
font-family: tahoma, Arial, Helvetica, sans-serif;
color: #333;
border: 1px solid #333;
background-color: #C5C5C5;
}

form {margin: 0;padding: 0;
}

/* Left positioning */

#left {
width:191px;
margin:0px 0px 10px 0px;
padding:10px 0px 20px 0px;
background-color:#FFFFFF; /* was EBE8DE */
border-right-width:3px;
border-bottom-width:3px;
border-left-width:5px;
border-top-width:0px;
border-style:solid;
border-right-color:#FFFFFF;  /* was EFEEEE */
border-bottom-color:#FFFFFF; /* was EFEEEE */
border-left-color:#fff;
float:left;
min-height:15px;}

/* Right positioning */

#right {
margin-left:196px;
background-color:#fff;
min-height:30px;
text-align:left;
padding:10px 10px 15px 15px;
min-width:560px;

}

/* Footer positioning */

#footer {
background-image:url(images/footer2.gif);
height:55px;
margin:0px 0px 0px 0px;padding:0px;
width:100%;
min-width:760px;
overflow:hidden;
clear:both;
}

#footer img {padding:0px;margin:0px;float:left;}

#footer a {
text-decoration:none;}

/* Right positioning */

#rightcol {
width:180px;
float:right;
min-height:30px;
background-color:#fff;
margin:0px 0px 0px 20px;
padding:0px;
text-align:center;
}

#stretch {width:760px;height:1px;clear:both;margin:0px 0px 10px 0px;padding:0px;}

/* Horizontal rule */

HR {
height: 1px;
color: #999999;
}
 /* product boxes home page */
 
div#drp {
margin:0 0 0 0;
padding:0 0 140px 0;
}

div#drp ul {
	margin: 0px 0 7px 0;
    padding-top: 20px;
}

div#drp ul li {
	background: url(images/arr_plans.gif) no-repeat 0 .5em;
	margin-top: .2em;
	padding-left: 8px;
	color: #000000;
}

div#drp ul li strong{
	color: #646D74;
}

/* HOME PAGE IMAGE BOX STYLES
-------------------------------------*/

div.plan1 {
    width: 160px;
    height:220px;
    margin: 0 0 10px 0;
    float:left;
	padding:5px 5px 0px 7px;
	background:#ffffff url(images/plan1.gif) bottom right no-repeat;
	border-width:1px;
	border-style: dashed;
	border-color: #666666;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
}

  div.plan2 {
    width: 160px;
    height:220px;
    margin: 0 0 10px 11px;
    float:left;
	padding:5px 5px 0px 7px;
	background:#ffffff url(images/plan2.gif) bottom right no-repeat;
	border-width:1px;
	border-style: dashed;
	border-color: #666666;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
}

  div.plan3 {
    width: 160px;
    height:220px;
    margin: 0 0 0px 11px;
    float:left;
	padding:5px 5px 0px 7px;
	background:#ffffff url(images/plan3.gif) bottom right no-repeat;
	border-width:1px;
	border-style: dashed;
	border-color: #666666;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
}

  div.plan4 {
    width: 160px;
    height:220px;
    margin: 0 0 0px 11px;
    float:left;
	padding:5px 5px 0px 7px;
	background:#ffffff url(images/plan4.gif) bottom right no-repeat;
	border-width:1px;
	border-style: dashed;
	border-color: #666666;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
}
