body, td, div, select, textarea, input, h1, h2, h3, h4, h5, h6 {
    font: normal normal normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
}

body {
    color: #333;
    margin:0;
    padding:0;
    background: #829961 url(../Images/Design/outer_bg.jpg) repeat-y top center;
}

form {
    margin: 0px;
    padding: 0px;
}

html > body #outer #main, html > body #content {
    height: auto;
    margin-bottom: 3px;
}

fieldset {
    padding-bottom: 10px;
}

strong{
    font-weight:bold;
}

legend {
    font-weight: bold;
    font-size: 11px;
    padding: 2px 5px 2px 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #B8860B;
}

h1 {
    margin: 5px 0;
    font-size: 24px;
    border-bottom: #963 1px solid;
    padding-bottom: 2px;
    font-family: Times New Roman;
}

h2 {
    font-size: 16px;
    margin: 10px 0 5px 0;
}

h3 {
    font-size: 11px;
    margin: 5px 0 3px 0;
}

h4 {
    font-size: 11px;
    margin: 5px 0 5px 0;
}

h5 {
    font-size: 10px;
    margin: 0;
    background-color: #efefef;
    height: 20px;
    line-height: 20px;
    padding-left: 3px;
}

h6 {
    font-size: 10px;
    font-weight:normal;
    margin: 0;
    margin-top:-14px;
}

input.fld, input.lge {
    border: 1px solid #7B9EBD;
    line-height: 16px;
    height: 16px;
}

input.sml {
    width: 100px;
}

input.fld {
    width: 160px;
}

input.mdm {
    width: 240px;
}

input.lge {
    width: 300px;
}

input.btn {
    border: 1px solid #666;
    background-color: #B8860B;
    color: #fff;
    font-weight: bold;
}

select {
    width: 164px;
}

select.lge {
    width: 304px;
}

select.mdm {
    width: 244px;
    margin-right: 20px;
}

select.sml {
    width: 140px;
    margin-right: 20px;
}

hr {
    height: 1px;
    background-color: #ccc;
    border: none;
}

textarea.sml {
    width: 160px;
    height: 50px;
}

textarea.mdm {
    width: 241px;
    height: 100px;
}

textarea.lge {
    width: 380px;
    height: 120px;
}

#terms {
	height: 325px;
	overflow: auto;
	border: 1px solid #7B9EBD;
	margin: 10px 0;
	padding: 5px;
}

a {
    text-decoration: underline;
}

a img {
    border: 0px;
}

a:link, a:visited, a:active {
    color: #664500;
}

a:hover {
    color: #B8860B;
}

p {
    margin: 5px 0 15px 0;
}

p.indent {
    margin: 5px 0 15px 10px;
}

acronym {
    cursor: help;
}

#outer, #main {
    height: 100.1%;
    min-height: 100%;
}

#main {
    border: 4px solid #D3C5B4;
    text-align: left;
    background: #fff url(../Images/Design/bg-page.jpg) repeat-x;
}

#main, #footer {
    width: 781px;
}

#logo {
    height: 140px;
    width: 190px;
    float: left;
    margin-top:35px;
    margin-left:8px;
    border-bottom:solid 1px #e5e5e5;
}

#logo a img {
    margin: 0 5px;
}

#headerMenu {
    height: 40px;
}

#headerMenu ul {
    padding: 0 15px 0 0;
    margin:0;
    height: 25px;
    float: right;
    background:url(../Images/Design/menuDivider.gif) no-repeat right center;
}

#headerMenu ul li {
    display: inline;
    list-style-type: none;
    line-height: 25px;
    font-weight: bold;
    padding: 0 0 0 15px;
    background:url(../Images/Design/menuDivider.gif) no-repeat left center;
}

#headerMenu li.current {
    color: #f00;
}

#headerMenu a {
    color: #900;
    text-decoration: none;
    height: 25px;
}

#headerMenu a:hover, #headerMenu a:focus {
    text-decoration: underline;
    color: #B8860B;
}

.bannerImage {
    height: 120px;
    border: 1px solid #ccc;
    background: url(../Images/Banners/Default.jpg) no-repeat right top;
}

#mainMenu, #secureMenu 
{
    font-size:15px;
    margin-left: 10px;
    font-weight: bold;
    float: left;
}

#mainMenu ul, #secureMenu ul {
    margin: 0 5px 5px 5px;
    padding: 0;
}

#mainMenu li, #secureMenu li {
    height: 22px;
    list-style-type: none;
    padding: 10px 0 0 0;
}

