﻿  /*=====================
      BizzieKids Colours
    =======================
    Dark Purple:    #7A4194    
    Light Purple:   #b195c6
    Lighter Purple: #d0bfdd
    Lightest Purple:#E0D5E8
    Yellow:         #FFCC33
    Grey:           #666666
    Green:          #00b25a
    Dark Green:     #007945
    Red:            #d9541e
    Dark Red:       #764425

    Menu Off:       #e7dfee
    Menu On:        #D7C9E2
    =====================*/
body { 
	background: #FFCC33;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	margin: 0px;
}
p {
    margin: 0px; 
    padding: 5px 0px;
}
img {
    border:none;
}
h1 {
    font-size:1.1em;
    font-weight:bold;
    margin-bottom:-2px;
}
a {
	text-decoration:none;
	color:#ffffff;
}
a:hover {
	text-decoration:underline;
}
/*============================================================================
Background Of Page
==============================================================================*/
DIV#background_header {
	position: relative;
	background: url(../images/background/header.png) #ffcc32;
	width:804px;
	height:137px;
	margin:0px auto 0px auto;
	text-align:left;
}
h1.background_header {
	position:absolute;
	color:#ffcc34;
	text-align:right;
	font-size:16px;
	top: 8px;
	right: 30px;
}
p.background_header {
	position:absolute;
	font-size:12px;
	color:white;
	text-align:right;
	top:70px;
	right:30px;
}
p#background_header_breadcrumb 
{
    position: absolute;
    top:106px;
    left:229px;
    color: #cccccc;
    font-size:14px;
}
DIV#background_middle {
	position:relative;
	background: url(../images/background/page.png) repeat-y #ffcc32;
	width:804px;
	margin:0px auto 0px auto;
	text-align:left;
	min-height:400px;
	overflow:hidden;
}
div#background_links {
	background: url(../images/background/page.png) repeat-y #ffcc32;
	width:804px;
	margin:0px auto 0px auto;
	text-align:center;
	padding: 12px 0px 12px 0px;
}
div#background_links p
{
    font-size:0.7em;
	color:#999999;
	text-align: center;
	margin: 0px 36px 0px 36px;
	padding:3px 0px 3px 0px;
}

div#background_links a
{
    text-decoration:none;
    color:#999999;	
}
div#background_links a:hover
{
    color:black;
}


DIV#background_footer {
	background: url(../images/background/page-bottom.png) no-repeat top #ffcc32;
	width:804px;
	height:11px;
	margin:0px auto 0px auto;
	clear:both;
}	
p.background_footer{
	font-size:0.7em;
	color:#666666;
	text-align: center;
}
DIV#leftBar {
	position:relative;
	text-align:left;
	width:198px;
	margin-left:32px;
	float:left;
	z-index:10;
}
DIV#pageContent {
	position:relative;
	text-align:left;
	float:left;
	width:520px;
	margin-bottom:48px;
	line-height:150%;
	padding-bottom: 24px;
}
div#pageContent img {
    border: solid 1px #eaeaea;
}
/*============================================================================
Supplier Advert Rotator
==============================================================================*/
DIV#supplier {
    width: 164px;
    margin-top:12px;
    margin-bottom:6px;
    border: 1px solid #7a4194;
}
.supplier img {
    border: solid 1px #7a4194;
    margin: 6px 6px 0px 6px;
}
.supplier p {
    font: 12px Verdana, Helvetica, sans-serif;
    color: #7a4194;
    padding: 5px 10px 5px 10px;
}
/*============================================================================
Testimonial on main page
==============================================================================*/
blockquote#rotating_testimonial {   
    background: transparent url(../images/leftquote.png) left top no-repeat;
    font: 12px Verdana, Helvetica, sans-serif;
    color: #7A4194;
    text-indent:24px;
    width: 164px;
    margin-left: 0; 
    margin-right: 0;
    padding: 0;
    margin-top: 24px;
}
blockquote#rotating_testimonial div {
    background: transparent url(../images/rightquote.png) right bottom no-repeat;
}
blockquote#rotating_testimonial p {
    text-align:right;    
}
