/*
	--- by Bill Taylor / Cenla Web & Computer Services, LLC ©2008 		---
	--- for Sylvia Campbell ---
*/
HTML, BODY 
{	
	background-image: url(../images-layout/sc_page_back.png);	
	background-repeat: repeat-x;		
	background: Black;
	text-decoration: none;
	color: Black;
	font-family:  Arial, Verdana, Tahoma;
	font-size: smaller;
	font-weight: normal;
	border: 0px;
	margin: 0px 0px 0px 0px;
	Scrollbar-arrow-color: #adc6de;
	Scrollbar-track-color: #adc6de;
	Scrollbar-base-color: #FFD1DE;
	scrollbar-3dlight-color: #ffdbe5;
	scrollbar-darkshadow-color: #528ebc;     
	scrollbar-face-color: #FFD1DE;
	scrollbar-highlight-color: #ffdbe5;
	scrollbar-shadow-color: #528ebc;
}	

HTML {
	 background-color: #ffd1de;
	background-image: url(../images-layout/sc_page_back.png);	
}

#body {
	 background-color: #ffd1de;
	background-image: url(../images-layout/sc_page_back.png);	
}

.button, button {
	border: 1px solid ButtonHighlight;
	border-bottom: 1px solid ButtonShadow;
	border-right: 1px solid ButtonShadow;
	background-image: url(../images/button.gif);
	font-family: Tahoma, Arial, Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color: Black;
	height:24px;
	width:80px;
	text-align: center; 
}	

.button2, button2 {
	border: 1px solid ButtonHighlight;
	border-bottom: 1px solid ButtonShadow;
	border-right: 1px solid ButtonShadow;
	background-image: url(../images/button2.gif);
	font-family: Tahoma, Arial, Verdana;
	font-size: 1.15em;
	font-weight: bold;
	color: Black;
	height:30px;
	width:171px;
	text-align: center; 
	padding: 6px 2px 3px 2px;
}	

.button3, button3 {
	border: 1px solid ButtonHighlight;
	border-bottom: 1px solid ButtonShadow;
	border-right: 1px solid ButtonShadow;
	background-image: url(../images/button3.gif);
	font-family: Tahoma, Arial, Verdana;
	font-size: 1.12em;
	font-weight: bold;
	color: Black;
	height:30px;
	width:170px;
	text-align: center; 
	padding: 6px 10px 2px 10px;
	text-decoration: none;
}	

.button3 a {
	text-decoration: none;
}

.button3 a {
	text-decoration: none;
	color: #330000; 
}


.button4, button4 {
	border: 0px;
	height:48px;
	width:48px;
	text-align: center; 
	cursor: pointer;
	padding: 2px 2px 2px 2px;
	background-image: url(../images/backButton.png);
}	


.button5, button5 {
	border: 0px;
	height:26px;
	width:146px;
	text-align: center; 
	cursor: pointer;
	background-image: url(../images/view_cart.gif);
}	

/* ------------------------------------ */
/* -------  Master Page layout -------- */
/* ------------------------------------ */

#main-container {
	width: 100%;
}

#main-table {
	width: 932px;	
}

#main-layout-header {
 	background-repeat: no-repeat;
   background-image: url(../images-layout/sc_header2.gif);	
	background-position: top right;
	width: 932px;
	height: 102px;
}

#menu_row {
   background-image: url(../images-layout/sc-menu_2a.gif);	
   background-repeat: repeat-y;		
	width: 932px;
	height: 26;
	text-align: left;
}

#main-menu-container {
   background-image: url(../images-layout/sc-menu_2a.gif);	
   background-repeat: repeat-y;
	width: 932px;
	height: 25;
}

#main-layout-menu {
   background-image: url(../images-layout/sc-menu_2a.gif);	
   background-repeat: repeat-y;
	margin-left: 16px;
	margin-right: 16px;
	left: 1px;	
}

#main-layout-content-container {
   background-image: url(../images-layout/sc-bodyback.gif);	
	width: 932px;
	z-index: auto;
}

