/* EDITABLE PARTS */

body {	   
  	/* Background image properties: Uncomment to use */
	   /* background:url(bg.jpg); */
	   /* background-repeat: repeat; */
	   /* background-attachment: fixed; */
	   /* background-position: top center; */
	   
	/* Website background colour */
	   background-color: #2a2a2a;
}

.container {
	/* Content background (use for background / watermark ) */
	   /* background:url(thumbnailLarge/bgCont.jpg); */
	   /* background-repeat: no-repeat; */
	   /* background-position: bottom right; */
	   
	/* Website content background colour */
	   background-color: #000000;
	   
	/* Standard content font */
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   color: #fff;
	   
	   padding-left:15px;
	   padding-right:15px;
}

/* Standard hyperlink font-style */
	.siteContent a, .siteContent a:visited {color: #56b; text-decoration: underline;}
	.siteContent a:hover {color: #8ad ; text-decoration: underline;}

.banner {
	/* The border that sits below the banner (delete line to remove) */
	   border-bottom: solid 5px #b5b5b5;
}

/* Uncomment following 2 lines to make banner fit the whole width (980px) */
/*.container { padding-left: 0px; padding-right: 0px; }
#containerTable { margin-left: 15px; }*/

#sideTable {
	/* The color of the sidebar */
	   background: #1c1c1c;
}

.menu a {
	/* Menu item */

	   color: #9cf;
}

.menu a:hover {
	/* Menu item (when mouse is rolled over) */
background: #333;
	   color: #ffffff;
}

.menuCurrent a {
	/* Menu item (the current page) */

	   color: #ffffff;
}

.sideLogo .sideText {
	/* The text to go with sideLogo image */
	   font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   /*color: #9cf;*/
}

/* Standard hyperlink for sideLogo text */
	.sideText a, .sideText a:visited {color: #56b; text-decoration: underline;}
	.sideText a:hover {color: #8ad ; text-decoration: underline;}

/* Left-Aligned Embedded Images */
.embeddedWrapper4 {margin-left: 45px;}
.embeddedWrapper3 {margin-left: 45px;}
.embeddedWrapper2 {margin-left: 45px;}
.embeddedWrapper1 {margin-left: 45px;}

/* Centered Embedded Images */
/* Delete next 4 lines to left align */
.embeddedWrapper4 {margin-left: 45px;}
.embeddedWrapper3 {margin-left: 130px;}
.embeddedWrapper2 {margin-left: 215px;}
.embeddedWrapper1 {margin-left: 300px;}

.embeddedItem .embedText {
	/* The text to go with any embedded image */
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   /*color: #000000;*/
}

.embeddedItem200 .embedText200 {
	/* The text to go with any embedded image */
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   /*color: #000000;*/
}

#footer {
	width: 980px;
	/* Uncomment to give the footer color */
	/*background: #1286b8;
	padding: 0px 10px 10px;
	width: 960px;*/
}

/*----------------------------------------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/

/* MAIN SITE SHELL */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

.website { /* Holds ALL content of the website */
	width: 980px;
	margin: auto;
	padding-top: 10px;
}

.container { /* Main white section of site */
	min-height: 400px;
	overflow: hidden;
	height: 100%;
	padding-bottom:12px;
}

#sideTable {
	width: 175px;
	vertical-align:top;
}

#contentTable {
	width: 775px;
	vertical-align:top;
	padding-bottom:20px;
}

#containerTable {
	height: 400px;
}

/*----------------------------------------------*/

/* BANNER */

.banner { /* Main banner for site */
	display: block;
	text-align: center;
}

.banner img {
	height: auto;
	/*visibility: hidden;*/
}

/*----------------------------------------------*/

/* MENU */

.menu { /* Entire Side Menu: Uncomment to hide entire menu */
	/* visibility: hidden;
	height: 0px; */
font-family: "Comic Sans MS", Arial, Helvetica, Sans-Serif;
}

.menu a { /* Menu items */
	float:left;
	cursor: pointer;
	padding: 5px 7px;
	width: 146px;
	margin-bottom: 1px;
	
	font-size: 13px;
	text-decoration: none;
	text-transform: none;
}

.menu a:hover { /* Menu item (when mouse is rolled over) */
	text-decoration: none;
}

.menuCurrent a { /* Menu item (the current page) */
	text-decoration: none;
color: #ee8550;
font-weight: bold;
}

#aboveMenu { /* If anything needs to sit above the menubar */
	/*height: 10px;
	width: 175px;
	margin-bottom: 1px;*/
}

#belowMenu { /* If anything needs to sit below the menubar */
	height: 20px;
	width: 175px;
}

/*----------------------------------------------*/

/* SIDEBAR ITEMS */

.viewCart { /* View Cart button */
	margin-left:22px;
	margin-bottom: 10px;
	margin-top:15px;
	width: 123px;
	height: 32px;
	cursor: pointer;
	text-decoration: none;
}

.sideLogo { /* Embedded sideLogo container */
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 5px;
}

.sideLogo img { /* Embedded sideLogo image / photo */
	padding-left:8px;
	display: block;
}

.sideLogo .sideText { /* Embedded sideLogo text */
	text-align:center;
	padding-top:3px;
	margin-left:8px;
	margin-right:17px;
}

/*----------------------------------------------*/

/* CONTENT */

.content { /* Page text content */
	clear: both;
	width: 750px;
	margin-left: 15px;
	margin-top: 16px;
	margin-bottom: 15px;
	line-height:1.5em;
}

.content > table { /* Force the table that holds text content to fit the div (CODING FIX) */
	width: 100%;
}

.content .content { /* Any tables within content (CODING FIX) */
	clear: none;
	width: auto;
	margin: 0px;
}

