/* CSS Document */


/**********************************************
* White Buffalo Outdoors
* Original Design by Dan Newbit
* Code Simplization and Optimization by Mark Krogh - mark@designbyasi.com
**********************************************/


/*GLOBAL STYLES*/

* {
padding: 0;
margin:0; 
}

a {
text-decoration:none;
color: #993333;
}

a:hover {
text-decoration:underline;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
padding: 0;
margin: 0;
background-color:#F9F9F9;
color: #333;
}

#everything {
padding: 0;
margin: 0 auto;
text-align: center;
width: 800px;
border-right: 1px solid #888;
border-left: 1px solid #888;
border-bottom: 1px solid #888;
margin-bottom: 50px;
}

#header {
height: 96px;
background-image:url(../images/header.jpg);
background-repeat:0;
border-bottom: 4px solid #007128;
}

#globalnav {
text-align:left;
background-image:url(../images/menubg.jpg);
}

.undernav {
background-color:#BBB7B6;
font-size:1px;
height:2px;
clear:both;
}


#globalnav table {
width: 100%;
}

#globalnav a {
display:block;
padding: 5px 10px;
text-decoration:none;
font-size:14px;
font-weight:bold;
color:#584849;
float: left;

}

#globalnav a:hover {
background-color:#A1989B;
color: #333;
}

/*Menu stuck states*/

#about #mm_about ,
#catalog #mm_catalog,
#contact #mm_contact,
#policies #mm_policies,

#backpacks #mm_catalog,
#shoulder #mm_catalog,
#fanny #mm_catalog,
#bags #mm_catalog,
#upland #mm_catalog,
#clothing #mm_catalog,
#soon #mm_catalog,
#testimonials #mm_testimonials
 {
background-color:#666;
color:#fff;

}



#backpacks #mm_backpacks ,
#shoulder #mm_shoulder,
#fanny #mm_fanny,
#bags #mm_bags,
#upland #mm_upland,
#clothing #mm_clothing,
#soon #mm_soon {
background-color:#C0CBCB;
color: #993333;

}





#subnav {
text-align:right;
border-bottom: 1px solid #BBB7B6;
}

#subnav table {
width: 100%;
}

#subnav a {
display:block;
padding: 5px 10px;
text-decoration:none;
font-size:12px;
font-weight:bold;
color:#2e6d41;
float: left;

}

#subnav a:hover {
background-color:#C0CBCB;
color:

}



#content {
background-image:url(../images/contentbg.jpg);

text-align:left;

}

#insidecontent {
padding: 30px;
}

#footer {
height: 20px;
background-color:#007128;

}


#leftcol {
width: 355px;
float: left;
}

#rightcol {
width: 355px;
float: right;
}



/*Font Styles*/

h2 {
color: #26211B;
font-size:14px;
font-weight:bold;
}

p {
line-height: 20px;
margin: 10px 0;
}

.pattern {

margin-bottom: 20px;
}

.pattern img {
margin-top: 5px;
border: 1px solid #333;
}

.pattern p {
margin-top: 5px;
}

#leftcol img, #rightcol img {
}

.pinfo {
font-size:13px;
font-weight:bold;
text-align:left;
line-height:18px;
margin-bottom: 10px;
}

.product {
border: 1px solid #888;
width: 350px;
height:300px;
}

#leftcol2 {
width: 280px;
float: left;
}

#rightcol2 {
width: 430px;
float: right;
}

h1 {
color:#003300;
font-size:20px;
font-weight:bold;
}

.titleprice {
width:100%;
}

.price {
padding: 0 15px;

text-align:right;
font-size:18px;
font-weight:bold;
color:#990000;
}

.buybutton {
width: 100px;
}

.productmain img {
border: 0;
width: 180px;
margin-top:5px;
}

.productmain td {
text-align:center;
}

.productmain a {
font-weight:bold;
font-size:16px;

}