﻿html,body 
{
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
	font-family: Verdana;
	font-size: small;
}

#wrapper 
{
	position:relative;
	top: 10px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}

#wrapperPrinter 
{
	position:relative;
	top: 10px;
	width: 740px;
	margin: 10px;
}

#header 
{
	position: relative;
	height: 76px;
	background-color: white;
}

#mainlogo 
{
	position: absolute;
	height: 75px;
	top: 0px;
	left: 0px;
}

#contactDetails 
{
	position: absolute;
	top: 40%;
	right: 10px;
}


#coreContent
{
	min-height: 550px;
	border: solid 1px #666666;


}
#menu 
{
	width: 740px;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em 0 0;
}

#nav-menu li a
{
background: url(./images/sideLeft.gif) #fff bottom left repeat-x;
line-height:38px;
height: 35px;
float: left;
width: 120px;
display: block;
color: white;
font-weight: normal;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
	background: url(./images/sideLefthover.gif) #fff bottom left repeat-x;
}

#nav-menu li a.small 
{
	width: 70px;
	background: url(./images/sideLeft70.gif) #fff bottom left repeat-x;
}

#nav-menu li a.small:hover
{
	width: 70px;
	background: url(./images/sideLeft70hover.gif) #fff bottom left repeat-x;
}

#nav-menu li a.contactus 
{
	float: right;
	width: 126px;
	background: url(./images/sideLeft126.gif) #fff bottom left repeat-x;
}

#nav-menu li a.long
{
	width: 180px;
	background: url(./images/sideLeft180.gif) #fff bottom left repeat-x;
}

#nav-menu li a.long:hover
{
	background: url(./images/sideLeft180hover.gif) #fff bottom left repeat-x;
}

#nav-menu li.contact 
{
	margin: 0 0 0 0;
}

#nav-menu li a.contactus:hover
{
	width: 126px;
	background: url(./images/sideLeft126hover.gif) #fff bottom left repeat-x;
}



/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:100%;
height: 35px;
} 


	
A 
{
	text-decoration: none;
	color: #990000;
	font-weight:bold;

}

/* Default for standard page */

#mainContent 
{
	margin: 10px;
}

H3 
{
 font-family: Times New Roman;
 font-size: 18pt;
 font-style: italic;
 color: #C6010D;
}

H4 
{
	 font-family: Times New Roman;
font-size: 14pt;
 font-style: italic;
 color: #C6010D;
}

/* Default Page Layout */

#theRosePage 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	height: 550px;
	background-color: white;
}

#theRoseMain 
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	
}

#aboutUsPageText 
{
	position: absolute;
	margin: 10px;
	top: 100px;
	left: 0px;
	width: 370px;
}

#aboutUstheLogo 
{
	position: absolute;
	top: 10px;
	z-index: 1;
}

.rollover:hover 
{
 color: white;
 background-color: #C6010D;
}