#mainMenu li a:link, #mainMenu li a:visited, #mainMenu li a:active, #secureMenu li a:link, #secureMenu li a:visited, #secureMenu li a:active {
    text-decoration: none;
    padding: 0 0 2px 13px;
    color: #900;
    background: url(../images/Design/arrow.gif) no-repeat 0 0;
}

#mainMenu li a:hover, #secureMenu li a:hover {
    text-decoration: underline;
    padding: 0 0 2px 13px;
    color: #B8860B;
    background-position: 0 -20px;
}

#subMenu {
    height: 25px;
    margin: 15px 0 15px 0;
}

#subMenu ul {
    padding: 0;
    margin: 0;
    font-weight: bold;
    border-bottom: 1px solid #B8860B;
    list-style-type: none;
}

#subMenu li {
    display: inline;
    margin: 0 5px 0 0;
    line-height: 25px;
}

#subMenu li a {
    padding: 5px 5px 6px 5px;
    text-decoration: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;

}

#subMenu li a:hover {
    text-decoration: underline;
}

#subMenu li.current a {
    color: #900;
    border: 1px solid #B8860B;
    border-bottom: 1px solid #fff;
}

.frm {
    width: 520px;
}

.frmCell {
    float: left;
    margin: 3px 0 0 10px;
}

.frmCell label {
    width: 120px;
    display: block;
    float: left;
    margin: 3px 0px;
}

.highlight {
    color: #f00;
}

.errorSummary {
    border: 1px solid #c00;
    background-color: #c00;
    width: 100%;
    color: #fff;
}

.errorSummary ul {
    margin: 0px;
    padding: 5px;
    background-color: #fff;
    color: #c00;
    list-style-type: none;
}

.errorIcon {
    background: url(../images/design/error.gif) center center no-repeat;
    height: 16px;
    width: 16px;
    float: right;
    display: block;
}

#clearFooter {
    height: 190px;
    clear: both;
}

#footer {
    margin-top: -170px;
    height: 100px;
    color: #999;
    border-top: 1px solid #999;
}

#footerLeft, #footerRight {
    font-size: 11px;
    line-height: 20px;
    margin: 0 3px;
}

#footerLeft {
    float: left;
    margin:10px 0 20px 10px;
}

#footerLeft ul{
    padding:0;margin:0;
}

#footerLeft ul li {
    display: inline;
    list-style-type: none;
    line-height: 20px;
}
#footerLeft ul li.split {
    padding: 0 15px 0 0;
    background:url(../Images/Design/menuDividerGrey.gif) no-repeat right center;
}

#footerRight {
    float: right;
}

.footLinks{
	float:left;
	margin:10px 20px;
	width:220px;
	text-align:left;
}


.footLinks h2{
	font-size:14px;
}


.footLinks ul{
	padding:0; margin:0;
	font-size:10px;
}

.label {
    color: #666;
}

#columnLeft, #columnRight {
    padding-top: 10px;
    display:inline;
}

#columnRight {
    float: left;
    width: 545px;
}

#main > #columnRight {
    width: 550px;    
}

#columnLeft {
    width: 190px;
    float: left;
    margin-right: 10px;
}

.buttonBar, .frmButtons {
    margin: 0 0 10px 0;
}

.clearBoth {
    clear: both;
}

#homeContent {
    float: left;
    width: 360px;
}

#homeRight {
    float: right;
    width: 135px;
}

#homeRight img {
    margin: 5px 0 10px 0;
    float: right;
}

.login {
    padding-top: 50px;
}

#loginContainer {
    width: 450px;
    background-color: #F1F3F5;
    height: 230px;
    border: 1px solid #ccc;
    text-align: left;
}

#loginForm {
    float: right;
    width: 270px;
}

#loginForm form {
    background-color: #E9ECEF;
    padding: 0 10px 10px 10px;
    border: 1px solid #ccc;
    width: 230px;
}

#loginForm label {
    height: 18px;
    display: block;
    margin: 15px 0 0 0;
}

#loginContainer h1 {
    margin: 10px 0;
    border: 0px;
}

#loginBox .fld {
    width: 180px;
}

#loginInfo {
    float: left;
    background: url(../Images/Design/security.jpg) no-repeat center top;
    width: 150px;
    padding: 80px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
}

.editPanel {
    width: 100%;
    float: left;
    border:1px solid #c00;
    padding-bottom:5px;
}

.editPanel h3{
    background-color:#c00;
    color:#fff;
    line-height:20px;
    margin:0px;
}

.editPanel ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.editPanel li {
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 2px 2px 2px 10px;
    margin: 5px 0 0 2px;
}

.editPanel a {
    padding: 10px;
}

.editPanel li.edit {
    background-image: url(../Images/Design/icon_edit.gif);
}

