/*Aga Cooker Centre Style Sheet
******************************************
REVISED: 22 FEB 2010
Spillers of Chard
******************************************

/*RESET BROWSER INCONSISTENCIES*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }

html {font-size: 62.5%;}


/*--------------------------------HEADER DIVS--------------------------------------------*/

#header {
width: 100%;
background-color: #CCCCCC;
height: 115px;
background-image: url('images/header_bg.jpg');
background-position: center;
background-repeat: repeat-x;
}

#acc {
width: 990px;
margin: 0 auto;
padding-top: 21px;
}
/*--------------------------------NAVBAR DIVS----------------------------------------------*/
#navbar {
width: 100%;
height: 42px;
background-color: #666666;
background-image: url('images/navbar_bg.jpg');
background-repeat: repeat-x;
}

#navholder {
width: 1000px;
margin: 0 auto;
height: 13px;
}

#leftnav {
float: left;
width: 350px;
margin-left: 20px;
height: 13px;
margin-top: 15px;
cursor: pointer;
}

#agacooker {
width: 101px;
height: 13px;
margin-right: 29px;
}

#sseries {
width: 80px;
height: 13px;
margin-right: 29px;
}

#masterchef {
width: 103px;
height: 13px;
}

#refrigeration {
width: 124px;
height: 13px;
margin-right: 24px;
margin-left: 9px;
}

#stoves {
width: 97px;
height: 13px;
margin-right: 24px;
}

#rayburn {
width: 75px;
height: 13px;
}

#rightnav {
float: right;
width: 359px;
margin-right: 20px;
height: 13px;
margin-top: 15px;
cursor: pointer;
}

#logoholder {
width: 1000px;
margin: 0 auto;
border: 0;
}

#logofloat {
padding: 0;
position: absolute;
margin-left: 376px;
float: left;
z-index: 10;
width: 247px;
height: 68px;
border: 0;
cursor: pointer;
}

#bottombar {
background-image: url(images/2009/purple_bar_bg2.png);
height: 49px;
background-repeat: repeat-x;
background-position: top;
position: relative;
z-index: 10;
margin-top: -6px;
padding-top: 12px;
}


#black, #blackhome {
background-image: url(images/2009/black_bg.jpg);
background-repeat: repeat-x;
}

#lilachome {
background-image: url(images/2009/lilac_grad2.jpg);
background-repeat: repeat-x;
border-top: 1px solid #ffffff;
}

#black {
margin-top: -17px;
}

#blackcontentholder, #lilaccontentholder {
height: 245px;
width: 995px;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 40px;
color: #ffffff;
}

#blackcontentleft {
width: 636px;
margin-left: 10px;
float: left;
}

#lilaccontentleft {
width: 955px;
margin-left: 10px;
float: left;
}

#blackcontentleft p {
font-size: 12px;
line-height: 20px;
}

#blackcontentleft h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 210%;
color:#FFFFFF;
font-weight: normal;/*
margin-bottom: 5px;
margin-top: 0;
padding: 0;
*/
line-height: normal;
letter-spacing: -1px;



border-bottom: 1px solid #333333;
padding-bottom: 2px;
margin-bottom: 10px;
}

#lilaccontentleft h1 {
border-bottom: 1px solid #575f76;
padding-bottom: 2px;
margin-bottom: 10px;
}


#blackcontentright {
width: 288px;
margin-left: 15px;
padding-left: 15px;
padding-right: 15px;
background-repeat: repeat-x;
float: left;
margin-top: -14px;
font-size: 12px;
line-height: 22px;
font-family: Arial, Helvetica, sans-serif;
}
#blackcontentright h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 210%;
color:#FFFFFF;
font-weight: normal;
border-bottom: 1px solid #333333;
padding-bottom: 2px;
margin-bottom: 10px;
margin-top: 20px;
}

#blackcontentright h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 190%;
color:#FFFFFF;
font-weight: normal;
border-bottom: 1px solid #333333;
padding-bottom: 2px;
margin-bottom: 10px;
margin-top: 20px;
}
#blackcontentright h4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 180%;
color:#FFFFFF;
font-weight: normal;
border-bottom: 1px solid #333333;
padding-bottom: 2px;
margin-bottom: 10px;
margin-top: 20px;
}
#blackcontentright p {
margin-bottom: 20px;
font-size: 12px;
}

#blackcontentright a {
color: #3366cc;
text-decoration: none;
}

#blackcontentright a:hover {
text-decoration: underline;
}



#footer {
width: 970px;
height: 20px;
margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.bold {
font-weight: bold;
}

.underline {
text-decoration: underline;
color: #000000;
font-weight: bold;
}

.clearleft {
clear: left;
}

.clearright {
clear: right;
margin-bottom: 10px;
}

.alignright {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

.alignright30 {
float: right;
margin-left: 30px;
margin-bottom: 10px;
}

.alignright20top {
float: right;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 20px;
}

.alignrightnomargin {
float: right;
}
.alignleft {
float: left;
margin-right: 10px;
}

.italic {
font-style:italic;
}

.cellalignleft {
text-align: left;
}

.cellaligncentre {
text-align: center;
}

.justify {
text-align: justify;
}