/*################### Setup layout containers ######################*/
	
body {
    background-color: #fff;
    color: #88746B;
	font-family: trebuchet ms,arial,verdana,tahoma,helvetica,ms-sans;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 0px;
}

select,
input,
textarea {	
	color: #000;
	font-family: trebuchet ms,arial,verdana,tahoma,helvetica,ms-sans;
	font-size: 100%;
}

hr {	
	border: 0px;
	border-bottom: 1px solid #eee;
	display: block;
	float: left;
	height: 1px;
	margin: 10px 0px 10px 0px;
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;	
}

a img,
img {
	border: 0px;
}

table {
    color:#87736A;
    font-family:Trebuchet MS;
}

th {
	color:#87736A;
	font-weight:normal;
    font-family:Trebuchet MS;
}

a,
a:link,
a:active,
a:focus,
a:visited {
	color: #88746B;
	text-decoration: none;
}

a:hover {
	color: #F47B20;
	text-decoration: none;
}

h1 {
	color: #88746a;
	font-family: trebuchet ms,arial,verdana,tahoma,helvetica,ms-sans;
	font-size: 160%;
	font-weight:bold;
	margin: 0px;
	padding: 0px;	
}

h2 {
	color: #88746a;	
	font-family: trebuchet ms,arial,verdana,tahoma,helvetica,ms-sans;
	font-size: 140%;	
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #f47b20;	
	font-family: trebuchet ms,arial,verdana,tahoma,helvetica,ms-sans;
	font-size: 120%;	
	margin: 0px;
	padding: 0px;
}

.sitemap {
	float: left;
}

.sitemap ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;	
	padding: 0px;	
}

.sitemap li {
	line-height: 150%;
}

.center {
	text-align: center;
}

.required {
	color: red;
	font-size: 10px;
}

/*############ [ Popup ] ##############*/
#popup {
	float: left; 
	padding: 10px;
}

#popupContainer {
	float: left;
	width: 550px;
}

#popupContainer .content {	
	background: #fff url('../images/layout/emailBg.gif') top left repeat-y;
	float: left;
	padding: 0px 10px 10px 10px;
	width: 530px;
}

#popupContainer .content p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#popupContainer .header {
	background: url('../images/layout/emailHeaderBg.gif') top left no-repeat;
	float: left;
	height: 8px;
	width: 550px;	
}

#popupContainer .footer {	
	background: url('../images/layout/emailFooterBg.gif') top left no-repeat;
	float: left;
	height: 9px;
	padding-bottom: 10px;
	width: 550px;	
}

/*############### Breadcrumb Trail ] ###################*/
	
#breadcrumb {
    background-color:#5a7d7b;
    color:#B9D1CD;
	float: left;
	font-size:8pt;
	line-height: 20px;
	width: 741px;
	text-align:right;
	text-transform:uppercase;
}

#breadcrumb ul,
#breadcrumb li {	
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#breadcrumbPadding {
	padding: 0px 5px;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a h1,
#breadcrumb a:link h1,
#breadcrumb a:visited h1,
#breadcrumb a h2,
#breadcrumb a:link h2,
#breadcrumb a:visited h2 {	
	color: #FEF0D6;
	line-height: 20px;
	margin: 0px;
	padding: 0px 2px;	
	text-decoration: none;
	font-weight:normal;
}

#breadcrumb a:hover,
#breadcrumb a:hover h1,
#breadcrumb a:hover h2 {
	color: #f47b20;
	text-decoration: none;
}

#breadcrumb em {
	font-size: 80%;
	font-style: normal;
	padding: 0px 2px;
}

#breadcrumb span {
	font-style: normal;	
	padding: 0px 2px 0px 0px;
}

#breadcrumbDontShow {
	display: none;
}

#breadcrumb h1,
#breadcrumb h2 {
	font-size: 100%;
	line-height: 20px;
	margin: 0px;
	padding: 0px;	
}

.homeBreadcrumb {    
    color:#989898;
    padding:5px 0px;
    width:100%;
}

/*############# Error | Warning | Information message ##################*/

