/* IN-HOUSE CODE BELOW, MOSTLY JUST PAGE LAYOUT DIVS */

#container {
 width: 755px;
 margin: auto;
 padding: 0px 0px 0px 0px;
 text-align: center;
 background: #ffffff;
 border: #003298 solid 1px;
}

#header {
  width: 755px;
  height: 100px;
  background: url("../images/marabou_ltd_web_top.jpg") #e2ebfe;
  clear: both;
}

#textintro {
  width: 700px;
  
  padding: 0px 10px 10px 10px;
  margin: 0px 15px 0px 15px;
  text-align: left;
  clear: all;
}

#content {
  width: 730px;
  margin: 0px 0px 0px 10px;
  text-align: center;
  background: #ffffff;
}

#prodbox {
  width: 225px;
  height: 350px;
  padding: 2px 2px 2px 2px;
  margin: 5px 5px 5px 5px;
  border: #003298 dotted 1px;
  text-align: center;
  float: left;
}

#footer {
  width: 755px;
  clear: both;
  text-align: center;
}

/* END IN-HOUSE CODE */

/* ================= */



/* FORMATTING CODE BELOW */

body {
	background: url("../images/bgnd.gif") #ffffff;
	color: #000000;
	font-size: 13px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

body,td,th {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

html, body, table, td, th, h1, h2, h3, h4, h5, h6, p, a, span, div{
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, sans-serif;
}

img{
	border: 0;
}

p{
	background-color: #FFFFFF;
	color: #000000;
	font: normal 13px "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
}

.title {
	color: #0A5FA2;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

a.prodlink {
	background: transparent;
	color: #0A5FA2;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.prodtitle {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

.proddesc {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
}

.copyright {
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}
