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: 100%;
	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;
}

BODY {
  background-color: #E6E6E6;
}

A {
  color: #00BFF3;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

.centered_content {
}

#content {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#heading {
  height: 126px;
  background: url('./images/heading-bg.gif') repeat-x top left;
}

#logo {
  background: url('./images/exquisite-logo.jpg') no-repeat top left;
  margin-top: 0px;
  margin-left: 0px;
  height: 123px;
  width: 438px;
  float: left;
  overflow: hidden;
  text-indent: 300px;
  line-height: 150px;
  color: transparent;
}

#gen_info {
  margin-right: 10px;
  margin-top: 20px;
  float:right;
  text-align: right;
  font-family: Myriad Pro;
  font-weight: bold;
  color: #595959;
  font-size: 24px;
}

#user_bar {
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0px;
}

#menu {
  margin-top: 13px;
  margin-left: 0px;
  width: 112px;
  float: left;
}

#menu UL {
  background-color: #448ccb;
}

#menu LI {
  border-top: 1px solid #3d81c6;
  border-bottom: 1px solid #5fb5dd;
  padding: 5px;
  color: #FFF;
  font-family: Verdana;
  font-size: 18px;
  font-weight: bold;
}


#column {
  margin-top: 13px;
  margin-left: 120px;
  width: 780px;
}

#featured {
  margin-left: 30px;
  width: 750px;
}

#featured .text {
  padding-top: 25px;
}

#featured H2 {
  padding: 15px 0px;
  text-align: center;
  font-size: 32px;
  color: #733;
  font-weight: bold;
  font-family: arial;
  font-style: italic;
}

#featured P {
  font-family: Verdana;
  font-size: 16px;
  color: #333333;
}

#featured .strong {
  font-weight: bolder;
  color: #FFF;
  font-style: italic;
}

#footing {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: center;
  padding: 20px 0px;
  color: #777;
  background: url('./images/footer-bg.gif') repeat-x top left;
  border-top: 2px solid #E6E6E6;
}

.clear {
  clear: both;
}


#featured .item {
  padding: 10px;
}

#featured .item IMG {
  margin-left: 50px;
}


#menu UL {
  padding: 0px;
}
#menu UL LI {
  list-style-type: none;
}
#menu LI A {
  color: #FFF;
}

TABLE.price-table TD {
  vertical-align: middle;
  padding: 3px 10px;
  text-align: right;
/*  border: 1px solid #999;*/
  font-family: arial;
}
TABLE.price-table TR.heading TD {
  color: #333;
  font-weight: bold;
}
TABLE.price-table TR.heading-desc TD {
  color: #333;
  font-weight: bold;
  text-align: center;
}
TABLE.price-table TR.heading-desc2 TD {
  color: #333;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 10px;
}

TABLE.price-table TR.hardline TD {
  border-top: 1px solid #000;
}

TABLE.price-table TR.softline TD {
  border-top: 1px solid #555;
}
TABLE.price-table TR.softerline TD {
  border-top: 1px solid #AAA;
}

TABLE.price-table TD.form-size1 {
  background-color: #CCF;
  border-right: 1px solid #AAA;
  
}
TABLE.price-table TD.form-size2 {
  background-color: #DDF;
  border-right: 1px solid #AAA;
}

TABLE.price-table TD.parts1 {
  background-color: #DED;
  border-right: 1px solid #AAA;
}
TABLE.price-table TD.parts2 {
  background-color: #CFC;
  border-right: 1px solid #AAA;
}
TABLE.price-table TD.parts3 {
  background-color: #EFE;
  border-right: 1px solid #AAA;
}

TABLE.price-table TD.side1 {
  border-right: 1px solid #000;
  background-color: #DFF;
}
TABLE.price-table TD.side2 {
  border-right: 1px solid #000;
  background-color: #BFF;
}

TABLE TR.row1 TD {
  background-color: #ddeef3;
}
TABLE TR.row2 TD {
  background-color: #d1eef3;
}
TABLE TR.row3 TD {
  background-color: #d7f3ee;
}
TABLE TR.row4 TD {
  background-color: #ccf3ee;
}
TABLE TR.row5 TD {
  background-color: #e2f3f9;
}
TABLE TR.row6 TD {
  background-color: #d7f3f9;
}

BODY {
  font-family:arial, verdana;
}

P{
  padding: 5px 0px;
}
UL {
  padding: 5px 5px 5px 25px;
}
UL LI {
  list-style-type: disc;
}
H1 {
  font-size: 20px;
  padding: 10px;
  border-bottom: 1px solid #AAA;
}


TABLE.examples TD {
  text-align: center;
  padding: 5px;
}

TABLE.examples {
  padding: 20px 30px;
}

TABLE.examples TR TD {
  vertical-align: middle;
}

.signature {
  text-align: right;
  padding-bottom: 10px;
}

BLOCKQUOTE {
  margin-top: 15px;
}
