@charset "UTF-8";
/* CSS Document */

#PAGE
{
	width: 810px;
	height: auto;
	margin: auto;
}

body
{
	/*background-color: #683A15;*/
	font-family: Arial, Helvetica, sans-serif;
}

/* Customer Login */

.login
{
	width: 270px;
	height: 60px;
	display: inline;
}

.login_block
{
	width: 270px;
	height: 60px;
	display: inline;
}


input
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 8em;
}

label
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

/*Header Content*/  

.trim
{
	width: 800px;
	height: 3px;
	background-color: black;
}

.header
{
	width: 100%;
	height: 60px;
}

#flash.nav
{
	
	float: left;
	width: 800px;
	height: 60px;
	/*background-color: #336633;*/
}

.logo_container
{
	width: 800px;
	height: 60px;
	border-bottom: 3px solid #CCCCCC;
}

.logo
{
	display: inline;
	float: left;
	width: 270px;
	height: 60px;
	background-color: #FFF;
}

/*Quotation Box*/

.quote
{
	width: 800px;
	height: 200px;
}

.shadow
{
	display: block;
	height: 30px;
	width: 800px;
	background-image: url(../img/shadow.jpg);
}

/*Body*/

#main
{
	margin-top: 8px;
	height: 200px;
	width: 820px;
}

#body_text
{
	margin-top: 8px;
	height: 100%;
	width: 820px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 0px;
}

#inv_ad1
{
	display: block;
	width: 265px;
	height: 200px;
}


#main_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 5px;
}


/*footer*/

.footer
{
	width: 810px;
	height: 30px;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* Content Pages */

#container
{
	float: left;
	width: 820px;
	height: auto;
	margin-top: 8px;
}

.cols
{
	float: left;
	width: 110px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.content
{
	float: left;
	width: 600px;
	height: auto;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.hidden
{
	display: none;
	height: 200px;
	width: 800px;
}

/* Contact Page */


.address
{
	width: 400px;
	height: auto;
}

/* Headers */

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left: 15px;

}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8C9956;
	border-bottom: 1px solid #CCCCCC;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;

}

/* Text */

.text
{
	padding-left: 30px;
	width: 720px;
}

p
{
	line-height: 14px;
}

/* LIsts */

li
{
	list-style-image: url(../img/li_img.jpg);
}


/* Links */

img
{
	border: none;
}

a.linkstyle:link{text-decoration: none; color: #683A15; font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin-right: 20px;}
a.linkstyle:visited{text-decoration: none; color: #683A15; font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin-right: 20px;}
a.linkstyle:active{text-decoration: none; color: grey; font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin-right: 20px;}
a.linkstyle:hover{text-decoration: none; color: grey; font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin-right: 20px;}



a.bodylink:link{text-decoration: none; color: #683A15; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
a.bodylink:visited{text-decoration: none; color: #683A15; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
a.bodylink:active{text-decoration: none; color: grey; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
a.bodylink:hover{text-decoration: none; color: grey; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

/* Home page fix */

h4
{
	padding-left: 15px;
	display: hidden;
}