body {
	margin: 0 0;
	background: url(theme/bg3.gif) center repeat-y;
}

#bgwrapper {
	background: url(theme/bg1.gif) center repeat-y;
}
.product_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.product_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}


p {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0;
}

h2, h3 {
	font: 18px Tahoma, Geneva, sans-serif;
	color: #8c1000;
	margin: 0 0;
	font-weight:lighter;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

/*Layout*/

#container {
	background: url(theme/bg2.gif) repeat-y;
	width: 900px;
	min-height: 750px;
	margin: 0 auto;
}

#txt {
	font-size: 11px;
	line-height: 16px;
		color: #4e4e4d;
}

#nav {
	line-height: 20px;
	text-align: right;
	width: 100px;
	margin: 20px auto 0 auto;
}
.imageborder {
	border: 1px solid #999999;
}
.imageborder:hover {
	border: 1px solid #000000;
}
#products_nav {
	line-height: 15px;
	text-align: right;
}

#right_cont {
	padding: 40px 25px 0 25px;
}
.menu_links {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_links:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #858677;
	text-decoration: underline;
}

#line1 {
	margin: 25px 0 0 0;
}

#grooms {
	position: absolute;
	margin: -337px 0 0 -49px;
}

#footer {	
 width: 900px;
	margin: 0 auto;
}

#copy {
	font: 10px Tahoma, Geneva, sans-serif;
	color: #817869;
	line-height: 18px;
	 width: 280px;
		text-align: center;
		padding: 25px 0;
}

/*Styles*/

.arrow {
	margin-left: 10px;
}

/*Links*/

#nav a:link, #nav a:visited { color: #FFF; font-size: 14px; text-decoration: none; }
#nav a:hover, #nav a:active { color: #858677; font-size: 14px; text-decoration: none; }

#products_nav a:link, #products_nav a:visited { color: #A98B5A; font-size: 12px; text-decoration: none; }
#products_nav a:hover, #products_nav a:active { color: #fff; font-size: 12px; text-decoration: none; }

#copy a:link, #copy a:visited { color: #817869; text-decoration: underline; }
#copy a:hover, #copy a:active { color: #817869; text-decoration: none; }

.text_14pnt_dk_grey {
	font-family: Tahoma;
	font-size: 14px;
	color: #4e4e4d;
	font-weight: normal;
}
.text_12pnt_dk_grey {
	font-family: Tahoma;
	font-size: 12px;
	color: #4e4e4d;
	font-weight: normal;
}
.text_12pnt_dk_grey_link {
	font-family: Tahoma;
	font-size: 12px;
	color: #4e4e4d;
	font-weight: normal;
	text-decoration: underline;
}
.text_12pnt_dk_grey_link:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #4e4e4d;
	font-weight: normal;
	text-decoration: none;
}
.text_12pnt_red {

	font-family: Tahoma;
	font-size: 12px;
	color: #CC3333;
	font-weight: normal;
}
.text_10pnt_dk_grey {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.contact_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #4E4E4D;
}
.contact_button {
	font-family: Helvetica;
	color: #666666;
	background-color: #EEEADC;
	border: 1px solid #4E4E4D;
	height: 20px;
	width: 145px;
}
.text_11pnt_dk_grey {

	font-family: Tahoma;
	font-size: 11px;
	color: #4e4e4d;
	font-weight: normal;
}
.add2cart {

	font-family: Helvetica;
	color: #FFFFFF;
	background-color: #FF9900;
	border: 1px solid #4E4E4D;
	height: 20px;
	width: 145px;
}

/*CSS For Product Menu*/
.menu{
position: relative;
z-index: 0;
}

.menu:hover{
background-color: transparent;
z-index: 50;
}

.menu span{ 
position: absolute;
background-color: black;
padding: 3px;
left: -1000px;
border: 1px dashed grey;
visibility: hidden;
color: black;
text-decoration: none;
}

.menu span img{ 
border-width: 0;
padding: 2px;
}

.menu:hover span{ 
visibility: visible;
top: 0px;
left: 140px; /*position where Menu should offset horizontally */

}
