/* page layout */

body{
background: #003060; /* #6699FF; */
background-image: url(media/mustang_100dpi_bwphoto_blur2.gif); 
background-repeat: no-repeat;
background-position: center center;
margin:0;
padding:0;
line-height: 1.5em;
font-family: arial; /* frutigerlight; */
font-size: 10pt;
}



#maincontainer{
width: 900px;  /* 842px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
/* padding-top: 5px;  */
border: 1px solid white;
border-right: 2px solid white;
}


#topsection{
background: black;
background-image: url(media/rlms_cllogo_70pt.jpg);
background-repeat: no-repeat;
padding-top: 5px; 
padding-left: 50px;   
height: 65px; /*Height of top section*/
width: 550px;
color: white;
float: left;
border: 1px solid white;
line-height: 3em;
}

#topsection h1{
margin: 0;
padding-top: 10px;
}


#topsectionwrapper{
width: 100%;
/* height: 5px; */
margin: 0px;
}

#price{
width: 246px;
background: black;
background-image: url(media/rlms_cllogo_70pt.jpg);
background-repeat: no-repeat;
padding-top: 5px; 
padding-left: 50px;  
height: 65px; /*Height of top section*/
line-height: 3em;
color: white;
float: left;
border: 1px solid white;
}

#price h1{
margin: 0;
padding-top: 10px;
}


#data{
width: 720px;
height: 550px;
/* height: 5px; */
/*margin: 0 auto; Center container on page*/
/*margin: 0px; */
/*border: 1px solid white; */
float: left;
}


#picture{
width: 720px;
height: 540px;
/* height: 5px; */
/* margin: 0 auto; Center container on page*/
/*margin: 0px; */
border: 1px solid white;

}


img.bigpic {
width: 720px; /* 800px;  */
height: 540px; /* 600px; */ 
}

img.thumb {
width: 120px;
height: 90px;

}



#description{
background: #003060;
padding-top: 5px; 
padding-left: 40px;  
height: 85px; 
overflow:auto;      /* WDL added to allow more than 4 lines by producing scroll bar */

color: white;
/* border: 1px solid gray; */
}


#thumbselection{
background: #003060; 
padding-top: 10px; 
padding-left: 15px;
padding-bottom: 12px; 
height: 520px;
width: 158px; 
border-right: 1px solid white;
border-top: 1px solid white;
/* border-left: 1px solid white; */
float: left;
overflow:auto;
}



#thumbselection a:hover{
/* background: #003060; */
color: white;
border: 2px solid yellow;
}

#contactinfo{
background: #003060;
padding-top: 5px; 
padding-left: 45px;
/* margin-top: 12px;   */
/* margin-left: 723px;  */
height: 88px;  
color: white;
width: 129px; 
/* border-left: 2px solid white; */
border-top: 2px solid white;
border-bottom: 2px solid white;
float: left;

}


#contactinfo a { 
background: white; /* #003060; */

padding-top: 8px;
padding-bottom: 8px; 
padding-left: 10px;
padding-right: 10px;
color: black;
border: 2px solid gray; 
width: 64px;
text-decoration: none;
text-align: center;
}

#contactinfo a:hover { 
background: black; 
color: white;
border: 2px solid red; 
}



#footer{
clear: left;
width: 100%;
/* height: 55px; */
/*background: white;*/

color: black;
text-align: center;
/* padding: 4px 0;*/
background-repeat: no-repeat;
background: white;
}


div.imagecaption
	{
		float: right;
		width: 182px;
		margin: 0 1em 1em 1em;
		display: inline;
		padding: 10px 10px 70px 10px;
		background: #036 url(chapter11.gif) repeat-x 0 100%;
		color: #fff;
		text-align: center;
	}
