
#main
{
	background-position:center;
	background-repeat:repeat-y;
	margin-top:8px;
	background-position:center;
	width:575px;
	margin-left:auto;
	margin-right:auto;
}


#selectcontainer{
height:150px;
width:575px;
clear:both;
}


#divpageheader
{
	position:relative;
	background-image:url(../Images/Backgrounds/Mounts_page_main_header2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:198px;
	width:573px;
	cursor:pointer;
	border:1px solid silver;
}




#divsinglemount
{
	height:150px;
	background-image:url(../Images/Backgrounds/Single_opening_mounts2.jpg);
	width:273px;
	margin-top:10px;
	position:relative;
	float:left;
	background-position:top;
	background-repeat:no-repeat;
	cursor:pointer;
	border:1px solid silver;
}



#divsinglemount:hover
{
	background-position:bottom;
	background-image:url(../Images/Backgrounds/Single_opening_mounts2.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}




#divmultimount
{
	height:150px;
	background-image:url(../Images/Backgrounds/Multi_opening_mounts2.jpg);
	position:relative;
	width:273px;
	margin-left:24px;
	margin-top:10px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	border:1px solid silver;
}




#divmultimount:hover
{
	background-position:bottom;
	background-image:url(../Images/Backgrounds/Multi_opening_mounts2.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}




#divboards
{
	height:150px;
	background-repeat:no-repeat;
	width:573px;
	position:relative;
	margin-top:20px;
	background-image:url(../Images/Backgrounds/MountBoardsAdvert2.jpg);
	border:1px solid silver;
}



#divmounttitle
{
	margin-top:20px;
	background-image:url(../Images/Titles/Mounts-and-boards-title-text.png);
	height:20px;
	width:160px;
	position:relative;
	background-repeat:no-repeat;
}



#divtext
{
	padding-left:5px;
	width:575px;
	height:500px;
}



#divboardrollover 
{
	background:url(../Images/Buttons/show-me-rollover.png) no-repeat;
	background-position:top;
	position:relative;
}





#divboardrollover:hover
{
	background:url(../Images/Buttons/show-me-rollover.png)) no-repeat;
	background-position:0 -39px; /* adjust the position by the the height of that part of the image we want to show - a negative figure means we are mving the view up by that many px */ 
} 




#divboardrollover:active 
{
	background:url(../Images/Buttons/show-me-rollover.png) no-repeat; 
	background-position:0 -78px; /* adjust the position by the the height of that part of the image we want to show - a negative 																																																										figure means we are mving the view up by that many px */ 
}




/* the button's outer container */
.divbutton
{
	height:39px;
}





/* the link CLASS */
.divbutton a
{
	height:39px; /* the height of that part of the image we want to show */ 
	width:146px; /* the width of that part of the image we want to show */ 
	display:inline; 
	text-align:center; 
	margin:auto; 
	float:left; 
	border:0px 	solid #FFFFFF; 
	margin-top:90px;
	margin-left:110px;
	outline:none;
}




#divtitlegradient
{
	margin-top:20px;
	background-image:url(../Images/Backgrounds/TitleGradient.jpg);
	height:25px;
	background-repeat:no-repeat;
	color:white;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana,Helvetica,sans-serif;
	padding-left:10px;
	padding-top:5px;
	margin-bottom:10px;
}