/* CSS Document */
body{
	background-color:#A9A9A9;
    background-image:url(../images/style/diamondPlate.gif);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Tables */
table.head,
table#head{
	margin-left:auto;
	margin-right:auto;
	border-top:2px solid #CC2D29;
	border-left:2px solid #CC2D29;
	border-right:2px solid #790C09;
	width:100%;
	background-image:url(../images/style/brushSteel2.gif);
}

table.head div.logo,
table#head div.logo{
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	margin-top:18px;
	float:left;
}

div.logo img{
	border:none;
}

table.head div.shop-pic,
table#head div.shop-pic{
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	margin-top:18px;
	float:right;
}

table.head h1,
table#head h1{
	margin-top:25px;
	margin-bottom:0px;
	text-align:center;
	color:#B21E1A;
}

table.head h2,
table#head h2{
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	color:#B21E1A;
}

table.head h2.bottom,
table#head h2.bottom{
	margin-bottom:25px;
}

table.nav,
table#nav{
	margin-left:auto;
	margin-right:auto;
	border-left:2px solid #CC2D29;
	border-right:2px solid #790C09;
	width:100%;
    background-color:#B21E1A;
}

table.nav td.nav,
table#nav td.nav{
	padding-left:5%;
}

table.body,
table#body{
	margin-left:auto;
	margin-right:auto;
	border-left:2px solid #CC2D29;
	border-right:2px solid #790C09;
	border-bottom:2px solid #790C09;
	width:100%;
	background-image:url(../images/style/brushSteel.gif);
}

table.body div.text,
table#body div.text{
	margin:10px;
	padding:10px;
	border:1px solid #B21E1A;
	background: #FFFFFF url(../images/bkg-logo.png) no-repeat center;
     border-radius: 1em 1em 1em 1em;
	-moz-border-radius: 1em 1em 1em 1em;
}

table#body td.gutter{
	vertical-align:top;
	padding-top:10px;
	padding-left:10px;
	width:18%;
	background-image:url(../images/style/brushSteel.gif);
}

table#body td.text{
	vertical-align:top;
}
/* Divs */

div.BigWrap{
	margin-left:auto;
	margin-right:auto;
    border:thin solid #000000;
    padding:20px;
	background:url(../images/style/diamondPlate2.gif);
	width:95%;
    
}

div.text h1,
div.text h2,
div.text h3,
div.text h4,
div.text h5,
div.text h6{
	text-align:center;
	color:#B21E1A;
}

div.text h1.left,
div.text h2.left,
div.text h3.left,
div.text h4.left,
div.text h5.left,
div.text h6.left{
	text-align:left;
}

div.text hr{
	height:1px;
	background-color:#B21E1A;
}

div.text span.bold{
	font-weight:bold;
	font-size:larger;
	color:#B21E1A;
}

div.text p {
	text-indent:15px;
}

div.text p.no-indent {
	text-indent:0px;
}

td.gutter div.image{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
}

td.gutter div.image img{
	border:none;
}

div.bottomimage{
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
    margin-bottom:5px;
	text-align:center;
    width:100%;
    text-align:center;
}

td.gutter div.image img{
	margin-left:auto;
	margin-right:auto;
}

div.right-pic{
	float:right;
    padding:10px;
}

div.left-pic{
	float:left;
	padding:10px;
}

div.clearpic{
	height:auto;
	clear:both;
}

.spiffy{
	display:block;
}

.spiffy *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#A9A9A9;
}

.spiffy1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #8f8d8d;
	border-right:1px solid #8f8d8d;
	background:#9d9d9d;
}

.spiffy2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #807d7d;
	border-right:1px solid #807d7d;
	background:#a09f9f;
}

.spiffy3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #a09f9f;
	border-right:1px solid #a09f9f;
}

.spiffy4{
	border-left:1px solid #8f8d8d;
	border-right:1px solid #8f8d8d;
}
  
.spiffy5{
	border-left:1px solid #9d9d9d;
	border-right:1px solid #9d9d9d;
}
  
.spiffyfg{
	background:#A9A9A9;
	text-align:center;
}

div.webapplify{
	text-align: center;
	font: bold small Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
}

div.webapplify img{
	border: none;
}

div.webapplify span.text{
	margin-top:-10px;
}

div.webapplify a:link, div.webapplify a:visited{
	color:#000000;
	text-decoration:none;
	font-size:1em;
}

div.webapplify a:hover{
	color:#B21E1A;
	text-decoration:none;
	font-size:1em;
}


/* Lists */

ul.list{
	margin-left:40px;
}

ul.list li{
	list-style-image:url(../images/wrench.png);
		color:#000000;
	padding:3px;
	margin-left:12px;
}


ul.list li.title{
	list-style:none;
	font-size:1.125em;
	color:#B21E1A;
	margin-left:-10px;
	margin-bottom:5px;
	font-weight:bold;
	padding:3px;
	margin-top:15px;
}

ul.list li a:visited,ul.list li a:link{
	color:#B21E1A;
	text-decoration:none;
	font-weight:bold;
}

ul.list li a:hover{
	color: #333333;
    font-style:italic;
	font-weight:bold;
}


span.link a:link{
	color:#B21E1A;
	font-weight:bold;
    text-decoration:none;
}

span.link a:visited{
	color:#B21E1A;
	font-weight:bold;
}

span.link a:hover{
	color:#000000;
	font-weight:bold;
}



