/* CSS Document */

/*main sections of pages*/

p,h1,h2,h3,h4,h5,h6,ul,li,ol,table {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#000000;
	color: #666666;
	margin:0 auto 0 auto;
	width: 768px;
	font-size:0.7em;
}
#content {
	width: 768px;
	height: 100%;
}

#navbar {
	width: 768px;
	background-image: url(images/mains/navbar.jpg);
	background-repeat: no-repeat;
	float: left;


}

#navbar ul li{
	display: inline;
	float: left;
}


#navbar img {
	float: left;
}
#footer img {
	float: left;
}



#footer {
	height: 55px;
	width: 758px;
	margin-left: 10px;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 5px;
	padding-top: 90px;
}

#footer ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	font-size: 1em;
	background-color: #000000;
	text-transform: uppercase;
}

#footer li a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #000000;
	text-decoration: none;

}

#footer li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #000000;
	text-decoration: none;

}

#footer li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

#footer li a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #000000;
	text-decoration: none;
}

/*end of main layout*/

/*start of backgrnds to go in content div*/
.home {
	background-image: url(images/bckgrnds/home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	width: 768px;

}

.contact {
	background-image: url(images/bckgrnds/contact2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	width: 768px;

}

.sale {

	background-image: url(images/bckgrnds/sale.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	width: 768px;

}

.gallery {
	
	background-image: url(images/bckgrnds/gallry.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	width: 768px;
}


/*end of backgrnds*/

/*start of text styles*/


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff9000;
	font-size: 1.2em;
}

p	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

}

a:link {
	color: #ff9000;

}

a:visited {
	color: #ff9000;

}

a:hover {
	text-decoration: none;
	color: #ff9000;

}

a:active {
	color: #ff9000;

}

.blackBack {
	background-color: #000000;
	color:#FFFFFF;
}

.orange {
	color: #fe8f00;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}

.whiteBold {
	color:#FFFFFF;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}

/*end of text styles*/

.textleft {
	margin-top: 9px;
	margin-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 700px;
	background-image: url(images/bckgrnds/x1.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#topImage {
	width: 768px;
}

.textleft p {
	width: 360px;
}


.textright {
	margin-top: 9px;
	margin-left: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 620px;
	margin-bottom: 100px;
}
.floatL {
	float: left;
	margin-right: 20px;
}


hr {
	background-image: url(images/mains/dashes/hr.gif);
	height: 5px;
	width: 124px;
	background-repeat: no-repeat;
	float: left;
}



#logo {
	float: right;
}

#footext {
	float: left;
	height: 55px;
}

.textright ul li {
	list-style-type: none;
}

.textright li {
	font-weight: bold;
	margin-bottom: 7px;
}


/*start of sale items layout*/


.saleitem {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	padding-top: 15px;
	padding-bottom: 10px;
	height: 200px;
}
.saleitem p {
	background-color: #000000;
	color: #FFFFFF;
	clear: right;
	width: 450px;
	float: left;
	padding-left: 12px;
}

.photo {
	height: 187px;
	width: 255px;
	background-image: url(images/bckgrnds/singleItem.jpg);
	background-repeat: no-repeat;
	float: left;
}
.photo img {
	height: 167px;
	width: 222px;
	margin-left: 10px;
	margin-top: 8px;
}
.galleryItem {
	background-image: url(images/bckgrnds/singleItem.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 334px;
	margin-top: 15px;
	margin-bottom: 10px;

}

.galleryItem img {
	height: 167px;
	width: 222px;
	margin-top: 8px;
	margin-bottom: 12px;
	margin-left: 56px;
}
.galleryItem p {
	width: 222px;
	margin-left: 56px;
}



#galleryCont {
	width: 668px;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
}