.messageContainer {	
	color: #4f4f4f;	
	font-size: 100%;
	float: left;
    margin: 0px 0px 0px 0px;	
	text-align: center;
}

.errorContainer {
	color: #ff0000;	
	display:block;
	float:left;
	padding-bottom:30px;
}

.warningContainer {
	color: #ef720e;	
}

.infoContainer {
	color: #88746a;
}

.errorContainer .messageContent h2 {
	color: #990000;	
}

.warningContainer .messageContent h2  {
	color: #e97900;
}

.infoContainer .messageContent h2  {
	color: #0b5e17;
	display:inline;
	font-size:12px;
	font-weight:bold;
	line-height:22px;	
}

.messageHeader {	
	float: left;
	height: 8px;
	margin-top: 10px;
}

.infoContainer .messageHeader,
.errorContainer .messageHeader,
.warningContainer .messageHeader {
	display:none;
}

.messageContent h2 {
	display:inline;
	font-size: 18px;
	margin: 0px 10px 2px 0px;
	padding: 0px;	
	width:100px;
}

.messageContent {
	color:#88746a;
	float: left;
	padding: 0px 0px 0px 0px;
	text-align:center;
	width:741px;
}

.messageContent span {
    display:inline;
	line-height:22px;
	margin:0px 0px;
	padding: 0px 0px 0px 0px;	
	text-align: center;
}

/*############# content left - lhs2 transparent ##################*/

#lhs {
	display: inline;
	float: left;	
	margin: 0px 3px 0px 0px;
	padding: 0px;
	width:212px;
	z-index: 10;
}

#dnn_LeftPane {
	border: 0px !important;
}

.additionlContentLeft,
.additionlContentRight {
	display: inline;
	float: left;
	margin-bottom:15px;
	position: relative;	
	width:212px;	
	margin-top:20px;
	
}

.additionlContentLeft img, .additionlContentLeft {
	text-align:center;
}

#rhs {
	display: inline;
	float: left;	
	margin: 0px;
	padding: 0px;
	width:740px;
	z-index: 10;
}

/*################# Setup layout containers ################*/
#outerWrapper {         
    background:url('../images/layout/bg.jpg') repeat-y center top;
    float:left;
    margin:10px 0px; 
    text-align:center;    
    width:100%;
}	
	
#wrapper {	
	margin:0px auto;
	text-align:left;
	width:960px;	
}

#dnn_ContentPane {
	border: 0px !important;
	display:inline;
	float: left;
	margin:0px;	
	position:relative;
	width: 741px;
	z-index: 0;
}

#content {
	background-color:#fff;
	display: block;
	float: left;	
	padding: 0px;	
	position:relative;
	margin: 0px;
	width: 100%;
	z-index: 0;	
}

.bodyText {
	float: left;
	padding: 10px 0px 5px 10px;	
}

.horiBreak {
	background-color: #eb6fa5;
	float: left;
	height: 8px;
	margin: 0px;
	padding: 0px;	
	width: 100%;	
}
/*################ search ####################*/

#searchBox {
    background:url('../images/layout/bg_search.jpg') no-repeat top left;
    color:#88746B;
    height:34px;
    float:left;
    font-size:11px;
    line-height:34px;
    margin-left:3px;          
    width:293px;
    display:inline;
}

#searchBox .header {
	float:left;
	width:95px;
	text-align:center;
}

#searchBox input {
    border:1px solid #fff;   
	line-height:24px;
	height:24px;
	margin: 3px 0px 0px 6px; 
	width:145px;
	display:inline;
	float:left;
}

#searchBox .goBtn {
    float:right;
    height:30px;
    margin:2px 5px 0px 0px;
    width:30px;
    display:inline;
}

#searchBox .body a.advLink {
    display:block;
    font-size:12px;
    text-align:center;    
}

#searchBox .body a span {
    color:#d15400;
}

/*################ newsletter ####################*/

#newsletterBox {   
    float:left;
    margin-bottom:10px; 
    width:175px;
}

#newsletterBox .header {
    background:url('../images/images/newsletter_header.gif') no-repeat top left;
    color:#fff;
    height:30px;
    line-height:30px;   
    z-index:100;
}

