/* reset */

html {
	overflow-y:scroll;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus {
	outline:0;
}
body {
	line-height:1;
	color:black;
	background:white;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}


/* layout */

body {
	padding:28px 0 3em;
}

#outer {
	width:1192px;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 .5em;
	position:relative;
}

#main {
	position:relative;
	overflow:hidden;
}

.hr {
	height:2px;
	background-color:#E7E7E8;
	margin:10px 0;
	overflow:hidden;
}

#logo {
	text-align:center;
	height:158px;
	padding-right:26px;
}

#rotate {
	height:540px;
}

.nav {
	position:absolute;
	font-size:12px;
	letter-spacing:1px;
	color:#111;
}

.nav li {
	margin-bottom:5px;
}

.top_nav {
	position:absolute;
	top:21px;	
}

.content_right {
	float:right;
	width:89%;
	min-height:250px;
	height:auto !important;
	height:250px;
}
.content_about {
 	float:left;
 	width:59%;
 }
 
.crown {
	background:url(/images/crown.gif) no-repeat bottom right; 
	height:470px;
}

form label {
	display:block;
	line-height:1.5em;
}

.input, textarea {
	width:60%;
	margin-bottom:5px;
	border:1px solid #999;
	padding:3px 3px;
}

.button {
	background-color:#A1A1A5;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	padding:3px 4px;
	font-size:9px;
	font-weight:bold;
}

.shop_thumbs {
	margin-right:-2%;
	padding-left:2px;
	width:91%;
}

.shop_thumbs div {
	margin-right:9px;
	float:left;
	_width:0; /* ie6 hack */
	font-size:12px;
}

.shop_thumbs img {
	display:block;
}

.shop_thumbs p {
	height:3.0em;
	line-height:1.2em;
	margin-bottom:9px;
}

.shop_thumbs span {
	color:#AAA;
}

.shop_details .back {
	position:absolute;
	right:752px;
}

.shop_details .details {
	width:440px;
	padding-top:120px;
	min-height:420px;
	height:auto !important;
	height:420px;
	}

.shop_details p {
	margin-bottom:1em;
}

.shop_details span {
	color:#999;
}

.shop_details .photo {
	position:absolute;
	top:0;
	right:0;
}

.stores h2 {
	font-weight:bold;
	margin-bottom:1em;
}

.stores p {
	margin-bottom:1.2em;
}

.city {
	margin-bottom:2.8em;
}

.left_col {
	float:left;
	width:48%;
	margin-right:1%;
}

.right_col {
	float:left;
	width:50%;
}

.about {
	float:left;
	width 60%;
}

.contact {
	padding-bottom:125px;
	overflow:hidden;
}

.contact p {
	line-height:1.5em;
	color:#999;
}

.contact a {
	color:#333;
}
.contact a:hover {
	color:#999;
}

.tk_error {
	text-transform:uppercase;
	color:#CC3300;
	margin:1.5em;
	line-height:1.3em;
}

/* styles */

body {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	text-decoration:none;
	color:#999;
}
a:hover, .nav .active a, li.tk_current a {
	color:#111;
}

.copy_large {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.7em;
	color:#111;
}

p {
	margin-bottom:.5em;
}

.contact label {
	color:#999;
}

.input, textarea {
	font-family:Calibri, 'Lucida Grande', Arial, Verdana, sans-serif;
	font-size:15px;
	color:#333;
}
