

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family:Helvetica,Arial,sans-serif;
	background:#e1e1e1 url(../images/background.png) repeat-x top;
}

a {
	cursor:pointer;
	text-decoration: none;
}

#wrapper {
	background: url(../images/white-bg.png) repeat-y center;
	margin: 0 auto;
	width:828px;	
}

#header {
	padding: 50px 14px 0 14px;
	width: 800px;
	background: url(../images/header-bg.png) no-repeat center top;
}
h1 {
	margin: 0 auto 15px auto;
	width: 299px;
}
h1 a {
	display: block;
	width: 299px;
	height: 38px;
	background:url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}
h2 {
	color: #081531;
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
#navigation {
	text-align:center;
	color:#889099;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	margin-top:15px;
	border-bottom: 4px solid #889099;
	padding-bottom:6px;
	width:800px;
	letter-spacing: 1px;
}

	#navigation a {
		color:#889099;
		text-decoration:none;
		padding:10px 5px;
	}
	
	#navigation a:hover {
		color:#b4bfcf;
	}
	#navigation li {
		list-style-type: none;
		display:inline;
		margin:5px;
	}
	#navigation a.selected {
		color: #FFF;
		background: url(../images/nav-selected.gif) no-repeat center bottom;
	
	}
	
#content {
	width:758px;
	min-height: 400px;
	padding: 20px 35px;
	color:#252525;
	font-size: 12px;
	background: url(../images/content-bg.png) no-repeat center top;
}

	#content h1 {
		cursor:default;
		font-size:10px;
		padding-top:10px;
		padding-left:10px;
		margin-bottom:10px;
		font-weight:bold;
		color:#fff;
		text-align:left;
		background-color:#000;
		padding-bottom:10px;
	}
	
	#content h1 span {
		float:right;margin-top:-10px;margin-right:10px;
	}
	
		#content h1 span a {color:#fff;text-decoration:none;}
	
#content p {
	font-size:12px !important;
	text-align:left;
	color:#252525;
	padding-bottom:10px;
		background-image:url(img/whitebg.png);
}
	
#content-wrapper {
	width: 800px;
}

#load {
	display:none;
	position:absolute;
	right:10px;
	top:10px;
	background-image:url(img/loadingAnimation.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding:5px;
	background-color:#000;
	width:31px;
	height:31px;
	text-indent:-9999em;
}

/* stores */

#stores {
	color:#252525;
	text-align:left;
}

#stores h2 {
	font-size:15px;
	color:#081531;
	font-weight:bold;
	display:inline;
}

 h3 {
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	color: #000;
	margin-bottom: 15px;
	font-weight: bold;
}
#stores h4, h4 {
	font-size: 12px;
	font-weight:bold;
	color: #081531;
}
#stores ul {
	margin-top:5px;
	margin-bottom:20px;
	
}

#stores li {
	display:inline-block;
	list-style-type:none;
	padding:0px;
	background-color:#fff;
	color:#000;
	font-size:11px;
	margin-bottom:12px;
	width: 25%;
	margin-right: 20px;
}

	#stores li a {
		color:#132957;
	}
	#stores li a:hover {
		text-decoration: underline;
	}

#container {
	width:780px;
	height:400px;
	background-image:url(img/whitebg.png);
	overflow:auto;
}

.country {
	margin-top:5px;
}

ul.ny {
	margin-top:-179px;
	margin-left:145px;
}

	#container li a {
		color:#fff;
	}
	
#container li {
	margin-bottom:5px;
	list-style-type:none;
	background-color:#000;
	color:#fff;
	width:125px;
	padding:5px;
	font-size:10px;
}



.map {
	display:none;
	width:425px;
	height:350px;
	position:absolute;
}

/* links */

a {
	color:#000;
}

/* news */


h4.entry-title {
	font-size:18px;
	font-weight:bold;
}

	h4.entry-title a {
		text-decoration:none;
	}
	
	h4.entry-title a:hover {
		text-decoration:underline;
	}
	
h4.entry-title-big {
	font-size:36px;
	font-weight:bold;
}
	
#primary ul {
	margin-top:5px;
}

