﻿/* Color scheme from http://www.colorschemer.com/schemes/viewscheme.php?id=7698 */
/* DEFAULTS
----------------------------------------------------------*/

body
{
	background: #000;
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: Black;
	background: url(../images/Black-bg.jpg) repeat;
	position: relative;
}

img
{
	border: 0x none;
}

a:link, a:visited
{
	color: #034af3;
}

a:hover
{
	color: #1d60ff;
	text-decoration: underline;
}

a:active
{
	color: #034af3;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}

.noborder
{
	border: 0px none white;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}

/* Home
----------------------------------------------------------*/
.homeImage
{
	position: relative;
	float: right;
	margin: 8px 8px 0px 8px;
}
.homeName
{
	font-size: 20pt;
	font-weight: bold;
}
.homeCaption
{
	font-size: 18pt;
	font-style: italic;
	font-weight:normal;
	width: 100%;
	text-align: center;
}
.homeTitle
{
	font-size: 18pt;
}
a.homeTitle 
{
	text-decoration: none;
	color: Black;
}
a.homeTitle:link
{
	text-decoration: none;
	color: Black;
}
a.homeTitle:visited
{
	text-decoration: none;
	color: Black;
}
.homeDiv
{
	background-image: url(../images/page-bg.png);
	background-repeat: repeat-x;
	color: Black;
	font-size: 10pt;
	font-weight: normal;
	min-height: 500px;
	width: 100%;
	padding: 0px;
}
.homeTextDiv
{
	padding: 8px;
	padding-top: 12px;
	background-image: url(../images/waterlily.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.homeTextDiv a
{
	color: Black;
}
.homeTextDiv a:visited
{
	color: Black;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 960px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	border: 0px solid #B1E6D1;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #000;
	width: 100%;
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.main
{
	padding: 0px 2px;
	margin: 12px 8px 8px 8px;
	min-height: 420px;
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}

.footer a:link
{
	color: White;
}

.footer a:visited
{
	color: White;
}

.copyright
{
	margin: 20px auto;
	clear: both;
	text-align: center;
	color: #a0a0a0;
	font-size: .8em;

}
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-image: url('../Images/Menu-Background.png');
	background-repeat: repeat-x;
	width: 100%;
}

div.menu
{
	padding: 0px 0px 0px 0px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-image: url('../Images/Menu-Background.png');
	background-repeat: repeat-x;
	border-right: 1px #583C8A solid;
	color: #FFF;
	display: block;
	display: inline-block;
	line-height: 25px;
	padding: 0px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
	background-image: url('../Images/Menu-Background-Reverse.png');
	background-repeat: repeat-x;
	border-right: 1px #583C8A solid;
	color: #FFF;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}

.subMenu
{
	background-color: #583c8a;
	background-image: none;
	width: 150px;
	border-bottom: solid 1px #583c8a;
	display: block;
	background-repeat: no-repeat;
}

div.subMenu ul li a:hover
{
	background-color: #583c8a;
	background-image: none;
	width: 150px;
	border-bottom: solid 1px #583c8a;
	display: block;
}

li.subMenu ul.subMenu
{
	background-color: #583c8a;
	background-image: none;
}

a.subMenu:active
{
	background-color: #583c8a;
	background-image: none;
}
.subMenu ul li a
{
	background-color: #583c8a;
	background-image: none;
	width: 150px;
	border-bottom: solid 1px #583c8a;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

/* MISC  
----------------------------------------------------------*/
.watermarkText
{
	color: Gray;
}
.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
	padding: 6px 6px 6px 6px;
}

/* Login
--------------------------------------------*/
.loginDisplay
{
	font-size: 0.8em;
	display: inline-block;
	text-align: right;
	color: White;
	width: 250px;
	height: 20px;
	float: right;
	visibility: hidden;
}

.loginDisplay a:link
{
	color: white;
}

.loginDisplay a:visited
{
	color: white;
}

.loginDisplay a:hover
{
	color: white;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

/* Logo
-----------------------------------------*/
.logoContainer
{
	display: inline-block;
	width: 312px;
	height: 102px;
	float: left;
}

/* Top links
-----------------------------------------*/
.topLinks
{
	color: #fff;
	text-decoration: none;
	font-size: .9em;
	display: inline-block;
	width: 420px;
	white-space: nowrap;
	text-align: center;
	padding-top: 14px;
}

.topLinks a:link
{
	color: #fff;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
}

.topLinks a:visited
{
	color: #fff;
	text-decoration: none;
}

.topLinks a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* Search
-----------------------------------------*/
.searchDisplay
{
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	height: 35px;
	padding: 30px 0px 0px 10px;
}

.searchBox
{
	width: 250px;
	height: 15px;
}

/* Header cart
-------------------------------------*/
.headerCartDisplay
{
	font-size: 0.9em;
	text-align: right;
	background-color: Black;
	color: White;
	float: right;
	width: 200px;
}

.headerCartDisplayHighlight
{
	font-size: 0.9em;
	text-align: right;
	display: block;
	background-color: #b33d74;
	color: White;
	width: 200px;
	float: right;
}

.headerCartImage
{
	float: right;
	border: 0px none;
	margin-left: 3px;
}

.headerCartDisplay a
{
	color: #fff;
	text-decoration: none;
}

.headerCartDisplay a:visited
{
	color: #fff;
	text-decoration: none;
}

.headerCartDisplay a:hover
{
	text-decoration: underline;
}

.headerCartDisplayHighlight a
{
	color: #fff;
	text-decoration: none;
}

.headerCartDisplayHighlight a:visited
{
	color: #fff;
	text-decoration: none;
}
/* Buttons
--------------------------------------*/
.greenButton
{
	border: 1px solid #aac24b;
	background-image: url('../Images/Green-Btn-Background.png');
	background-repeat: repeat-x;
	height: 20px;
	color: White;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	min-width: 50px;
	display: block;
	display: inline-block;
	text-align: center;
	font-size: .9em;
}

a.greenButton
{
	color: White;
	height: 18px;
	font-weight: bolder;
}

a.greenButton:visited
{
	color: White;
}

a.greenButton:link
{
	color: White;
}

.orangeButton
{
	border: 1px solid #F14500;
	background-image: url('../Images/Orange-Button-Background.png');
	background-repeat: repeat;
	height: 25px;
	line-height: 22px;
	color: White;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	min-width: 50px;
	display: block;
	display: inline-block;
	text-align: center;
	font-size: .9em;
}

a.orangeButton
{
	color: White;
	height: 18px;
	font-weight: bolder;
}

a.orangeButton:visited
{
	color: White;
}

a.orangeButton:link
{
	color: White;
}

/* Item List
--------------------------------------*/
.categoryTitleContainer
{
	width: 930px;
	border: 1px solid black;
	background-color: White;
	padding: 2px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.categoryTitle
{
	font-size: 1.2em;
	text-align: center;
	clear: both;
	width: 100%;
	background-color: #8f76ba;
	background-image: url(../Images/Category-Title-Background.png);
	color: White;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	line-height: 25px;
}

/* Cart
--------------------------------------*/
.cartItemsDiv
{
	width: 830px;
	display: block;
	display: inline-block;
	font-size: 8pt;
}

.cartTable
{
	font-size: 8pt;
	font-weight: bold;
	width: 100%;
}

.cartHeaderRow
{
	background-color: #b33d74;
	background-image: url(../Images/Category-Title-Background.png);
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

.cartItemRow
{
	font-size: 8pt;
	color: Black;
}

.cartItemLink:link
{
	color: Black;
}

.cartItemLink:active 
{
	color: Black;
}

.cartItemLink:visited
{
	color: Black;
}

.cartItemDropDown
{
	font-size: 8pt;
	font-weight: bold;
}

.emptyCartDiv
{
	font-size: 8pt;
	font-weight: bold;
	width: 830px;
	display: block;
	display: inline-block;
}

.cartButtonsDiv
{
	width: 830px;
	display: block;
	display: inline-block;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}

.cartButtonsTable
{
	width: 100%;
}

.cartQtyCell
{
	text-align: center;
	vertical-align: middle;
}

.cartPriceCell
{
	text-align: right;
	vertical-align: middle;
}

.cartCommentsBox
{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
	font-weight: bold;
}

.cartContinueContainer
{
	width: 100%;
	text-align: right;
	display: block;
	clear: both;
}
