
body { 
	background: #000 url(http://www.millardlumber.com/images/public/bg.gif) repeat-x top left;
	font: 11px Myriad, Helvetica, Arial,  Verdana, Geneva, sans-serif;
	font: 12px Arial;
	color: #000; 
	margin:0px; 
	padding:0px;
	height: 100%;
}

a:link {  
	text-decoration: underline; 
	color: #003366;
}
a:visited { 
	text-decoration: underline; 
	color: #003366;
}
a:hover { 
	text-decoration: none; 
	color: #993300;
}
a:active { 
	text-decoration: none; 
	color: #993300;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #993300;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #663300;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline; 
	color: #CC0033;
}

.product_title {
	color: #3300cc;
	font-weight: bold;
}

#main { 
	margin:0px auto;
	text-align:left;
	width: 800px;
	background: #fff url(http://www.millardlumber.com/images/public/mainbg.gif) repeat-y top left;
}
#topbar {
	margin-left: 5px;
	width: 790px;
	background: #000;
	height: 30px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
#topbartext {
	float: left;
	padding-left: 4px;
	padding-top: 8px;
}
#search {
	float: right;
	padding-right: 4px;
	padding-top: 2px;
}
#flash {
	padding-left: 5px;
	width: 790px;
	height: 240px;
}
#mainlinksbar {
	width: 790px;
	margin-left: 5px;
	background: #000;
	height: 25px;
	text-align: center;
}
#mainlinks {
	font-size: 13px;
	padding-top: 4px;
}
#mainlinks a {
	display: inline; 
	padding-left: 14px;
	padding-right: 14px;
}
#mainlinks a:link{
	color: #fff;
	text-decoration: none;
}
#mainlinks a:visited {
	color: #fff;
	text-decoration: none;
}
#mainlinks a:hover {
	color: #ad6327;
	text-decoration: none;
}
#goldbar {
	background: transparent url(http://www.millardlumber.com/images/public/goldbar.gif) repeat-x top left;
	height: 5px;
	width: 800px;
}
#content {
	padding: 0;
}
#leftcolumn {
	width: 200px;
      padding: 0 0 0 15px;
	border-style: solid;
	border-right-width: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-color: #ad6327;
}
#logo {
	width: 180px;
	height: 75px;
	background: transparent url(http://www.millardlumber.com/images/public/logo.gif) no-repeat top left;
}
#maincontent {
      padding: 0 0 0 15px;
	width: 525px;
	text-align: justify;
}
#featurebar {
	width: 500px;
	height: 59px;
	background: transparent url(http://www.millardlumber.com/images/public/feature_bar.gif) no-repeat top left;
}
#footer {
	padding-top: 25px;
	clear: both;
	width: 800px;
	font-size: 10px;
	text-align: center;
}

.leftheading {
   color: #ad6327;
   font-size: 13px;
   line-height: 1.25em;
}

.leftheading a:link, .leftheading a:visited {
   color: #ad6327;
   font-size: 13px;
   line-height: 1.25em;
   font-decoration: none;
}

.leftheading a:hover, .leftheading a:active {
   color: #999;
   text-decoration: underline;
}

.heading {
   color: #000;
   font-size: 27px;
   line-height: 1em;
   font-weight: bold;
}

/* Form Settings */

.custom_form_box {
	width: 100%;
}

.custom_form_header {
	font-weight: bold;
	font-size: 10pt;
}

.custom_form_field {
	padding: 4px 0 4px 25px;
}

.custom_form_required {
	color: #FF0000;
	font-size: 8pt;
}

.custom_form_submit_area {
	text-align: center;
	padding: 8px 0 0 0;
}

.custom_form_field input, .custom_form_field select, .custom_form_field textarea {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    background-color: #FFE;
    border: 1px solid #AD6121;
}
.custom_form_field input:focus, .custom_form_field textarea:focus {
    background-color: #FFF;
    border: 1px solid #006699;
}

.custom_form_field input.basic_input {
	font-size: 1.0em;
	width: 89%;
	margin-top: 1px;
   padding: 2px;
}

.custom_form_field textarea.basic_textarea {
	font-size: 1.0em;
	width: 89%;
	height: 110px;
	margin-top: 1px;
   padding: 2px;
}

