/* CSS Document - Castle Rock Marketing */

body {
	background-color: #471514;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}

#divbody{
	width:890px;
	margin-top:0px;
	background-image: url('../images/mainbg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
}

#header{
	width:890px;
	height:105px;
	background-image: url('../images/headerbg.png');
	background-repeat: repeat-x;
	background-position: center top;
	float:left;
}

#logo{
	width:202px;
	height:105px;
	float:left;
}

#menu{
	width:688px;
	text-align: center;
	margin-top:78px;
	float:left;
}


#wrapper{
	width:890px;
	background-image: url('../images/bottombg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top:0px;
	float:left;
}

#content{
	width:890px;
	float:left;
}

#banner{
	width:890px;
	height: 304px;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}

#bannerabout{
	width:890px;
	height: 304px;
	background-image: url('../images/bannerabout.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}

#bannersales{
	width:890px;
	height: 304px;
	background-image: url('../images/bannersales.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}

#bannerbeverly{
	width:890px;
	height: 304px;
	background-image: url('../images/bannerbeverly.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}

#bannercontact{
	width:890px;
	height: 304px;
	background-image: url('../images/bannercontact.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}

#bannerlinks{
	width:890px;
	height: 304px;
	background-image: url('../images/bannerlinks.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}


#bannercontent1{
	margin-left: 40px;
	margin-top:80px;
	width:370px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align:left;
	line-height:2.0;
	color: #00000;
	float:left;
}

#bannercontent2{
	margin-left: 65px;
	margin-top:80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align:left;
	line-height:2.0;
	color: #00000;
	float:left;
}

#main{
	width:620px;
	text-align:left;
	float:left;
}

.main{
	margin-left: 25px;
	margin-right: 25px;
	margin-top:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #1E0F0F;
	text-align: justify;
	line-height:1.5;
}

#sidebar{
	width:270px;
	float:left;
}

.sidebar{
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #1E0F0F;
	text-align: left;
	line-height:1.5;
}

.sidebarspace{
	height:200px;
}

.footer{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}


/* Text Properties */

.indent{
	margin-left:10px;
}

.small{
	font-size: 11px;
}
.blacksubheading{
	color: #000000;
	font-size: 16px;
	
}

.redbold{
	color: #730F04;
	font-weight:bold;
}

.red{
	color: #730F04;
}

hr{
	color:#000000;
	height: 1px;
	width:100%;
	margin-top:10px;
	margin-bottom:15px;
}

.imgright {
	float:right;
	margin-left: 10px;
	margin-top:-65px;
}

.imgleft {
	float:left;
	margin-right:15px;
	margin-bottom: 5px;
}

a:link{
	color: #7A0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	font-style: italic;
	text-decoration:none;
}

a:visited{
	color: #7A0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	font-style: italic;
	text-decoration:none;
}

a:hover{
	color: #7A0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

a.red:link{
	color: #7A0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	text-decoration:underline;
}

a.red:visited{
	color: #7A0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
		font-style:normal;
	text-decoration:underline;
}

a.red:hover{
	color: #7A0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
		font-style:normal;
	text-decoration:none;
}

a.bannerlink:link{
	color: #7A0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	font-style: normal;
	text-decoration:underline;
}

a.bannerlink:visited{
	color: #7A0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	font-style: normal;
	text-decoration:underline;
}

a.bannerlink:hover{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	font-style: normal;
	text-decoration:underline;
}

a.footer:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

a.footer:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

a.footer:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}

.br{
	clear:both;
}

/* Bull Pages */

.bull{
	width:250px;
	height:170px;
	text-align:center;
	float:left;
	margin-top:15px;
}

.spacer{
	margin-top:25px;
	width:500px;
	height:30px;
	float:left;
}


/* DROP DOWN MENU */

#dropmenudiv{
	position:absolute;
	line-height:18px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	text-align: left;
	z-index:100; 
	font-variant:normal; 
	font-family:Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#dropmenudiv a{
	width: 100%;
	text-align: left;
	display: block;
	text-indent: 8px;
	padding: 1px 0;
	text-decoration: none;
	font-size:11px; 
	color: #FFFFFF;
	font-family:Arial, sans-serif;
	font-weight: normal;
	font-style:normal;

}

#dropmenudiv a:visited{
	width: 100%;
	text-align: left;
	display: block;
	text-indent: 8px;
	padding: 1px 0;
	text-decoration: none;
	font-size:11px; 
	color: #FFFFFF;
	font-family:Arial, sans-serif;
	font-weight: normal;
		font-style:normal;
}

#dropmenudiv a:hover{ 
	background-color: #7A0000;
	color:#FFFFFF;
		font-style:normal;
}
