html,body {margin: 0; border: 0;}

body { margin: 0; font-size: 12px;}

div, p {font-family: ff-meta-web-pro,sans-serif; color: #333;}

h1, h2, h3, h4 {margin: 0 !important; line-height: normal !important;}

h1 {font-size: 1.75em;	font-weight: bold; color: #4e2f92;}

a {color: #4e2f91; text-decoration: underline; font-weight: bold;}
a:hover {color: #000; text-decoration: none; font-weight: bold;}

#outerContainer {background: #fff; width: 1000px; margin: 20px auto; min-height: 500px;
	-moz-box-shadow: 0 0 5px #ded7ec;
	-webkit-box-shadow: 0 0 5px#ded7ec;
	box-shadow: 0 0 5px #ded7ec;
}

#contentPadding {padding: 25px;}

#HeaderContainer {height: 96px;}
	#logoContainer {width: 210px; height: 86px; position: absolute; margin: 0;}
	#socialClub {position: absolute; width:229px; height: 28px; background: url(../images/social.png) no-repeat; margin: 0 0 0 720px; background-position: 0 0;}
	#socialClub:hover {background-position: 0 100%; cursor: pointer;}
	
	.workHappy {position: absolute; width:101px; height: 42px; background: url(../images/workHappy.png) no-repeat; margin: 90px 0 0 839px; background-position: 0 0;}
	.workHappy:hover {background-position: 0 100%; cursor: pointer;}
	
    .workHappyFooter {position: absolute; width:101px; height: 42px; background: url(../images/workHappy.png) no-repeat; margin: 50px 0 0 839px; background-position: 0 0;}
	.workHappyFooter:hover {background-position: 0 100%; cursor: pointer;}
	
#buttonContainer {min-height: 50px;}

#mainContentContainer {padding-top: 10px;}

.botBox {width: 316px; min-height: 280px; float: left;}
.botBox2 {width: 316px; min-height: 280px; float: left;}
.boxPadding {padding: 10px;}


.navBox {width: 200px; min-height: 280px; background: url(../images/botBox.png) top right no-repeat; float: left;}
.contentBox { margin: 0 0 0 10px;}
#breadCrumbs {text-align:left; padding: 0 0 10px 0;}

.pageTitle div {font-size: 1.1em;
	font-weight: bold;
	color: #4e2f92 !important;}

.contentTitle {background: #4e2f92; -moz-border-radius: 5px;
                border-radius: 5px;
                -moz-box-shadow: inset 0 0 5px 5px #281466;
                -webkit-box-shadow: inset 0 0 5px 5px #281466;
                box-shadow: inset 0 0 5px 5px #281466;
                }

.contentTitle div {color: #fff; font-size: 1.05em;
	font-weight: bold;}

.regionPadding {padding: 0 0 5px 0;}
.clearBoth {clear:both;}

#footerContainer {width: 1000px; margin: 0 auto; text-align: center;}

#footerContainer a {color: #999;}
#footerContainer a:hover {color: #333;}


/********REQUIRED - DO NOT EDIT***********/
img {border: 0;}
img, div { behavior: url(iepngfix.htc) }
iframe {height: 100px; width: 100%;}
/*******************************************/

/********REQUIRED - MODAL WINDOWS - DO NOT EDIT***********/
.ModalBackground {background-color: Black; filter: alpha(opacity=80); opacity: 0.7;}
.ModalBackgroundLogin {background-color: Black;}
/*******************************************/



/********REQUIRED - PHOTO GALLERY - EDITABLE***********/
gallery {
    background-color: #444;
    padding: 10px;
    width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
    border: 5px solid #3e3e3e;
    border-width: 5px 5px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#gallery ul a:hover img {
    border: 5px solid #000;
    border-width: 5px 5px 5px;
    color: #fff;
}
#gallery ul a:hover { color: #fff; }
/******************************************************/


/********REQUIRED - CALENDAR MODAL WINDOW - EDITABLE***********/
/***Calendar modal container***/
.calendarmodalcontainer {border: solid 1px Black; width: 300px; min-height: 100px;}

/***Calendar close button***/
.calendarclosebuttoncontainer {text-align: right; width: 100%;}
.calendarclosebutton {text-decoration: none; color: Black; text-align: right; padding-right: 5px;}
/***************************/

/***Calendar event container div***/
.calendareventcontainer {margin: 5px; margin-bottom: 0;}

/***Calendar event title***/
.calendareventtitlecontainer {}
.calendareventtitle {font-weight: bold;}
/*****************/

/***Calendar event description***/
.calendareventdesccontainer {}
.calendareventdesc {}
/*****************/

/***Calendar event start time***/
.calendareventstartcontainer {}
.calendareventstart {}
/*****************/

/***Calendar event end time***/
.calendareventendcontainer {}
.calendareventend {}
/*****************/

/***Calendar event attachments***/
.calendareventattachcontainer {}
.calendareventattachlink {}
/*****************/
/***********************************************************/


/********REQUIRED - LOGIN MODAL WINDOW - EDITABLE***********/
/***Login modal container***/
.loginmodalcontainer {width: 700px; min-height: 600px; background-color: White;}

/***Login container div***/
.logincontainer {width: 100%; padding: 5px;}

/***Login header container div***/
.loginheadercontainer {}

/***Login title***/
.logintitlecontainer {text-align: center; padding: 5px;}
.logintitletext {font-size: large;}
/*****************/

/***Login username***/
.loginusernamecontainer {width: 100%; text-align: center; padding: 5px;}
.loginusernametext {font-size: larger;}
.loginusername {}
/*****************/

/***Login password***/
.loginpasswordcontainer {width: 100%; text-align: center; padding: 5px; clear: both;}
.loginpasswordtext {font-size: larger;}
.loginpassword {}
/*****************/

/***Login message***/
.loginmessagecontainer {width: 100%; clear: both; text-align: center; margin-bottom: 3px;}
.loginmessagetext {font-size: larger; color: Red;}
/*****************/

/***Login button***/
.loginbuttoncontainer {width: 100%; clear: both; text-align: center;}
.loginbutton {}
.logincancelbutton {}
/*****************/

/***Login footer container div***/
.loginfootercontainer {}
/***********************************************************/


/********REQUIRED - LOGIN LITE - EDITABLE***********/
/***Login outer container***/
.loginlitemodalcontainer {}

/***Login container div***/
.loginlitecontainer {}

/***Login username***/
.loginliteusernamecontainer {}
.loginliteusernametext {}
.loginliteusername {}
/*****************/

/***Login password***/
.loginlitepasswordcontainer {}
.loginlitepasswordtext {}
.loginlitepassword {}
/*****************/

/***Login message***/
.loginlitemessagecontainer {}
.loginlitemessagetext {}
/*****************/

/***Login button***/
.loginlitebuttoncontainer {}
.loginlitebutton {}
/*****************/
/***********************************************************/


/********REQUIRED - SHOPPING CART - EDITABLE***********/

/********InCart Component********/
/***Outer container div***/
.incartcontainer {width: 150px; border: solid 1px Black; background: Black; padding: 5px; opacity: 0.5;}

/***Items in cart container***/
.incartitemsincartcontainer {}
.incartitemsincartnumber {color: White;}
.incartitemsincarttext {color: White;}
/*****************************/

/***Cart total container***/
.incarttotalcontainer {}
.incarttotalamount {color: White;}
.incarttotaltext {color: White;}
/*****************************/

/***Checkout container***/
.incartcheckoutcontainer {}
a.incartcheckoutlink {text-decoration: none; color: #56d7f7;}
a.incartcheckoutlink:hover {color: #ffffff;}
/*****************************/
/********************************/


/********Product Categories Component********/
/***Product Categories container div***/
.productcategoriescontainer {float: left;}
.productcategoriestreeview {}
/********************************************/


/********Products Component********/
/***Products outer container div***/
.productscontainer {}

/***Products DataList***/
.productsdatalist {}
/***********************/

/***Individual product container div***/
.productcontainer {padding: 5px; margin: 10px;}
/*****************************/

/***Product title container***/
.producttitlecontainer {}
.producttitle {}
/*****************************/

/***Product image container***/
.productimagecontainer {}
.productimage {}
/*****************************/

/***Product price container***/
.productpricecontainer {}
.productprice {}
/*****************************/

/***Product add to cart container***/
.productaddcontainer {}
.productaddqtytext {}
.productaddqty {}
.productaddbutton {}
/*****************************/
/********************************/


/********Product Details Component********/
/***Product details container***/
.productdetailscontainer {background-color: White; width: 500px;}
/*****************************/

/***Product details title container***/
.productdetailstitlecontainer {margin: 5px;}
.productdetailstitle {font-weight: bold; font-size: 12pt;}
/*****************************/

/***Product details description container***/
.productdetailsdesccontainer {margin: 5px;}
.productdetailsdesc {}
/*****************************/

/***Product details image container***/
.productdetailsimagecontainer {margin: 5px;}
.productdetailsimage {}
/*****************************/

/***Product details price container***/
.productdetailspricecontainer {margin: 5px;}
.productdetailsprice {}
/*****************************/

/***Product add to cart container***/
.productdetailsaddcontainer {margin: 5px;}
.productdetailsaddqtytext {}
.productdetailsaddqty {}
.productdetailsaddbutton {}
/*****************************/
/*****************************************/

/*****************************************************/


/********REQUIRED - DYNAMIC DATA - EDITABLE***********/
/***Search outer container***/
.ddatasearchcontainer {float: right; clear: both;}

/***Clear search div***/
.ddataclearsearchcontainer {float: left; margin: 3px;}
.ddataclearsearchbutton {font-size: small;}
/**********************/

/***Search box div***/
.ddatasearchboxcontainer {float: left; margin: 3px;}
.ddatasearchbox {}
/*****************/

/***Search button div***/
.ddatasearchbuttocontainer {float: left; margin: 3px;}
.ddatasearchbutton {}
/*****************/
/***********************************************************/