#main-layout-disclaimer-container {
   background-image: url(../images-layout/sc-bodyback.gif);	
	width: 932px;
}

#main-layout-disclaimer {
	width: 896px;
	padding: 2px 15px 2px 15px;
}

#main-layout-footer {
 	background-repeat: no-repeat;
   background-image: url(../images-layout/sc-footer.gif);
	width: 932px;
	height: 60px;
	padding-top: 0px;
}

.lbFooter {
	text-align: center;
	font-family: arial, tahoma, verdana;
	font-size: 9px;
	color: Black;
	padding: 7px 0px 6px 0px;
}

.linksHyperlink {
	cursor: pointer;	
}

/* ------------------------------------ */
/* --- Content Layout Section --------- */
/* ------------------------------------ */

#ContentPlaceHolder1 {
	margin-left: 16px;
	margin-right: 16px;
}

#content_container {
	padding-left: 16px;
	padding-right: 16px;	
}



#content_table {
	width: 98%; 
	margin-top: 0px;
}

#contact_table {
	width: 100%; 
	background-color: transparent; 
	padding-top: 10px;	
	padding-left: 16px;
	padding-right: 16px;
}

/* RadEditor */
#editor1 {
	background-color: White !important;	
}

#page-home-rotator-name {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;	
}

#page-home-rotator-description {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;	
  	width: 400px;
}

#page-home-rotator-description-p {
	text-align: justify;
}



/*
left-container and right container are 
children on content-table which is a 
child of content-container.
content-container is a child of the 
MasterPage2 Div: 
main-layout-content-container

main-container > main-table > main-layout-header

main-container > main-table > main-layout-menu-container >
main-layout-menu

main-container > main-table > main-layout-content-container >
content-container > content_table > left-container

main-container > main-table > main-layout-content-container >
content-container > content_table > right-container >
detail-grid-container > rwr-listing-container >
rwr-listing-table > rwr-listing-table2 > Listing-Title

main-container > main-table > main-layout-content-container >
content-container > content_table > right-container >
detail-grid-container > rwr-listing-container >
rwr-listing-table > rwr-listing-table2 > image

main-container > main-table > main-layout-content-container >
content-container > content_table > right-container >
detail-grid-container > rwr-listing-container >
rwr-listing-table > rwr-listing-table3

*/
#listing-container {
	left: 13px;
	top: 1px;
	width: 916px;
}

#left-container {
	left: 1px;
	top: 1px;
	width: 270px;
}

#right-container {
	left: 1px;
	top: 1px;
	width: 620px;
}

/* get rid of this is we use the repeater */
#detail-grid-container {
	left: 0px;
	top: 0px;
}

.detailsGrid1 {
	left: 0px;
	top: 0px;
}

#detail-Repeater container {
	
}

#rwr-listing-container {
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
}

#rwr-listing-table {
	width: 100%;
}

#rwr-listing-table2 {
	width: 100%;
}

#rwr-listing-table3 {
	width: 100%;
}

#Listing-Title {

}

#rotator-container {
	position: relative;
}

#RadRotatorImg {
	position: relative;
}

#page-clear {
	clear: both;
	height: 1px;
}

#page-clear-top {
	clear: both;
	height: 1px;
}


/*
.Grid {
	top: 5px;
}
*/

#RadSpliiterListings {
	margin-left: 17px;
	margin-right: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#NoRecordsSelected {
	background-image: url(../images/detail-background.gif);
	background-repeat: no-repeat;	
	background-color: White;
	width: 96%;
	height: 500px;
}

#SubTitle {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;	
}

#topWelcomeMessage {
	padding: 30px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;	
	color: #550000;	
}

.welcomeLabel {
	text-align: center;
	width: 600px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;		
}

.siteDesign,  a.siteDesign:link  {
	text-align: center;
	margin: 5px 0px 2px 0px;
	text-decoration: none;
	color: #000055;	
}

a.siteDesign:hover  {
	text-align: center;
	margin: 5px 0px 2px 0px;
	text-decoration: none;
	color: #005500;	
}
