/* CSS Document */

body{
	background: url(/sites/www.rebeccatope.com/images/body_bgr.jpg);
}

p{
	line-height:2.0em;
}

div#banner{
	background: url(/sites/www.rebeccatope.com/images/header_bgr.jpg) no-repeat;
}

h1 {
	color:#ca002d;
}

h2 {
	color:#ca002d;
}


h4 {
	color:#ca002d;
}

h5 {
	color:#ca002d;
}

h6 {
	color:#ca002d;
}	


a{
	color:#ca002d;
}

a:hover{
	color:#899c3b;
}

div#container {
	background: url(/sites/www.rebeccatope.com/images/container_bgr.gif) repeat-y;

}

div#banner {
	background: url(/sites/www.rebeccatope.com/images/header_bgr.jpg) no-repeat;
}


div#main_content {
	background: #ffffdb url(/sites/www.rebeccatope.com/images/main_content.gif) no-repeat top;
	margin:10px 0 0 0;
}

div#main_copy ul li{
	background: url(/sites/www.rebeccatope.com/images/bullet.gif) no-repeat left;
}

div#extended_copy {
	background: url(/sites/www.rebeccatope.com/images/content_end.gif) no-repeat bottom;
}

div#extended_copy  a{
	color:#ca002d;
}

div#extended_copy a:hover{
	color:#899c3b;
}

div#testimonial {
	background: #fff url(/sites/www.rebeccatope.com/images/sidebar_bottom.gif) bottom no-repeat;
}

ul#primary_navigation {
	background:#ffffdb;
}

ul#primary_navigation li{
	border-color:#ca002d;
}

ul#primary_navigation li a{
	color:#000;
}

ul#primary_navigation li a:hover{
	color:#fff;
	background:#ca002d;

}


div#subsidiary {
	background: #ffffdb url(/sites/www.rebeccatope.com/images/sidebar_top.gif) no-repeat top;
	margin:10px 0 0 0 ;
}

div#subsidiary_end {
	background: #ffffdb url(/sites/www.rebeccatope.com/images/sidebar_bottom.gif) bottom no-repeat;
}

ul#breadcrumb li {
	color:#ca002d;
}
ul#breadcrumb li a{
	color:#ca002d;
}


ul#footer_navigation{
	background: url(/sites/www.rebeccatope.com/images/footer_bgr.gif) no-repeat;
}


ul#footer_navigation li{
	color:#fff;
}

ul#footer_navigation li a{
	color:#fff;
}

ul#footer_navigation li a:hover{
	color:#000;
}


ul#company_details li{
	color:#fff;
}

ul#company_details li a{
	color:#fff;
}	

div#call_to_action{
	background:#ffffdb;
	border:2px solid #ffffdb;
	font-size:1.5em;
	color:#ca002d;
	text-align:center;
	margin:20px auto;
}



div#call_to_action_content {
	background:#ffffdb;
}

div#call_to_action_end {
	background:#ffffdb;

}

div#share h3{
	color:#ca002d;
	border-bottom: 2px #ca002d solid;
}

img{
	margin:10px;
}

img.center{
	text-align:center;
	margin: 0 20px;
}

img.right{
	float:right;
}