
/*primary site structure*/
body{
	margin:0;
	padding:0;
	text-align:center;
	min-width:760px;
	background-color:#C3D2DF;
	color:#000;
	font-size: small;
	font-family: verdana, arial, sans-serif;
	line-height: 170%;
}

#wrapper{
	width:760px;
	text-align:left;
	margin:0 auto;
	height: auto !important;
	height: 100%;
	border-left:1px solid #555;
	border-right:1px solid #555;
	background-color:#FFF;
	color:#CCC;
}

#masthead{
	height: 1.8em;
	border-bottom: 2px solid #DFAD7D;
	background-color: #29445F;
	color:#fff;
	text-align: right;
	padding-top:0;
}
#header{
	height: 100px;
	background: #003366 url(header_bg.gif) no-repeat center;
	
}
#topnav{
	height: 2.1em;
    width: 100%;
	background: #29445F;
	border-bottom: 5px solid #003366;
	border-top: 7px solid #DFAD7D;
}
div#topnav ul{
	margin:3px 0;
	padding:0;
	line-height:100%;
}
div#topnav li{
	display:inline;
}

div#topnav a{
	color:#FFF;
	font-size:.95em;
	font-family: Arial, "MS Trebuchet", sans-serif;
	text-decoration:none;
	padding:3px 10px;
	letter-spacing:.05em;
}
div#topnav a:hover{
	background-color:#59819F;
	color:#003366;
}

#maincontent{
	display:inline-block;
}
#sidebar{
	padding-top:10px;
	text-align:center;
	float:left;
	width:200px;
	height:400px;
}
#content{
	font-size: 1em;
	font-family: verdana, arial, sans-serif;
	line-height: 170%;
	margin-left:210px;
	color:#000;
	background-color:#fff;
	width:510px;
	padding:10px;
}
#footer{
    clear: both;
	text-align:center;
    background: #30546F;
	color:#fff;
	height:3em;
	padding-top:1em;	
}
/*end primary site structure*/
#masthead a, #footer a {
	color:#FFF;
	text-decoration: none;
	padding-right:5px;
	padding-left:5px;
	font-size:.85em !important;
}
#masthead a:hover, #footer a:hover {
	text-decoration: underline;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #ddd;
}
h2 {
    font-size: 1.2em;
    /*color: #586B7A;*/
	color:#660000;
}

/*Form Elements*/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #000;
  background: #FFF;
  border: 1px solid #9F9F9F;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #FFFFFF;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 0 3px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #000;
  background: #CCC;
  border-width: 1px;
  border-style: solid;
  border-color: #6F6F6F;
}

input.radio {
  background: none;
  border: 0px;
}

/*shopsite styles*/
#search, #minicart, #pageText3{
	width:190px;
	text-align:center;
	border:1px solid #BFBFBF;
	margin:0 auto 1em auto;
	padding:0 0 .5em 0;
	
}

#pageText3{
	border:none;
}
#minicart{
	margin-top:1em;
	background-color: #003366;
	color:#fff;
}

p.title {
	padding:0;
	margin: 0 0 .5em 0;
	background-color: #003366;
	color:#FFF;
	border-bottom:1px solid #BFBFBF;
}
table.productTab{
	width:100%;
	line-height: 1.4em;
	border-collapse: collapse;
	border:2px solid #003366;
	color:#000;
	background-color:#FFF;
}

table.productTab td{
	border:1px solid #BFBFBF;
	padding:.2em;
}

table.productTab thead tr th{
	padding:.4em;
	border:2px solid #003366;
	color:#fff;
	font-weight:normal;
	background-color:#003366;
}
table.productTab td.center {
	text-align:center;
}
td.left{
	text-align:left;
}
.colorOff{
	background-color: #EFE0D1;
}