@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	line-height: 1px;
	clear: both;
	height: 1px;
}
/*---- main structure ------ */
#outercontainer {
	height: auto;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#navbar1wrapper {
	height: 25px;
	width: 750px;
	font-size: small;
	color: #665B5D;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#navbar1 {
	width:220px;
	float:right;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
#introwrapper {
	margin: 0px;
	height: 220px;
	width: 750px;
	background-color: #FCF7DB;
	background-image: url(../images/webdesign/settee.jpg);
	background-repeat: no-repeat;
}
#intro {
	color: #7B6F71;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	text-align: left;
	width: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	float: left;
}
#mainsection {
	margin: 0px;
	height: auto;
	width: 750px;
	background-color: #8F8889;
}
#contentwrapper {
	background-color: #FBF7DA;
	float: right;
	width: 540px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 9px;
	margin-left: 0px;
	display: inline;
	min-height: 428px;

}
#content {
	color: #504A4C;
	font-size: small;
	margin: 20px;
	line-height: 1.3;
}
#content_stocksummaries {
	color: #504A4C;
	font-size: small;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 1.3;
}
#content_stockdetail {
	color: #504A4C;
	font-size: small;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 1.3;
}
#content_admin {
	color: #504A4C;
	font-size: small;
	margin: 20px;
	line-height: 1.3;
}
#content_admin_fail {
	color: #504A4C;
	font-size: small;
	margin: 20px;
	line-height: 1.3;
}
#leftwrapper {
	background-color: #4F4A4B;
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 9px;
	margin-left: 10px;
	height: auto;

}
#navbar2 {


}
#lapada {
	height: 180px;
	width: 180px;
	font-size: x-small;
	text-align: center;
}
#pictori {
	height: 50px;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}
/* ------ links and navigation ---------- */
#navbar1 ul {
    margin:0px;
	padding:0px;
	list-style:none;
	width:220px;
	float:left;
}
#navbar1 ul li {
    float:left;
}
#navbar1 ul a {
	display:block;
	line-height:25px;
	text-decoration:none;
	color:#665B5D;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 50px;
	text-align: right;
}

#navbar1 ul a.about {
	width: 78px;
}
#navbar1 ul a.contact {
	width: 92px;
}
#navbar1 ul a:hover,
#navbar1 ul a.nav1selected {
	color:#E8A149;
}

#navbar2 ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size: small;
	color: #FBF7DA;
	text-indent: 30px;
}
#navbar2 ul a {
	display:block;
	width:180px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-size: small;
	color: #F7F5F6;
	background-image: url(../images/webdesign/navbar2button.jpg);
	background-repeat: no-repeat;
	background-color: #4F4A4B;
	background-position: left center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #242021;
}
#navbar2 ul a:hover,
#navbar2 ul a.nav2selected {
	background-position: right bottom;
	color: #f7f5f6;
}

#pictori a:link,
#pictori a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#pictori a:hover,
#pictori a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#goback a:link,
#goback a:visited,
#goback a:hover,
#goback a:active {
    text-decoration:underline;
 	color: #504A4C;
}
#stockinfo a:link,
#stockinfo a:visited,
#stockinfo a:hover,
#stockinfo a:active {
    color:#504a4c;
	font-weight:bold;
	text-decoration:none;
}
#moreinfo a:link,
#moreinfo a:visited,
#moreinfo a:hover,
#moreinfo a:active {
    color:#504a4c;
	font-weight:bold;
	text-decoration:none;
}
#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
    text-decoration:underline;
	color:#504A4C;
}
#sold a:link,
#sold a:visited,
#sold a:hover,
#sold a:active {
	text-decoration: none;
	font-weight:bold;
    color:#504a4c;
}
#content_stocksummaries a:link,
#content_stocksummaries a:visited,
#content_stocksummaries a:hover,
#content_stocksummaries a:active {
	text-decoration: none;
	font-weight:bold;
    color:#504a4c;
}
/*------- header -------- */
#introwrapper h1 {
	height:95px;
	width:306px;
	position:relative;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#introwrapper h1 span {
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(../images/webdesign/djgreenlogo_cream.gif);
	background-repeat: no-repeat;
}
/* ----- headings -------- */
#content h1,
#content_stocksummaries h1,
#content_stockdetail h1,
#content_admin h1,
#content_admin_fail h1 {
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #504A4C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content_stocksummaries h2 {
	font-size: small;
	font-style: italic;
	margin-top: 20px;
	font-weight: normal;
}


/*------- stock summary pages --------*/
#stocksummaries {

}
.stocksummary {
	background-color: #FBF7DA;
	height: 198px;
	width: 162px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-align: center;
	float: left;
	border: 1px solid #A3925A;
	font-size: x-small;
	color: #504A4C;
}
.main_image {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #A3935F;
}
/*--------- stock details page --------*/
#goback {
	font-size: x-small;
	clear: both;
	margin-top: 20px;
}

#price {
	float: right;
	width: 100px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#description {
	float: left;
	width: 360px;
	margin: 0px;
	padding: 0px;
}
.images {
	background-color: #FBF7DA;
	height: 160px;
	width: 160px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-align: center;
	float: left;
	border: 1px solid #A3925A;
}
.clickfordetail {
	font-size: x-small;
}
#moreinfo {
	clear: both;
	width: 500px;
}
.priceamt {
	font-weight: bold;
}

