body {
  color: white;
  margin: 0px;
  padding: 0px;
  font-family: Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
  font-size: 0.8em;
  text-align: center;
  background: #2c2c2c url(/images/body_pattern.gif) left top repeat;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #0181b6;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1, h2, p, hr, ul, li, form {
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 1.1em;
  color: #0181b6;
}

p {
  margin-bottom: 10px;
}

input {
  width: 220px;
}

input.submit {
  float: right;
  margin-right: 32px;
  border: 1px solid #0181b6;
  color: white;
  background-color: #1B1B1B;
  padding: 2px 40px;
  width: auto;
}

textarea {
  width: 320px;
  height: 15.5em;
}

.center {
  text-align: center;
}

#container {
  text-align: left;
  width: 736px;
  margin: 0px auto;
}

/*** HEADER ***/

#header {
  height: 152px;
  padding-left: 280px;
  background: transparent url(/images/header_bg.gif) left 32px no-repeat;
}

#header h1 {
  padding-top: 56px;
}

#header h1 a {
  display: block;
  width: 185px;
  height: 40px;
  overflow: hidden;
  text-indent: -99999px;
}

/*** MAIN MENU ***/

#main_menu ul {
  list-style-type: none;
  font-size: 14px;
}

#main_menu li {
  float: left;
}

#main_menu a {
  display: block;
  width: 184px;/*147px;*/
  padding-top: 18px;
  margin-bottom: 5px;
  height: 47px;
  color: white;
  text-decoration: none;
  background: transparent url(/images/menu_bg.gif) -13px top no-repeat;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
}

#main_menu a#first {
  background-position: left top;
}

#main_menu a#last {
  background-position: right top;
}

#main_menu a:hover, #main_menu a:focus {
  background-position: -13px -65px;
}

#main_menu a#first:hover, #main_menu a#first:focus {
  background-position: left -65px;
}

#main_menu a#last:hover, #main_menu a#last:focus {
  background-position: right -65px;
}

#main_menu a.selected, #main_menu a.selected:hover {
  background-position: -13px -130px;
}

#main_menu a#first.selected {
  background-position: left -130px;
}

#main_menu a#last.selected {
  background-position: right -130px;
}

/*** CONTENT ***/

#content {
  clear: both;
  background: #141414 url(/images/content_pattern.gif) left top repeat-y;
  width: 100%;
}

#content h1 {
  color: #0181b6;
  background: transparent url(/images/title_bg.gif) left top no-repeat;
  font-size: 1.3em;
  font-weight: normal;
  padding: 25px 10px 20px 25px;
}

#content #main {
  background: transparent url(/images/content_separator.gif) right top repeat-y;
  float: left;
  width: 365px;
  margin: 7px 0px 20px 0px;
  padding: 0px 10px 15px 25px;
  font-size: 0.92em;
}

#content ul {
  margin: 5px 0px 5px 20px;
}

#content ul li {
  padding: 1px;
}

#content table {
  padding: 0px;
  margin: 10px 0px;
  font-size: 0.92em;
}

#content table th {
  background-color: #014c99;
  padding: 3px;
}

#content table td {
  border-bottom: 1px solid #3c3c3c;
  padding: 2px;
}

#content #preview {
  text-align: center;
  float: left;
  width: 335px;
}

#content #preview a img {
  margin: 3px;
  border: 2px solid white;
}

#content #preview #colors a img {
  border: none;
}

#content #preview h2 {
  text-align: left;
  padding: 25px 0px 5px 25px;
}

#content #single {
  padding: 5px 10px 15px 25px;
}

#single .error, #single .success {
  padding: 10px;
  background-color: #FFF6BF;
  margin: 15px 30px 0px 0px;
  border: 2px solid #8B0000;
  color: #8B0000;
  font-weight: bold;
}

#single .success {
  border: 2px solid #008c00;
  color: #008c00;
}

#menu_bottom {
  clear: both;
  background: transparent url(/images/footer_separator.gif) left top repeat-x;
  margin: 0px 25px;
  padding: 10px 25px 0px 25px;
  height: 1%;
}

#menu_bottom ul {
  list-style-type: none;
  font-size: 12px;
  margin: 0px;
}

#menu_bottom li {
  float: left;
}

#menu_bottom a {
  display: block;
  width: 135px;
  color: white;
  text-align: center;
  padding: 5px 10px;
}

#menu_bottom a:hover {
  background-color: #474747;
}

#content table.gallery {
  margin-left: 15px;
  margin-bottom: 25px;
}

#content table.gallery td {
  background-color: #141414;
  padding: 2px;
}

#content table.gallery td.empty {
  background-color: transparent;
  border: none;
}

#content table.gallery td img {
  border: 4px solid white;
}

#spacer {
  clear: both;
  height: 11px;
  background: transparent url(/images/footer_bg.gif) left top no-repeat;
  overflow: hidden;
}

#footer {
  clear: both;
  padding-top: 4px;
  height: 30px;
  text-align: center;
  font-size: 0.85em;
}

#footer a {
  color: white;
}

/*** SLIMBOX ***/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/sb_loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/sb_prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/sb_nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/sb_closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

