body {
background: #e4e8da;
/* for Safari 5.03+ and Chrome 7+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #996400), color-stop(0.19, #e4e8da));
/* for Firefox 3.6+ */
background-image: -moz-linear-gradient(top,  #996400 0%, #e4e8da 19%);
/* for Opera 11.1+ */
background-image: -o-linear-gradient(top,  #996400 0%, #e4e8da 19%);
/* for IE */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#996400', endColorstr='#e4e8da');
/* failsafe; use conditional include */
background-image: url("image3.jpeg");
background-repeat: repeat-x;
}

a:font {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	text-decoration: none;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666699;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996600;
	text-decoration: underline;
}
/* Layout
   -------------------------------- */

.layout-grid {
}

.layout-grid td {
	vertical-align: top;
}

.layout-grid td.left-nav {
	width: 140px;
}

.layout-grid td.normal {
	border-left: 1px solid #eee;
	padding: 20px 24px;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}

.layout-grid td.demos {
	background: url('/images/demos_bg.jpg') no-repeat;
	height: 337px;
	overflow: hidden;
}

/* Normal
   -------------------------------- */
/* Demos */

.demos-nav, .demos-nav dt, .demos-nav dd, .demos-nav ul, .demos-nav li {
	margin: 0;
	padding: 0
}

.demos-nav {
	float: left;
	width: 170px;
	font-size: 1.3em;
}

.demos-nav dt,
.demos-nav h4 {
	margin: 0;
	padding: 0;
	font: normal 1.1em "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	color: #e87b10;
}

.demos-nav dt,
.demos-nav h4 {
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-left: 8px;
	padding-bottom:5px;
	line-height: 1.2em;
	border-bottom: 1px solid #F4F4F4;
}

.demos-nav dd a,
.demos-nav li a {
	border-bottom: 1px solid #F4F4F4;
	display:block;
	padding: 4px 3px 4px 8px;
	font-size: 90%;
	text-decoration: none;
	color: #555 ;
	margin:2px 0;
	height:13px;
}

.demos-nav dd a:hover,
.demos-nav dd a:focus,
.demos-nav dd a:hover,
.demos-nav dd a:focus {
	background: #f3f3f3;
	color:#000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
 .demos-nav dd a.selected {
	background: #555;
	color:#ffffff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.contact-us {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family:Verdana,Arial,sans-serif;
	line-height:1em;
	font-size:1em;
	margin:0;
	width:auto;
	padding:10 15 10 10;
	font-weight:normal;
	background-color: #FFF;
	
}
.contact-us-sub {
	font-size: 0.8em;
}

.contact-us-box{display:block}
.contact-us-box *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.contact-us-box1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f7f5ee;
  border-right:1px solid #f7f5ee;
  background:#fbfbf7}
.contact-us-box2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f2f0e4;
  border-right:1px solid #f2f0e4;
  background:#fcfbf9}
.contact-us-box3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #fcfbf9;
  border-right:1px solid #fcfbf9;}
.contact-us-box4{
  border-left:1px solid #f7f5ee;
  border-right:1px solid #f7f5ee}
.contact-us-box5{
  border-left:1px solid #fbfbf7;
  border-right:1px solid #fbfbf7}
.contact-us-boxfg{
  background:#FFFFFF}
