@charset "utf-8";
/* CSS Document */

#header #rgtPanel {
	float: right;
	height: 80px;
	margin-top: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 250px;
	text-align: right;
}

#header #logo #rgtPanel .cartText {
	float: right;
	width: 130px;
	margin-bottom: 5px;
}
#header #logo #rgtPanel .cartText .cartBox {
	float: right;
	height: 20px;
	width: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/layout/cartBag.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#header #logo #rgtPanel .searchBox {
	float: right;
	clear: both;
	height: 23px;
	width: 240px;
	text-align: right;
}
#header #logo #rgtPanel .searchBox #form1 {
	margin: 0px;
	padding: 0px;
}

#header #logo #rgtPanel .cartText #cartHeader {
	float: left;
	color:#CCCCCC;
	padding-top: 8px;
}
#header #logo #rgtPanel .cartText #cartHeader a:hover {
	color:#FFFFFF;
}



#header #logo #rgtPanel .searchBox a:hover {
	color:#FFFFFF;
}

#header #logo #rgtPanel .searchBox #form1 #searchBox {
	width:128px;
	height:25px;
	color: #CCCCCC;
	/*border: 1px solid #313131;
	background-color: #202020;*/
	border:none;
	background: url(../assets/search.png) no-repeat 0 0;
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
}

/*** Navigation ***/
#nav-container
{
	position:relative;
	height: 40px;
	width:100%;
	text-align:center;
	background-color: #fff;
	border-bottom:#e9e9e9;
}

#nav
{
	width:854px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav span
{
	display:none
}

#nav li
{
	display:block;
	float: left;
}

#nav li a
{
	height: 40px;
	float:left;
	text-indent:-900%;
}

#nav a:hover,
#nav a.active
{
	background-position:left bottom;
}

#nav-home a
{
	width:75px;
	background:url(../assets/nav-home.gif) no-repeat top left;
}

#nav-collection a
{
	width:124px;
	background:url(../assets/nav-collection.gif) no-repeat top left;
}

#nav-about a
{
	width:124px;
	background:url(../assets/nav-about.gif) no-repeat top left;
}

#nav-stockist a
{
	width:130px;
	background:url(../assets/nav-stockist.gif) no-repeat top left;
}

#nav-care a
{
	width:199px;
	background:url(../assets/nav-care.gif) no-repeat top left;
}

#nav-contact a
{
	width:104px;
	background:url(../assets/nav-contact.gif) no-repeat top left;
}

