/* 
Main Cascading Style Sheet:
http://www.pitstoppets.com

Created by Phillip R. Chafin II: 
http://www.thelastwebmaster.com
02/16/2008
*/

#ContentsContainer img { width : 280px ; }

#ContentsContainer td { max-width : 660px ; }

body {
background-image : url(http://www.pitstoppets.com/images/bkg2.gif);
text-align : center;
margin : auto;
margin-top : 15px ; 
min-height : 1025px;
}

div {
font-family : verdana;
font-size : 10pt;
margin : auto;
}

#container {
width : 1000px;
text-align : center;
margin : auto;
}

#header {
width : 1000px;
height : 50px;
vertical-align : top;
margin : auto;
height : 60px;
}

#header img {
vertical-align : top;
margin : auto;
}

#left {
width : 158px;
float : left;
text-align : center;
margin : auto;
}

#left-inner {
background-color : white;
width : 150px;
border : 1px solid #ff0000;
margin : auto;
min-height : 925px;
}

#left-inner img {
margin : auto;
}

#center {
width : 680px;
float : left;
text-align : center;
margin : auto;
}

#center-inner {
background-color : white;
width : 660px;
border : 1px solid #eeeeee;
text-align : center;
margin : auto;
min-height : 925px;
}

#center-content {
width : 660px;
max-width : 660px;
text-align : left ;
}

/*#center-inner img {width : 150px ; }*/

#right {
width : 158px;
float : left;
text-align : center;
margin : auto;
}

#right-inner {
background-color : white;
width : 150px;
border : 1px solid #0000cc;
margin : auto;
min-height : 925px;
}

#footer {
width : 650px;
min-height : 250px;
margin : auto;
float : none;
text-align : center;
}

#footernavtop a {
font-weight : bold;
text-decoration : none;
color : black;
}
#footernavtop a:hover {
text-decoration : overline;
color : red;
}

#footernavbottom a {
font-weight : bold;
text-decoration : none;
color : black;
}

#footernavbottom a:hover {
text-decoration : underline;
color : red;
}

#clear {
clear : both;
}

.clear {
clear : both;
}

p { 
margin-left : 5px ; 
margin-right : 5px ;
text-indent : 15px ;
text-align : left ;
}

h1 {
font-family : verdana ;
}

.input {
  background-color : #EEEEEE ;
}

.button {
  color: navy ;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(http://www.pitstoppets.com/images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.select {
  color: navy ;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background-color : white ;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 20px !important;
  height: 24px;
  margin: 1px;
}

hr.longred {
color : red ;
width : 600px ;
height : 1px ;
margin : auto ;
}

hr.shortred {
color : red ;
width : 125px ;
height : 1px ;
margin : auto;
}

#credits {
font-size : 8pt ;
font-family : Arial Narrow ;
color : gray ;
}
.credits a{
text-decoration : underline ;
color : maroon ;
}

.littlerule {
	text-align : center ;
	height : 2px ;
	width : 70% ;
	color : #CCCCCC ;
}

#subcategories {
		font-family : Arial ;
    font-weight : bold ;
    text-align : left ;
    padding-left : 35px ;
}

#subcategories a {
		color : black ;
    text-decoration : none ;
}

#subcategories a:hover {
		color : blue ;
    text-decoration : none ;
}

table#ContentsContainer tr,td { text-align : left ; }

#aligncenter { text-align : center ; }

/* End Main Cascading Style Sheet */