/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,h5,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px 0px 0px 0px; background: #571623; background: url('../images/layout/tile.jpg'); }
hr { border-color: #C3D97F; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; font-size: 12px; }

a img {
  border: none;
}


object:active, div:active { outline: none; }
object:focus, div:focus { -moz-outline-style: none; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }


ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1, h1 a { color: #f47b29; font-size: 41px; margin: 0px 0px 0px 0px; line-height: 45px; font-family: serif; font-weight: normal; }
h2, h2 a { color: #6f1100; font-size: 18px; line-height: 22px;  margin: 0px 0px 15px 0px; font-family: serif; }
h3, h3 a { color: #C3D97F; font-size: 15px; margin: 0px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #571623; font-size: 14px; line-height: 22px; }
a  { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main {
	width: 976px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
}

#c { margin-left: 70px; margin-right: 20px; }
#c2 { margin-left: 50px; margin-right: 20px; }


#header { background: url('../images/layout/header-bg2.jpg'); height: 242px; }

#logo { margin-left: 170px; border: none; padding: 0px; }

#news { float: right; width: 565px; text-align: center; margin: 3px 6px 0 0; height: 23px; overflow: hidden; }

#bodyContainer { background: #FFFFFF; }

#body {
	min-height: 370px;
	height: auto !important; /*MOZ/IE7*/
	height: 360px; /*IE6*/
	background: url('../images/layout/body-bg2.jpg') no-repeat top left;
}

#body-inner { width: 950px; margin: 0px auto; min-height: 470px; }

#footer { background: url('../images/layout/footer-bg.jpg') no-repeat; height: 10px; overflow: hidden; }
#footer-art { background: url('../images/layout/mannequin.jpg') no-repeat bottom right;  margin: 0px 0px 0 0;  }

.foot_left { float: left; margin-left: 20px; width: 200px;  font-size: 12px; color: #571623; }
.foot_left a { line-height: 41px; font-size: 11px; color: #426eb5; font-weight: bold;  }
.foot_right { width: 700px; float: right; font-size: 11px; text-align: right; margin-right: 25px; font-size: 12px; line-height: 41px;  color: #571623; }
.foot_right a { font-size: 12px; color: #571623; }


/* Navigation */

#nav { float: right; height: 51px; margin-top: 7px; }
#nav a { height: 46px; float: right; display: block; overflow: hidden; }
#nav img { border: none; }
#nav a:hover { background-position: 0 -58px; text-decoration: none; }

.judy { background: url('../images/layout/nav-1.jpg') no-repeat top center; width: 104px; margin: 1px 35px 0 0; }
.shop { background: url('../images/layout/nav-2.jpg') no-repeat top center; width: 104px; margin: 1px 40px 0 0; }
.blog { background: url('../images/layout/nav-3.jpg') no-repeat top center; width: 98px; margin: 1px 36px 0 0; }
.chat { background: url('../images/layout/nav-4.jpg') no-repeat top center; width: 104px; margin: 1px 35px 0 0; }
.live { background: url('../images/layout/nav-5.jpg') no-repeat top center; width: 106px; margin: 1px 17px 0 0; }


#home { width: 826px; margin: 0px auto; }
#left-home { float: left; width: 465px; margin-top: 15px; }
#right-home { float: left; width: 290px; margin-left: 20px; border-left: solid 1px #C3D97F; }

#right-home a:hover { text-decoration: none; }

.right-home-title { color: #9daf65; font-size: 17px; display: block; margin-bottom: 10px; }
.right-home-text { font-size: 12px; line-height: 15px; color: #571623; }

a:hover .right-home-title { color: #f47b29; }

#about { background: url('../images/layout/BioPage-bg.gif') no-repeat top center;  width: 886px; }
#about p { font-size: 12px; line-height: 15px; margin: 0px; }

#about2 { width: 886px; }


.prevPage2 { float: left; display: block; margin-left: 2px; margin-top: 20px; }
.nextPage2 { float: right; display: block;  margin-top: 20px; }
.prevPage2, .nextPage2 { padding: 3px 0px 3px 0px; background: #87a64c; width: 80px; text-align: center; color: #FFFFFF; font-size: 11px; }
.prevPage2:hover, .nextPage2:hover { text-decoration: none; background: #571822; color: #FFFFFF; }


.mr230 { margin-right: 230px; }
.mr300 { margin-right: 300px; }
.mr160 { margin-right: 160px; }
.mr245 { margin-right: 245px; }
.mr245x { margin-right: 245px; }
.ml60x { margin-left: 60px; }



#links_table {
    width: 700px;
}

#links_table td {
    padding: 2px 20px 2px 0px;
    vertical-align: middle;
}


.cart {
    width: 100%;
}

.cart th {
  text-align: left;
}

.cart td, .cart th {
    border-color: #EEEEEE; border-width: 1px; border-bottom-style: solid;
    padding: 3px 10px;
}

