/* =NAVBAR
------------------------------------------------------*/

#navFooter {
clear:both;
border-bottom:8px solid #005E91;
}

div#menu{
background:#BBD9EE;
}

div#menu2{
background:#BBD9EE;
}

ul#nav a,
ul#nav2 a
{
background:#E7F1F8;
}


/* =STRUCTURE
------------------------------------------------------*/
html, body{
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#D6D4CB url(../images/background_body.gif) 50% 0 repeat-y;
	text-align:center;
}

body.popup {
	background:none;
	margin:20px;
}

#container{
	height:100%; /*push the footer to the bottom in IE*/
	position:relative;
	background:#FFFFFF;
	text-align:left;
	margin:0 auto;
}
*html #container{
	width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto"); /*sets max width for IE */
}
html>body #container{
	min-height:100%; /*stretches container beyond the viewport for footer to appear at the bottom in FF*/
	height:auto;
	max-width:1000px; /*sets maximum width for FF*/
}

#contentwrapper{
	position:relative;
	padding-left:175px;
	height:auto;
	max-width: 835px;
	_height:1%; /* required to make IE enclose floated columns in wrapper */
}
#container.related #contentwrapper {
	padding-right:175px;
}

/* clears contentwrapper*/
#contentwrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #contentwrapper {height: 1%;}
/* End hide from IE-mac */

#pagecontent{
	float:left;
	width:100%;	
}
/* clears pagecontent*/
#pagecontent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #pagecontent {height: 1%;}
/* End hide from IE-mac */

#header{
	position:absolute;
	top:0;
	left:0;
	height:121px;
	width:100%;
	clear:both;
	font-size:8pt;
}

#sidebar{
	float:left;
	width:175px;
	margin-left:-175px;
	padding-bottom:50px;
	padding-top:135px;
	position:relative;
	z-index:1000;
}

#maincontent{
	float:right;
	width:100%;
	position:relative;
	z-index:10;
	padding-bottom:50px;	
	padding-top:115px;	
}

#container.related #related{
	float:right;
	width:175px;
	height:300px;
	margin-left:-175px;
	left:175px;
	position:relative;
	padding-top:111px;	
}

#footer{
	clear:both;
	height:30px;
	position:absolute;
	bottom:0;
	width:100%;
	background: url(../images/background_footer.gif) 0 0 repeat-x;
}
#footercontent{
	padding-top:12px;
	text-align: center;
}

br.clear{
	clear:both;
}


/* =HEADER
------------------------------------------------------*/
#headercontent{
	background: url(../images/background.jpg) center center no-repeat;
	height:121px;
	background-color: #c0c0c0;
}

#header #logo{
	width:169px;
	height:66px;
	background: url(../images/mtnland_logo.gif) center center no-repeat;
	position:absolute;
	top:5px;
	left:5px;
	z-index:10
}

#header #mtncom{
	width:121px;
	height:71px;
	background: url(/members/images/mcs_logo.gif) center center no-repeat;
	position:absolute;
	top:5px;
	right:30px;
	z-index:10;
}

#header #mission{
	position:absolute;
	top:76px;
	left:5px;
	width:167px;
	text-align: center;
	font-family: Verdana;
	color: #003366;
	font-weight:bold;
}

#header #member{
	position:absolute;
	top:78px;
	right:5px;
	width:167px;
	text-align: center;
	font-family: Verdana;
	color: #003366;
	font-weight:bold;
}


#header #navigation{
	position:absolute;
	top:5px;
	right:180px;
	max-width:70%;
	text-align:right;
	font-family:Arial;
	font-weight:bold;
	z-index:10
}

#header #navigation2{
	position:absolute;
	color:#000000;
	bottom:0px;
	right:180px;
	max-width:65%;
	text-align:right;
	font-family:Arial;
	z-index:10;
	background-color:#c0c0c0;
	padding:3px;
}

#header #featuredmessage{
	position:absolute;
	top:90px;
	right:180px;
	max-width:70%;
	text-align:right;
}


/* =NAV
------------------------------------------------------*/

/* =SIDEBAR
------------------------------------------------------*/
#sidebarcontent
{
	color: #005E91;
}

#sidebar .block{
	background: url(../images/background_block.gif) 100% 0 no-repeat;
	margin: 0 0 10px 0;
	border-bottom: 10px solid #005E91;
	position:relative;
	padding:0 5px 5px 5px;
}

