
/*----------------------------------------*
**  Global
**----------------------------------------*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  }
div,p,ul,li,h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
  font: 14px/20px Arial,sans-serif;
  color: #000;
  }
td {
  padding: 0;
	vertical-align: middle;
	}
ul {
  list-style: none;
  }
img {
  border: none;
  }
a {
  text-decoration: none;
  }
cite {
  display: block;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  clear: both;
  }

/*----------------------------------------*
**  Header & Footer
**----------------------------------------*/

#header {
  border-top: 8px solid #c00;
  }
#header div {
  width: 860px;
  margin: 0 auto;
  background: url(img/logotype_header.jpg) 100% 0 no-repeat;
  height: 170px;
  text-align: left;
  position: relative;
  }
#header h1 {
  display: none;
  }
#header p {
  font-size: 12px;
  line-height: 14px;
  color: #666;
  position: absolute;
  top: 68px;
  left: 30px;
  width: 240px;
  }
#header p strong {
  color: #000;
  }

#footer div {
  width: 940px;
  margin: 0 auto;
  background: url(img/bg_page_bot.gif) 0 0 no-repeat;
  }
#footer div div {
  width: 860px;
  margin: 0 auto;
  background: none;
  text-align: left;
  padding-top: 32px;
  }
#footer .footer-text {
  width: 305px;
  margin-right: 20px;
  background: none;
  padding: 0;
	float: left;
  }
#footer .footer-text p {
  font-size: 11px;
  line-height: 14px;
  color: #666;
	margin-bottom: 7px;
  }
#footer .footer-text a {
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
	color: #333;
  }
#footer .footer-text a:hover {
  color: #fff;
  background-color: #444;
  }
#footer .footer-ad {
  width: auto;
	background: none;
	padding: 3px 0 0;
	float: right;
  }
#footer cite.border {
  height: 8px;
	background-color: #c00;
  }
	
ul.nav li {
  float: left;
  }
ul.nav a {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding: 10px 8px 9px;
  color: #666;
  }
body.home ul.nav li.home a,
body.gallery ul.nav li.gallery a,
body.store ul.nav li.store a,
body.contact ul.nav li.contact a {
  color: #fff;
  background-color: #c00;
  }
ul.nav a:hover {
  color: #111;
  background-color: #ccc;
  }
body.home ul.nav li.home a:hover,
body.gallery ul.nav li.gallery a:hover,
body.store ul.nav li.store a:hover,
body.contact ul.nav li.contact a:hover {
  background-color: #880000;
  }
#footer ul.nav {
  padding-top: 40px;
  }

/*----------------------------------------*
**  Bar > Scroller
**----------------------------------------*/

#bar {
  background: #000 url(img/bg_bar.jpg) 0 0 repeat-x;
  height: 25px;
  }
body.home #bar {
  background: #000 url(img/bg_bar_gallery.jpg) 0 0 repeat-x;
  padding: 13px 0 4px;
	height: auto;
  }
body.gallery #bar {
  background: #000 url(img/bg_bar_gallery.jpg) 0 0 repeat-x;
  padding: 7px 0 9px;
	height: auto;
  }

#headlines {
  width: 804px;
  margin: 0 auto;
  }
#headlines .bar-heroes {
  float: left;
	width: 268px;
	text-align: left;
  }
#headlines .bar-heroes div {
	margin-bottom: 8px;
  }
#headlines .bar-heroes div div {
  float: left;
	margin: 0 9px 0 0;
  }
#headlines .bar-heroes div div img {
  border: 3px solid #000;
  }
#headlines .bar-heroes h2 {
  font-size: 20px;
	line-height: 20px;
	margin-top: 14px;
  font-weight: bold;
  color: #888;
  }
#headlines .bar-heroes h2 a {
  font-size: 20px;
	line-height: 20px;
  color: #fff;
  }
#headlines .bar-heroes h3 {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666;
	margin-top: 3px;
  }

#scroller {
  position: relative;
  width: 850px;
  margin: 0 auto;
  }
#scroller img.left { position: absolute; top: 30px; left: 0;  }
#scroller img.right { position: absolute; top: 30px; right: 0; }
#scroller div {
  position: relative; /* IE */
  overflow: hidden;
  width: 780px;
  margin: 0 35px;
  }
#scroller ul {
  width: 20000px; /* Must be long enough to contain all thumbs */
  }
