/* Main CSS File for RustyHookTowing.com */

/* Default to no padding or anything */
*{
	margin:					0px;
	padding:				0px;
	border:					0px;
}

input.email{
	display:				none;
}

input, textarea{
	border:					1px solid #888;
}

/* Body Area */

body{
	background-image:		url('../Images/stripe.png');
    background-color:   	rgb(255, 128, 32);
}

body.Anderson{
	background-image:		url('../Images/stripe3.png');
    background-color:   	rgb(32, 128, 255);

}
/* Title/Logo Area */

div.Title{
	background-color:		rgb(255, 255, 255);
	left:					0px;
	right:					0px;
	padding:				32px;
	text-align:				center;
	color:					rgb(0, 0, 0);
	font-family:			"Helvetica", Times, serif;
	font-size:				64px;
	font-weight:			bolder;
}


p.Number{
	text-align:				center;
	font-size:				28px;
}

p.Info{
	text-align:				center;
	font-size:				14px;
}

/* Tab/Links Area */

div.TabBar{
	position:				relative;
	right:					0px;
	left:					0px;
    background-image:   	url('../Images/Shadow.png');
	background-repeat:		repeat-x;
	height:					32px;
}

h4{
	text-indent:			1em;
}

div.TabButton{
    background-image:   	url('../Images/Shadow.png');
	background-repeat:		repeat-x;
	top:					0px;
	position:				relative;
	padding:				8px;
	font-size:				32px;
	background-color:		rgb(255, 255, 255);
	float:					left;
	margin:					2px;
	margin-top:				0px;
}

div.TabButtonSelected{
	top:					0px;
	position:				relative;
	padding:				8px;
	font-size:				32px;
	background-color:		rgb(255, 255, 255);
	float:					left;
	margin:					2px;
	margin-top:				0px;
}

/* Page Content Area */

div.ContentContainer{
	margin-top:				16px;
	padding-top:			32px;
	padding-bottom:			32px;
	padding-left:			20%;
	padding-right:			20%;
}

div.Content{
	background-color:		rgb(255, 255, 255);
	padding:				8px;
}

div.UnderContent{	
	right:					0px;
	left:					0px;
	padding:				16px;
    background-image:   	url('../Images/Shadow.png');
	background-repeat:		repeat-x;
}

/* hidden fields */
div.HideMe{
    color:   				rgb(255, 128, 32);
	overflow:				hidden;
	width:					1px;
	height:					1px;
}

/* Footer area shit */
div.Copyright{
	text-align:				center;
	font-size:				10px;
	color:					white;
}

/* Links */
A{
	z-index:				5;
	color:					rgb(50, 50, 255);
}

A:link{
	text-decoration: 		none;
}

A:visited{
	text-decoration: 		none;
}

A:active{
	text-decoration: 		none;
}

A.TabButton:hover{
	color:					rgb(100, 100, 255);
	text-decoration: 		underline; 
	font-size:				36px;
}

A:hover{
	color:					rgb(100, 100, 255);
	text-decoration:		underline;
}

A.Selected{
	color:					rgb(100, 100, 255);
	font-size:				36px;
}


/* Tables */

table.Stats{
	width:					50%;
	border-style:			solid;
	border-width:			1px;
	border-color:			rgb(170, 170, 170);
	border-spacing:			0px;
}

tr.Stats{
	border-style:			solid;
	border-width:			1px;
	border-color:			rgb(170, 170, 170);
}

td.Description{
	padding:				5px;
}

td.Stats{
	vertical-align:			top;
	padding:				5px;
	border-style:			solid;
	border-width:			1px;
	border-color:			rgb(200, 200, 200);
}

td.Stats2{
	vertical-align:			top;
	padding:				5px;
	border-style:			solid;
	background-color:		rgb(230, 230, 230);
	border-width:			1px;
	border-color:			rgb(200, 200, 200);
}