* {
	margin: 0;
	padding: 0;
}

/* ============================================================================ */
/* = This is where we hack firefox a bit for those stupid dotted link borders = */
/* ============================================================================ */

:focus
{
  -moz-outline-style: none;
}

body {
	background-color: #111;
	color: #666;
	font-size: 1.0em;
	font-family: georgia, times, serif;
/*	font-family: arial, helvetica, sans-serif;
*/	font-size: 62.5%;
}
/* Get rid of image borders */
img {
	border: none;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
	color: #333;
}
h2 {
	font-size: 2.2em;
	font-weight: normal;
	color: #333;
}
h3 {
	font-size: 3.2em;
}
h4 {
	font-size: 2.8em;
}
h5 {
	font-size: 2.2em;
}
h6 {
	font-size: 1.8em;
}
p {
	font-size: 1.4em;
	line-height: 1.4em ;
	margin-bottom: 12px;
	margin-top: 12px;
}
small {
	font-size: 1.0em;
	letter-spacing: 0.20em;
}
hr {
	margin-top: 12px;
	margin-bottom: 12px;
}

#shoponline {
	width:948px;
	padding:6px;
	margin:auto;
	color: #666;
	background-color:#fff;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	text-align:center;
}
#shoponline p.shopify {
	margin:0;
	padding:0;
	font-size:1.4em;
	font-family:arial,helvetica,sans-serif;
}
a.shoplink:link{ color: #867f63; }
a.shoplink:active{ color: #867f63; }
a.shoplink:visited{ color: #867f63; }
a.shoplink:hover{ color: #867f63; }


#container {
	background-color: #ffffff;
/*	background-image: url('../images/nav/nav_top_border.png');*/
	background-repeat: no-repeat;
	width: 960px;
	margin: auto;
	margin-top: 20px;
	position: relative;
/*	-webkit-box-shadow: 5px 5px 10px #E0386B;
	-moz-box-shadow: 5px 5px 10px #E0386B;
	box-shadow: 5px 5px 10px #E0386B;
*/	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
/* =================== */
/* = Styling the NAV = */
/* =================== */
#nav {
	height: 114px;
	width: 960px;
}
#nav li {
	list-style: none;
	float: left;
}
#nav a {
	background-image: url('../images/nav/nav_sprite.png');
	display: block;
}
a.home {
	width: 142px;
	height: 114px;
	margin-left: 36px;
	background-position: -701px 0px;
}
a.collections {
	width: 138px;
	height: 51px;
	margin-left: 27px;
	background-position: -158px 0px;
}
a.collections.active, a.collections:hover {
	background-position: -306px 0px;
}
a.stores {
	width: 75px;
	height: 51px;
	margin-left: 38px;
	background-position: -989px 0px;
}
a.stores.active, a.stores:hover {
	background-position: -1074px 0px;
}
a.about {
	width: 69px;
	height: 51px;
	margin-left: 40px;
	background-position: 0px 0px;
}
a.about.active, a.about:hover {
	background-position: -79px 0px;
}
a.press {
	width: 58px;
	height: 51px;
	margin-left: 40px;
	background-position: -853px 0px;
}
a.press.active, a.press:hover {
	background-position: -921px 0px;
}
a.contact {
	width: 96px;
	height: 51px;
	margin-left: 40px;
	background-position: -454px 0px;
}
a.contact.active, a.contact:hover {
	background-position: -560px 0px;
}
a.facebook {
	width: 25px;
	height: 51px;
	margin-left: 39px;
	background-position: -666px 0px;
}
a#derpa {
	background-image: url('../images/nav/twitterlogo.png');
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 16px;
}
a.twitter {
	width: 37px;
	height: 51px;
	margin-left: 25px;
}

/* ======================= */
/* = Content Div Styling = */
/* ======================= */

#content {
	clear: both;
	position: relative;
}

/* ==================== */
/* = HOMEPAGE STYling = */
/* ==================== */

#slideshowdiv {
	width: 400px;
/*	height: 600px;*/
	border: 1px solid #999;
/*	margin-left: 260px;*/
	margin: 0 auto;
	margin-bottom: 40px;
	-webkit-box-shadow: 5px 5px 10px #CCC;
	-moz-box-shadow: 5px 5px 10px #CCC;
	box-shadow: 5px 5px 10px #CCC;
	z-index: 5000;
}
#introbox {
	position: absolute;
	background-color: #f2f2f2;
	color: #666;
	padding: 10px 20px 10px 20px;
/*	width: 170px;*/
	width: 918px;
/*	font-family: georgia, times, serif;*/
	font-size: 1.0em;
	border: 1px solid #999;
	z-index: 1;
	top: 160px;
	left: 0;
}
.introtext1 {
	text-align: left;
	width: 170px;
	float: left;
	margin-left: 20px;
}

.introtext2 {
	text-align: left;
	width: 170px;
	float: right;
	margin-right: 20px;
}


/* ============================================ */
/* = Page Specific Styling for about_view.php = */
/* ============================================ */

#content.aboutpage{
	width: 500px;
	margin-left: 210px;
	margin-top: -18px;
}
#content.aboutpage img.about_img {
	margin-bottom: 12px;
}
#content.aboutpage p {
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 1.4em;
}
#content.aboutpage hr {
	height: 1px;
	color: #999;
	background-color: #999;
	border: none;
}

