/* GENERIC STYLE FOR CRAFTFEST */
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Century Gothic', 'Gill Sans MT', 'Arial';
    font-size: 10pt;
    color: #8b8b8b;
}

a img {
    border: none;
}

.wrapper {
    width: 100%;
    text-align: left;
}

/* HEADER STYLE */
#logoTop {
    width: 930px;
    height: 100px;
    padding: 0px;
    margin: auto;
}



#headerLeft {
    height: 349px;
    background-repeat: none;
}

.headerWrapper {
    width: 930px;
    height: 349px;
}

#headerContent {
    width: 930px;
    height: 294px;
}

#locSelect {
    width: 180px;
    height: 137px;
    padding-top: 45px;
    font-size: 16pt;
    font-weight: bold;
}

#nav {
    width: 930px;
    height: 55px;
    text-align: right;
    font-size: 10pt;
}

#headerRight {
    height: 349px;
	background-position:left;
}

/* CONTENT STYLE */
s .foldLeft {
    height: 142px;
}

.contentWrapper {
    width: 930px;
    height: 500px;
    font-size: 10pt;
}

#contentArea {
    width: 740px;
    padding: 30px 20px 20px 10px;
    float: left;
}

.sideBar {
    width: 160px;
    padding: 30px 0 20px 0;
    float: left;
}

/* CLUB AREA STYLE */
.clubLogin {
    width: 160px;
}

#clubusername {
    width: 140px;
    height: 35px;
    padding-top: 9px;
}

#clubusername input {
    width: 130px;
    height: 26px;
    padding: 4px 4px 0 4px;
    margin-bottom: 10px;
    text-align: center;
    border: none;
}

#password {
    width: 140px;
    height: 35px;
    padding-top: 12px;
}

#password input {
    width: 130px;
    height: 26px;
    padding: 4px 4px 0 4px;
    margin-bottom: 10px;
    text-align: center;
    border: none;
}

.clubSubmit {
    width: 140px;
    height: 46px;
    border: none;
}

#signUpBtn a {
    width: 140px;
    height: 41px;
    display: block;
}

#signUpBtn a:hover {
    width: 140px;
    height: 41px;
    display: block;
}

#forgotPwBtn a {
    width: 140px;
    height: 44px;
    display: block;
}

#forgotPwBtn a:hover {
    width: 140px;
    height: 44px;
    display: block;
}

#logOut a {
    width: 130px;
    height: 43px;
    margin: 10px 0 0 5px;
    display: block;
}

#logOut a:hover {
    width: 130px;
    height: 43px;
    margin: 10px 0 0 5px;
    display: block;
}

#contentRight {
    clear: both;
}

#footerLeft {
    height: 30px;
}

#footerCentre {
    width: 930px;
    height: 30px;
}

#footerRight {
    height: 30px;
}

/* SHOPPING CART STYLE */
#cartTop {
    width: 140px;
    height: 25px;
}

.cartWrapper {
    width: 140px;
    padding: 10px 0 5px 0;
}

#cartItems {
    width: 140px;
    height: 80px;
    overflow: hidden;
}

#moreShopping a {
    width: 130px;
    height: 43px;
    margin: 10px 0 0 5px;
    display: block;
}

#moreShopping a:hover {
    width: 130px;
    height: 43px;
    margin: 10px 0 0 5px;
    display: block;
}

#cartBase {
    width: 140px;
    height: 3px;
}

/*NO ITEMS*/
#noItems a {
    width: 130px;
    height: 41px;
    display: block;
}

#noItems a:hover {
    width: 130px;
    height: 41px;
    display: block;
}

/* ITEMS IN CART */
.cartWrapper #cartItems {
    margin-left: 5px;
}

#itemName {
    width: 80px;
    height: 50px;
    font-size: 10pt;
    font-weight: bold;
}

#companyName {
    width: 130px;
    height: 15px;
    font-size: 10px;
}

.itemPrice {
    width: 130px;
    height: 15px;
    font-size: 10px;
    text-align: center;
}

/* MENU STYLE */
.mainMenu {
    width: 800px;
    height: 55px;
    margin-left: 130px;
    font-size: 9pt;
}

.mainMenu li {
    width: 100px;
    height: 45px;
}

.mainMenu li a {
    width: 100px;
}

.mainMenu li a:hover {
    font-weight: bold;
}

.subMenu {
    width: 250px;
    -moz-box-shadow: none;
    text-align: left;
}

.subMenu li {
    width: 230px;
    height: 20px;
    padding-left: 12px;
}

.submenu li a {
    width: 230px;
    height: 20px;
}

.submenu li a:hover {
    font-weight: bold;
}
/* LIST STYLE */
.listClassTime {
	font-weight:bold;
	color:#626262;
}
.listClassSub {
	font-weight:bold;
	color:#F7941E;
}
.listClassName {
	font-weight:bold;
	color:#949494;
}
.listClassLength{
	background-color:#f4f4f4;
	color:#626262;
	padding:3px;
}
