/***************************************************************************
 *                             default.css
 *                            ------------------
 *	 AUTHOR				  : Kevin K. Nelson
 *   EMAIL                : knelson@taoti.com
 *   COPYRIGHT            : (C) 2005 Taoti Enterprises International, Inc.
 *                           -  ALL RIGHTS RESERVED
 *
 *   LAST UPDATED         : 2005-10-18
 *
 *   PURPOSE              : To provide a default template for CSS tag
 *                          definitions and consistent class names as well
 *                          as a consistent layout for where definitions go.
 *                          The order of definitions for this CSS page are:
 *                            * tag definitions
 *                            * table classes (e.g. classes for <td> or <tr>)
 *                            * text classes (e.g. classes for <p>)
 *                            * anchor tag classes (for various link classes)
 *
 ***************************************************************************/

/*******************************************************************
TAG DEFINITIONS
   - only change colors, font-family, and size as needed.  Try not
     to write too many tag definitions beyond what's here
*******************************************************************/
html {

}
body {
	margin:						0px 0px 0px 0px;
	background-color:			#462C14;
}
td {
	vertical-align:				top;
	padding:					0px 0px 0px 0px;
}
body, td, div, p, blockquote, h1, h2, h3, h5, h6, ul, ol {
	font-family:				Tahoma, "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:					12px;
	color:						black;
}
p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-top:					0px;
	margin-bottom:				12px;
}
textarea, input, select {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
}

h2{

color:#863F11;
font-size:14px;
}
h3{

color:#BD7400;
font-size:16px;
}

h4{
color:#863F11;
font-size:16px;
font-weight:bold;
}

p, blockquote {
	text-align:					justify;
}
legend { 
	color:						black;
	font-size:					16px;
}

fieldset{ display:				block; }
form   	{ margin:				0px 0px 0px 0px; }
img    	{ border-style:			none; }

