﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	margin: 0px;
	background-image:url(../Content/Images/Template/background2.png);
	background-repeat:repeat-x;
	background-color:#FEFDFB; !important;
	font-family: Helvetica, Arial, sans-serif;
}

fieldset
{
	
	border-style: none;
}

legend
{
	margin-bottom: 0.5em;
	border-bottom: solid 1px black;
	font-size: 1.2em;
}


fieldset div
{
	margin: 0.5em;
}

fieldset div label
{
	float: left;
	text-align: left; 
	width: 4em; 
	margin: 0.4em;
	white-space: nowrap;	
}

fieldset div input[type="text"], textarea
{
	margin-left: 5em;
	width: 350px;
}

.img
{
	border-style: none;
}

a:link
{
  color: red;
  text-decoration: underline;
}
a:visited
{
  color: blue;
}
a:hover
{
  color: blue;
  text-decoration: none;
}
a:active
{
  color: blue;
}

p, ul
{
  margin-bottom: 20px;
  line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
  padding: 0 0 0.3em;
  margin: 0;
  font-size: 2em;
  color: #C5AA72;
  text-decoration: underline;
  letter-spacing: 0.2em;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    text-decoration: none;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
  margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width:949px;
	position:absolute;
	left:15%;
}

#header
{
	background: url(../content/images/template/header.jpg) no-repeat;
  position: relative;
  margin-bottom: 0em;
  color: white;
  height: 184px;
  padding:0em 0em 1em 1em;
  
}

#title h1
{
  font-size: 3.8em;
  font-weight: bold;
  letter-spacing: 0.2em;
  /*padding: 0.1em 0;*/
  color: white;
}

#main
{
	float: left;
  border-left: solid 1px black;
  border-right: solid 1px black;
	background-color: white;
  padding: 1em 1em 0.5em 1em;
	width: 915px;
}

#leftPannel
{
	float: left;
	width: 20%;
	background-color: White;
}

#rightPannel
{
	float: right;
	width: 75%;
	background-color: White;
}

#footer
{
	clear: both;
  color: white;
  padding: 0.2em 0;
  text-align: center;
  line-height: normal;
  margin: 0;
  font-size: .9em;
  
  background-image:url(../Content/Images/Template/footer.jpg);
  border-left: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;

}

#logo
{

}

/* TAB MENU   
----------------------------------------------------------*/


ul#menu
{
  position: relative;
  padding: 0 0.5em 0.2em;
 
  /*
  margin: 0;
  text-align: right;
  width: 500px;
  */
  
}

ul#menu li
{
  display: inline;
  list-style: none;
}
/*
ul#menu li#greeting
{
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  color: #fff;
}
*/

ul#menu li a
{
  padding: 1em 1em;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  color: white;
}

ul#menu li a:hover
{
  text-decoration: none;
}

ul#menu li a:active
{
  color: black;
}

ul#menu li.selected a
{
  color: black;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
  clear: both;
}

.error
{
  color:Red;
}

.mandatory
{
	color:Red;
	font-size: 1em;
	font-weight: bold;
	margin: 0 1em;
}

#menucontainer
{
	/*width:420px;*/
	height:27px;
	padding-top:51px;
	font-size:12px;
	margin: 0 0 1.5em;
	position: relative;
	display: inline; /*ie hack due to margin > 0*/
	float: right;
	
}

#title
{
  float:left;
  text-align:left;
}

#logindisplay
{
  font-size:1.1em;
  display:block;
  text-align:right;
  margin:10px;
  color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Products */
#productItemContainer
{
	position: relative;
	display: inline; /*ie hack due to margin > 0*/
	float: left;
	width:150px;
	height:220px;
	margin: 0em 1em 1em 0em;
	font-size: 0.8em;
}

#productItemContainer img
{
	margin: 0.5em;
	padding: 0.5em;
	width: 140px;
	height: 140px;
	border: solid 2px black;
}

.email 
{
	border-style: none;
	width: 24px !important;
	height: 24px !important;
}

.productTitle
{
	color: #2F2F2F;
}

.productItemContainer a:visited, a:selected, a:link
{
	color: Red;
	font-weight: bold;
	text-decoration: none;
}

.productItemContainer a:hover
{
	text-decoration: underline;
}


/*----------------------- Button Bar ----------------------------*/
.buttonBar
{
/*
  border: solid 1px black;
  background-color: #D3D3D3;*/
  text-align: right;
  padding: 0.2em;
}

.button, .buttonBar input, .buttonBar a
{
  border: solid 1px #999999;
  background-color: #F1F1F1;
  width: 5em;
  margin: 0.2em;
  font-size: 0.8em;
}

.buttonBar a a:hover, a:selected
{
  border: solid 1px #999999;
  background-color: #F1F1F1;
  width: 5em;
  margin: 0.2em;
  font-size: 0.8em;
}

.button:hover
{
  border-color: Red;
}

.sideMenu
{
	padding: 0;
	margin: 0;
	font: bold 1em;
	/*background: gray;*/
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	width: 11em;
}

.sideMenu li
{
	list-style: none;
	margin: 0;
	border-top: 1px solid gray;
	text-align: left;
	
}

.sideMenu li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #AAB;
	background: white;
	text-decoration: none;
}

.sideMenu li a:link { color: #448; }
.sideMenu li a:visited { color: #667; }

.sideMenu li a:hover
{
	border-color: red;
	color: #FFF;
	background: #C5AA72;
}

table
{
	width: 80%;
	margin-bottom: 1em;
	
}

td
{
	padding: 0.5em;
}

th
{
	font-size: 1.2em;
	background-color: #DCCBA9;
	color: White;
	text-align: left;
	padding: 0.2em 0.5em;
}

#productImage
{
	background-color: white;
	border: solid 1px black;
	padding: 0.5em;
	display: inline-block;
	width: 256px;
	text-align: center;
	float: right;
	margin: 0 0.2em 0.2em 0.2em;
}

#productImage img
{
	width: 250px;
}

#productImage div
{
	background-color: White;
	padding: 0.2em;
	text-align: left;
}

#productImageBlurb h2
{
	font-size: 1.2em;
}

#homeImage
{
	border:1px solid;
	text-align: center;
	
}

#homeImage img
{
	margin: 1.3em 0.5em 0.2em 0.5em;
}

#homeImage div
{
	margin: 0.2em 0.1em 1em 0.1em;
}