@charset "utf-8";
/* CSS Document */

body 	{ 
	font: 80% verdana, arial, tahoma;
	line-height: 1.5;
	color: #2d3135; 
	background: #f1f1f1 url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
  	margin: 0 auto;
  	position: relative;
	}
a:link 	{ 
	text-decoration: underline; 
	color: #2d3035;
	}
a:visited { 
	text-decoration: underline; 
	color: #3d4148;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #6b7a93;
	}
h1 {
	font-family: Georgia, serif; 
	font-weight: normal; 
	font-size: 22px;
	color: #446aa3;
	border-bottom: 1px solid #D7D7D7;
	background-color: none;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
a.link_h1 {
	color: #446aa3;
	}
h2 {
	font-family: Georgia, serif; 
	font-weight: normal; 
	font-size: 1.3em;
	font-style: italic;
	color: #929fac;
	}
#container {
	width: 908px;
	margin: 0 auto;
	}	
#header {
	background-image: url(../images/header.jpg);
	width: 920px; height: 359px;
	margin: 0 auto;
	}
#phone {
	float:right;
	font-size: 24x;
	padding-top: 40px;
	padding-right: 34px;
	color: #FFFFFF;
	}
#contact {
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #E5E5E5;
	border: thin;
	border-color: #DDD;
	}
#form_title {
	font-weight: bold;
	background-color: #dadde3;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
#faq {
	font-weight: bold;
	background-color: #e5e8ee;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
#product_personal {
	padding-right: 60px;
	text-align: right;
	}	
	
/* For the Navigation Menu */

ul#minitabs{
	list-style: none;
	width: 900px;
	margin: 0;
	padding: 7px 0;
	font-family: Georgia, serif; 
	font-weight: normal; 
	font-size: 1.7em; 
	border-bottom: 1px solid #CCC;
	text-align: center;
	white-space: nowrap;
	}
ul#minitabs li{
	display: inline;
	margin: 0 2px;
	}
ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 4px solid #e8e2d2;
	color: #999
	}
ul#minitabs a#current{
	border-color: #444444;
	color: #2d3035;
	}
ul#minitabs a:hover{
	border-color: #444444;
	color: #666;
	} 
	
/* For Footer */

#footer_wrapper {
	width: 100%;
	height: 140px;
	background: #DDD url(../images/footer_bg.jpg) repeat-x;
	}

#footer {
	width:900px;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:48px;
	color:#666;
	font-size:10px;
	}

/* For Table (left & right) */
#table {
	width: 900px;
	position: relative;
	margin: 0px auto;
	}	
	
/* Left Content */

#left {
	width: 580px;
	float: left;
	}
#products_left {
	width: 430px;
	float: left;
	}
	
/* Right Content */

#right {
	width: 285px;
	float: right;
	}
#products_right {
	width: 430px;
	float: right;
	}

/* For JotForm */

.tbmain{ 
 /* Changes on the form */
 background: none !important; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}

