/***********************************************************
This is the primary CSS file for campbellhouse
***********************************************************/

body {
	margin:0;
	padding:0;
	/*background-color: white;*/
	font-family:trebuchet,trebuchet MS,sans-serif;
	font-size: small !important; /* Styles for Mozilla, Safari, IE Mac */
	font-size: x-small; /* Styles for MS IE5 PC */
	font-size/**/:/**/small; /* Styles for IE6 PC */
	color:#000000;
	text-align:center;
	background-image: url(../images/bg_pattern2.gif);
	background-position: top center;
	background-repeat: repeat;
}



/****************** IMPORTANT DEFAULTS *******************/

/* The following rule exists to fix an IE 5 PC bug */
body table { font-size: 100%; }

/* Zeroing element margins/padding */
h1, h2, h3, h4, h5, h6, form, ul, ol, li {
	margin: 0;
	padding: 0;
}
/* Image defaults */
img {	
	border:0;
	display:inline;
}
/* Input adjustments */
input, select, textarea  {
	font-size: 100%;
	color:#7D8381;
	font-family:tahoma,sans-serif;
}
tr { vertical-align:top; }
p {
	margin:0;
	padding:0;
	padding-left:1px; /* remedies the "cut W" */
	padding-bottom: 2em;
}
ul,ol {
	padding-left:2em;
	margin-bottom: 1em;
}
h1 {
	font-size:135%;
	color:#8A8153;
}

a,
a:link, 
a:active { color: #8A8153; }

a:visited,
a:hover { color: #8A8153; }

/****************** END IMPORTANT DEFAULTS *******************/


div#logo {
	height:149px;
}
div#mainband {
	background-color:white;
}
div#content	{
	width: 770px; 
	margin: 0px auto;
	text-align: left;
	padding-top: 12px;
	font-size:85%;
}



/******************* TOPNAV *******************/

div#topnav {
	background-color:#8A8153;
	padding-top:5px;
	padding-bottom:5px;
}
div#topnav_inner {
	border-top:1px solid #BB9D86;
	border-bottom:1px solid #BB9D86;
	padding-top:5px;
	padding-bottom:5px;
}
div#topnav a {
	padding-left:9px;
	padding-right:9px;
	font-weight:bold;
	text-decoration:none;
}

div#topnav a,
div#topnav a:link, 
div#topnav a:visited { color:#CF9D63; }
div#topnav a:active, 
div#topnav a:hover { color:white; }

div#topnav a.selected,
div#topnav a.selected:link, 
div#topnav a.selected:visited, 
div#topnav a.selected:active,
div#topnav a.selected:hover { color:white; }

/******************* END OF TOPNAV *******************/

/******************* TOPMENUS *******************/
div.menudiv {
	position:absolute;
	visibility: hidden;
	z-index: 100;
	background-color: #8A8153;
	text-align:left;
	width: 150px;
	margin-top:5px;
}
div.menudiv a,
div.menudiv a:link,
div.menudiv a:visited,
div.menudiv a:active,
div.menudiv a:hover {
	width: 100%;
	display: block;
	border-bottom: 1px solid #BB9D86;
	text-decoration: none;
	font-weight: bold;
	color:#CF9D63;
	padding-top:5px;
	padding-bottom:5px;
	text-indent:10px;
}
div.menudiv a:hover {
	color:white;
}

/******************* END OF TOPMENUS *******************/




/****************** UTILITY *******************/
.bold { font-weight:bold; }
.italic { font-style:italic; }
/******************* END UTILITY *******************/


/****************** BOTTOMBAND ***************/

div#bottomband {
	background-color:#8A8153;
	padding-top:2px;
	padding-bottom:2px;
}
div#bottomband_inner {
	font-size:5%;
	height:6px;
	border-top:1px solid #BB9D86;
	border-bottom:1px solid #BB9D86;
}

/****************** FOOTER ***************/
div#footer {
	font-size:85%;
	padding-top:5px;
	padding-bottom:25px;
	color:#6E4D31;
}
div#footer_inner {
}
div#footer a,
div#footer a:link, 
div#footer a:visited { color:black; }
div#footer a:active, 
div#footer a:hover { color:black; }
