/*--page styles--*/
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin-top: 15px;
	text-align: center;
}

br {
	clear: both;
}

h5 {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
	width: 85%;
}

#addForm hr {
	color: #993366;
}
#container {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#leftcontent {
	width: 225px;
	float: left;
	color: #666666;
	margin-bottom: 40px;
}
#leftcontent p {
	font-size: 14px;
	margin: 10px;
	text-align: justify;
}
#providedby {
	color: #666666;
	float: left;
	font-size: small;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#loggedin {
	color: #666666;
	float: right;
	padding-right: 15px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#loggedin a {
	color: #666666;
	line-height: 50px;
}

#leftcontent ul {
font-size:12px;
}
#footer p {
	font-size: 12px;
	clear: both;
	text-align: center;
	color:#666666;
}
#footer {
	text-align: center;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 5px solid #993366;
}
#maincontent {
	text-align: center;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 0px;
}
#leftcontent h2 {
	height: 64px;
	text-indent: -9999px;
	padding: 5px;
	background-image: url(../images/grlogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#masthead {
	width: 100%;
	height: 60px;
}
#masthead h1 {
	height: 50px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663300;
	border-bottom-color: #663300;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/*--page styles--*/

/* --- form styles --- */
#total {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #993366;
}
#viewCart {
	width: 95%;
	clear: both;
	margin: auto;
	font-size: 14px;
	color: #000000;
}
#viewCart #description td#product {
	padding-left: 40px;
}
#viewCart #description td#price {
	text-align: center;
}
#viewCart #description td#amount {
	text-align: center;
}

#viewCart td#quantity {
	text-align: center;
}
#viewCart #billing td#text {
	text-align: right;
	padding-right: 5px;
	font-size: 14px;
	color: #000000;
}
#viewCart th {
	background-color: #993366;
	height: 23px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 4px;
	text-transform: uppercase;
	font-size: 12px;
}
#viewCart #bottombtn {
	text-align: right;
	padding-right: 35px;
}
#viewCart #billing td#inputfield {
	text-align: left;
	padding-left: 5px;
}
#viewCart #Shipping td#text {
	text-align: right;
	padding-right: 5px;
	font-family: "Trebuchet MS";
	color: #000000;
}
#viewCart #Shipping td#inputfield {

	text-align: left;
	padding-left: 5px;
}
#viewCart #billing td#required {
	text-align: right;
	padding-right: 5px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#viewCart #Shipping td#required {
	text-align: right;
	padding-right: 5px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
div#addForm {
	width: 550px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	margin: auto 0px;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	background: #FBF7F9;
	border: 3px solid #993366;
}
div#addForm label {
	width: 45%;
	display:block;
	float:left;
	text-align:right;
	margin: 0px;
	padding: 0px;
	line-height: 2.6em;

}
div#addForm input {
	margin: 5px 0;
}
div#addForm select {
	margin: 5px 0;
}
div#addForm .searchForm label {
	width: 45%;
	display:block;
	float:left;
	padding: 5px, 0, 5px, 0;
	text-align:right;

}
div#addForm .searchForm select {
	margin-left: 5px;
}
div#addForm input.browse {
	width: 100px;
	text-align: center;
	margin-top: .6em;
	margin-right: 0px;
	margin-bottom: 0.6em;
	margin-left: 10px;
}
.clear {
	clear: both;
}
/*--form styles--*/

/* --- table styles --- */
#dataTable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color: #993366;
	}

#dataTable td {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333333;
	font-size: 11px;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #993366;
}

#dataTable td.alt {
	color: #333333;
	background-color: #EFD1E0;
}

#dataTable caption {
	padding: 0 0 5px 0;
	width: 98%;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 15px;
	color: #990000;
}

/* --- Special Styles --- */

#dataTable {
	width: 98%;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	clear: both;
	margin-left: auto;
	border: 1px solid #993366;
}
#dataTable a {
	color: #A20303;
}

#dataTable a.gridHeader {
	color: #FFFFFF;
	text-decoration: none;
}

#dataTable a.gridHeader:hover {
	text-decoration: underline;
}

#searchDiv a {
	color: #A20303;
}

/*--table styles--*/
.products {
	float: left;
	margin-right: 20px;
	margin-left: 20px; 
	margin-top: 5px;
	margin-bottom: 8px;
	width: 250px;
}
.products p {
	text-align: center;
}
#products td {
	text-align: left;
}
#products p {
	color: #666666;
	font-size: 12px;
}


#productThumbs {
	position: relative;
	z-index: 0;
	width: 700px;
	left: 20px;
	margin: 0px;
}
#productThumbs ul {
	list-style-type: circle;
	line-height: 40px;
	float: left;
	width: 30%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#productThumbs a {
	color: #336699;
}

.spacer {
	clear: both;
}
#productWrapper {
	width: 100%;
}
#productThumb {
	float: left;
	text-align: center;
	padding: 10px;
	margin: 10px;
	width: 300px;
}
#productDesc {
	width: 85%;
	float: left;
}
#productDesc p {
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	text-align: left;
}
.productsAtt {
	float: right;
	margin-right: 10px;
	width: auto;
	text-align: center;
	margin-left: 10px;
}

.productCeil {
	padding-top: 		3px;
	padding-bottom: 	5px;
	padding-left: 		10px;
	padding-right: 	10px;
	width: 25%;
}

#products #addToCardBT {
	float: right;
	margin-top: 20px;
}

#productDesc label {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
}
#productThumb img {
	border: 1px solid #404040;
}
div#tableWrapper {
	width: 90%;
	text-align: left;
	font-size: 12px;
	color: #333333;
	margin: auto 0px;
	background: #FBF7F9;
	border: 3px solid #993366;
	padding: 2em;
}
a.button {
	display: block;
	width: 130px;
	text-align: right;
	line-height: 2em;
	margin-bottom: 10px;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-right: 10px;
}
ul#adminNav {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	width: 100%;	
}
ul#adminNav li {
	float: left;
}
ul#adminNav li a {
	text-decoration: none;
	background-color: #EFD1E0;
	border: 1px solid #993366;
	margin-right: 5px;
	float: left;
	line-height: 2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #993366;
	font-size: 11px;
}
ul#adminNav li a:hover {
	background-color: #993366;
	border-color: #EFD1E0;
	color: #EFD1E0;
}
ul#adminNav li#active a {
	background: #CC3399;
	color: #EFD1E0;
}
#clientMaincontent {
	text-align: center;
	float: right;
	width: 725px;
	margin: 0px;
	padding: 20px 0px 0px;
}

.alt {
	color: #333333;
	background-color: #EFD1E0;
}
#storeNav {
	list-style-type: none;
}
