﻿/* Silver Image Home Page CSS */
/* Now that all 30 or so style sheets are in the single "screen.css" file
we no longer need these @import rules 
@import url("./style.css");
@import url("./common.css");
*/

.home .adChannel {
    height: 1px; 
    padding-top: 180px;
}

div.valueProp {
    height: 232px;
    width: 318px;
    margin: -56px 0px 4px 0px; 
    position: relative;
    z-index: 13;
    margin-top :-231px;
}

div.valueProp p {
    position: absolute; 
    top: 50px;
    left: 16px;
    padding: 7px 34px 0px 0px;
    font-size: 11px;
    vertical-align: bottom;
    margin: 0;
    height: 1px;
}
    



/* This is the bed gallery section
=====================================================*/


div#slgallery {
    width: 650px;
    height: 344px;
    float: left;
}

div#jsgallery {
	width: 640px;
	height: 344px;
	float: left;
	background: url(Images/gallery_background2.jpg) 0 0 no-repeat #477daf;
	position: relative;
	margin-bottom:15px;
    top: 0px;
    left: 0px;
}

div#galleryChooser {
    position: relative;
}

div#galleryChooser img#galleryPrevious {
    position: absolute;
    top: 14px;
    left: 12px;
    cursor: hand;
    cursor: hand;
    display: none;
}
    
div#galleryChooser img#galleryNext {
    position: absolute;
    top: 14px;
    left: 612px;
    cursor: hand;
    cursor: hand;
    display: none;
}
    
div#galleryChooser img#galleryState {
    position: absolute;
    top: -5px;
    left: 226px;
    z-index: 14;
}
    
div#galleryChooserNav {
    position: absolute;
    top: 0;
    left: 48px
    ;z-index: 4;
}

div#galleryTitle {
	width: 100%;
	height: 30px;
	margin: 15px 0 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-align: center;
}

div#galleryTitle span {
	margin: 15px 20px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
}
	
div#galleryContent {
	padding:0px 35px 0px 50px;
}
	
div#galleryContent img#galleryImage {
    float: left;
    padding: 17px 20px 0px 0px;
}

div#galleryContent div {
	display: none;
	position: relative;
	padding: 14px 0px 0px 0px;
	text-align: center;
	width: 300px;
	height: 190px;
	overflow: auto;	
}
	
div#galleryContent a:link.gbutton,
div#galleryContent a:active.gbutton,
div#galleryContent a:visited.gbutton {
	position: absolute;
	top: 145px;
	left: 0px; 
}

div#galleryContent a:link.gbutton_beds,
div#galleryContent a:active.gbutton_beds,
div#galleryContent a:visited.gbutton_beds {
	position: absolute;
	top: 145px;
	left: -10px; 
}

div#galleryContent h3 {
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
	
div#galleryContent p {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: left;
}

.seeMoreInfo {
    left: 100px;
    top: 155px;
    position: absolute;
    z-index: 0;
}

.seeMoreInfo_beds {
    left: 105px;
    top: 155px;
    position: absolute;
    z-index: 0;
}
    
div#gallerySeeMore {
    left: 400px;
    top: 199px;
    position: absolute;
    z-index: 10;
}
    
div#gallerySeeMore a {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #FF6600;
    text-decoration: underline;
}
    
div#galleryRequestQuote {
    left: 500px;
    top: 199px;
    position: absolute;
    z-index: 10;
}
    
div#galleryRequestQuote a {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #FF6600;
    text-decoration: underline;
}
	
	
	
	
	
	


div.modules {
    width: 963px;
}

div.modules_beds {
    width: 637px;
}


div.modules .newsAggregator {
    width: 318px;
    float: left;
}

div.modules_beds .newsAggregator_beds {
    width: 618px;
    float: left;
}

div.homeModule {
    min-height: 510px;
    height: auto !important;
    height:510px;
}

div.homeModule_beds {
    min-height: 210px;
    height: auto !important; 
    height: 210px;
}

.post_item {
    padding-top: 10px; 
    padding-top: 0;
}

div.news {
    padding: 0 15px 20px 15px;
}

div.news a.more {
    text-decoration: underline;
    color: #ff6600;
    font-weight: normal;
}

div.modules .blogAggregator {
    min-height: 284px;
    height: 284px;
    width: 318px;
    float: left;
}



.RSSImage {
    padding: 5px 0px 10px 15px;
    position: relative;
    left: auto;
}


/* This is the bed model select section
=====================================================*/


div#selectModels {
    padding-left: 335px;
}



/* Photo Gallery Section */


.content {
	width: 760px;
	background: url('Images/Gallery_background.gif');
	background-repeat: repeat-x;
}

