
body {
    margin: 5px 0 15px 0;
	text-align: center;
	font-family: "Trebuchet MS", Times, serif;
	color: #000000;
	font-size: 13px;
	background-color: Black;
}
a:link {
	color: Blue;
	text-decoration: underline;
}
a:visited {
	color: Red;
	text-decoration: underline;
}
a:hover {
	color: Red;
	text-decoration: underline;
}
.red {
	font-family : Verdana;
	font-size : 100%;
	font-style : normal;
	font-weight : bold;
	color: Red;
}

.weetext {
	font-family : Verdana;
	font-size : 50%;
	font-style : normal;
	font-weight : bold;
	color: Red;
}

.graniteworktop{
	font-family : Verdana;
	font-size : 200%;
	font-style : italic;
	font-weight : bold;
	color: Red;
}

.boldheading {
	font-family : Verdana;
	font-size : 125%;
	font-style : normal;
	font-weight : bold;
	color: Red;
}

.error {
	font-family : Verdana;
	font-size : 170%;
	font-style : normal;
	font-weight : bold;
	color: Red;
}
.bronki {
	font-family : Verdana;
	font-size : 100%;
	font-style : normal;
	font-weight : bold;
	color: #339933;
}
#wrap {
        width: 1000px;
        padding: 0 5px;
        text-align: left;
        background-color: #ffffff;       
        background-repeat: repeat-y;
}
#toprow {
        width: 1000px;
		background-color: Gray;
}
#navrow {
	width: 1000px;
	height: 40px;
	background-color: Gray;
	text-align:center;
	vertical-align: top;
	font: normal;
	color: White;
}
#navrow ul {
        margin: 0;
        padding: 5px;
}
#navrow ul li {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0 2px 0 0;
        font-family: Times, serif;
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
        font-variant: small-caps;
}
#navrow ul li a:link, #navrow ul li a:visited {
        text-decoration: none;
        color: #FFF;
}
#navrow ul li a:hover {
        text-decoration: underline;
}
#contentrow {
        width:1000px;
		min-height: 550px;
        text-align: left;
        background-color: #FFEBD7;
}

#listcol {
	width: 700px;
	float: left;
	padding: 20px;
	text-align: left;
	
	
}

#total {
	width: 200px;
	float: right;
	padding: 20px;
	text-align: right;
}

#totalright {  
display: inline;
text-align: right;
margin-right: 0px;
}

#totalscol {
        width: 700px;
		float: left;
        padding: 20px;
		text-align: right;
}

#leftcol {
        width: 528px;
        padding: 20px;
}
#onecol {
        width: 950px;
        padding: 20px;
}
 
#rightcol {
        float: right;
        width: 302px;
        text-align: center;
}
#footer {
	height: 40px;
	padding: 3px 0px 2px;
	background-image: url("images/footer_bg.jpg");
	background-position: center;	
	background-repeat: no-repeat;
}
#footer ul {
        margin: 0;
        padding: 0;
}
#footer ul li {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0 2px 0 0;
        font-family: Times, serif;
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
        font-variant: small-caps;
}
#footer ul li a:link, #footer ul li a:visited {
        text-decoration: none;
        color: #FFF;
}
#footer ul li a:hover {
        text-decoration: underline;
}
#copyright {
        width: 1000px;
        margin: 5px auto 15px auto;
        font-family: Times, serif;
        color: #999;
        font-size: 12px;
        font-weight: bold;
        font-variant: small-caps;
}
div.clear {
        clear: both;
}
h1 {
        font-family: Times, serif;
        font-size: 28px;
        color: #666666;
        font-weight: normal;
        font-style: italic;
        margin: 0 0 15px 0;
        padding-bottom: 5px;
        text-align: center;
        border-bottom: 2px solid red;
        line-height: 100%;
}
h2 {
        font-size: 15px;
        color: #666666;
        font-style: italic;
        margin: 0 0 15px 0;
        padding-bottom: 5px;
        text-align: center;
        line-height: 110%;
}
h3 {
        display: block;
        border-top: 1px dotted #666666;
        font-size: 15px;
        color: #4FA601;
        line-height: 100%;
        margin: 0 0 10px 0;
        padding-top: 10px;
}
h4 {
        display: block;
        border-top: 1px dotted #666;
        font-size: 13px;
        color: #666;
        line-height: 100%;
        margin: 0 0 10px 0;
        padding-top: 10px;
}


/* horizontal menu styles */

ul#quicklinks {
        text-align: center;
        margin: 0;
        padding: 0;
}
ul#quicklinks li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
        font-size: 11px;
}
ul#quicklinks li a {
        margin: 0 3px;
}

