@charset "UTF-8";
/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.1;
	color: #FFFFFF;
	font-family: inherit;
	background-color: #120A00;
}

body{
	font-size: 14px;
	text-align:left;/* for ie5.+*/
}
ol, ul {
	list-style-type: disc;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#FFFF00;
	font-weight: bold;
	font-style: italic;
}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}

h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

#wrapper {
	width: 971px;
	height: 745px;
	margin: auto;
	background-image: url(../imgs/bg.jpg);
	text-align:left;
	background-repeat: no-repeat;
}

#header {
	height: 32px;
	width: 971px;
	top: 162px;
	position:relative;
}

#estimate {
	float: right;
	width: auto;
	height: auto;
	position: relative;
	top: 45px;
	right: 73px;
}
#nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#663300;
	line-height: 100%;
	font-weight: bold;
	margin: 0px 0px 0px 65px;
	width: 880px;
	font-size: 12px;
}
#nav  ul {
	margin:0 auto;
	font-size: 92%;
	list-style-type: none;
}

#nav li {
	margin:0px 0px;
	background: url(../imgs/bfloat_right.gif)  no-repeat right top;
	float: left;
}

#nav a {
	padding:8px 10px;
	background: url(../imgs/bfloat_left.jpg)  no-repeat left top;
	;
	color: #333300;
	display: block;
	font-style: normal;
}

#nav a:hover {
	;
	color: #FFFF66;
}

#main {
	height: 450px;
	width: 875px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
	position: relative;
	top: 170px;
	left: 0px;
}

#col1 {
	width:410px;
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	padding: 10px;
	text-align: left;
}
b.head {
	font-style: italic;
	font-weight:bold;
	font-size:16px;
}

p.head {
	font-size:14px;
}

#col2 {
	width:420px;
	display: inline;
	float: none;
	margin: 5px;
	padding: 5px;
}

#colall {
	width:410px;
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	padding: 5px;
	text-align: left;
}

#footer {
	width: 855px;
	height: 93px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	position: relative;
	top: 167px;
	left: 50px;
	background-image: url(../imgs/tape.gif);
	background-repeat: no-repeat;
}

#cc {
	width:236px;
	display: inline;
	float: left;
	margin: 40px 0px 5px 40px;
}

#copyright {
	display: inline;
	float: left;
	margin: 50px 0px 5px 50px;
}

#bbb {
	width:124px;
	display: block;
	margin: 40px 70px 5px 0px;
	position: relative;
	float: right;
}

