/* ShopTableLamps.com CSS Document */
/* Site Color Palette - Dark Brown: #444444, Mid Brown: #777777, Light Brown: #AAAAAA, Tan Highlight: #CCCCCC, Light Tan: #CCC, Dark Gray: #707060 */

/* Standard HTML Tags */
body {
	margin: 0px;
	background-color: #AAA;
	text-align:center;
}
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	color: #444;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #444;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #444;
}   
.container {
   position: relative;
   height: 50px;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 50%;
   }

.right-element {
   position: absolute;
   right: 10px;
   width: 176px;
   text-align: right; 
   
/* depends on element width */

}
b, strong {
	font-weight: bold;
	color: #444;
}
a {
	color: #444;
	text-decoration: underline;
}
a:hover {
	color: #AAA;
}
a:visited {
	color: #444;
}
hr {
	margin: 0 auto;
	border-bottom: 1px solid #444;
}
img {
	border-width: 0px;
}

/* Standard Classes */
.disclaimer {
	font-size: 10px;
	line-height: 1.2em;
}
.feature {
	background-color: #CCC;
}

/* Classes for 2 column content layouts */
.leftcol {
	width: 345px;
	float: left;
}
.rightcol {
	width: 345px;
	float: right;
}
.endcolumns {
	clear: both;
	padding: 0;
}


/* Standard IDs */
#header {
	background-color: #444;
	height:80px;
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#topnav {
	width: 740px;
	height: 79px;
	margin:0 auto;
	text-align:left;
}
#logo {
	width: 340px;
	height: 80px;
	padding: 0 5px;
	float: left;
	vertical-align: middle;
}
#phone, #search, #toplinks {
	width: 380px;
	float: right;
	clear: right;
	text-align:right;
	padding-right: 5px;
	margin: 0;
}
#phone {
	height: 39px;
	padding-top: 34px;
}
#search {
	height: 34px;
}
#toplinks {
	height: 18px;
}
#navbar {
	width: 742px; width/**/:/**/ 740px;
	height: 28px;
	margin:0 auto;
	padding: 0px;
	background-color:#FFFFFF;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

#content, #footer {
	background-color:#FFFFFF;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	margin:0 auto;
	position:relative;
	top: 80px;
}
#content {
	width: 742px; width/**/:/**/ 700px;
	padding: 20px;
	position:relative;
	text-align:left;
}
#footer {
	width: 742px; width/**/:/**/ 740px;
	border-bottom: 1px solid #999;
	color: #444;
}
#footer p {
	font-size: 11px;
	line-height: 12px;

}
#copyright {
	width: 740px;
	top: 80px;
	margin: 0 auto;
	position: relative;
}
#copyright p {
	text-align:left;
	font-size: 10px;
	color: #fff;
	margin:2px auto;
}

/* Additional Non-Standard Classes */


/* Additional Non-Standard IDs */
#affHow, #join {
	margin: auto;
	border: 2px solid #eee;
}
#affHow {
	width: 550px;
	padding: 10px 20px 5px 20px;
}
#join {
	width: 570px;
	padding:10px;
	height:37px;
	background-color:#eee;
	border-top: 0;
	text-align:center;
}
