body {
    margin: 0;
    color: #444;
    font-family: tahoma, verdana, sans-serif;
    background-color: #ced2de;
	font-size:75%     /* for IE/Win */
}

html>body {font-size:11px} /* for everything else */

div,table,td,th {font-size: 1em;}

img {border: 0;}

#wrapper {
    position: relative;
    width: 997px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1px 0 1px;
    border-left: 1px solid #9da4af;
    border-right: 1px solid #9da4af;
}

#header {
    position: relative;
    z-index: 100;
    width: 997px;
    height: 190px;
    background: #fff url(../images/header.jpg) no-repeat;
    border-bottom: 3px solid #fff;
}

#title {
    padding: 20px 0 0 40px;
}

#title h2 {
    margin: 0;
    border: 0;
    color: #fff;
}

#tagline {
    position: absolute;
    top: 22px;
    right: 18px;
    font-size: 1.4em;
    color: #fff;
}

#header_title {
    position: absolute;
    bottom: 0;
    left: 260px;
}

#header_image {
    position: absolute;
    bottom: 1px;
    right: 18px;
}

#header_date {
    color: #144A18;
    font-size: 1.2em;
    padding: 0 0 4px 0;
}

#navbar {
    height: 31px;
    padding: 1px 0 0 246px;
/*    border-top: 1px solid #fff;*/
    background: #fff url(../images/nav_bg.jpg) no-repeat;
}

#sidebar {
    float: left;
    width: 219px;
    min-height: 400px;
/*    background-color: #e7edd8;*/
}

#content {
    float: left;
    padding: 0 12px 20px 24px;
}

#right_col {
    float: right;
    width: 201px;
    height: 100%;
}


#footer {
    clear: both;
    width: 100%;
    height: 27px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #778aab;
}

#footer_content {
    text-align: center;
    padding: 4px 0 4px 0;
}

#tweets {

}

div.twoCol {background: transparent url(../images/2col_tile.gif) repeat-y;}
div.threeCol {background: transparent url(../images/3col_tile.gif) repeat-y;}

div.twoColContent {
    width: 700px;
}

div.threeColContent {
    width: 538px;
}

div.sidePod {
/*    border-top: 1px solid #ffeec9;*/
    padding: 12px 0 0 0;
}

div.sidePodHeader {
    margin: 0 15px 0 15px;
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #9da4af;
    color: #666;
    font-weight: bold;
}

div.sidePodBody {
    padding: 8px 15px 6px 15px;
    line-height: 150%;
}

div.sidePodBody h4 {
    margin: 8px 0 0 0;
}

div.thumbListItem {
    width: 154px;
    float: left;
    margin: 0 22px 20px 0;
}

div.thumbListItem img {
    padding: 1px;
    border: 1px solid #ccc;
}

div.thumbListAdd {
   margin: 4px 0 0 0;
}

div.thumbListQty {
   float: left;
}

div.productDetail {
    padding: 20px 0 0 0;
    width: 502px;
}

div.productDetailImage {
    margin: 20px 0 10px 0;
}

div.productDetailImage img {
    padding: 0;
    border: 1px solid #666;
}

div.productDetailHeader {
    float: left;
    font-size: 1.6em;
    color: #333;
    padding: 6px 0 0 0;
}

div.productDetailText {
    padding: 5px 0 0 0;
    line-height: 150%;
    font-size: 1.1em;
}

div.productDetailAdd {
    float: right;
    padding: 0;
    font-size: 1.2em;
}

div.cartItemsTotal {
    margin: 5px 0 5px 0;
    text-align: right;
}

div.tweetTime {
    font-style: italic;
    text-align: right;
}

/********************************* PARAGRAPHS */

#content p, #content ul {
    line-height: 1.5;
}


/********************************* HEADINGS */

h1 {color: #333;}
h2 {
    color: #333;
    font-family: "trebuchet ms", arial, sans-serif;
    border-bottom: 1px solid #dedecd; 
    padding: 0 0 3px 0;
    font-size: 1.8em;
}
h3 {color: #333;}
h4 {color: #333;}

#header_title h1 {
    margin: 0;
    color: #fff;
    font-family: georgia, "times new roman", serif;
    font-size: 38px;
    font-weight: normal;
}

#header_title h2 {
    margin: 0;
    padding: 4px 0 0 0;
    color: #144A18;
    font-family: georgia, "times new roman", serif;
    font-size: 20px;
    font-weight: normal;
    border: none;
}

/********************************* LINKS */

a:link {text-decoration: underline; color: #014E7A;}
a:visited {text-decoration: underline; color: #014E7A;}
a:hover {text-decoration: underline; color: #014E7A;}
a:active {text-decoration: underline; color: #014E7A;}

.miniList a {
    display: block;
    height: 26px;
    text-decoration: none;
    line-height: 12px;
}

.thumbListItem a {
    text-decoration: none;
}

.cartItemQty a, .cartItemRemove a {
    text-decoration: none;
    padding: 4px;
}

.cartItemQty a img, .cartItemRemove a img {
    margin-bottom: -2px;
}

/********************************* LISTS */

#sidebar ul {
    padding: 0;
}

#sidebar ul li {
    list-style: none;
}


ul.miniList {
    padding: 0;
}

.miniList li {
    list-style: none;
    text-align: right;
    margin: 0 0 4px 0;
}

.miniList img {
    float: right;
    margin: 0 0 0 6px;
}

#tweets ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tweets li {
    padding: 0 0 10px 0;
    line-height: 13px;
    overflow: hidden;
}

ul.linkList {
    list-style: none;
    padding: 0;
    margin: 0;
}

/********************************* TABLES */

table.cartItems {
    width: 100%;
}

.cartItems tr {
    
}

td.cartItemRemove {
    text-align: right;
}

td.cartItemQty {
    padding: 0 0 10px 0;
}

/********************************* FORMS */

#header_search input[type="text"]{
    border: 1px solid #144A18;
    padding: 1px 2px;
}

#header_search input[type="submit"]{
    background-color: #144A18;
    border: 1px solid #fff;
    color: #fff;
}