.editPanel li.logout {
    background-image: url(../Images/Design/icon_logout.gif);
}

.editPanel li.add {
    background-image: url(../Images/Design/icon_add.gif);
}

.editPanel li.home {
    background-image: url(../Images/Design/icon_home.gif);
}

#secureForm .frmRow, #secureForm .frmThinkRow {
    width: 100%;
    margin: 5px 0;
}

#secureForm .frmRow {
    min-height: 20px;
}

#secureForm .frmThinkRow {
    min-height: 60px;
}

#secureForm .blockLabel {
    width: 100%;
    float: none;
}

#secureForm label {
    width: 150px;
    display: block;
    float: left;
    line-height: 20px;
}

#secureForm input.fld {
    float: left;
    width: 350px;
}

#secureForm textarea.fld {
    float: left;
    width: 500px;
    height: 50px;
}


.productPod, .categoryPod{
    width:98%;
    float:left;
    height:135px;
    margin:6px 6px 0 0;
    position:relative;
}

.categoryPod{
    width:32%;
    text-align:center;
    background-color: #f9f6db;
    padding-bottom:80px;
}

.productPod
{
    height:370px;
}

.productPod h2
{
    font-size:14px;
    font-weight:normal;
    color: #666;
}

.productPod h3, .categoryPod h3{
    margin:0;
    padding:0;
    border-bottom:1px dotted #a9a66B;
    font-family: Georgia, Times New Roman, Serif;
    font-size:18px;
    line-height:24px;
}

.categoryPod h3{
    height:50px;
    border-bottom:0;
    padding-top:4px;
}

.productPod h3 a, .categoryPod h3 a, .productPod h3 a:visited, .categoryPod h3 a:visited{
    color:#a9765B;
    text-decoration:none;
    display:block;
    width:100%;
}

.productPod h3 a:hover, .categoryPod h3 a:hover{
    text-decoration:underline;
    color:#000;
}

.categoryPod
{
    height:160px;
}

.productPodContent, .categoryPodContent{
    margin:6px 0 0 0;
}

.productPodContent img, .categoryPodContent img{
    margin-left:16px;
    padding:6px;
    background-color:#fff;
    border:solid 1px #B8860B;
}

.categoryPodContent img{
    text-align:center;
}

.productPodContent img
{
    background: url(../images/design/zoom.jpg) bottom left no-repeat;
    padding:6px 6px 18px 6px;
}

.productPodContent .podMore, .categoryPodContent .podMore{
    margin:0;
}

.categoryPodContent .podMore{
    clear:left;
    padding:0 4px;
}

.productPodContent .podMore a:visited, .categoryPodContent .podMore a:visited{
    color:#900;
}

.prices
{
    font-size:16px;
    border:solid 1px #e8c69B;
    height:36px;
    width:290px;
    padding:10px 0 0 10px;
    background: #fff url(../Images/Design/bg-price.jpg) no-repeat bottom right;
}

.enquiryLink
{
    border:solid 1px #e8c69B;
    height:45px;
    width:290px;
    font-size:14px;
    background: #fff url(../Images/Design/bg-enquiry.jpg) no-repeat bottom right;
    padding:10px 0 0 10px;
}

.podMore a, .podMore a:visited{
    font-weight:bold;
	text-decoration:none;
}

.podMore a:hover{
	text-decoration:underline;

}

.draft{
    background:url(../Images/Design/product_draft.gif) no-repeat top left;
    border:1px solid #ccc;
    padding-right:15px;
    width:98%;
}

.draft .podMore{
    margin-right:20px;
}

.contactDetails{
    border-top: dotted 1px #96534f;
    padding-bottom:6px;
    clear:left;
    margin:0 12px;
}

.contactDetails p{
    padding:0 3px;
}

.contactDetails h2{
    margin:0px;
    padding:6px 0;
    color:#B8860B;
}

#sideBarContent{
    min-height:50px;
    clear:left;
    margin:0 0 0 15px;
}

.contentList li{
    margin:3px 0;
    border:1px solid red;
}

#content, #homeContent{
    line-height:18px;
}

#content img.contentImage{
    margin-left:10px;
}

.editorContainer{
    width:530px;
}
.editorContainer select{
    width:110px;
}
.sale
{
    height:80px;
    border:solid 2px #f8860B;
    background: #fff url(../Images/Design/bg-price.jpg) no-repeat bottom right;
    padding:1em;
}
.formNote
{
    width:100%;
    color:#966;
    font-size:90%;
    padding-left:150px;
}

.editorContainer .formNote
{
    padding-left:0;
}

.hide
{
    display:none;
}

.small
{
    font-size:65%;
    color:#d66;
}