#scroller li {
  position: relative;
  float: left;
  display: block;
  height: 84px; /* JS */
  width: 144px; /* JS */
  padding: 0 6px; /* JS */
  }
#scroller a { background: url(img/bg_scroller1.jpg) 0 0 repeat-x; display: block; }
#scroller a:hover { background-image: url(img/bg_scroller2.jpg); }
#scroller li.selected a { background-image: url(img/bg_scroller3.jpg); }
#scroller ul img { padding: 12px; }

/*----------------------------------------*
**  Page
**----------------------------------------*/

#page {
  background: url(img/bg_bar_shadow.jpg) 0% 0 repeat-x;
  }
#page div {
  width: 940px;
  margin: 0 auto;
  background: url(img/bg_page_mid.gif) 0 0 repeat-y;
  }
#page div div {
  background: url(img/bg_page_top.gif) 0 0 no-repeat;
  }
#page div div div {
  width: 860px;
  text-align: left;
  background: none;
  }
#page div div div div {
  width: auto;
  }
	

#page .section {
  padding: 32px 0 45px;
  }
#page h2 {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  }
#page h2.feature {
  padding-top: 45px;
  background: url(img/badge_feature.gif) 0 0 no-repeat;
  }
#page h3 {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666;
	margin: 4px 0 15px;
  }
#page p {
  margin-top: 10px;
  }
#page p.gallery-list {
  line-height: 28px;
	margin: 25px 0 5px 20px;
	font-size: 20px;
  }
#page p.gallery-list a {
	font-size: 20px;
  }
	
#page .design-text a,
#page .page-text a {
  font-weight: bold;
  color: #c00;
  }
#page .design-text a:hover,
#page .page-text a:hover {
  color: #fff;
  background-color: #c00;
  }

#page .design-text {
  width: 362px;
  float: left;
  }
#page .design-art {
  width: 468px;
  float: right;
  }
#page .design-art .ad {
  margin-top: -2px;
  }
#page .design-art .image {
  padding: 11px;
  background: #000 url(img/bg_picture.jpg) 0 0 repeat-x;
  }
#page .design-art .image div {
  padding: 8px;
  background-color: #fff;
  }
#page .design-art .ads {
  margin-top: 20px;
  }
	

#page .page-text {
  width: 625px;
  float: left;
  }
#page .page-ad {
  width: 214px;
	float: right;
	margin: -16px -7px 0 0;
  }

#page p.contact-top {
	margin-top: 0;
  }

#page p.contact-q {
  font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	padding: 6px 0 5px 46px;
	margin-top: 25px;
	background: url(img/badge_q.gif) 0 0 no-repeat;
  }
#page p.contact-a {
	padding: 2px 0 0 46px;
	margin-bottom: 25px;
	background: url(img/badge_a.gif) 13px 0 no-repeat;
  }

/*----------------------------------------*
**  Store
**----------------------------------------*/

#store {
  padding: 32px 0;
  }
#store .store-bar {
  height: 46px;
	position: relative;
  }

#store .store-chooser {
  width: 200px;
  height: 46px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
  }
#store .store-chooser table {
	position: absolute;
	top: 5px;
	left: 13px;
  }
#store .store-chooser p {
  color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	padding-right: 8px;
  }
#store .store-chooser a {
  display: block;
	width: 44px;
	height: 36px;
	text-indent: -3000px;
  }
#store .store-chooser a.store-us { background-image: url(img/flag_us.gif); }
#store .store-chooser a.store-uk { background-image: url(img/flag_uk.gif); }
#store .store-chooser a:hover  { background-position: -44px 0; }
#store .store-chooser strong a,
#store .store-chooser strong a:hover { background-position: -88px 0; }

#store .store-header {
  width: 642px;
  height: 46px;
	background-color: #c00;
	position: absolute;
	top: 0;
	left: 218px;
  }
#store .store-header h2 {
  font-size: 24px;
	line-height: 24px;
	padding: 10px 0 0 21px;
  }
#store .store-header a {
	font-weight: normal;
  color: #fff;
  }
#store .store-header a:hover {
	text-decoration: underline;
  }
#store .store-header p {
  font-size: 13px;
	line-height: 12px;
	margin: 0;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 19px;
	width: 50%;
	color: #e57f7f;
  }

#store .store-main {
  margin: 0 -19px 0 0;
  }