li#categories {
	margin-top:-5px;
}

#secondary {
	margin-top:-5px;
}

#secondary form {
	margin-top:5px;
}

#entry {
	margin-bottom:40px;
	margin-top:20px;
	padding-bottom:40px;
	border-bottom:1px solid #e8e8e8;
}

.entry-date {
	font-size:11px;
	text-transform:uppercase;
	cursor:default;
	margin-bottom:15px;
	font-weight: bold;
	color: #9b9b9b;
}

.entry-date-single {
	font-size:10px;
	text-transform:uppercase;
	cursor:default;
	padding-top:10px;
	border-top:1px solid #0e0a2f;
}


#footer {
	padding-top:5px;
	color:#9b9b9b;
	text-align:left;
	font-size:9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 35px 14px 35px;
	height: 18px;
	background: url(../images/footer-bg.png);
	width:758px;	
	margin: 0 auto 50px auto;
	clear: both;
}

	#footer a {
		color:#9b9b9b;
		text-decoration:none;
	}
	
		#footer a:hover {
			text-decoration:underline;
		}


/* collections */

.collections {
	text-align:left;
	color:#252525;
}

	.collections ul {
		float: left;
		font-size:12px;
		font-weight:bold;
		margin-bottom:30px;
	}
	
	.collections li {
		float:left;
		list-style-type:none;
		margin-right:16px;
		margin-bottom:5px;
		position: relative;
	}
	.collections li.last {
		margin-right: 0;
	}
	.collections li:hover {
	}

.collections span {
	position:absolute;
	bottom: -20px;
	margin-left:-242px;
	background-color:#071532;
	padding:5px;
	color: #FFF;
	width: 232px;
}

	.collections span a {
		color:#000;
		text-decoration:none;
		background-color:#000;
	}

.collections li:hover span {
		background-color:#0b1c40;
	
}

.collections img {
}

.main {
}

#contact-right {
	float:right;
	width:45%;
	margin-top: 20px;
}

#contact-left {
	float:left;
	width: 55%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}	

/* contact form */

#myForm {}

#myForm input {
	margin-top: 5px;
	width: 90%;
	padding: 5px;
	background-color: #fafafa;
	color: #000;
	border: 1px solid #CCC;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#myForm input:focus {
	background-color: #eee;
	color: #252525;
}

#myForm label {
	font-size: 10px;
	font-weight: bold; 
	text-transform: uppercase;
	margin: 0;
	color:#252525;
}

#myForm textarea {
	margin-top: 5px;
	width: 90%;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fafafa;
}

#myForm textarea:focus {
	background-color: #eee;
	color: #252525;
}

#myForm #submitinput {
	background-color:#081531;
	color:#fff;
	font-weight:bold;
	width: 100px;
	border: 0px;
}

#myForm #submitinput:hover {
	background-color:#0b1c40;
	cursor:pointer;
}


/* tooltip */

#tooltip{
	position:absolute;
	background:#fff;
	padding:5px;
	color:#000;
	display:none;
	font-size:9px;
	font-weight:bold;
	}
	
#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat #fff;}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}




/* mailing list */


#mailinglist {
	text-align: center;
}

#mailinglist .subForm input {
	width: 40%;
}

#mailinglist .subForm input#email {
	height: 17px;
	text-align: center;
}

.subForm input {
	margin-top: 5px;
	width: 90%;
	padding: 5px;
	background-color: #fafafa;
	color: #000;
	border: 1px solid #CCC;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.subForm input:focus {
	background-color: #eee;
	color: #252525;
}

.subForm label {
	font-size: 10px;
	font-weight: bold; 
	text-transform: uppercase;
	margin: 0;
	color:#252525;
}

.subForm textarea {
	margin-top: 5px;
	width: 90%;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fafafa;
}

.subForm textarea:focus {
	background-color: #eee;
	color: #252525;
}

.subForm #submitinput {
	background-color:#081531;
	color:#fff;
	font-weight:bold;
	width: 100px;
	border: 0px;
}

.subForm #submitinput:hover {
	background-color:#0b1c40;
	cursor:pointer;
}
