
/**********************************************************/
/*               Top naviagtion system                    */
/**********************************************************/

#topbar ul {
	font-family: Arial, helvetica, sans-serif;
	position-absolute;
	top: 107px;
	left: 0px;
	width: 1200px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 2px;
	padding-left: 0px;
}

#topbar li {
	display: block;
	float: left;
	font-size: 18px;
	width: 170px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	background-image: url(topbutt.jpg);
	background-repeat: repeat-x;
}

#topbar a:link, #topbar a:visited {
	text-decoration: none;
	color: white;
	font-weight: bolder;
}

#topbar a:hover {
	color: #ffff66;
}


/**************************************************************/
/*                   Side naviagtion system                   */
/**************************************************************/

#sidenav ul {
	font-family: Arial, helvetica, sans-serif;
	list-style: none;
	position: absolute;
	top: 190px;
	width: 140px;
	margin: 0px;
	padding: 0px;
}

#sidenav li {
	font-size: 14px;
	line-height: 25px;
	color: white;
	font-weight: bolder;
	text-align: center;
	width: 140px;
	height: 25px;
	background-image: url(sidebutt.jpg);
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#sidenav a:link, #sidenav a:visited {
	color: green;
	text-decoration: none;
}

#sidenav a:hover {
	color: grey;
	font-weight: bolder;
}

/**************************************************************/
/*                       Text Content                         */
/**************************************************************/


/*** Major place holder for content of all pages **/

#content {
	position: absolute;
	top: 175px;
	left: 160px;
	width: 785px;
	text-align: justify;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: green;
	margin: 10px 15px 10px 15px;
	/* background-color: #ffff99; */
	padding: 4px 4px 4px 4px;
}

#content img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-style: none;
	padding: 0px;
}

.enhance_bold {
	font-weight: bolder;
	color: black;
}

#contenttitle {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-style: none;
	padding: 0px;
}

#seeimages {
	float: right;
}


.othertext {
	padding: 0%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


.righttext {
	float: right;
	width: 375px;
	margin: 0px;
	padding: 0px 7px 0px 7px;
}


.lefttext {
	float: left;
	margin: 0px;
	width: 375px;
	padding: 0px 7px 0px 7px;
}

/**************************************************************/
/*                      Gallery Buttons                       */
/**************************************************************/


.pagebuttons {
	/* background-color: #ffff99; */
	/* border: 1px solid #66cc33; */
	border: 1px solid #00a650;
	width: 777px;
	margin: 1px 0px 0px 0px;
	padding: 2px;
	height: 27px;	
	font-size: 18px;
	text-align: center;
}

.leftbutton {
	float: left;
	width: 105px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	/* background-image: url(prevarrow.jpg); */
	text-align: center;
}
.leftbutton a:link, .leftbutton a:visited {
	color: green;
	text-decoration: none;
}

.leftbutton a:hover {
	color: #464646;
}


.pagetitle {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	color: green;
	/* background-image: url(titlebar.jpg); */
}

.rightbutton {
	float: right;
	width: 105px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	/* background-image: url(nextarrow.jpg); */
	text-align: center;
}
.rightbutton a:link, .rightbutton a:visited {
	color: green;
	text-decoration: none;
}

.rightbutton a:hover {
	color: #464646;
}

/**************************************************************/
/*                   Image Gallery                            */
/**************************************************************/


.imageleft {
	/* background-color: #ffff99; */
	/* border: 1px solid #66cc33; */
	border: 1px solid #00a650;
	width: 382px;
	height: 170px;
	margin: 1px 2px 0px 1px;
	padding: 2px 2px 2px 2px;
	color: black;
	font-size: 14px;
	text-align: center;
	float: left;
}

.imageleft img {
	float: left;
	border-style: none;
}

.imageright {
	/* background-color: #ffff99; */
	border: 1px solid #00a650; 
	width: 382px;
	height: 170px;
	margin: 1px 2px 0px 1px;
	padding: 2px 2px 2px 2px;
	float: right;
	color: black;
	font-size: 14px;
	text-align: center;
}
.imageright img {
	float: left;
	border-style: none;
}

.prodbutt img {
	float: none;
	margin: 0px;
	padding: 0px;
}

/**************************************************************/
/*                   Page 1's for galleries                   */
/**************************************************************/


#page1 {
	position: absolute;
	top: 175px;
	left: 160px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: green;
	width: 785px;
	/* background-color: #ffff99; */
	padding: 4px 4px 4px 4px;
}

#selection {
	margin: 0px 0px 0px 10px;
	padding: 15px 10px 10px 15px;
}

#selection form {
	margin-top: 0px;
}

.p1images {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	border: none;
}

.placeholder {
	float: left;
	width: 130;
	margin: 5px 10px 10px 5px;
	color: black;
}

.placeholder a:link, .placeholder a:visited {
	text-decoration: none;
	color: green;
}

.placeholder img {
	float-none;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
}


/**************************************************************/
/*                   Product Pages                            */
/**************************************************************/


#prodpage {
	position: absolute;
	top: 175px;
	left: 160px;
	width: 785px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	color: black;
	margin: 0px 15px 10px 15px;
	padding: 4px 4px 4px 4px;
	/* background-image: url(products/backgrnd.jpg); */
}

.prodimages {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
}

.prodholder {
	float: left;
	width: 120px;
	margin: 5px 0px 0px 5px;
}