#newsletterBox .body {
    background:url('../images/images/newsletter_bg.gif') no-repeat bottom left;
    font-size:11px;
	padding:10px;
	z-index:0;	
}

#newsletterBox .body input {   
    -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border:1px solid #ccc;
	height:24px;
	line-height:24px;
	margin:2px 0px;
}

#newsletterBox .body a {
    font-size:12px;
}    

#newsletterBox .body a span {
    color:#d15400;
}

#newsletterBox .body .goBtn {
    display:block;
    float:right;
    margin:5px 2px 0px 0px;
}

/*################ mini basket ####################*/

#miniBasket {
    border-left:1px solid #979189;
    float:right;    
    font-size:11px;
    height:14px;
    margin:10px 0px;
    width:213px;
    display:inline;
}

#miniBasket .viewBasket {
    float:left;   
    font-size:11px;
    font-weight:normal;    
    padding-left:10px;
    display:inline;
}

#miniBasket .items {
    color:#88746B;
    float:left;
    margin-left:30px;
    display:inline;
}
    
/*############# page content boxes ################*/

#pageContent {
    float:left;
    width:100%;
}

#pageContent .head {
    color: #ffffff;
	background-color: #5a7d7b;
	float: left;
	font-weight: bold;
	padding: 0px;
	width: 741px;
}
 
#pageContent .head h1 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 5px 10px;
	text-transform: uppercase;
}

#pageContent .head .right {
	float:right;
	width:100%;
	text-align:right;
}


#pageContent .head .right a {
	color:#fef0d6;
	margin-right:10px;
}

#pageContent .head .right a:hover {
	color: #f47b20;
}
#pageContent .body {    
    border:1px solid #5a7d7b;
    border-right:1px solid #5a7d7b; 
    display:inline;
    float: left;	
	margin:0px 0px 5px 0px;
	padding: 0px 10px 10px 10px;      
    width:719px;    

}

#pageContent .body #Login {
	text-align:center;
	padding-top:20px;
}

#pageContent .body #Login table {
	text-align:center;
	margin:0px 0px 0px 150px ;
	width:300px;
}

#pageContent .foot {
	display:none;
}

#pageContent .crumbs,
#products .crumbs {    
    float:left;
    font-size:12px;
    height:20px;
    line-height:20px;    
    margin:1px 0px 2px 0px;
    width:580px;
}

#products .crumbs {
	margin: 0px 0px 1px 0px;
}
    
#pageContent .crumbs .left,
#products .crumbs .left {
    color:#999999;
    float:left;
    font-size:11px;
    width:200px;
}
    
#pageContent .crumbs .right {
    float:right;
    text-align:right;
    width:200px;
}

#pageContent .crumbs .right a {
    color:#d15600;
    font-weight:bold;
}

#pageContent .crumbs .right a:hover {
    text-decoration:underline;
}

/*############# [ footer definitions] #############*/

#footer {
    background-color:#fff;
    color:#999;
    float:left;
    line-height:20px;
    padding:2px 0px 10px 0px;
    text-align:center;    
    width:100%;    
    font-size:11px;
}

#footer #footerText {
    font-size:8pt;    
    margin:0px;
    padding:4px 0px;
    text-align:left;
 	float:left; 
}
  
#bottomNav {	
	display: inline;
	float:right;
	margin: 0px;
	position: relative;
	vertical-align: middle;
	width: 300px;	
	z-index: 2;
	padding-right:3px;
}

#bottomNav ul {		
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#bottomNav ul a,
#bottomNav ul a:link,
#bottomNav ul a:visited {
	color: #F47B20;	
	padding: 5px;	
	text-decoration: underline;
}

#bottomNav ul a:hover,
#bottomNav a:hover,
a.footerlink:hover {	
	text-decoration: none;	
}

#bottomNav a,
#bottomNav a:link,
#bottomNav a:visited,
a.footerlink,
a.footerlink:link,
a.footerlink:visited {
	color: #fff;
	text-decoration: underline;		
}

#bottomNav li {
	display: inline;
	border-right:1px solid #ccc;

}

#siteSealFauxBadge div {
	position: fixed;
	bottom: 0px;
}