html,body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,img,form,address,strong,a {
	margin:0;
	padding:0;
	border:0
}
html,body {
	height:100%
}
/* typography */
body {
	font:100% Arial, Helvetica, sans-serif;
	color:#444
}
h1,h2,h3,h4 {
	font-weight:normal
}
h1 {
	font-size:1.7em;
	margin:0 0 .6em
}
h2,h3 {
	font-size:1.5em;
	margin:1em 0 0
}
h3 {
	font-size:1.2em
}
h4 {
	font-size:1em;
	font-weight:bold;
	margin:1em 0 .6em
}
p {
	font-size:.8em;
	line-height:1.8em;
	margin:.9em 0 1.2em
}
ul,ol {
	list-style:none;
	font-size:1em
}
li > p {
	margin-top:.2em
}
pre {
	font-family:monospace;
	font-size:1em
}
strong, b, address {
	font-weight:bold
}
address {
	font-size:1em;
	line-height:1.6em;
	font-style:normal
}
/* links */
a:link, a:visited {
	color:#01619B;
	padding:2px;
	text-decoration:underline	
}
a:visited {
	color:#551A8B
}
a:hover {
	background-color:#01629D;
	color:#eee;
	text-decoration:none
}
/* generic layout */
body {
	background:#fff url(../graphics/bg.png) repeat-x 0 -68px
}
#top {
	height:170px;
	width:100%;
	background:#fff url(../graphics/bg.png) repeat-x 0 -68px;
	text-align:center
}
a#logo {
	display:block;
	width:224px;
	height:130px;
	margin:0 auto;
	padding:0;
	background:transparent url(../graphics/logo_v3.png) no-repeat 0 0;
}
a#logo img {
	visibility:hidden
}
ul#nav {
	display:table;
	padding:4px 0;
	height:32px;
	margin:0 auto;
	list-style:none;
	white-space:nowrap
}
ul#nav li {
	display:table-cell;
	line-height:normal
}
ul#nav a {
	display:block;
	height:26px;
	width:110px;
	padding:8px 0 0;
	font-weight:400;
	font-size:.8em;
	color:#000;
	text-decoration:none
}
ul#nav a:hover {
	background:#797f86 url(../graphics/bg.png) repeat-x 0 0;
	color:#fff
}
ul#nav a.current, ul#nav a:focus {
	background:#797f86 url(../graphics/bg.png) repeat-x 0 -34px;
	color:#fff
}
.container {
	clear:both;
	text-decoration:none;
	text-align:center
}
#search-form {
	position:absolute;
	top:95px;
	right:15px;
	height:26px;
	width:198px;
	padding:2px 8px;
	background:url(../graphics/search-box.gif) no-repeat
}
#search-form input {
	border:none;
	font:.75em Arial, sans-serif
}
#search-form input.text {
	float:left;
	margin-right:5px;
	width:170px;
	padding:4px 0 0
}
#search-form .button {
	float:right;
	padding:2px 0 0;
	color:#fff
}
#outer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -4em
}
#wrapper,#footer {
	min-width:750px;
	max-width:950px;
	padding:0 10px;
	margin: 0 auto
}
#wrapper {
	margin: 0 auto 4em
}
#content {
	padding:20px 0;
	position:relative
}
#narrow { /* for pages with sidebar */
	width:100%;
	float:right;
	margin-left:-180px
}
#narrow #content {
	margin-left:180px
}
#wrapper:after,#content:after,#narrow:after,#intro a:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
#sidebar {
	width:140px;
	padding:0 10px;
	float:left	
}
/* sticky footer by Ryan Fait http://ryanfait.com/sticky-footer/ */
#footer,#push {
	height:4em
}
#footer {
	width:100%;
	padding:0;
	background:url(../graphics/footer.jpg) no-repeat 50% 0;
	text-align:center
}
/* generic classes */
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both
}
.hidden {
	display:none
}
.text-right {
	text-align:right
}
.no-float {
	float:none !important
}
.center {
	text-align:center
}
.image-align {
	vertical-align:middle
}
/* sidebar */
#sidebar {
	background:url(../graphics/sidebar.gif) no-repeat 10px -100px;
}
#sidebar li {
	font-size:.9em;
	padding:0 0 10px 0;
	margin:10px 0 20px;
	background:#f5f5f5 url(../graphics/sidebar.gif) no-repeat 0 100%
}
#sidebar li li {
	font-size:1em;
	border-bottom:1px dotted #ccc;
	background:none;
	padding:0;
	margin:0
}
#sidebar a, #sidebar span, #sidebar h3 {
	display:block;
	padding:6px;
	font-size:.8em;
	text-decoration:none;
	color:#333
}
#sidebar a, #sidebar span {
	padding-left:13px;
	background:url(../graphics/bullets.gif) no-repeat 0 55%
}
#sidebar li.breadcrumb {
	padding:0 0 10px
}
#sidebar .breadcrumb a {
	padding-left:18px;
	background:url(../graphics/bullets.gif) no-repeat -136px 50%
}
#sidebar .breadcrumb span {
	padding-left:20px;
	background:url(../graphics/bullets.gif) no-repeat -276px 50%
}
#sidebar a:hover {
	background-color:#01629D;
	text-decoration:underline;
	color:#f0f0f0
}
#sidebar h3 {
	margin:0 0 5px;
	font-size:0.9em;
	font-weight:bold;
	background:#717171 url(../graphics/sidebar.gif) no-repeat 0 0;
	color:#fff
}
/* footer */
#footer p {
	margin:0;
	padding:20px 0 0;
	font-size:.7em
}
#footer a {
	font-weight:bold
}
/* lists */
#content li {
	line-height:1.4em
}
#content ol,#content ul {
	font-size:.9em;
	margin:1em;
	list-style:none
}
#content ol ol, #content ul ul {
	font-size:1em
}
#content li {
	padding:.4em 0 .4em 1.6em;
	background:url(../graphics/bullet.png) no-repeat .2em .5em
}
#content li > img {
	vertical-align:middle
}
/* images */
a.thumb:hover, a.index_thumb:hover,a.img:hover, a.highslide:hover {
	background:none
}
img.thumb,img.index_thumb,img.index,img.full {
	margin:5px;
	padding:3px;
	border:1px dotted #bbb
}
/* highslide */
.thumb-caption {
	margin:0 0 .5em;
	font-size:1em;
	font-weight:bold;
	text-align:left
}
.highslide-active-anchor img {
	visibility:hidden
}
.highslide-wrapper {
	background:#fff
}
.highslide-notice {
	padding:10px;
	width:350px
}
.highslide-notice p {
	margin:.2em 0
}
.highslide-image {
	border:10px solid #fff
}
.highslide-loading {
    display:block;
    width:56px;
    height:21px;
    text-decoration:none;
    background:url(../graphics/highslide/loader.bar.gif) no-repeat
}
.highslide-caption {
    display:none;
    text-align:right;
    font-size:.8em;
    padding:0 10px 10px;
    background:#fff
}
.highslide-display-block,.highslide-loading {
	display:block
}
.highslide-display-none {
	display:none
}
.closebutton {
	position:relative;
	top:-15px;
	left:20px;
	width:30px;
	height:30px;
	cursor:pointer; /* w3c */
	background:url(../graphics/close.png)
}
.highslide-html-content {
    width:400px;
    padding:10px
}
.highslide-html-content h3 {
	margin-top:0
}
.highslide-footer, .highslide-header {
    display:none
}
/* categories */
ul#categories {
	display:table-cell;
	text-align:center;
  	padding:0; 
  	margin:0 auto;
  	white-space:nowrap
}
ul#categories li {
	display:table-cell;
	float:left;
	padding:5px;
	margin:9px;
	border:1px dotted #cecece;
	background:url(../graphics/highslide/loader.bar.gif) no-repeat 50% 50%
}
#categories a {
	display:block;
	float:left;
	position:relative;
	width:220px;
	height:160px;
	padding:0;
	text-decoration:none
}
#categories a span {
	display:block;
	width:190px;
	position:absolute;
	padding:3px 15px;
	bottom:0;
	left:0;
	background:url(../graphics/title-bar.png);
	font-size:1.1em;
	font-weight:700;
	color:#444;
	text-align:left
}
#categories a:hover span {
	color:#f0f0f0;
	background:#01629d
}
#gallery a:hover {
	background:none
}
#gallery img {
	vertical-align:middle;
	margin:10px
}
#gallery img.album {
	border:4px solid #3f8ec0
}
a#view-gallery {
	float:right;
	font-size:.8em;
	padding:5px 15px 5px 5px !important;
	background:url(../graphics/down.png) no-repeat 100% 50%
}
a#view-gallery:hover {
	color:inherit;
	background-position: 100% 75%	
}
#album-gallery span {
	display:block;
	position:relative;
	float:left
}
#album-gallery a.delete {
	position:absolute;
	display:block;
	top:9px;
	left:11px;
	height:16px;
	width:16px	
}
/* forms */
form {
	padding:10px 0px 0
}
input,textarea,label {
	font-size:.9em
}
input.text,textarea,select {
	font-family:'Trebuchet MS',Helvetica,Arial;
	width:95%;
	font-size:.8em;
	background:#fff;
	border:1px solid #cecece;
	padding:4px;
	margin:0 0 10px 0;
	z-index:1
}
label {
	display:block;
	padding:5px 0 2px;
	margin:5px 0 0
}
label.radio {
	display:inline;
	font-size:.8em
}
input.radio {
	vertical-align:middle
}
label a:link, label a:visited {
	font-weight:bold;
	text-decoration:none
}
input.text:focus,textarea:focus {
	border-color:#9e9e9e;
	background:#fff
}
input.submit {
	font-size:1.1em;
	padding:.2em .4em;
	overflow:visible;
}
/* messages */
p.message {
	font-weight:bold;
	margin:15px 0;
	padding:8px;
	color:#fff;
	background:#848484;
	border:2px solid #ddd
}
.message a:link, .message a:visited {
	color:#fff	
}
p.success {
	background:#2d84d6
}
p.failed {
	background:#f49097;
	color:#333;
	border-color:#943037
}
/* results */
ol#results {
	margin:.5em 1em .5em 2em;
	list-style:decimal
}
ol#results li {
	padding-left:0;
	background:none
}
#results li:hover {
	background:#f5f5f5
}
#results a {
	font-weight:bold;
	font-size:1.2em;
	padding:0 5px
}
#results a.thumb {
	padding:0
}
#results img {
	padding:2px;
	margin:0 5px;
	vertical-align:middle;
	border:1px dotted #ccc
}
/* home */
#h-left {
	margin-top:.3em;
	margin-right:300px
}
#h-right {
	width:270px;
	padding:10px 15px;
	position:absolute;
	background:#fff url(../graphics/bg.png) repeat-x 0 -238px;
	top:0;
	right:0
}
#h-right ul.quick {
	font-size:1.1em
}
ul#home-featured {
	margin:0 0 10px;
	padding:0;
	list-style:none
}
ul#home-featured li {
	margin:0;
	padding:10px 60px 14px 0;
	background:url(../graphics/design.png) no-repeat 100% 50%;
	font-size:1.1em;
	border-top:1px solid #ddd
}
#home-featured li.play {
	background-image:url(../graphics/play.png)
}
#home-featured li.park {
	background-image:url(../graphics/parking.png);
	border-top:0
}
#home-featured h3 {
	margin:0 0 4px;
	font-size:1.6em;
	color:#073e68;
	text-transform:lowercase
}
#home-featured li p {
	font-size:.7em;
	line-height:1.4em;
	margin:0;
	padding:0
}
/* showroom */
#showroom {
	width:450px;
	height:300px;
	float:right;
	margin: 0 15px 25px;
	padding:3px;
	border:1px dotted #bbb	
}
ul#showroom-featured {
	max-width:275px;
	margin:0
}
ul#showroom-featured li {
	border-bottom:1px solid #cecece;
	background-color:#f0f0f0;
	padding-left:25px;
	font-size:.9em
}
ul#showroom-featured li.alt {
	background-color:#fdfdfd
}
/* contact */
#contact-bar {
	font-size:1.4em;
	margin:.5em 0 1em;
	padding:20px 0 20px 15px;
	background:url(/graphics/contact-bar.jpg) no-repeat 0 50%
}
#direction-form input.submit {
	margin:0 10px;
	font-size:.9em
}
#directions {
	font-size:.8em;
	margin:0 0
}
#google-map {
	width:100%;
	height:400px;
	border:1px solid #ccc;
	overflow:hidden
}
/* my album */
.my-album-form {
	float:right;
	clear:right;
	width:290px;
	height:130px;
	padding:15px;
	margin:15px 0 0;
	background:url(../graphics/forms.jpg) no-repeat 50% 0;
}
.my-album-form.new {
	background-position:50% -205px
}
.my-album-form.single,.my-album-form.confirm {
	float:none;
	margin:0 auto
}
.my-album-form.confirm {
	background-position:50% -410px;
	height:auto
}
.my-album-form.confirm img {
	border:1px solid #ccc;
	vertical-align:middle	
}
.my-album-form input {
	font-size:1.2em;
	color:#444
}
.my-album-form a {
	font-size:.7em
}
.my-album-form h3 {
	margin:0 0 .9em
}
ol#album-featured {
	width:50%;
	margin:1em 0
}
ol#album-featured li {
	font-size:1.6em;
	list-style:none;
	padding:.6em 0;
	background:url(../graphics/mouse.gif) no-repeat 0 0	
}
ol#album-featured h3 {
	margin:0 0 .5em 80px
}
#album-featured li.add {
	background-image:url(../graphics/gallery.gif)
}
#album-featured li.view {
	background-image:url(../graphics/magnify.gif)
}
#album-featured p {
	font-size:.5em;
	font-weight:normal;
	line-height:1.6em;
	margin:.8em 0 0 80px
}
#album-how-to h3 {
	font-size:2em
}
#album-how-to p {
	margin:.5em 0
}
.album_thumb {
	position:relative
}
.album_thumb .delete {
	display:block;
	position:absolute;
	bottom:8px;
	right:8px;
	height:20px;
	width:20px
}
.album-logout {
	float:right;
	margin:5px 0
}

/* buy with confidence */
#bwc {
	position:absolute;
	top:8px;
	right:10px
}
a#bwc:hover {
	background:none
}