html, body, form {
	height: 100%;
}

body, td, div, select, textarea, input, h1, h2, h3, h4, h5, h6 {
	font: normal normal normal 12px Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: #333333;
	margin: 0px;
	background:#808080 url(../Images/Design/bg_main.jpg) repeat-x;
}

form {
	margin: 0px;
	padding:0px;
}

html > body #outer #main, html > body #content {
	height: auto;
	margin-bottom:3px;
}

fieldset {
    padding-bottom:10px;
    margin-bottom:10px;
    float:left;
}

legend {
    font-weight : bold;
    font-size : 11px;
    padding:2px 5px 2px 5px;
    border:1px solid #cccccc;
    color:#666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #333333;
	margin:0px;
	text-transform:uppercase;
}

h1 {
    font-size: 16px;
	line-height:25px;
}

h2 {
    font-size: 14px;
	line-height:25px;
}

h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 12px;}

input.fld, input.lge {
	border: 1px solid #7B9EBD;
	line-height: 16px;
	height: 16px;
}

input.fld {width: 160px;}
input.mdm {width: 240px;}
input.lge {width: 300px;}

input.btn {
	border: 1px solid #666666;
	background-color: #666;
	color: #ffffff;
	font-weight: bold;
}

select {width: 164px;}
select.lge {width: 454px;}

select.mdm {
	width: 244px;
	margin-right:20px;
}

select.sml {
	width: 240px;
	margin-right:20px;
}

hr {
	height: 1px;
	background-color: #cccccc;
	border: none;
}

textarea.sml {
	width: 160px;
	height: 50px;
}

textarea.mdm {
	width: 241px;
	height: 100px;
}

textarea.lge {
	width: 380px;
	height: 120px;
}

a {text-decoration: underline;}
a img {border: 0px;}
a:link, a:visited, a:active {color: #C11313;}
a:hover {color: #666666;}

p {
	margin: 5px 0px 15px 0px;
}

p.indent {
	margin: 5px 0px 15px 10px;
}

acronym{
    cursor:help;
}

/* -------------------------------------------------------------------------------- Page Structure Classes */
#outer, #main {
	height: 100.1%;
	min-height: 100%;
}

#main {
	text-align:left;
	border:1px solid #333;
	margin:20px;
    background-color:#ffffff;
}

.menuBg{
    background:#ffffff url(../Images/Design/main_menu_bg.jpg) left top repeat-y;
}

#main, #footer, #headerContainer, .headerImage {
	width:960px;
}

#header{
	height: 100px;
	background: #ccc url(../Images/Design/banner.jpg) no-repeat right top;
	width:960px;
	position:relative;
}

#clearHeader{
    height:150px;
}

#headerOuter{
	position:absolute;
	top:21px;
	left:0px;
	width:100%;
}

#headerOuter #headerContainer{
	width:100%;
	height:130px;
}

#headerMenuBar {
	width:960px;
	height: 25px;
    border-top:2px solid #000;
    background-color:#8C0000;
}

#headerOuter > #header {
	width:auto;
}

#logo {
	width: 500px;
	height:100px;
	position:absolute;
	top:0px;
	left:0px;
	background: url(../Images/Design/logo.jpg) no-repeat left top;
}

#slogan{
    float:right;
	width: 400px;
	height:100px;
	background: url(../Images/Design/slogan.jpg) no-repeat right top;
}

#headerMenuBar ul {
	padding: 0px;
	margin:0px 0px 0px 20px;
	height:25px;
}

#headerMenuBar ul li {
    display:inline;
    float:left;
	list-style-type: none;
	line-height: 25px;
	font-weight: bold;
}

#headerMenuBar a {
	color: #fff;
	text-decoration: none;
	height:25px;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
}

#headerMenuBar a:hover, #headerMenuBar a:focus {
	color: #ccc;
	text-decoration: underline;
}

#headerMenuBar li#current a {
	color: #ccc;
}


/* ------------------------------------------------------------------------------------ Main Menu Classes */
#mainMenu{
    float:left;
}

#mainMenu h2, #editPanel h2{
    border-bottom:1px solid #890E0E;
}

#mainMenu ul{
    padding:0px;
    margin:0px;
    width:180px;
    border-top:1px solid #fff;
}

#mainMenu li{
    list-style-type:none;
    width:180px;
    border-bottom:1px solid #fff;
    line-height:22px;
}