.prodholder a:link, .prodholder a:visited {
	text-decoration: none;
	color: green;
	/* color: #ffff99; */
}

.prodholder img {
	float-none;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
}

.bluetext {
	color: blue;
}


.rightprod {
	width: 330px;
	margin: 10px 10px 0px 15px;
	padding: 0px;
	float: right;
}

.rightprod img{
	border-style: none;
}

.leftprod {
	width: 330px;
	margin: 10px 10px 0px 15px;
	padding: 0px;
	float: left;
}

.leftprod img{
	border-style: none;
}


.hilight {
	width: 600px;
	text-align: center;
	background-color: #ffcc99;
	color: #996600;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}

#rightcal {
	float: right;
	width: 475px;
	margin: 0px 0px 0px 2px;
	padding: 2px;
}

#leftcal {
	float: left;
	width: 275px;
	margin: 0px 0px 0px 2px;
	padding: 2px;
}

#equalrightcal {
	float: right;
	width: 370px;
	margin: 0px 0px 0px 2px;
	padding: 2px;
}

#equalleftcal {
	float: left;
	width: 370px;
	margin: 0px 0px 0px 2px;
	padding: 2px;
}

.month {
	color: green;
	font-weight: bold;
	background-color: #ffff99;
	width: 275px;
	text-align: center;
	margin: 0px;
}

.montha4 {
	color: green;
	font-weight: bold;
	background-color: #ffff99;
	width: 275px;
	text-align: center;
	margin: 0px;
}

.titlecal {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
}

/**************************************************************/
/*                   Index Page CSS                           */
/**************************************************************/

.arrowleft {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	height: 90px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 22px;
	color: #ed1c24;
	background-image: url(leftarrows.jpg);
	text-align: center;	
}

.arrowright {
	position: absolute;
	top: 110px;
	left: 550px;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, helvetica, sans-serif;
	font-size: 22px;
	color: #ed1c24;
	background-image: url(rightarrow.jpg);
	height: 100px;
}


.leftcol {
	top: 210px;
	left: 20px;
	position: absolute;
	background-image: url(leftcol.jpg);
	text-align: center;
	height: 325px;
	width: 180px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 18px;
}

.leftcol a:link, .leftcol a:visited {
	color: #545454;
	text-decoration: none;
}
.leftcol a:hover {
	color: blue;
}

.midcol {
	top: 210px;
	left: 220px;
	position: absolute;
	background-image: url(midcol.jpg);
	text-align: center;
	height: 325px;
	width: 180px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 18px;
}
.midcol a:link, .midcol a:visited {
	color: #545454;
	text-decoration: none;
}
.midcol a:hover {
	color: #fff200;
}

.rightcol {
	top: 210px;
	left: 420px;
	position: absolute;
	background-image: url(rightcol.jpg);
	text-align: center;
	height: 325px;
	width: 180px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 18px;
}
.rightcol a:link, .rightcol a:visited {
	color: #545454;
	text-decoration: none;
}
.rightcol a:hover {
	color: white;
}

.doublecol {
	top: 210px;
	left: 620px;
	position: absolute;
	background-image: url(doublecol.jpg);
	text-align: center;
	height: 325px;
	width: 300px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 18px;
}

.doublecol a:link, .doublecol a:visited {
	color: #545454;
	text-decoration: none;
}
.doublecol a:hover {
	color: red;
}


.indextext {
	top: 520px;
	left: 0px;
	width: 945px;
	text-align: center;
	position: absolute;
	color: #acacac;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}

.indextext a:link, .indextext a:visited {
	color: #7c7c7c;
	text-decoration: none;
}


/************ RH PRODUCTS *******************/

.rprod {
	width: 200px;
	/* background-color: #ffff99; */
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 185px;
	left: 1000px;
	border: 1px solid #00a650; 
}

.rprod h3 {
	color: white;
	background-color: #72b272;
}

.rprod img {
	border: none;
}


/************ scenes ************************/
.index_scenes_text {
	text-align: justify;
	color: green;
	background-color: #ffff99;
	float: left;
	width: 350px;
	height: 115px;
	padding: 10px 10px 0px 10px;
}

.index_scenes_text a {
	color: green;
}

.index_image {
	float: right;
	border-style: none;
}

/************ cars    ************************/
.index_cars_text {
	text-align: justify;
	color: black;
	background-color: #b1b1b1;
	float: left;
	width: 350px;
	height: 115px;
	padding: 10px 10px 0px 10px;
}


.index_cars_text a {
	color: black;
}


/************ crafts ************************/
.index_crafts_text {
	text-align: justify;
	color: blue ;
	background-color: #f4ccff;
	float: left;
	width: 350px;
	height: 115px;
	padding: 10px 10px 0px 10px;
}



/**************************************************************/
/*                   Universal Routines                       */
/**************************************************************/

.clearall {
	clear: both;
}

#marquee {
	position: absolute;
	top: 150px;
	width: 945px;
	font-family: Arial, helvetica, sans-serif;
	color: black;
	font-size: 12px;
	background-image: url(marquee.jpg);
	height: 40px;
}



/*********ADVERT*********/
.adwrap {
	float: right;
}

.adtext {
	float: left;
	color: #cc6600;
	margin-top: 10px;
	height: 50px;
}

.adtext a {
	color: #cc6600;
}

.adimg img {
	float: left;
	border: 0px;
	display: inline;
	margin-left: 10px;
}
