/*  Stylesheet for Texan The City
	Created by: Henderson Design, 5/14/08
	Modified: 5/30/08
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #007ADA;
}

td {
	font-size: 14px;
}

li	{
	list-style-image: url(images/li_dot.gif);
}
/* ------------------------------------------
	link styles
	----------------------------------------- */
	
/** main left column menu link **/
a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited,
a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left:5px;
	padding-top: 2px;
	display: block;
	text-transform: uppercase;
	text-align: left;
}

/** main left column menu link on mouseover **/
a.mainlevel:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F10000;	/* produces roll-over effect  (size based on "padding" above) */
}

a.sublevel:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F10000;	/* produces roll-over effect  (size based on "padding" above) */
}

/* catch-all link style used for product titles, cart, and misc links */
a:link,
a:active,
a:visited {
	display: inline;
	color: #007ADA;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

/* inline text link style for main content area */
a.body:link,
a.body:active,
a.body:visited {
	display: inline;
	color: #000000;
	text-decoration: underline;
	padding: 2px;
}

a.body:hover	{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #F10000;	
}

/* link style for cart and (black) footer */
a.link1:link,
a.link1:active,
a.link1:visited {
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}

a.link1:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F10000;	
}

/* link style for breadcrumb navigation and (white) footer */
a.link2:link,	
a.link2:active,
a.link2:visited {
	display: inline;
	color: #000000;
	text-decoration: none;
	padding: 2px;
}

a.link2:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F10000;	
}

/* ----------------------------------------
	DIV styles below require "overflow", "width", and "height"
	to control overflow in case of browser font size enlargement 
	---------------------------------------  */
	
div.breadcrumb {
	padding: 0px;
	overflow: hidden;
	width: 645px;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
}

div.mainmenu {
	position: relative;
	top: 65px;
	padding: 0px;
	overflow: hidden;
	width: 475px;
	height: 35px;
	color: #DDDDDD;
	left: 460px;
	text-align: right;
}

div.leftcol {
	position: relative;
	padding: 0px;
	overflow: hidden;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* search */
div.header1 {
	position: relative;
	font-weight: normal;
	color: #FFFFFF;
	top: 6px;
	left: 15px;
	padding: 0px;
	overflow: hidden;
	width: 325px;
	height: 32px;
	float: left;	/* FLOAT needed to properly place second DIV tag (header2) */
}

/* cart */
div.header2 {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	top: 8px;
	left: 0px;
	padding: 0px;
	overflow: hidden;
	width: 250px;
	height: 32px;
}

div.footer1 {
	position: relative;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	top: 9px;
	left: 15px;
	padding: 0px;
	overflow: hidden;
	width: 325px;
	height: 32px;
	float: left;	/* FLOAT needed to properly place second DIV tag (footer2) */
}

div.footer2 {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	top: 9px;
	left: 0px;
	padding: 0px;
	overflow: hidden;
	width: 400px;
	height: 32px;
	text-align: center;
}

div.footer3 {
	position: relative;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	top: 9px;
	left: 350px;
	padding: 0px;
	overflow: hidden;
	width: 400px;
	height: 45px;
	text-align: center;
}

/* --------------------------------
	form layout
	-------------------------------  */

.button {
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#F10000;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 1px;
}

.inputbox {
	font-size:12px;
	margin-top: 0px;		/* controls spacing around outside of input box  */
	margin-bottom: 0px;
	font-weight: bold;
}

select, input, textarea {
	font-size:12px;
	font-weight: bold;
	margin: 1px;
}