.productDetailAdd label {
    height: 20px;
} 

input.qty {
    width: 17px;
    height: 17px;
    padding: 4px 0 0 0;
    background-color: #fff;
    border: 1px solid #A5A660;
    color: #333;
    font-size: 13px;    
}

.thumbListAdd input.qty {
    height: 15px;
    padding: 2px 0 0 0;
    font-size: 12px;    
}

input.addButton {
    float: right;
}

input.addToBasket {
    margin: 0 0 -5px 4px;
}

/********************************* GENERIC */

.clear {clear: both;}

.rightAligned {text-align: right;}

/********************************* HACKS */

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




/********************************* GOOGLE CART */


.override #googlecart-widget-spacer {
    width: 180px;
}

.override #googlecart-widget-head {
    width: 180px;
}

.override #googlecart-widget-body {
    width: 180px;
}


/********************************* BORROWED STYLES FROM HOLY FAMILY SCHOOL JOOMLA SITE */

#navbar ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt;
}
#navbar li {
    float:left;
}
#navbar li ul {
    background:#1e6620 none repeat scroll 0%;
    left:-999em;
    position:absolute;
    z-index:100;
}
#navbar li li {
    display: block;
    float:none;
    border-bottom:1px solid #BBB576;
}
#navbar a {
    color:white;
    display:block;
/*    font-family: georgia, "times new roman", serif;*/
    font-size:14px;
    font-weight:normal;
    height:24px;
    line-height:normal;
    padding:7px 12px 0px 12px;
    text-decoration: none;
    text-align:center;
    white-space:nowrap;
    width:1%;
}
html > body #navbar a {
    color:white;
    display:block;
/*    font-family:"Tahoma",Verdana,Arial,Helvetica,Sans-Serif;*/
    font-size:14px;
    font-weight:normal;
    height:24px;
    line-height:normal;
    padding:7px 12px 0px 12px;
    text-align:center;
    width:auto;
}
#navbar a:hover, #navbar a#active_menu {
/*    background:#333333 none repeat scroll 0%;*/
/*    border-left:1px solid #B5A171;*/
/*    border-right:1px solid #B5A171;*/
    padding:7px 18px 0px 18px;
    text-decoration:none;
}
html > body #navbar a:hover, #navbar a#active_menu {
/*    background:#333333 none repeat scroll 0%;*/
    border:medium none;
    margin:0pt;
    padding:7px 12px 0px 12px;
}

#navbar li:hover {
    background: #122D36 none repeat scroll 0%;
/*    border-left:1px solid #B5A171;*/
/*    border-right:1px solid #B5A171;*/
/*    margin:0pt -1px;*/
}

#navbar li.active {
    background: #384A54 none repeat scroll 0%;
/*    border-left:1px solid #B5A171;*/
/*    border-right:1px solid #B5A171;*/
/*    margin:0pt -1px;*/
}

#navbar li li a {
    color:white;
    display:block;
/*    font-family:"Trebuchet MS","Tahoma",Verdana,Arial,Helvetica,Sans-Serif;*/
    font-size:13px;
    height:22px;
    line-height:normal;
    margin:0;
    padding:6px 8px 0 8px;
    text-align:left;
    min-width:171px;
}
#navbar li li a:hover, #navbar li li a#active_menu {
/*    background:#BBB576 none repeat scroll 0%;*/
    border:medium none;
    color:#fff;
    margin:0pt;
    padding:6px 8px 0 8px;
}
#navbar li li:hover {
    border-color:-moz-use-text-color -moz-use-text-color #BBB576;
    border-style:none none solid;
    border-width:medium medium 1px;
    margin:0pt;
}
#navbar li li.sublevel_current {
    border-color:#B5A171 -moz-use-text-color;
    border-style:solid none;
    border-width:1px medium;
    margin:0pt;
}
#navbar li ul ul {
    margin:-25px 0pt 0pt 179px;
}
#navbar ul li:hover li:hover li a:link, #navbar ul li.iehover li.iehover li a:link {
/*    background:#333333 none repeat scroll 0%;*/
    border:medium none;
    color:#FFFFFF;
    float:none;
    margin:0pt;
    padding:4px 0pt 0pt 8px;
}
#navbar ul li:hover li:hover li a:hover, #navber ul li.iehover li.iehover li a:hover {
    background:#BBAD70 none repeat scroll 0%;
    color:#333333;
}
#navbar li:hover ul ul, #navbar li:hover ul ul ul, #navbar li.iehover ul ul, #navbar li.iehover ul ul ul {
    left:-999em;
}
#navbar li:hover ul, #navbar li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul {
    left:auto;
}

