/* ############### */
/* TEMPLATE STYLES */
/* ############### */

/* Styles common to all standard pages */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */

/* <a> */
a.button {
    background: transparent url(../images/bg_button_a.jpg) no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 36px;
    padding-right: 32px; /* sliding doors padding was 11*/
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/bg_button_span.jpg) no-repeat;
    display: block;
    line-height: 12px;
    padding: 11px 0 13px 32px; /* padding 32 was 10 */
} 

a.button:hover {
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 12px 0 12px 32px; /* push text down 1px, padding 32 was 10 */
} 

a.active {
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.active span {
    background-position: bottom left;
    padding: 12px 0 12px 34px; /* push text down 1px */
} 

a.active:hover span {
    background-position: bottom left;
    padding: 12px 0 12px 34px; /* push text down 1px, delete this section if nav goes back */
}
/* <div> */
div#boxes {
position: relative;
height: 190px;
}

div#boxleft {
	background:#CDCDCD;
	position: absolute;
	left: 0px;
	padding: 0px 0px 0px 0px;
	width: 240px;
}

div#boxmid {
	background:#CDCDCD;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: 240px;
	position: relative;
}

div#boxright {
	background: url(../images/bg_greybox.jpg) no-repeat #979797;
	height: 165px; 
	position: absolute;
	right: 0px;
	padding: 0px 0px 0px 0px;
	width: 240px;
	text-align:center;
}


div#container {
	position: relative;
	padding: 0px 0px 20px 0px;
	width: 772px;
	margin: 0 auto;
	text-align: relative;
}

div#content {
	margin: 0px 0px 40px 0px;
	width: 766px;
	padding: 0px 0px 10px 0px;
}

div#footer{
	background: url(../images/bg_footer.jpg) repeat-x;
	height: 47px;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	margin-top: 50px;
}

div#nav {
	background:url(../images/button_left.jpg) no-repeat;
	height: 36px;
	padding-left: 2px;
	position: relative;
}

div#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}



/* <h1> */


/* <p> */


/* <ul> & <li> */
ul#nav {
	padding: 0px;
	height: 31px;
	left: 273px;
	margin: 0px 0px;
	position: absolute;
	top: 46px;
}
ul#nav li {
	display: block;
	float: left;
	height: 31px;
	line-height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}


/* Copyright (c) Webfuel Ltd. */
