/*
STYLE SHEET

Table of contents :)
		
			1. General Layout Divs 
			2. Generic Classes
			3. Classes Footer One
			4. Classes Caboodle Details
			5. Main navigation
			6. Top navigation
 			7. Text h1, h2, h3 p tags etc
			8. Footer Divs
			9. Contact Form
			10. user login form


/********************************************************
* LAYOUT DIVS
********************************************************/

* {
	padding:0;
	margin:0;
}

body {
	margin:0;
	padding:0;
	background-image:url(/images/layout/bodyBkg.gif);
	background-repeat:repeat-x;
	text-align:justify;
}

#outerWrapper {
	margin: 0px auto;
	padding:0;
	width:800px;
	background-color:#FFF;
}

#headerWrapper {
	width:800px;
	height:286px;
	background-image:url(/images/layout/herbertLewisLogo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

#headerLarge {
	width:535px;
	height:286px;
	float:right;
	padding:0;
	margin:0;
}

#headerSmall {
	width:265px;
	height:105px;
	float:left;
	padding:0;
	margin-top:181px;
}

#contentWrapper {
	width:800px;
	height:1%;
	margin-top:1em;
}

#leftWrapper {
	width:260px;
	float:left;
	background-color:#FFF;
}

#rightWrapper {
	width:535px;
	float:right;
}

/********************************************************
* RIGHT STYLING
********************************************************/

#mainContentWrapper {
	float:left;
	width:380px;
}

#supplierLogoWrapper {
	float:right;
	width:120px;
}

/********************************************************
* LEFT STYLING
********************************************************/

#leftWrapper .timesContainer {
	margin-left:20px;
	background-image:url(/images/layout/bkgSlice.gif);
	background-repeat:repeat-y;
	margin-bottom:15px;
	float:left;
}

#leftWrapper .timesContainerTop {
	width:221px;
	padding-top:10px;
	background-image:url(/images/layout/topHeading.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#leftWrapper .timesContainerBottom {
	width:221px;
	height:21px;
	background-image:url(/images/layout/bottomImage.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/*HERE */

#leftWrapper .timesContainerTop p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333;
	padding-top:15px;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:5px;
}

#leftWrapper h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color:#333399;
	margin-left:15px;
	padding:0;
}

/********************************************************
* MAIN CONTENT STYLING
********************************************************/

#mainContentLeft h1 {
	width:370px;
	height:20px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color:#333399;
	padding-left:15px;
	padding-top:0.6em;
	background-color:#F5F1F5;
	border-bottom:1px solid #D8D8E8;
}

#mainContentLeft h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	color:#333399;
	padding-left:15px;
	padding-top:0.6em;
	margin-left: 15px;
}

#mainContentLeft p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.6em;
	color:#333;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:0.6em;
}

#mainContentLeft p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.6em;
	color:#000;
	text-decoration:none;
}

#mainContentLeft p a:hover {
	color:#000;
	text-decoration:underline;
}

#mainContentLeft ul {
	margin-left:30px;
	list-style:circle;
}

#mainContentLeft li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.6em;
	color:#333;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:justify;
}

/********************************************************
* SPECIAL STYLING
********************************************************/

#leftWrapper #specialOfferBox {
	width:216px;
	margin-top:0.5em;
	margin-left:20px;
	margin-bottom:1.5em;
	float:left;
}

#leftWrapper #specialOfferTop {
	width:216px;
	height:18px;
	margin-left:0px;
	background-image:url(../images/layout/specialTop.jpg);
	background-repeat:no-repeat;
}

#leftWrapper #specialOffer {
	width:216px;
	margin-left:0px;
	background-image:url(../images/layout/specialBkgRepeat.jpg);
	background-repeat:repeat-y;
	float:left;
}

#leftWrapper #specialOfferBottom {
	width:216px;
	height:18px;
	margin-left:0px;
	background-image:url(../images/layout/specialBottom.gif);
	background-repeat:no-repeat;
	float:left;
}

#leftWrapper #specialOffer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin-left:0.6em;
	color:#FFF;
	float:left;
}

#leftWrapper #specialOffer p img {
	margin-left:0.4em;
	margin-right:0.6em;
	margin-bottom:0.4em;
	float:right;
	border:1px solid #FFF;
}


/********************************************************
* FOOTER STYLING
********************************************************/

#footerWrapper {
	width:800px;
	height:47px;
	background-image:url(/images/layout/footerBkg.gif);
	background-repeat:no-repeat;
}

#footerWrapper p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFFFFF;
	margin-top:1.2em;
	margin-left:2em;
	margin-right:2em;
}

#footerWrapper p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	text-decoration:none;
}

#footerWrapper p a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	text-decoration:underline;
}

#footerWrapper .left, #footerWrapperBottom .left {
	float:left;
}

#footerWrapper .right, #footerWrapperBottom .right {
	float:right;
}

#footerWrapperBottom {
	width:800px;
	margin-bottom:15px;
}

#footerWrapperBottom p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#9F879D;
	margin-top:1.2em;
	margin-left:2em;
	margin-right:2em;
}

#footerWrapperBottom a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#9F879D;
	text-decoration:none;

}

#footerWrapperBottom a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:underline;
	color:#333399;
}


/********************************************************
* GENERIC CLASSES
********************************************************/

.clear {
	clear:both;
}

.floatLeft {
	float:left;
	color:#333399;
	width:100px;
	display:block;
}

.floatRight {
	float:right;
	text-align:right;
	color:#330033;
}

.floatRight2 {
	float:left;
	text-align:left;
	margin-left:0px;
	color:#330033;
}

.borderNone {
	border:none;
}

.introBold {
	font-weight:bold;
}

.caboodleLogo {
	margin-top:8px;
	margin-left:40px;
	border:none;
	float:left;
}

.hidden {
	display:none;
}



/********************************************************
* CONTACT FORM
********************************************************/

#contactForm {
	width:310px;
	margin-left:0em;
	margin-top:1em;
}

.row {
	padding-top:0.4em;
	clear:both;
}

legend {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC6633;
	font-weight:bold;
	font-size:0.8em;
	margin-left:5px;
	padding:5px;
}

fieldset {
	padding-bottom:1em;
}

.formLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	color:#666666;
	padding-bottom:0.5em;
	padding-top:0.2em;
	padding-left:15px;
	text-align:right;
	width:60px;
	float:left;
}

.formControl {
	float:right;
	margin-right:1em;
}

.messageText {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	float:left;
	font-weight:bold;
	font-size:0.7em;
	line-height:1.6em;
	margin-left:0em;
	width:100px;
}

.messageBox {
	width:310px;
	height:100px;
	margin-left:0em;
	background-image:url(/images/bkg-form.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
}

.submit {
	margin-left:0em;
	margin-top:0.6em;
}

/********************************************************
* USER LOGIN FORM
********************************************************/
form#user_login {
	font-family: arial;
	width: 80%;
	margin: auto;
	margin-top: 20px;
}
#user_login fieldset {
	padding: 5px;
}
#user_login label {
	width: 30%;
	float: left;
}
#user_login input {
	width: 60%;
	float: right;
}
#user_login div.form_buttons {
	margin-top: 10px;
}
#user_login div.form_buttons input {
	width: auto;
}
/********************************************************
* END OF STYLE :)
********************************************************/