﻿body 
{
  	font-family: "Trebuchet MS", Verdana, geneva, sans-serif;
  	font-size:small;
    padding:0px 0px 0px 0px;
    margin:0 auto;
	text-align:center;
  	background:url(../Images/Styles/redbg1.jpg) top left repeat;
}

* 
{
	padding:0;
	line-height:1.5em;
}

#outerBody
{
    width:100%;
    height:100%;
    padding:20px 0px 20px 0px;
    text-align:center;
}

#centeredContainer
{
    width:974px;
	padding:0px;
	margin: 0 auto;
}


#topRow
{
    height:35px;
    width:974px;
	padding:0px;
	background:url(../Images/Styles/topRow.png) bottom right no-repeat;
}
#middleRow
{
    width:974px;
	padding:0px;
}
#bottomRow
{
    height:8px;
    width:974px;
	padding:0px;
}

#topNav
{
	height:20px;
	width:350px;
	float:right;
	margin: 11px 15px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
}
#topNav a {
	text-decoration :underline;
	color:#311b10;
	font-size:1.1em;
}

#topNav a:hover {
	text-decoration :underline;
	color:#ffffff;
	background-color:#311b10;
	font-size:1.1em;
}

#cwrapperL
{
    float:left;
    width:8px;
    height:100%;
    padding:0px;
    background:url(../Images/Styles/borderLeft.png) top right repeat-y;
}
#cwrapperR
{
    float:left;
    width:8px;
    height:100%;
    padding:0px;
    background:url(../Images/Styles/borderRight.png) top left repeat-y;
}
#cwrapperBL
{
    float:left;
    width:8px;
    height:8px;
    padding:0px;
    background:url(../Images/Styles/borderBottomLeft.png) top right no-repeat;
}
#cwrapperBOTTOM
{
    float:left;
    width:958px;
    height:8px;
    padding:0px;
    background:url(../Images/Styles/borderBottom.png) top left repeat-x;
}
#cwrapperBR
{
    float:left;
    width:8px;
    height:8px;
    padding:0px;
    background:url(../Images/Styles/borderBottomRight.png) top left no-repeat;
}

#container 
{
    width:958px;
	padding:0px 0px 0px 0px; /*this padding creates the white border around entire center*/
	background:#ffffff;
	float:left;
}

#header 
{
	height:150px;
	width:948px;
  	padding:0px 5px 0px 5px;
  	margin:5px 5px 5px 5px;
	background:url(../Images/Styles/iasignLogo150.png) top left no-repeat;
  	color:#ffffff;
  	text-align:left;
}

#navigation
{
 float:left;
 width:958px;
 height:27px;
 padding:0px 0px 0px 0px; 
 background:url(../Images/Styles/redMenu.png) left repeat-x;
 vertical-align:middle;
}

#primaryNav 
{
	float:left;
	margin:0px 0px 0px 0px;
  	padding:0px 0px 0px 10px;
}

#primaryNav li 
{
	padding:0px 0px 0px 0px;   
	list-style:none;
	display:inline;
	color:#311b10;
	font-size:1.1em;
}

#primaryNav li a {
	text-decoration:none;
	color:#ffffff;
	font-size:1.1em;
}

#primaryNav li a:hover {
	background-color:#311b10;
	font-size:1.1em;
}

#viewCart 
{
	float:right;
	margin:0px 0px 0px 0px;
  	padding:0px 10px 0px 0px;
}

#viewCart li 
{
	padding:0px 0px 0px 0px;
	list-style:none;
	display:inline;
	color:#311b10;
	font-size:1.1em;
}

#viewCart li a {
	text-decoration:none;
	color:#ffffff;
}

#viewCart li a:hover {
	background-color:#311b10;
}



#contentContainer
{
 float:left;
 width:958px;
 padding:0px 0px 0px 0px;
 margin:0;
 background-color:#311b10;
 min-height:500px;
 text-align:center;
}



#sidebar
{
 float:left;
 width:130px;
 min-height:250px;
 padding:10px 0px 0px 10px;
 background:#311b10;
 text-align:center;
}

#content 
{
	float:left;
	width:953px;
	min-height:550px;
	padding:10px 0px 5px 5px;
}

#footerContainer
{
    float:left;
    width:953px;
    padding:5px 5px 0px 0px;
    vertical-align:bottom;
}

#footerLeft
{
  float:left;
  padding: 0px 0px 0px 5px;
  background:#311b10;
  width:871px;
  height:78px;
}

#footerSpacer
{
  padding: 0px 0px 0px 0px;
  width:100%;
  height:55px;
}
#footerCopy
{
  float:left;
  padding: 0px 0px 0px 0px;
  color:#ffffff;
  font-family: Verdana, sans-serif;
  text-align:left;
  width:100%;
  height:23px;
}

#footerRight
{
  float:right;
  padding:0px 0px 5px 0px;
  margin:0;
  background:url(../Images/Styles/bottomimg.jpg) top no-repeat;
  font-family: Verdana, sans-serif;
  width:72px;
  height:73px;
}

a img
{
 text-decoration:none;
 border:0;
}



ul  
{
    padding:0; 
    list-style:none; 
}

#sidebarnav {
	margin:0;
  	padding:0;
}

#sidebarnav li 
{
	width:100%;
	padding:3px 0px 5px 0px;
	list-style:none;
	background:url(../Images/Styles/btn.png) top left no-repeat;
	color:#ffffff;
	font-size:1.0em;
	font-weight:bold;
}
#sidebarnav li:hover
{
	width:100%;
	padding:3px 0px 5px 0px;
	list-style:none;
	background:url(../Images/Styles/btn2.png) top left no-repeat;
	color:#83120c;
	font-size:1.0em;
	font-weight:bold;
}

#sidebarnav li a {
	text-decoration:none;
	color:#ffffff;
}

#sidebarnav li a:hover 
{
	text-decoration:none;
	color:#83120c;
}