/* Universal */

* {
	margin:0; padding:0;
}


body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Calibri, sans-serif;
	background-color: #EEEDED;
	border-top: 6px solid #5e5e5e;
}

a { color: #002C96; }

a img { border-style: none; }


/* Top Navigation */

#nav { }
#nav ul {
	text-align: center;
	list-style: none;
	margin: 10px 0px 10px 10px;
}
#nav  ul li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 0px 0;
}
#nav ul li a {
	color: #dedede;
	text-decoration: none;
	border-bottom: 1px dotted #5c5c5c;
	display: block;
	height: 20px;
	padding: 4px 15px 0 15px;
}

#nav ul li a:hover {
	color: #dedede;
	background: #282828;
}

/* Main divs */

#wrapper {
	width: 900px;
	margin: 6px auto 20px auto;
	position: relative;
}
#header {
	background: #1B161C;
	color: #fff;
	margin: 0 0 8px 0;
	padding: 1px 0 0 0;
	height: 50px;
}


#main {
	float: left;
	position: relative;
	padding: 10px 0 0 0px;
	width: 900px;
	background-color: #f8f8f8;
	margin: 6px 0 0 0;
}

#banner {
	background: url(../images/furniture/logo.jpg) no-repeat;
	height: 167px;
	padding: 1px;
}


#banner h1 {
	color: #963;
	font-size: 17px;
	margin: 30px 0 0 460px;
}

#lhs {
	float:left;
	width: 230px;
	clear: both;
	margin: 0 0 0 17px;
}
#content { padding: 0 30px 0 270px; }
#footer {
	float: left;
	position: relative;
	color: #FFF;
	background: #000;
	width: 900px;
	height: 20px;
	text-align: center;
	font-size: 11px;
	padding-top: 7px;
	margin: 9px 0 20px 0;
}
.productlink {
	background: url(../images/furniture/80box.png) no-repeat;
	height: 68px;
	font-size: 12px;
	color: #003097;
	margin: 0px 0px 9px;
	padding: 6px 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}



#guidedogs {
	width: 230px;
	padding: 0px;
	font-size: 12px;
	color: #003097;
	font-weight: bold;
	margin: 0px;
	float: left;
	position: absolute;
	left: 17px;
	top: 65px;
}

#gdboxtop {
	background: url(../images/furniture/250box.png) no-repeat top;
	padding: 10px 10px 0 10px;
}

#gdboxbase {
	background: url(../images/furniture/250box.png) no-repeat bottom;
	height: 15px;
}
#gdboxmid  { padding: 10px 10px 0px 10px; }

.gd80 { margin: 3px 11px 0; }

.lrt80 { margin: 0 0 0 9px; }

/* General Classes */

.left {
	float: left;
	margin-right: 6px;
}

.right {
	float: right;
	margin-left: 6px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Typography */

h2 {
	color: #963;
	font-size: 16px;
	margin: 2px 0px 12px;
}

h3 {
	font-size: 14px;
	color: #003197;
	margin: 3px 0px 6px 0px;
}

p {
	font-size: 13px;
	margin: 0 0 12px 0;
	color: #757575;
}

h4 {
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	border-top: 1px solid #ccc;
}

blockquote { margin: 0px 24px; }

#lhs p { font-size: 11px; }

#lhs h3 {
	text-align: center;
	borde-top: 1px solid #dedede;
	font-size: 13px;
}
#rhpics {
	width: 250px;
	float: right;
	margin-left: 6px;
	font: italic 13px "Times New Roman", Times, serif;
	text-align: center;
}

#rhpics img {
	border: 1px solid #2D3097;
	margin: 6px 0 0 0;
}
