@CHARSET "ISO-8859-1";

/*Reset Rules to assist in cross-browser stuff*/

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,
b, u, i, center,
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-size: 10px;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Start Layout*/
body {
	font-family: Arial, sans-serif;
}

p {
	margin: 1em 0em;
}

label {
  margin: 0.5em 0 0.2em;
  display:block;
}

#container {
  width: 950px;
  background: url('/mastercart/Cart/images/661972161194655102/main-bg.jpg') top left repeat-x;
  position: relative;
  min-height: 685px;
}

#header {
	height: 107px;
	background: url('/mastercart/Cart/images/661972161194655102/header-bg.jpg') top left no-repeat;
	position:relative;
}

#header #title {
	position: absolute;
	left: 190px;
	top: 35px;
}

#menu {
	position:relative;
	top: 91px;
  background: url('/mastercart/Cart/images/661972161194655102/menu-bg.jpg') bottom left repeat-x;
  padding-left: 70px;
  height: 18px;
  z-index:10;
}

#menu ul li {
  float: left;
  margin: 2px 35px 0px 0px; 
}

#menu ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#leftmenu {
	width: 115px;
	float:left;
}

#leftmenu #nav {
	margin: 40px 0px 0px 10px;
	list-style: none;
}

#leftmenu #nav li {
	margin: 15px 0px 0px;
}

#leftmenu a, #footer a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	margin-left: 155px;
}

#content {
  float: left;
  margin: 20px 230px 0px 15px;
  padding: 10px 10px 50px; 
  width: 540px;
  color: #333333;
  line-height: 1.2em;
  border-right: 2px solid #C5ADE3;
  border-bottom: 2px solid #C5ADE3;
  background-color: #FFFFFF;
}

#rightbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 231px;
	background: url('/mastercart/Cart/images/661972161194655102/metatron.jpg') top center no-repeat;
	min-height: 685px;
	padding: 110px 0px 0px;
}

#rightbar #quotation, #quotation {
	margin: 15px 5px;
	text-align:center;
	font-family:Times New Roman, serif;
}
#rightbar #quotation {
  color: #666699;
	padding-bottom: 25px;
}
	
.quotationImage {
  background: url('/mastercart/Cart/images/661972161194655102/lotus.gif') bottom center no-repeat;
}

#LoginBlock {
  width: 230px;
  position: absolute;
  right: 1;
  top: -91px;
  background-color: #E6D9F3;
  border: thin solid #666699;
  color: #666699;
}

#LoginBlock p {
	margin: 5px;
}

#LoginBlock label {
  font-weight: bold;
}

#LoginBlock .header {
  font-weight: bold;
  font-size: 1.1em;	
}

#LoginBlock .close {
  float: right;
  margin: 3px 10px;
}

#LoginBlock .close a {
	color: #666699;
	text-decoration: none;
	border: thin solid #666699;
	padding: 2px;
}

.citation {
	font-style: italic;
}

.pageheader, .page_header {
  color: #666699;
  border-bottom: thin solid #666699;
  font-weight: bold;
  margin: 0px 30px 1.2em 0px;
  font-size: 1.2em;
}

.featuredBox {
  border-right: 2px solid #D3E5F3;
  border-bottom: 2px solid #D3E5F3;
  background-color: #FFFFFF;
  margin: 10px; 
  padding: 10px;
  color: #666666;
}

.featuredBox a {
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

input[type="submit"] {
  width: 100px;
  height: 25px;
  padding: 2px;
  border:none;
  color: #333333;
  background: url('/mastercart/Cart/images/661972161194655102/button.gif') center no-repeat;
  margin-top: 10px;
  cursor: pointer;
}

input[type="text"],input[type="password"],select {
  background: url('/mastercart/Cart/images/661972161194655102/textbox-bg.jpg') center repeat-x;
  padding: 2px 1px;
  border: thin solid #666699;
}
input[disabled='disabled'] {
	color:#333366;
}

select {
  padding: 0px;
}

#partner-menu {
  margin: 0 90px 15px 0px;
  text-align:center;
}