/* Athletic Directors Twin Identity site style sheet */


/* THE MAIN WRAPS OF THE SITE */
body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.wrap {
  width: 1000px;
	margin-left: auto;
	margin-right: auto;
} 

/* SHADOW LEFT AND RIGHT IMAGE DIVS */

.shadow_left {
	background-image: url(../images_template1/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.shadow_right {
	background-image: url(../images_template1/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/* HEADER 1 WITH TWIN ID LOGO AND TITLES */
.header_column {
	height: 134px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url(../images_template1/header2_bg.jpg);
	background-position: top;
}

.top {
  padding-top: 25px;
	padding-left: 10px;
}

.top .hlogo1 {
  float: left;	
}

.top .hlogo1 img {
  border: none;
}

.top .hlogo2 {  
	padding-left: 375px;		
}

.top .hlogo3 p {
  position: relative;
	float: right;
  font-size: .75em;	
	padding-right: 10px;	
	top: -30px;
	text-align: center;
	
}


/* HEADER 2 - IMAGE AND NAVIGATION TABS */
.horizontal_center {
	background-color: #FFFFFF;	
	height: 150px;	
	vertical-align: top;
	background-image: url(../images/sports_header.gif);
}

.linkcontainer {
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
	float: left;
	position:relative;	
	z-index:1; /* Covers up annoying IE7 nav bar spacing issue. */	
}

.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;	
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #ffffff;
	line-height: 50px;
	float: left;
	width: 200px;
}
a.main_link:hover{
	background-color:#333333;
	color: #ffffff;
}

/* HEADER 3 - HEADER 3 - TOP SPORT'S QUOTE */
.horizontal_column {
	background-color: #000000;	
	height: 75px;	
	padding: 0px 15px 0px 15px;
}

.horizontal_column p {
  font-size: .9em;	
	font-style: italic;
	color: #8c5900;
	padding-top: 10px;			
}

/* HEADER 4 - SPECIAL DEALS LINK */
.below_header{
	background-color: #1F1F1F;
	height: 50px;
	color: #CCCCCC;	
}

.below_header p.titleA {
  font-size: 1.8em;
	vertical-align: middle;
	font-weight: bold;
	color: #8c5900;
	padding-top: 5px;		
}

.below_header p.titleA a img {
  border: none;
	vertical-align: bottom;	
}

/* MAIN CONTENT OF SITE */
.main_content_box {
	background-color: #c0c0c0;
}

.main_content_box2 {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	font: .95em, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
}

.main_content_box2 legend {
  color: navy;  
}

/* main content area for php script */
.main_content_box2 p {
	font-family: "Palatino Linotype", Helvetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.4em;	
}

.main_content_box2 p.title {
  font-size: 1.3em;
	font-style: italic;
	color: #49494c;
}

.main_content_box2 p.title a {
  color: #8c5900;
	text-decoration: none;
}

.main_content_box2 p.title a:hover {
  color: #49494c;
	text-decoration: underline;
}

.main_content_box2 .addphone {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

/* FOOTER 1 - BOTTOM SPORT'S QUOTE */
.middle_spacer {	
	background-color: #666666;
	height: 110px;
	padding: 5px;
}

.bottom_content {
  padding: 0px;
}

.bottom_content a img {
  border: 2px solid #666666;
}

.bottom_content a:hover img {
  border: 2px solid #ffffff;
}

/* FOOTER 2 - BOTTOM LINKS AND THE END OF SITE */

.bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}

a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}

/* TABLES AND FORMS WITHIN THE MAIN CONTENT AREA OF THE PHP SCRIPTS */
/* 'catalog' table formatting */
table.catalog {
  border: none;
	margin-left: auto;
	margin-right: auto;	
}

table.catalog td.cp {
  width: 110px;
	padding: 5px;
	border: 3px solid #666666;
	text-align: center;
	background-color: #ffffff;
}

table.catalog td.jp {
  text-align: center;
	vertical-align: bottom;		
	font-family: arial, sans-serif;		
}

/*td.p2 {
  text-align: center;
	font-size: 1.3em;
	font-family: arial, sans-serif;	
}

td.p3 {
  text-align: center;
	font-size: .8em;
	font-family: arial, sans-serif;	
}*/

table.catalog td.jp a {
  font-size: 1.2em;
  font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}  

table.catalog td.jp a:hover {
  color: #666666;
	text-decoration: underline;	
} 

/* error php page */
h3 a {
  font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

h3 a:hover {
  color: #666666;
	text-decoration: underline;	
}

/* contact us page and 'contacts' table formatting */
table.contacts {
  margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;	
}

table.contacts td{
  border-bottom: 5px solid #666666;	
}

table.contacts td.contact {
	width: 90%;	
}

table.contacts td.cpic {
	padding: 5px;
	text-align: center;
}

table.contacts td.cpic img {
	border: 3px solid #666666;	
}

.addphone {
  line-height: 10px;
}

/* 'frontpage' table formatting */
table.frontpage {
  margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;	
	text-align: left;
}

table.frontpage td.words {
	padding-right: 10px;
	width: 80%;	
}

table.frontpage td.words p {
	font-family: "Palatino Linotype", Helvetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.4em;	
}

table.frontpage td.words span {
	font-family: Arial, Helvetica, sans-serif; 
	position: relative;
	font-size: 1.7em;
	font-weight: bold;
	color: #666666;
	line-height: 1.8em;	
}

table.frontpage td.wordtag {
	text-align: center;
	padding-top: 10px;		
}

table.frontpage tr.wordtag2 {
	text-align: center;
	vertical-align: top;
	padding: 0;	
}

table.frontpage td.pic {
	padding-left: 5px;	
}

table.frontpage td.pic img {
	border: 5px solid #666666;	
}

/* 'showroom' table formatting */
table.showroom {
  margin-left: auto;
	margin-right: auto;	
}

table.showroom tr {
  margin-top: 50px;	
}

td.sr1 {
  text-align: center;
	vertical-align: bottom;
	font-size: 1.2em;
	font-family: arial, sans-serif;
  padding: 20px;
	text-align: center;
	color: #666666;
	font-style: italic;	
}

td.num {
  text-align: center;
	vertical-align: bottom;
	font-size: 1.2em;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #666666;	
}

td.num img {
  border: none;
	text-decoration: none;	
}


/* qform form area */
p.legend {
  background: #cccbd7;
	color: #7e8ec0;
	border: 2px outset #7e8ec0;
	padding: .2em .3em;
	font-size: 1.2em;
	position: relative;
	margin: 1em 0 -1em 1em;
	width: 18em;
	text-align: center;
}

textarea {
  font: .8em arial, sans-serif;
	width: 40em;
	padding: .2em;
}

fieldset {
  margin-bottom: 1em;
	width: 24em;
	padding-top: 1.5em;
	background:#8c5900;
	border:none;	
}

#questions {
  background: #8c5900;
	border: outset #cccbd7;
}

#buttons input {
  background: #cccbd7;
	font: 1.2em arial, sans-serif;	
	font-weight: bold;
	width: 5em;
	color: #8c5900;
	border: outset #cccbd7;
}

#buttons {
  text-align: center;	
	width: 35em;
	padding-top: 5px;
}

