/* CSS Document */
body, div, table, th, tr, td, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, blockquote, cite, code, input, select, textarea {
	font-family: "Trebuchet", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	font-size: 1em;
	color: #999999;
	
}

body {
	font-size: 71%; /* Sets base font size to 10px in most modern browsers */
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;

	background-color: #FFFFFF;
text-align: center;	
	}

a:link
    {
	text-decoration: none;

	color: #B94B17;
	}  

a:visited
    {
	text-decoration: none;

	color: #B94B17;	
	}  

a:active
    {
	text-decoration: none;

	color: #B94B17;	
	}  

a:hover
    {
	text-decoration: none;

	color: #B94B17;
	background-image: url(../images/site/css-underline.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	white-space:normal;	
	}
	
	
a.Red:link
    {
	text-decoration: none;

	color: #B94B17;
	}  

a.Red:visited
    {
	text-decoration: none;

	color: #B94B17;	
	}  

a.Red:active
    {
	text-decoration: none;

	color: #B94B17;	
	}  

a.Red:hover
    {
	text-decoration: none;

	color: #999999;	
	}	
	

/* a.MainNav:link
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #999999;
	font-size: 1.25em;	
	}  

a.MainNav:visited
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #999999;
	font-size: 1.25em;		
	}  

a.MainNav:active
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #999999;
	font-size: 1.25em;		
	}  

a.MainNav:hover
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #00407C;
	font-size: 1.25em;		
	}
 */





	

	
		.ContentTable {
	background-image: url('../images/site/cpt-content-bkg.gif');
	background-position: top center;
	background-color: #FFFFFF;
	}
	
		.MainTable {
	background-image: url('../images/site/cpt-bkg.gif');
	background-position: top center;
	background-color: #FFFFFF;
	}


#ancillary {
height: 70px;
text-align: right;
padding-right: 15px;

}	

.headerimagetop {
background-image: url('../images/site/cpt-bar.gif');
width: 780px;
height: 9px;
}

.headerlogo {
background-image: url('../images/site/cpt-logo.gif');
background-position: left;
background-repeat: no-repeat;
width: 780px;
height: 203px;

}

.headerimage {
width: 572px;
float: right;
clear: both;
}



.headerimagebottom {
background-image: url('../images/site/cpt-bar2.gif');
width: 780px;
height: 8px;
}

	
input, textarea {
	border-style: solid;
    border-width: 1px 1px 1px 1px;
	border-color: #C05C2D;

}

.catintroduction {
	padding: 5px;
margin-bottom: 10px;
margin-top: 10px;
}
	
.ListProd {
width: 560px;
	margin: 5px;
	padding: 5px;
	border: 1px dotted #CF9E76;
}

* html .ListProd {
display: block;
	padding: 5px;
	background: url(../images/site/css-dotted.gif) repeat-x;
	margin-bottom: 10px;	
}

.ProdName {
	color: #999999;
	font-size: 1.3em;
	font-weight: bold;
}




.BrownInput, BrownTextarea {
	border-style: solid;
    border-width: 1px 1px 1px 1px;
	border-color: #CF9E76;
}

.Sections {
	color: #999999;
	font-size: 1em;
	font-weight: bold;	

}

.page-text-small
{
	font-size: 7pt;
	color: #98a1a6;
	text-decoration: none;
}

.text-reddishbrown {
color:#C05C2D;
}

.register {
height:50px;
vertical-align:middle;}

.price {
font-weight: bold;
margin-bottom:10px;
text-align: left;
}

.feature
{
margin-left: 0;
padding-left: 10px;
list-style: none;

}

.feature li 
{
padding-left: 10px;
background-image: url(../images/site/features-bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

.productimage {
text-align: right;
float: right;
clear: both;
padding-top: 20px;

}

.address {
display: inline;
text-align: center;
width: 800px;
height: 100px;
}

.protx {
float: left;
clear: both;
padding: 5px;
margin: 5px;

}

#navcontainer {
	color: #B94B17;
	font-weight:bold;}


#navlist
{
margin-left: 0;
padding-left: 10px;
padding-top: 5px;
list-style: none;
font-weight:bold;

}

#navlist li
{
padding-left: 12px;
background-image: url(../images/nav/button1.gif);
background-repeat: no-repeat;
background-position: 0 .5em;

}


#navlist ul { list-style: none;
padding-top: 2px;
padding-bottom: 12px;

 }

.secondlevel {
margin-left: -45px;
font-weight:normal;

}


.secondlevel a{

	color: #999999;

}


/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center {	text-align:center; }

.clear{
clear: both;}