/* CONTENT: EMBEDDED ITEMS / IMAGES / PHOTOS */

.embeddedWrapper4 { /* Main wrapper for holding each set of 4 items/images */
	width: 740px;
	overflow: hidden;
	/*height: 100%;*/
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapper3 { /* Main wrapper for holding each set of 3 items/images */
	width: 510px;
	overflow: hidden;
	/*height: 100%;*/
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapper2 { /* Main wrapper for holding each set of 2 items/images */
	width: 340px;
	overflow: hidden;
	/*height: 100%;*/
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapper1 { /* Main wrapper for holding each set of 1 items/images */
	width: 170px;
	overflow: hidden;
	/*height: 100%;*/
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedItem { /* Container to hold the embedded image/photo and text */
	float: left;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
}

.embeddedItem img { /* The image for the embedded item */
	margin: auto;
	display: block;
	border:none;
}

.embeddedItem .addCart { /* The image for the embedded item */
	margin-top: 5px;
	margin-bottom: 3px;
	border: none;
}

.embeddedItem .embedText { /* The text to go with the embedded image */
	text-align:left;
	padding-top:3px;
	width: 150px;
}

.embedImage {
	width: 150px;
	float: left;
	padding: 2px 10px;
}

.embedCart {
	width: 150px;
	float: left;
	padding: 2px 10px;
	text-align: left;
	padding-bottom: 20px;
}

.embedCart a img {
	border: none;
	margin-left: 25px;
	margin-top: 5px;
}

.embedText {
	width: 150px;
	float: left;
	padding: 2px 3px 5px;
}

/* CONTENT: EMBEDDED ITEMS / IMAGES / PHOTOS FOR HOMEPAGE (200px WIDE) */

.embeddedWrapperHome3 { /* Main wrapper for holding each set of 3 items/images */
	margin-left: 60px;
	width: 662px;
	overflow: hidden;
	height: 100%;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapperHome2 { /* Main wrapper for holding each set of 3 items/images */
	margin-left: 152px;
	width: 445px;
	overflow: hidden;
	height: 100%;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapperHome1 { /* Main wrapper for holding each set of 3 items/images */
	margin-left: 280px;
	width: 220px;
	overflow: hidden;
	height: 100%;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedItem200 { /* Container to hold the embedded image/photo and text */
	float: left;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.embeddedItem200 img { /* The image for the embedded item */
	margin: auto;
	display: block;
}

.embedText200 {
	width: 200px;
	float: left;
	padding: 2px 10px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.embedCart200 {
	width: 150px;
	float: left;
	padding: 2px 10px;
	text-align: left;
}

.embedCart200 img {
	border: none;
	margin-top: 5px;
	margin-left: 47px;
}

/*----------------------------------------------*/

/* SHOPPING CART */

.itemName {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.itemNameValue {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.itemPriceName {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.itemPriceValue {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.shopBorderTopLeft {
	border-left:1px;
	border-left-style:solid;
	border-left-color:#EEEEEE;
	border-top:1px;
	border-top-style:solid;
	border-top-color:#EEEEEE;
	font-size:12px;
}
.shopBorderTop {
	border-top:1px;
	border-top-style:solid;
	border-top-color:#EEEEEE;
	font-size:12px;
}
.shopBorderTopRight {
	border-right:1px;
	border-right-style:solid;
	border-right-color:#EEEEEE;
	border-top:1px;
	border-top-style:solid;
	border-top-color:#EEEEEE;
	font-size:12px;
}
.shopBorderRight {
	border-right:1px;
	border-right-style:solid;
	border-right-color:#EEEEEE;
	font-size:12px;
}
.shopBorderLeft {
	border-left:1px;
	border-left-style:solid;
	border-left-color:#EEEEEE;
	font-size:12px;
}

.shopBorder {
	border-left:1px;
	border-left-style:solid;
	border-left-color:#EEEEEE;
	font-size:12px;
}
.shop {
	font-size:12px;
}
.shopSubTotalRight {
	border-top:1px;
	border-top-style:solid;
	border-top-color:#EEEEEE;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#EEEEEE;
	font-size:12px;
}
.shopSubTotal {
	border-top:1px;
	border-top-style:solid;
	border-top-color:#EEEEEE;
	font-size:12px;
}
.shopSubTotalLeft {
	border-top:1px;
	border-top-style:solid;
	border-top-color:#EEEEEE;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#EEEEEE;
	font-size:12px;
}

/*----------------------------------------------*/

/* FOOTER / CREDITS / BOTTOM MENU */

#footer { /* Footer shell */
	margin-bottom: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#footer a { /* All footer hyperlinks */
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover { /* All footer hyperlinks (mouseover) */
	text-decoration: underline;
}

.footerMenu { /* Footer menu section */
	float: left;
	vertical-align: top;
	text-transform: uppercase;
	padding-top: 7px;
	width: 700px;
}

.footerMenu a { /* Footer menu items */
	padding-left: 4px;
	padding-right: 4px;
	line-height: 16px;
	display: inline-block;
}

.footerCredits { /* Footer credit information */
	float: right;
	vertical-align: top;
	text-align: right;
	padding-top: 7px;
}

#copyrightInfo { /* Copyright text. Remove visibility comments below to hide text */
	clear: both;
	padding-top: 6px;
	padding-left: 4px;
	/*visibility:hidden;*/
}

#havealookCredits { /* 'Website By' text. Remove visibility comments below to hide text */
	padding-top: 2px;
	/*visibility:hidden;
	position: absolute;*/
}
p {margin:0px;}table {border-collapse:collapse;}
p {margin:0px;}table {border-collapse:collapse;}

.container select, .container input, .container .info{
  color: black;
}