#sidebar .block h3{
	color:#FFFFFF;
	font-weight:normal;
	margin:0 0 8px 5px;
	font-size:17px;
	padding:3px 0 0 0;
	text-align:left;
}

#sidebar #search input.text{
	width:130px;
}

#sidebar .loginform{
	text-align:center;
}

#sidebar .loginform label{
	font-size:smaller;
	display:block;
	text-align:left;
}

#sidebar .loginform input.text, #sidebar .loginform input.password{
	width:155px;
}

#sidebar #usermenu, #sidebar #adminmenu{
	margin:0 0 3px 0;
	padding:0 0 0 20px;
}

#sidebar #cart{
	text-align:center;
}


/* =CONTENT
------------------------------------------------------*/
#content{
	padding:20px;
}

/* =FOOTER
------------------------------------------------------*/

/* =LISTING
------------------------------------------------------*/
table.listing {
	border:1px solid #000000;
	border-collapse:collapse;
	margin: 0 0 10px 0;
	width:100%;
}

.listing th {
	white-space:nowrap;
	text-align:left;
	border-bottom:1px solid #000000;
	padding:2px 7px;
	color:#FFFFFF;
	background: #005E91 url(../images/background_tableheader.gif) 0 0 repeat-x;	
}

.listing td {
	padding:2px 5px;
}

.listing .footer td, .listing .footer th{
	border-top:1px solid #000000;
	background:#DDDDDD;
}


/* =FORMS
------------------------------------------------------*/
form {
	margin:0;
}

table.form {
}

.form th {
	text-align:right;
	vertical-align:top;
	padding:0 10px 3px 0
}

.form td {
	text-align:left;
	vertical-align:top;
	padding: 0 0 3px 0;
}

.form th h3
{
	text-align:left;
}

label
{
	font-weight:bold;
}

.format
{
	font-size:smaller;
	color:#333333;
	font-style:italic;
}

button.datepickertrigger{
	background: transparent url(../images/icon_calendar.png) 50% 50% no-repeat;
	border:none;
	height:20px;
	width:20px;
}

button, input.button{
	background: url(../images/background_button.gif) 0 0 repeat-x;
	color:#666666;
	border: 1px ridge #878569;
}

input.submit{
	background: url(../images/background_button.gif) 0 0 repeat-x;
	color:#666666;
	border: 1px ridge #878569;
	font-size:8pt;
}

/* =HEADINGS
------------------------------------------------------*/
h1{
  background: url(../images/background_h1.gif) 0 0 repeat-x;
	font-size:20px;
	margin:0 0 5px 0;
	color:#FFFFFF;
	padding:10px;
	position:relative;
	font-weight:normal;
}

#content h1 {
	min-width: 98%;
}

h2{
	margin:10px 0 5px 0;
	color:#666666;
	border-bottom: 1px solid #666666;
	font-size:16px;
}
body.popup h2 {
	text-align:left;
}


h3{
	margin:10px 0 0 0;
	color:#666666;	
	font-size:14px;
}

h4{
	font-size:12px;
	margin:0;
}

/* =MISC
------------------------------------------------------*/
p {
	margin:0 0 10px 0;
}

a{
	color:#005E91;
}

a img {
	border:none;
}

.even {
	background:#F9F8EF;
}
.evenError {
	background:#FFF6EF;
	font-weight:bold;
}
.oddError {
	background:#FFEFF0;
	font-weight:bold;
}


.errortext{
	color:#FF0000;
	padding:15px;
	border:1px solid #FF0000;
	margin:10px;
	position:relative;
}

.noerrortext{
	color:#00DD00;
	padding:15px;
	border:1px solid #00DD00;
	margin:10px;
	position:relative;
}

.messagetext{
	color:#999999;
	padding:15px;
	border:1px solid #999999;
	margin:10px;
	position:relative;
}

.note{
	color:#666666;
}


/* =BREADCRUMBS
------------------------------------------------------*/
#breadcrumbs{
	text-align:left;
	font-size: 11px;
	color: #999999;
	position:absolute;
	top:120px;
	right:10px;
	z-index:100;
}


/* =CATEGORY LISTING
------------------------------------------------------*/

#categorylisting, #categorylisting ul{
	margin:0 0 0 10px;
	padding:0;
}

