/*
Triangle Farm Supply stylesheet
Kelly Marks
www.kellymarksinc.com
Updated: May 30, 2006
*/


/* ---( structure )------------------------------- */

body {
}

#container {
}

#topleft {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F4ebce;
}

.cl {
clear:both;
}

#imagebanner {
	width: 750px;
	padding-top: 5px;
}

#sidebar {
	width: 214px;
	margin-top: 5px;
	background-color: #425B80;
	color: #FFFFFF;
	padding: 4px;
}

#content {
	width: 524px;
	float: right;
	margin-top: 5px;
	background-color: #fff;
}


/* ---( navigation )------------------------------- */

#nav {
	padding: 10px 0px;
	background-color: #A6454A;
	border-left: 5px solid #F4EBCE;
	border-bottom: 5px solid #F4EBCE;
	text-align: center;
}

#nav a:link, #nav a:visited, #nav a:active {
	background-color: #A6454A;
	padding: 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#nav a:hover {
	padding: 10px 12px;
	background-color: #993333;
	text-decoration: none;
	color: #FFFFFF;
}

/* ---( text )------------------------------- */


#bodytext {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F4EBCE;
	background-color: #fff;
}

#bodytext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding: 3px 25px 2px 15px;
}

#bodytext a:link, #bodytext a:visited, #bodytext a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;

}

#bodytext a:hover{
	color: #003366;
	text-decoration: underline;
	font-weight: bold;

}

#bodytext li {
	margin: 0 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 10px;
	list-style-image: url(../images/horseshoe.gif);
	list-style-position: inside;
}

#bodytext h1 {
	padding: 15px 25px 0px 15px;
	font-size: 18px;
	color: #933;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}

#bodytext h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.emphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #993333;
	font-weight: bold;
}


/* ---( footer )------------------------------- */


#footer {
	background-color: #933;
	padding: 10px;
	width: 730px;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 9px;
	text-align: center;
	clear:both;
	border-top: 5px solid #F4EBCE;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#fff;
	text-decoration: none;
}

#footer a:hover {
	color:#fff;
	text-decoration: underline;
}
