/* CSS Document */


/* -------- HEADER TEXT -------- */

#head_txt 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	background-color: #000000;
	color: #ffcc00;
	height: auto;
	text-align: center;
	padding-bottom: 8px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#head_txt a:link, #head_txt a:visited
{
	display: block;
	color: #ffcc00;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #0000;
	padding: 2px 8px 2px 2px; /*pad the link text, not the li itself */
}

#head_txt a:hover
{
	color: #FF0000;
	text-decoration: underline;	
} 


/* -------- HEADER TEXT2 -------- */

#head_txt2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	background-color: #900;
	color: #FFCC00;
	height: auto;
	text-align: center;
	font-weight: bold;
}


/* -------- HEADER TEXT3 -------- */

#head_txt3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	background-color: #900;
	color: #ffcc00;
	height: auto;
	text-align: center;
	font-weight: bold;
}

/* -------- HEADER TEXT4 -------- */

#head_txt4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	background-color: #900;
	color: #ffcc00;
	height: auto;
	text-align: center;
	font-weight: bold;
}


/* -------- HEADER TEXT5 -------- */

#head_txt5 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	font: bold;
    background-color: #cc9966;
	color: #003300;
	height:auto;
	text-align:center;
}

#head_txt5 a:link, #head_txt5 a:visited
{
	display: block;
	color: #003300;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #cc9966;
	padding: 2px 8px 2px 2px; /*pad the link text, not the li itself */
}

#head_txt5 a:hover
{
	
	color: #030;
	text-decoration: underline;	
	
} 


/* -------- LAYOUT BACKGROUND COLORS-------- */
#header
{
	background-color:#900;
	
}
/*wrapper is used to "block off" navigation bar so that it is placed above the content*/
#wrapper
{
	background-color:#009;
	height: 100%;
}


/* Here I am creating code for the navigation menu */
#nav
{
	display: block;
	margin: 0;
	padding: 0;
	padding:inherit;
	float: left;
	width: 100%;
	background-color: #900;
	border-bottom: 1px solid #FFCC00;
	clear: both;
}

#nav ul
{
	list-style: none;
	margin: 1px; /*adjust this to move the menu away from the edge of the content border */
	padding: .2em;
	border: none;
}

#nav li
{
	display: inline;
	float: left;
}

#nav a:link, #nav a:visited
{
	display: block;
	color: #FFCC00;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
	background-color:#000000;
	/*padding: 8px 8px 8px 8px; /*pad the link text, not the li itself */
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	
}

#nav a:hover
{
	background-color: #900;
	color: #FFFFFF;
	text-decoration: underline;
} 

/*Here I am making a layout that will accomodate different content on the Home Page called Dylan's Corner*/

#dylans_corner 
{
	
	height: 100%;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .8em;
	padding-top: .4em;
	padding-left: .2em;
	padding-right: .2em;
	padding-bottom: .2em;
	background-color:#000;
	background-repeat:no-repeat;
	border-right: 2px solid #000;
	color:#FFF;
	float:left;	
}

/*Here I am adding padding to dylans_corner*/

#dylans_corner p
{
	padding: 5px;
	
	/*Sets padding to left, right, top and bottom at 5px*/
}

	
#content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: .4em;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: .4em;
	background-color:#FFC;
	height: 100%;
	color: #000;
	font-weight: bold;
}
	
/* This section sets style for table one of specialized kits */

.clsKitTable1
{
	width: 40%;
	border: 1px solid #003300;
	margin-right:15px;
	border-collapse: collapse; /* works like cellspacing="0" in HTML */
	float:left;
}

.clsKitTable1 th

{font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font: bold;
    background-color: #000;
	color:#ffcc00;
	text-align: center;
}

.clsKitTable1 td
{
	border: 2px solid #003300;
	padding: 0.3em;
}

.clsKitTable1 
{font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font: bold;
    background-color: #000;
	color: #ffcc00;
	text-align: center;
}

.clsKitTable1 tr.clsShadedRow

{font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font: bold;
    background-color:#006;
	color: #ffcc00;
	text-align: left;	
}

/* This section sets style for table two of specialized kits */

.clsKitTable2
{
	width: 30%;
	border: 1px solid #003300;
	margin-right:auto;
	border-collapse: collapse; /* works like cellspacing="0" in HTML */
	float:right
}

.clsKitTable2 th

{font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font: bold;
    background-color:#030;
	color: #ffcc00;
	text-align: center;
}

.clsKitTable2 td
{
	border: 2px solid #003300;
	padding: 0.3em;
}

.clsKitTable2 
{font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font: bold;
    background-color: #FFF;
	color: #ffcc00;
	text-align: center;
}

.clsKitTable2 tr.clsShadedRow

{font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font: bold;
    background-color: #000;
	color: #ffcc00;
	text-align: left;
}