#mainMenu li a{
    display:block;
    width:170px;
    padding-left:10px;
    color:#000;
    background:url(../Images/Design/main_menu_bullet.gif) left top no-repeat;
    text-decoration:none;
}

#mainMenu li a:hover{
    color:#cc0000;
    text-decoration:underline;
}

/* ------------------------------------------------------------------------------------- Sub Menu Classes */
#subMenu{
    height:25px;
    margin:15px 0px 15px 0px;
}

#subMenu ul{
    padding:0px;
    margin:0px;
    font-weight:bold;
    border-bottom:1px solid #009900;
    list-style-type:none;
}

#subMenu li{
    display:inline;
    margin:0px 3px 0px 0px;
    line-height:25px;
}

#subMenu li a{
    padding:5px 5px 6px 5px;
    color:#009900;
    text-decoration:none;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    background-color:#efefef;
}

#subMenu li a:hover{
    text-decoration:underline;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
}

#subMenu li.current a{
    color:#990000;
    border-top:1px solid #009900;
    border-left:1px solid #009900;
    border-right:1px solid #009900;
    border-bottom:1px solid #ffffff;
    background-color:#ffffff;
}

/* ---------------------------------------------------------------------------------- Form Layout Classes */
.frm{
    width:520px
}

.frmCell{
    float:left;
    margin:3px 0px 0px 10px;
}

.frmCell label{
    width:120px;
    display:block;
    float:left;
    margin:3px 0px 3px 0px;
}

/* ------------------------------------------------------------------------------------- Bread Crumb Classes */
#breadCrumb{
    height:20px;
}
#breadCrumb ul{
    margin:0px;
    padding:0px;
}

#breadCrumb li{
    list-style-type:none;
    display:inline;
    padding-right:16px;
    background:url(../Images/Design/bread_crumb_bullet.gif) right center no-repeat;
    
}

#breadCrumb li.last{
    background-image:none;
}

/* ---------------------------------------------------------------------------------------- Copy Classes */
.highlight{
	color: #ff0000;
}

.spacedText{
    line-height:1.5em;
}

.clearBoth{clear:both;}

/* -------------------------------------------------------------------------------- Footer Layout Classes */
#clearFooter {
	height: 50px;
	clear:both;
}

#footer {
	margin-top: -62px;
	height: 40px;
	color: #999;
	background-color:#efefef;
	border-top:1px solid #333;
}

html > body #footer{
	margin-top: -45px;
}

#footerBottom{
    height:20px;
}

#footerLeft, #footerRight {
	font-size: 11px;
	line-height: 38px;
	margin: 0px 3px 0px 3px;
}

#footerLeft {float: left;margin-left:30px;}
#footerRight {float: right;margin-right:30px;}

#footer a{
    color:#333;
    text-decoration:none;
}

#footer a:hover{
    text-decoration:underline;
}

/* ---------------------------------------------------------------------------------- Content Area Classes */
#content {
	margin:0px 30px 10px 30px;
	height:auto;
	clear:both;
}

.copy{
	line-height:20px;
}

.catCopy{height:130px;}

html > body .catCopy{
    min-height:130px;
    height:auto;
}

#content .contentImage{
  margin:5px;
}

.categoryImage
{
    float:right;
    margin:-35px 0px 0px 10px;
    border: 1px solid #CCCCCC;
}

/* ---------------------------------------------------------------- About Us - Company Information Classes */
.compInfoContainer{
    margin:10px 0px 10px 0px;
}

.compInfo{
    margin:10px 0px 10px 0px;
}

.compInfo label{
    display:block;
    font-weight:bold;
    width:150px;
    float:left;
}

.compInfo div{
    width:200px;
    float:left;
}

/* ---------------------------------------------------------------------------------------- Layout Classes */
.colsOne, .colsTwo, .colsThree{
    width:900px;
    overflow:hidden;
}

.colsOne .columnCentre{
    width:900px;
    line-height:1.5em;
}

.colsTwo .columnCentre{
    width:710px;
    margin-left:190px;
    line-height:1.5em;
}

.colsTwo .columnLeft{
    width:180px;
    margin-left:-900px;
}

.colsThree .columnCentre{
    width:550px;
    margin-left:190px;
    line-height:1.5em;
}

.colsThree .columnLeft{
    width:180px;
    margin-left:-740px;
}