#form {
  font-family:arial, sans-serif;
	width:45em;	
}

h2 {
  margin:0 0 0 0;
	padding:0;
}

p {
  margin:0 0 1em 0;
	padding:0;
	font-size:90%;
	
}

#form td {
  font-size: 100%;
	font-weight: bold;
	padding-top: .2em;
	left: 10px;
	background:#8c5900;
	border:outset #cccbd7;
	color: #ffffff;
}

input {
 margin-left: 1em;
 line-height: 1.4em;
 margin-bottom:.2em;
 background: #cccbd7;
 height: 1.4em;
}

textarea {
 line-height: 1.4em;
 margin-bottom:.2em;
 background: #cccbd7;
}

/* form for uploading images */
#input1 {
	height: 30px;
	width: 200px;
}

#sub {
	height: 30px;
	width: 100px;
}

.srf a {
	font-style: italic;
  color: #7e8ec0;
	text-decoration: none;
}

.srf a:hover {
  color: #49494c;
	text-decoration: underline;
}

.home a {
	font-style: italic;
  color: #7e8ec0;
	text-decoration: none;
}

.home a:hover {
  color: #49494c;
	text-decoration: underline;
}

/* 'vendors' table formatting */
table.vendors {
  border: none;
	margin-left: auto;
	margin-right: auto;	
}

td.ah {
  width: 200px;
	padding: 5px;
	border: 3px solid #666666;
	text-align: center;  
	vertical-align: bottom;	
	font-size: 1.1em;
	font-family: arial, sans-serif;	
	font-weight: bold;
}

td.ah a:link {
  color: #ffffff;
	text-decoration: none;
}

td.ah a:hover {
  color: #49494c;
	text-decoration: underline;
}

td.ah a:visited {
  color: #8c5900;
	text-decoration: none;
}