/*

    RosswayDogTrainingSchool.co.uk Website CSS
	Jimmy Smith
	Version 1.0.0 - 24/09/2009

*/

/* ===== Base Styles ===== */

body  {
    font-family: "Arial", sans-serif;
    background: #bbb url(../images/page_background.jpg);
    margin: 0;  /* shorthand for all margins = 0 */
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    text-align: left;
}

td, tr {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

/* ===== Main Content Table (left/right) ===== */

#outerTable {
    margin: 0 auto; /* shortcut for top & bottom = 0, left & right = auto (center) */
    width: 770px;
	height: 110%;
    background: url(../images/banner.jpg) no-repeat;
}

#outerTable a:link,
#outerTable a:visited {
    text-decoration: none;
    color: #b36b00;
}
#outerTable a:hover {
    color: #566440;
}

/* ===== Contact Button ==== */

td#contactButton {
    height: 55px;
}

#contactButton div {
    height: 30px;
    margin: 0 0 0 650px;
    padding: 0;
}

#contactButton img {
    margin: 0;
    border: none;
}

#contactButton a:hover {
    border-bottom: none;
}

/* ===== Main Navigation ===== */

td#mainMenu {
    height: 55px;
    vertical-align: bottom;
}

#mainMenu div {
    height: 30px;
    margin-left: 300px;
    padding: 0;
}

#mainMenu img {
    margin: 0 5px;
    border: none;
}

/* ===== Main Content (left) ===== */

td#contentLeft {
    background: #fff;
    width: 505px;
}

td#contentAll {
    background: #fff;
    width: 770px;
}

td#contentLeftAdvt {
    background: #fff;
    width: 560px;
}

div#mainContent {
    padding: 0 15px;
    margin: 0;
}

#mainContent p {
    font-family: "Arial", san-serif;
    font-size: .9em;
    line-height: 1.4em;
    margin-left: 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-family: "Arial", sans-serif;
}

#mainContent h1 {
    font-family: "Arial", sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    color: #333333;
    margin: 0 0 .4em 0;
}

#mainContent h2 {
    font-family: "Arial", sans-serif;
    font-size: 1.2em;
    color: #3C3809;
    margin: 0 0 .4em 0;
}

#mainContent h4 {
    font-family: "Arial", sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin: 0 0 -.2em 0;
}

#mainContent ul {
    font-family: "Arial", serif;
    font-size: 0.9em;
    margin-bottom: 1.4em;
}

#mainContent li {
    margin-bottom: .6em;
}

#mainContent p.leftMenu {
    font-family: "Arial", sans-serif;
    margin-bottom: 1.5ex;
}

#mainContent p.leftMenu a {
    color: #566440;
}

#mainContent p.leftMenu a:hover {
    color: #b36b00;
    border: none;
}

/* ====== Sidebar (right) ====== */

td#contentRight {
    background: #fff;
    width: 265px;
}

td#contentRightAdvt {
    background: #fff;
    width: 210px;
}

#contentRightAdvt img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#contentRightAdvt img.advt {
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

#contentRightAdvt p {
    font-family: "Arial", sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666;
    margin: 0 0 3ex 0;
}

#contentRightAdvt h3 {
    font-family: "Arial", Verdana, Helvetica, sans-serif;
    font-size: 1em;
    color: #333333;
    text-align: left;
    margin: 1ex 0 .5ex 0;
}

div#sideBar {
    border-left: 1px solid #999;
    padding: 0 10px;
}

#contentRight p {
    font-family: "Arial", sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666;
    margin: 0 0 3ex 0;
}

#contentRight h3 {
    font-family: "Arial", Verdana, Helvetica, sans-serif;
    font-size: 1em;
    color: #333333;
    text-align: left;
    margin: 1ex 0 .5ex 0;
}

#contentRight img {
    margin: 0 25px;
}

#contentRight ol {
    margin: .5em 0 1.5em 1em ;
}

#contentRight li {
    font-family: "Arial", sans-serif;
    font-size: 0.8em;
    color: #666;
    margin: .2em .5em;
}

/* ===== footer ===== */

#footer {
    font-family: "Arial", sans-serif;
    font-size: 0.75em;
	color: #cc0000;
    text-align: center;
}
#footer a {
    color: #333333;
    text-decoration: none;
}



