/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

.ys_primary{ background:#750e00;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

/*
Custom CSS edits for James Bond 007 Store
Date: December 07, 2011
Author: KG Dynamic Group, LLC
*/
body {
	background-position: center top;
	background-repeat: no-repeat;
}
#container {
	border: none;
	top: 22px;
}
#header {
	background-color: transparent;
}
#nav-general{
	width: 100%;
	margin: 0;
	height:60px;
}
#nav-general li{
	background-color: transparent;
	border: none;
	width:103px; /* Width determined by the number of menu options*/
}
#nav-general li a{
	height:60px;
	line-height: 65px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	padding:0;
}
#nav-general li a:hover{
	background-color: transparent;
	color:#FFF;
	background-image:url('/lib/yhst-29911753856914/menu-over.png');
	background-position:center center;background-repeat:no-repeat;
}

#nav-product {
	z-index:auto;
}
#nav-product ul li a {
	font-size:11px;
}

#joinus {
    background: url('/lib/yhst-29911753856914/social-net-bkgd.jpg') repeat-y center top transparent;
	width:100%;
    text-align:center;
    margin:0;
	padding:10px 0;
	color:#000;
	font-weight: bold;
}
#joinus h1 {
	background: url('/lib/yhst-29911753856914/banner-social-net.png') no-repeat center top transparent;
	width: 115px;
	height: 24px;
	margin: 0 auto;
    text-indent:-9999px;
}
#joinus img {
	margin-bottom: 5px;
}
#searchsubmit {
	background-color: #dcd9d9;
	color: #000;
	text-transform:uppercase;
}
#searcharea fieldset {
	padding: 5px 0 5px 5px;
}
#contentarea #caption{
	margin: 10px 10px 10px 230px;
}
#footer {
	background-repeat: no-repeat;
	background-position: center top;
}