.colsThree .sideBar{
    width:150px;
}

.columnCentre, .columnLeft, .sideBar{
    float:left;
    display:inline;
}

/* ------------------------------------------------------------------------------------ Login Form Classes */
.login{padding-top:20px;}

#loginContainer{
    width:450px;
    background-color:#F1F3F5;
    height:230px;
    border:1px solid #cccccc;
    text-align:left;
}

#loginForm{
    float:right;
    width:270px;
}

#loginForm form{
    background-color:#E9ECEF;
    padding:0px 10px 10px 10px;
    border:1px solid #cccccc;
    width:230px;
}

#loginForm label{
    height:18px;
    display:block;
    margin:15px 0px 0px 0px;
}

#loginContainer h1{margin:10px 0px 10px 0px;}
#loginContainer{color:#666666;}

#loginForm h2
{
    color:#666666;
    line-height:40px;    
}

#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;
}

/* -------------------------------------------------------------------------------- Error Summary Classes */
.errorSummary {
	border: 1px solid #cc0000;
	background-color: #cc0000;
	width: 100%;
	color:#ffffff;
	margin:10px 0px 10px 0px;
}

.errorSummary h4 {
    margin:3px 0px 3px 3px;
    color:#ffffff;
}

.errorSummary ul {
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	color:#cc0000;
	list-style-type:none;
}

.errorIcon{
    background:url(../images/design/error.gif) center center no-repeat;
    height:16px;
    width:16px;
    float:right;
    display:block;
}

.suppliers{
    width:360px;
    overflow:hidden;
}

.supplier{
    width:165px;
    height:100px;
    border:1px solid #cccccc;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    background-position:center center;
    background-repeat:no-repeat;
}

.supplier a{
    width:163px;
    height:98px;
    display:block; 
}

.contactUs
{
    font-size:11px;
    margin:0px 10px 0px 10px;
}

.contactUs h2, .contactUs h3{
    font-size:12px;
}

.contactUs .inline{
    font-size:11px;
    line-height:24px;
    clear:left;
}

.contactUs .inline h3{
    width:35px;
    float:left;
    line-height:24px;
}

/* --------------------------------------------------------------------------------------------- Home Pods */
#homePods{
    border-top:1px solid #878787;
    border-bottom:1px solid #878787;
    width:900px;
    margin:10px 0px 10px 0px; 
}

.categories, .products{
    margin:10px 0px 10px 0px; 
}

.homePod, .categoryPod{
    float:left;
    width:180px;
    margin:20px 40px 20px 0px;
    font-size:11px;
}

.productPod
{
    border:1px solid #ccc;
    width:707px;
    min-height:260px;
    margin-bottom:10px;
}

.productPod img
{
	margin:0px 10px 5px 5px;
}

.homePod h2, .categoryPod h2, .productPod h2{
    color:#8C0000;
    font-size:12px;
    margin-bottom:5px;
}

.homePod h2 a span, .categoryPod h2 a span, .productPod h2 span{
    background-color:#efefef;
    margin-bottom:5px;
    padding-left:5px;
    display:block;
}

.homePod img, .categoryPod img, .productPod img{
    display:block;
}

.homePod h2 a, .categoryPod h2 a{
    text-decoration:none;
}

.homePod h2 a:hover span, .categoryPod h2 a:hover span{
    text-decoration:underline;
}

/* ------------------------------------------------------------------------------------------- Latest News */
#newsItems{
    float:left;
}

.newsItem{
    background-color:#efefef;
    padding:10px;
    float:left;
    width:880px;
}

.newsItem img{
    float:left;
    margin:0px 20px 0px 0px;
}

.newsItem h3{
    color:#8C0000;
}

.newsItem .newsCopy{
    margin:10px 0px 10px 0px;
}

/* ------------------------------------------------------------------------------------ Edit Panel Options */
#editPanel{
    width:100%;
    float:left;
    height:200px;
    margin-top:20px;
}

#editPanel ul{
    list-style-type:none;
    padding:0px;
    margin:0px;
    height:25px;
}

#editPanel li{
    display:block;
    background-position:left top;
    background-repeat:no-repeat;
    padding:2px 2px 2px 10px;
    margin:5px 0px 0px 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);}
#editPanel li.list{background-image:url(../Images/Design/icon_list.gif);}