a:link, a:visited { color:		#403020; }
a:hover, a:active { color:		#000000; }

/*******************************************************************
TABLE CLASSES
   - these are some default classes that many of our applications
     use.  If this is a static site with no applications, then
	 removing these would probably not be harmful.  Otherwise,
	 change colors, margins, etc., as needed when they do not
	 have the desired look.  If I might work on the site, there
	 is a good chance that I will want these classes, though.
*******************************************************************/
.margin_centered {
	margin-left:		auto;
	margin-right:		auto;
}
.left_form_cell {
	padding:			3px 3px 3px 3px;
	font-weight:		bold;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#DDDDDD;
	vertical-align:		middle;
}
.right_form_cell {
	padding:			3px 3px 3px 3px;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#DDDDDD;
	vertical-align:		middle;
}
.left_info_cell {
	padding:			5px 5px 5px 5px;
	font-weight:		bold;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#DDDDDD;
	vertical-align:		middle;
}
.right_info_cell {
	padding:			5px 5px 5px 5px;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#DDDDDD;
	vertical-align:		middle;
}
.title_cell {
	font-weight:		bold;
	font-size:			14px;
	padding:			3px 3px 3px 3px;
}
.content_cell {
	padding:			3px 3px 3px 3px;
}
.row1 { background-color:#FFFFFF; }
.row2 { background-color:#EDEDED; }

/*******************************************************************
FORM CLASSES
   - so that, by default, forms are of the right size, etc.
*******************************************************************/
input.default    { width: 200px; }
textarea.default { width: 200px; height:80px; }

/*******************************************************************
TEXT CLASSES
   - I want these to be our default text definitions across the 
     board...so that when any of us are on a site, we can simply
	 type "class='small'" or "class='right'"into a tag and know that 
	 it's going to work
*******************************************************************/
.page_title {
	font-size:			21px;
	font-weight:		bold;
	color:				#8F6B1D;
}
.heading {
	margin: 			0px 0px 5px 0px; 
	font-size:			16px;
	color:				#392C1C;
	font-weight:		bold;
}
.small_descr {
	font-size:			10px;
	font-weight:		bold;
}
.lined {
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#392C1C;
}
.xsmall { font-size:	9px; }
.small  { font-size: 	10px; }
.normal { font-size: 	12px; }
.medium { font-size:	14px; }
.large  { font-size: 	16px; }
.xlarge { font-size:    18px; }
.huge   { font-size: 	20px; }

.left    { text-align: 	left; }
.center  { text-align: 	center; }
.right   { text-align: 	right; }
.justify { text-align: 	justify; }

.top    { vertical-align: middle; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

.bold   { font-weight:	bold; }
.italic { font-style:	italic; }

.color_light { color:	orange; }
.color_dark  { color:	#392C1C; }

.block      { display:	block; }
.no_display { display:	none; }

/*******************************************************************
OUR PHP LIBRARY'S status_message() CLASS DEFINITIONS
   - like the table classes, these are specific to the application,
     and can be removed for static sites.
*******************************************************************/
.status_container {
	margin:				20px 10px 20px 10px;
	padding:			3px 5px 3px 10px;
	border-style:		solid;
	border-color:		#CCCCCC;
	border-width:		0px 0px 0px 1px;
}
.status_title {
	font-size:			16px;
	font-weight:		bold;
	color:				#392C1C;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#392C1C;
}
.status_message {
	font-size:			12px;
	color:				#392C1C;
}

.footer_text {
	color:				#DDDDDD;
	font-family:		Century Gothic;
	font-size:			10px;
	padding:			4px 0px 0px 258px;
	font-variant:		small-caps;
	letter-spacing:		1px;
	line-height:		11px;
}
.quote-box {
	margin:					20px 25px 20px 25px;
	padding:				15px 15px 5px 15px;
	border:					1px solid #BD9F81;
	background-color:		#C8B098;
}

/*******************************************************************
ANCHOR TAG CLASSES
   - like the table classes, these are specific to the application,
     and can be removed for static sites.
*******************************************************************/
.some_class a:link, .some_class a:visited {
	color:				black;
	text-decoration:	none;
}
.some_class a:hover, .some_class a:active {
	color:				red;
	text-decoration:	underline;
}

a.footer:link, a.footer:visited {
	font-family:		Century Gothic;
	color:				#DDDDDD;
	font-family:		Century Gothic, Tahoma, Arial,Verdana,Helvetica,sans-serif;
	font-size:			10px;
	font-variant:		small-caps;
	font-weight:		normal;
	letter-spacing:		1px;
	line-height:		10px;
	text-decoration:	none;
}
a.footer:hover, a.footer:active {
	font-family:		Century Gothic;
	background-color:	#35291B;
	color:				#FFFFFF;
	font-family:		Century Gothic, Tahoma, Arial,Verdana,Helvetica,sans-serif;
	font-size:			10px;
	font-variant:		small-caps;
	font-weight:		normal;
	letter-spacing:		1px;
	line-height:		10px;
	text-decoration:	none;
}
.homeDiv
{
	padding-left:12px;
	padding-right:25px;
}
.homeHeader
{
	font-weight:bold;
	color:#cc9900;
	font-size:32px;
	font-family:Times New Roman;
	padding-bottom:30px;
	padding-top:20px;
}
.homeText
{
	color:#000000;
	font-size:22px;
	font-family:Times New Roman;
}
.orderLink, .orderLink A, .orderLink A:Link, .orderLink A:Visited, .orderLink A:Hover
{
	color:#7d7d00;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	font-family: Times New Roman;
	padding-top: 10px;
	padding-bottom: 10px;
}
.orderLink2, .orderLink2 A, .orderLink2 A:Link, .orderLink2 A:Visited, .orderLink2 A:Hover
{
	color:#BD7400;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	font-family: Times New Roman;
	padding-top: 10px;
	padding-bottom: 10px;
}
.orderLink2 A:Hover
{
    color:#8F6B1D;
}

.contactUsLink
{
    padding-top:28px;
    padding-right:10px;
    color:#fbb440;
    font-weight:bold;
    font-family:Arial;
    font-size:13px;
    text-align:right;    
}

.contactUsLink A, .contactUsLink A:Link, .contactUsLink A:Visited
{
    color:#fbb440;
    text-decoration: none;
}

.repCompanyLiteral
{
    padding-top:8px;
    padding-right:10px;
    color:#fbb440;
    font-weight:bold;
    font-family:Arial;
    font-size:13px;
    text-align:right;
}

.repInfoText
{
    color:#000000;
    font-family:Arial;
    font-size:14px;
}

.repInfoText A, .repInfoText A:Link, .repInfoText A:Visited
{
    text-decoration: none;
    color: #000000;
}

.repInfoText A:Hover
{
color: #BD7400; 
}