#categorylisting li{
	position:relative;
	list-style:none;
	padding:2px 0;
	
}


/* =FEATURED PRODUCTS
------------------------------------------------------*/
.featuredproduct{
	width:130px;
	height:170px;
	padding:20px;
	margin:0 6px;
	float:left;
	position:relative;
	background: url(../images/background_featuredproduct.gif) top left no-repeat;
	text-align:center;
	overflow:hidden;
}

.featuredproduct img{
	border:2px solid #ffffff;
	margin-bottom:10px;
}

.featuredproduct p, .featuredproduct h4 {
	text-align:left;
}

/* =Category Browse Related PRODUCTS
------------------------------------------------------*/
#relatedproducts{
	padding:10px 0;
}

.catrelatedproduct{
	padding:20px;
	margin:6px 6px;
	float:left;
	position:relative;
	text-align:center;
	overflow:hidden;
	height:80px;
	width:150px;
	background: url(../images/background_relatedproduct.gif) 50% 0  no-repeat;
}

.catrelatedproduct img{
	border:2px solid #ffffff;
	margin-bottom:10px;
}

.catrelatedproduct p, .catrelatedproduct h4 {
	margin:0;
	font-size:12px;
}

.catrelatedproduct p {
	font-size:10px;
	line-height: 1.1em;
}

/* =CONTACT US
------------------------------------------------------*/
.contact{
	margin:6px;
	float:left;
	display:inline;
	position:relative;
	text-align:center;
	height:120px;
	width:40%;
	background: url(../images/background_contact.gif) 0 0  no-repeat;
	padding:0 0 0 20px;
}
 .contact div {
	height: 75px;
	padding:30px 20px 20px 0;
	background: url(../images/background_contact.gif) 100% 0  no-repeat;
 }


/* =SHOPPING CART, =PRODUCT LISTING
------------------------------------------------------*/
#shoppingcart{
	border-collapse:collapse;
	width:100%;
}

#shoppingcart td{
	vertical-align:top;
	padding:5px;
}

#shoppingcart .totals td{
	text-align:right;
}

/*=PRODUCT TABLE*/
#producttable{
	border:1px solid #000000;
}

#producttable th
{
	background: #005E91 url(../images/background_tableheader.gif) 0 0 repeat-x;	
	padding:5px;
	text-align:center;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
}

#producttable th.description
{
	text-align:left;
}

#producttable th a
{
	color:#FFFFFF;
}

#producttable .carttotals .subtotal td, #producttable .carttotals .subtotal th /*creates dividing line between products and totals*/
{
	border-top:1px solid #000000;
}

#producttable .carttotals th
{
	background:#EEECDF;
	border-right:1px solid #000000;
	border-bottom:none;
	text-align:right;
	color: #000000;
}

#producttable td
{
	vertical-align:top;
	padding:5px;
}

/*SPECIFIC CELLS*/
td.thumbnail, td.description, td.add, td.price, td.action
{
	padding:10px;
	vertical-align:top;
}

td.smallcell
{
	padding:0px;
	vertical-align:top;
}

.unit
{
	font-size:9px;
}

.incart
{
	font-size:smaller;
  color: #FF0000;

	
}


/* =RELATED PRODUCTS
------------------------------------------------------*/
#relatedproducts h4
{
	margin:0;
	font-size:12px;
}

#relatedproducts li
{
	padding:5px 0;
}

#relatedproducts p
{
	font-size:10px;
	line-height: 1.1em;
}

#relatedproducts img
{
	border: 1px solid #ffffff;
	margin-left:5px;
}



/* =PAGING
------------------------------------------------------*/
.paging a
{
	text-decoration:none;
}
.paging
{
	line-height:25px;
	font-size: 11px;
	border:none;
	height:25px;
}
.paging .position
{
	padding-left:10px;
	float:left;
	height:25px;	
}
.paging .navigation
{
	text-align:right;
	padding-right:10px;
	float:right;
	height:25px;	
}

.paging a.first
{
	background: url(../images/icon_first.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.previous
{
	background: url(../images/icon_previous.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.next{
	background: url(../images/icon_next.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.last
{
	background: url(../images/icon_last.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.first span, .paging a.previous span, .paging a.next span, .paging a.last span
{
	visibility:hidden
}

