/* EDITABLE PARTS */

body {	   
  	/* Background image properties: Uncomment to use */
	   background:url(bg.jpg);
	   background-repeat: no-repeat;
	   background-attachment: fixed;
	   background-position: top center;
	   
	/* Website background colour */
	   background-color: #000;
}

.container {
	/* Content background (use for background / watermark ) */
	   /* background:url(thumbnailLarge\FILENAME.jpg); */
	   /* background-repeat: no-repeat; */
	   /* background-position: bottom right; */
	   
	/* Website content background colour */
	   background-color: #0f0f0f;
   	   border: 1px solid #222;
	   
	/* Standard content font */
	   font-family: Century Gothic, Arial, Helvetica, sans-serif;
	   font-size: 14px;
	   color: #fff;
	   
	   padding-left:15px;
	   padding-right:15px;
}

/* Standard hyperlink font-style */
	.content a, .content a:visited {color: #aaf; text-decoration: underline;}
	.content a:hover {color: #ccf; text-decoration: underline;}

.banner {
	/* The border that sits below the banner (delete line to remove) */
	   border-bottom: solid 2px #aaa;
	   margin-top: 5px;
}

/* 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: #171717;
}

.menu a {
	/* Menu item */
	   background-color	: #292929;
	   border-left-color: #4a4a4a;
	   border-bottom: 1px solid #4a4a4a;
	   color: #fff;   
}

.menu a:hover {
	/* Menu item (when mouse is rolled over) */
	   background-color:#464646;
	   border-left-color: #e9c79b;
	   color: #fff;
}

.menuCurrent a {
	/* Menu item (the current page) */
	   background-color: #0f0f0f;
	   border-left-color: #161616;
	   color: #fff;
}

.sideLogo .sideText {
	/* The text to go with sideLogo image */
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   /*color: #000;*/
}

/* 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: 220px;}
.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 */
	overflow: hidden;
	padding-bottom:15px;
}

#sideTable {
	width: 175px;
	vertical-align:top;
}

#contentTable {
	width: 775px;
	vertical-align:top;
	padding-bottom:0px;
}

#containerTable {
	height: 450px;
}

/*----------------------------------------------*/

/* 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; */
}

.menu a { /* Menu items */
	float:left;
	cursor: pointer;
	padding: 7px;
	width: 155px;
	margin-bottom: 1px;
	border-left-style: solid;
	border-left-width: 6px;
	
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.menu a:hover { /* Menu item (when mouse is rolled over) */
   border-left-width: 0px;
   padding-left: 13px;
   text-decoration: none;
}

.menuCurrent a { /* Menu item (the current page) */
	border-left-style: solid;
	border-left-width: 0px;
	padding-left: 13px;
	text-decoration: none;
}

#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 */

.sidebar { /* Main menu div */
	width: 175px;
	float: left;
}

.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;
	padding-left: 15px;
	margin-top: 16px;
	margin-bottom: 15px;
	line-height:1.5em;
	overflow: hidden;
}

.content .contentTableInner { /* Force the table that holds text content to fit the div */
	width: 750px;
}

hr  { /* The standard hr-line styling */
	border: 0;
	height: 1px;
	color: #c1c1c1;
	background-color: #c1c1c1;
	width: 80%;
}

/* CONTENT: EMBEDDED ITEMS / IMAGES / PHOTOS */

.embeddedWrapper4 { /* Main wrapper for holding each set of 4 items/images */
	width: 680px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapper3 { /* Main wrapper for holding each set of 3 items/images */
	width: 510px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapper2 { /* Main wrapper for holding each set of 2 items/images */
	width: 340px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapper1 { /* Main wrapper for holding each set of 1 items/images */
	width: 170px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedItem { /* Container to hold the embedded image/photo and text */
	float: left;
	width: 170px;
	text-align: center;
}

.embeddedItem img { /* The image for the embedded item */
	margin: auto;
	display: block;
	border:none;
}

.embeddedItem .embedText { /* The text to go with the embedded image */
	margin: auto;
	text-align:left;
	padding-top:3px;
	width: 150px;
}

.embedCart { /* The image for the embedded item */
	width: 150px;
	padding: 2px 10px;
	text-align: left;
}

/* CONTENT: EMBEDDED ITEMS / IMAGES / PHOTOS FOR HOMEPAGE (200px WIDE) */

.embeddedWrapperHome3 { /* Main wrapper for holding each set of 3 items/images */
	margin-left: 60px;
	width: 660px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapperHome2 { /* Main wrapper for holding each set of 3 items/images */
	margin-left: 152px;
	width: 440px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapperHome1 { /* Main wrapper for holding each set of 3 items/images */
	margin-left: 280px;
	width: 220px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedItem200 { /* Container to hold the embedded image/photo and text */
	float: left;
	width: 220px;
	text-align: center;
}

.embeddedItem200 img { /* The image for the embedded item */
	margin: auto;
	display: block;
	border: none;
}

.embeddedItem200 .embedText200 {
	margin: auto;
	padding-top: 3px;
	text-align: left;
	width: 200px;
}

.embedCart200 {
	width: 200px;
	padding: 2px 10px;
	text-align: left;
}

/*----------------------------------------------*/

/* SHOPPING CART */

.itemName { font-size:12px; font-weight:bold; }
.itemNameValue { font-size:12px; }
.itemPriceName { font-size:12px; font-weight:bold; }
.itemPriceValue { font-size:12px; }

.shop { font-size:12px;}

.shopBorderTopLeft {
	border-left:1px solid #eee; 
	border-top:1px solid #eee;
	font-size:12px;
}
.shopBorderTop {
	border-top:1px solid #eee;
	font-size:12px;
}
.shopBorderTopRight {
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	font-size:12px;
}
.shopBorderRight {
	border-right:1px solid #eee;
	font-size:12px;
}
.shopBorderLeft {
	border-left:1px solid #eee;
	font-size:12px;
}
.shopBorder {
	border-left:1px solid #eee;
	font-size:12px;
}
.shopSubTotalRight {
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	font-size:12px;
}
.shopSubTotal {
	border-top:1px solid #eee;
	font-size:12px;
}
.shopSubTotalLeft {
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-size:12px;
}

/*----------------------------------------------*/

/* FOOTER / CREDITS / BOTTOM MENU */

#footer { /* Footer shell */
	margin-bottom: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

#footer a { /* All footer hyperlinks */
	color: #fff;
	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;}