/* ============================================= */
/* = Page Specific Styling for stores_view.php = */
/* ============================================= */
#content.storespage{
	margin-top: -18px;
	margin-left: 210px;
}
p.map {
	margin: 0px 0px 24px 50px;
}
h1.stores_heading {
	color: #666;
	line-height: 1.4em;
}
p.countrylink a:link{ color: #E0658B; }
p.countrylink a:active{ color: #E0658B; }
p.countrylink a:visited{ color: #E0658B; }
p.countrylink a:hover{ color: #E0386B; }

h1.statename {
	font-size: 1.8em;
	margin: 24px 0px 12px 0px;
	text-decoration: underline;
}
h2.storename {
	color: #333;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 1.3em;
	margin: 0px 0px 2px 0px;
}
h2.storename a:link{ color: #E0658B; }
h2.storename a:active{ color: #E0658B; }
h2.storename a:visited{ color: #E0658B; }
h2.storename a:hover{ color: #E0386B; }

p.storeaddress {
	color: #666;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 12px 0px;
}
#content #column01 {
	width: 225px;
	float: left;
}
#content #column02 {
	width: 225px;
	float: left;
}
#content #column03 {
	width: 225px;
	float: left;
}
/* ================================= */
/* = Page styling for contact form = */
/* ================================= */
#contactform { 
	width: 450px;
	margin: 0px 0px 30px 210px;
	}
#contactform h2 {
	color: #666;
	margin-bottom: 30px;
}
#contactform ul {
	list-style-type: none;
	font-size: 1.2em;
}
#contactform li {
	margin-bottom: 10px;
}
#contactform button {
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	padding: 3px 20px 3px 20px;
	background-color: #fff;
	color: #444;
	font-size: 75%;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 15px;
}
#contactform button:hover {
	color: #666;
	border-color: #666;
	background-color: #fff;
	cursor: pointer; /* cursor: hand; for IE5 */
}
#contactform input, #contactform textarea {
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

#contactform input, #contactform textarea {
	width: 400px;
	background-color: #ffffff;
	color: #444;
}
#contactform input:hover, #contactform textarea:hover {
	background-color: #f2f2f2;
	color: #444;
}
#contactform input:focus, #contactform textarea:focus {
	background-color: #f2f2f2;
	color: #444;
}
#contactform h2.formSuccess {
	margin-bottom: 300px;
}
#miscinfo {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f2;
	border: 1px solid #999;
	overflow: auto;
	width: 225px;
	padding: 20px 10px 20px 20px;
	position: absolute;
	top: 15px;
	right: 0px;
	color: #333;
}
a.email:link{ color: #666; }
a.email:active{ color: #666; }
a.email:visited{ color: #666; }
a.email:hover{ color: #666; }
/* ======================= */
/* = Collections Styling = */
/* ======================= */
#thumbBox {
	float: left;
	position: relative;
	padding-left: 157px;
	margin-top: -10px;
}
#thumbdiv {
	padding: 0;
	line-height: 0;
	margin-top: 10px;
	width: 306px;
/*	height: 426px;*/
/*	overflow: hidden;*/
	overflow: none;
}
#thumbdiv img {
	margin: 0px 8px 8px 0px;
	border: 1px solid #999;
}
#thumbdiv img.nopad {
	margin: 0px 20px 0px 0px;
}
#fullsizediv {
	float: right;
	margin-right: 95px;
}
#fullsizediv img {
	border: 1px solid #999;
	-webkit-box-shadow: 5px 5px 10px #bfbfbf;
	-moz-box-shadow: 5px 5px 10px #bfbfbf;
	box-shadow: 5px 5px 10px #bfbfbf;
}
#collectionName h2.thename {
	clear: both;
	float: right;
	margin: 12px 95px 50px 0px;
}
/*This is the ajax loader div*/
div#wait {
	width: 100%;
	height: 457px;
	padding-top: 200px;
	text-align: center;
}
div#wait h1 {
	margin-bottom: 20px;
}
div#pagelinks {
	text-align: center;
}
/* ====================== */
/* = Press Page Styling = */
/* ====================== */
div#video, div#celebrities, div#magazines {
	padding: 10px 0px 10px 0px;
	width: 785px;
	margin: auto;
}
div#video h1, div#celebrities h1, div#magazines h1 {
	margin-bottom: 10px;
}
/*
div#video.pressThumbs {
	background-color: lightblue;
}
div#celebrities.pressThumbs {
	background-color: lightgreen;
}
div#magazines.pressThumbs {
	background-color: lightyellow;
}
*/
.pressThumbs img {
	padding: 10px;
	margin: 5px;
	border: 1px solid #ccc;
	background-color: #E6E6E6;
}
.pressThumbs img:hover {
	padding: 10px;
	margin: 5px;
	border: 1px solid #999;
	background-color: #e6e6e6;
}
/* ====================== */
/* = LOGIN PAGE STYLINg = */
/* ====================== */
table#logintable {
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin: auto;
	width: 175px;
	margin-top: 150px;
	margin-bottom: 200px;
}
table#logintable label {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333;
}
table#logintable input {
	width: 175px;
	padding: 3px;
}
div.formErrors {
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
.wholesalecontent {
	width: 650px;
	padding: 50px 0px 50px 0px;
	margin-left: 210px;
}
.wholesalecontent img {
	border: 1px solid #ccc;
}
/* ================== */
/* = Footer Styling = */
/* ================== */

#footer {
	background-color: #f2f2f2;
	height: 210px;
	clear: both;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 0.9em;
	padding-top: 5px;
}
#footer p {
	font-size: 1.2em;
}
#footer #contactinfo {
	float: right;
	width: 110px;
	margin-right: 20px;
	text-align: right;
}
#footer #contactinfo hr {
	height: 1px;
	color: #999;
	background-color: #999;
	border: none;
	margin-top: -5px;
	margin-bottom: -5px;
}
#footer #copyright {
	float: left;
	margin-left: 20px;
}

#footer a:link{ color: #666; }
#footer a:active{ color: #666; }
#footer a:visited{ color: #666; }
#footer a:hover{ color: #333; }


/* HIDE THINGS WITH THIS */
span.hide { display: none; }
