/************************ Links ************************/
a:link	{
	color: White;
	text-decoration: underline;
}
a:visited	{
	color: White;
	text-decoration: underline;
}
a:hover	{
	color: #FFCC00;
	text-decoration: none;
}
a:active	{
	color: Yellow;
	text-decoration: underline;
}
a.sitemap	{
	font-size: 12px;
}
a.sitemap:link{
color: Silver;
text-decoration: none;
}
a.sitemap:visited{
color: Silver;
text-decoration: none;
}
a.sitemap:hover{
color: White;
text-decoration: none;
}
a.sitemap:active{
color: White;
text-decoration: none;
}
/************************ Main Body ************************/
BODY	{
	background-color: Black;
	background-image: url(images/background2.jpg);
	font-family: "trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}
/************************ top to end of header ************************/
#upper	{
	width: 760px;
	margin-left: auto; 
	margin-right: auto;
}
#headerlogo	{
	margin-left: 12px;
}
#mainmenu	{
	margin-top: -18px;
	margin-left: 24px;
}

.menulink	{
}
/************** BEGIN Header image replacement ************/
.replace{
	display:block;
	padding:0;
}
.replace span{
	z-index:-1;
	position:relative;
}
#my1h1{
	background-image: url(images/header-background.jpg);
	width:735px;
	height:174px;
}
/*************** END Header image replacement ***************/
/*************** BEGIN Menu text to image replacement ***************/

#buttonnav {
margin: 0;
padding: 0;
height: 32px;
list-style: none;
display: inline;
overflow: hidden;
}

#buttonnav li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}

#buttonnav a {
float: left;
padding: 32px 0 0 0;
overflow: hidden;
height: 0px !important;
height /**/:32px; /* for IE5/Win only */
}

#buttonnav a:hover {
background-position: 0 -32px;
}

#buttonnav a:active, #buttonnav a.selected {
background-position: 0 -32px;
}

#t1 a  {
width: 82px;
background: url(images/menu-welcome.gif) top left no-repeat;
}

#t2 a  {
width: 81px;
background: url(images/menu-orderform.gif) top left no-repeat;
}

#t3 a  {
width: 166px;
background: url(images/menu-suits.gif) top left no-repeat;
}

#t4 a  {
width: 82px;
background: url(images/menu-waistcoats.gif) top left no-repeat;
}

#t5 a  {
width: 206px;
background: url(images/menu-cufflinks-ties-cravats.gif) top left no-repeat;
}

#t6 a  {
width: 95px;
background: url(images/menu-contactus.gif) top left no-repeat;
}

/************ END Menu text to image replacement ********/

/************************ afer header to end of main content ************************/
#lower	{
	width: 730px;
	margin-left: auto; 
	margin-right: auto;
}

#contentupper	{

}
#contentmiddle	{
	
}
#contentlower	{

}

.productimagemain	{
}
.productimagezoom	{
	margin: 20px;
}
.producttitlemain	{
	font-size: 20px;
	font-weight: bold;
}
.introproductmain	{
	font-size: 16px;
	font-weight: normal;
}
.descproductmain	{
	font-size: 16px;
	font-weight: normal;
}
.productimagebackground	{
	float: left;
}
.productimagebackground2	{
	float: right;
}
.productimagebackground, .productimagebackground2	{
	font-family: "trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: White;
	color: #666666;
	margin: 12px;
	padding: 6px;
	border: 3px solid #E4C480;
}
.productimagesuit {
	background-color: White;
	color: #666666;
	margin: 12px;
	padding: 6px;
	border: 3px solid #E4C480;
}

/************************ after main content to end ************************/
#sitelinks	{
	text-align: center;
	font-size: 12px;
}
#copyright	{
	text-align: center;
	font-size: 12px;
}
