body {
    background:url(images/bg.jpg) repeat-y top center #ffffff;
    color:#3a3a3a;
    font:76% Verdana,Tahoma,Arial,sans-serif;
    margin:0 auto;
    padding:0;
}
/* Main layout and header */
#wrap {
    background:#fff;
    margin:0 auto;
    padding:0;
    width:760px;
}
#header {
    background:#fff;
    margin:0 auto;
    padding:0;
    width:780px;
}

#footer {
  background: url(images/footer.jpg);
  margin: 0 auto;
  width: 780px;
  height: 73px;
  text-align: center;
}

.floatstop {
clear:both;
}

h1 {
  color: #ffffff;
  font-size: 120%;
}
h2 {
  color: #5b6a89;
  font-size: 110%;
}
a {
    text-decoration: underline;
	color: #595959;
}

a:hover {
	text-decoration: none;
	color: #0000ff;
}

#left {
  width: 250px;
  float: left;
}

#content {
  width: 500px;
  float: left;
}

#content_stroke {
  margin-top: 10px;
  background: url(images/content_stroke.jpg);
  width: 500px;
  height: 76px;
}


#categories {
  margin-top: 10px;
  background: url(images/categories.jpg);
  width: 227px;
  height: 76px;
}

.boxed {
  padding: 17px 0 0 30px;
  font-weight: bold;
  font-size: 17px;
}

/*Start Categories*/
#menu a, #menu a:visited {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  display: block;
  width: 213px;
  height: 1.5em;
  border: 1px solid #000;
  padding: 0.5em;
  }
#menu a:hover {
  text-align: center;
  background-color: #888888;
  color: #fff;
  font-style: normal;
  }
/*End Categories*/

#legal {
	margin: 0;
	padding: 23px 0 0 0;
	line-height: normal;
    color: #fff;
    font-weight: bold;
}

#legal a {
  color: #fff;
  text-decoration: none;
}

#legal a:hover {
  position: relative;
  top: 1px;
  text-decoration: underline;
}


#links {
	margin: 0;
	padding: 17px 0 0 0;
	line-height: normal;
}

#links a:hover {
    color: #0000FF;
    position: relative;
    top: 1px;
}

.pf {
  float: left;
  margin: 5px;
}

.line {
  border-bottom: 1px dashed #000000;
}

.border {
  border: 1px solid #000000;
}

/* START FORM */
#inputArea {
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  background-color: #d6e5f4;
  padding: 10px;
  width:310px;
}
#inputArea input, #inputArea textarea {
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
  padding: 4px;
  width: 300px;
}
.activeField {
  background-image: none;
  background-color: #ffffff;
  border: solid 1px #33677F;
}
.idle {
  border: solid 1px #85b1de;
  background-image: url( 'order/gray_bg.png' );
  background-repeat: repeat-x;
  background-position: top;
  background-color:#FFFFFF;
}
/* END FORM */
