/*html {
	height: 100%;
}
*/
body {
	background-image:url(../img/bg5.jpg);
	background-repeat: repeat-x;
	/*background-color: #FFF0B5;*/
	background-color: #FDD842;
	margin: 0px;
	/*height: 100%;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

em {
	font-style:italic;
}
b, strong {
	font-weight: bold;
}

a {
	color: #0099FF;
	text-decoration:underline;
}

/********* COMMON ***********/

.pageHold {
	width: 875px;
	/*border: 1px solid #FF0066;*/
	margin: 0px auto 0px auto;
/*	position: relative;
	min-height: 100%;*/
}
/** html .pageHold {
	height: 100%;
}*/
.content {
	/*padding-bottom: 23px;*/
	background: #fff;
	/*height: expression(document.body.clientHeight - (100 + 100) + "px");*/
	/*position: relative;*/
	/*min-height: 100%;*/
	/*height: 100%;*/
	padding: 30px 25px 0px 25px;
	/*border: 1px solid #E5F2F2;*/
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float:left;
	
	min-height:650px;
	height:auto !important;
	height:650px;
	
}
*html .content { padding-bottom: 0px;}

/********* HEADER ***********/
.header {
	width: 855px;
	height: 160px;
}
.logo {
	width: 261px;
	height: 92px;
	padding-top: 32px;
	padding-left: 33px;
}
.menu {
	float: right;
}
.menu ul li {
	float: left;
	list-style:none;
}
.menu ul {
	padding-top: 55px;
	margin: 0px;
}
.menu a {
	color: #fff;
	text-decoration:none;
	font-size: 14px;
	font-family:Tahoma, Helvetica, Arial, "Times New Roman";
	display:block;
	height:43px;
	float:left;
	line-height: 43px;
	vertical-align:middle;
}
.menu a:hover {
	color: #6DB6B6;
}

.mAbout, .mServices, .mProducts, .mNews, .mArticles, .mContact {
	padding: 0px 14px 0px 14px;
	background:url(../img/menu_bg.gif) bottom right no-repeat;
	height: 43px;
}
.mHome {
	padding-right: 14px;
	background:url(../img/menu_bg.gif) bottom right no-repeat;
	height: 43px;
}
.mLinks {
	padding-left: 14px;
}

/********* FOOTER ***********/

.footer {
	clear: both;
	height: 50px;
	background:url(../img/footer_bg.jpg) repeat-x;
/*	position: relative;
	margin-top: -23px;	*/
}
.footerL {
	float:left;
}
.footerR {
	float:right;
}
.footerL p, .footerR p {
	margin: 0px;
	color:#6DB6B6;
	font-size: 11px;
	padding: 5px 8px 0px 8px;
	font-family:Tahoma, Helvetica, Arial, "Times New Roman";
}
.footer a {
	color: #fff;
	text-decoration:none;
}
.footer a:hover {
	color: #E7B427;
}
.footer p {
	padding: 0px 10px 0px 10px;
}
a.noLink {
	text-decoration: none;
	color: #6DB6B6;
}

/********* TYPOGRAPHY ***********/

.white {
	color: #fff;
}
.teal {
	color: #6DB6B6;
}
h1 {
	font-size: 28px;
	line-height: 30px;
	color: #127474;
	font-family:Tahoma, Helvetica, Arial, "Times New Roman";
	padding-bottom: 10px;
	padding-top: 0px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	color: #333;
	font-family:Tahoma, Helvetica, Arial, "Times New Roman";
}
h3 {
	font-size: 17px;
	line-height: 26px;
	color: #127474;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 20px 0px 0px 0px;
}
h4 {
	font-size: 17px;
	line-height: 24px;
	color: #127474;
	font-family:Tahoma, Helvetica, Arial, "Times New Roman";
}
h5 {
	font-size: 16px;
	line-height: 20px;
	color: #127474;
	font-family:Tahoma, Helvetica, Arial, "Times New Roman";
	/*font-weight: bold;*/
}
h5 a {
	color: #006060;
}
p {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	padding: 5px 0px 5px 0px;
}

.price {
	font-size: 11px;
	margin: 2px 0px 2px 0px;
	padding: 0px;
	color: #127474;
}

strong {
	font-wieght: bold;
}

/************ MISC **************/

hr {
	color: #127474;
	background: #127474;
	border: #127474;
}
.tick li {
	padding: 0px 0px 7px 0px;
	list-style:url(../img/tick.gif);
	line-height: 18px;
	margin-left: 24px;
}
*html .tick li { padding-left: 10px; margin-left: 14px;}
ul {
	margin-top: 5px;
}
.disc li {
	padding: 0px 0px 7px 0px;
	list-style:disc;
	line-height: 18px;
	margin-left: 24px;
	font-size: 12px;
}

/************* PAGGING ****************/

.pageStr {
	padding:10px 0px 5px 0px;
	text-align:right;
}

.noOfRecords {
	font-size:11px;
	font-weight:100;
	color:#163e4f;
	text-align:right;
	float:none;
	clear:both;
}

.paggingTbl {
	/* width:250px; */
}

.paggingTbl th {
	font-size:11px;
	font-weight:100;
	color: #333;
	font-weight:bold;
}
.paggingTbl th span {
/* padding-right:15px; */
}

.paggingTbl td {
	font-size:11px;
	color: #333;
	height:20px;
	width:14px;
	vertical-align:middle;
}

.paggingTbl .act {
	border:2px solid #CCCCCC;
	background-color: #FFFFFF;
	color:#127474;
	text-align:center;
}

.paggingTbl .inact {
	border:2px solid #ccc;
	background-color: #ccc;
	color:#333;
	text-align:center;
}
.pagging {
	clear:both;
	padding-top: 15px;
}

/*********** FORMS ***************/
.frmRow {
	clear:both;
	padding:2px 0px 0px 0px;
}

.comp {
	clear:both;
	text-align:center;
	padding:9px 0px 9px 0px;
}

.label {
	color: #FFFFFF;
	float:left;
	padding:1px 1px 1px 1px;
	font-size:12px;
	vertical-align:top;
	text-align:right;
}

.ele {
	color:#000000;
	float:right;
	padding:1px 1px 1px 1px;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
}

input, textarea {
	border: 1px solid #CCCCCC;
}

.button {
	background: url(../img/newsletter_bg.gif) top;
	height: 25px;
	border: 1px solid #C0E7E7;
	width: 150px;
}

.noBorder {
	border:none;
}

/*********** SYSTEM MSG ***************/
#sucMsg {
	font-size:13px;
	border:1px solid #a9d260;
	background-color: #fafff1;
	margin-bottom:15px;
	padding:10px 10px 10px 10px;
	color: #6c985f;
	font-weight:normal;
	text-align:center;
	min-width:835px;
	max-width:835px;
}

#systemErrDiv {
	text-align:center;
	width:100%;
}

#errorTable, #errorTableFront {
	border:solid #E4AC58 1px;
	margin: 0px auto 15px auto;
	text-align: left;
	background-color:#FDF1E3;
	width:400px;
}
#errorTable #head, #errorTableFront #head {
	font-size:12px;
	margin:5px auto;
	text-align:center;
	font-weight:normal;
	color:#FF9900;
}
#errStr {
	margin:15px 0px 15px 0px;
	text-align:center;
	font-weight:bold;
	color:#C79223;
	font-size:12px;
}
#errPnt, #errPnt a {
	font-size:11px;
	color:#FF9900;
	margin:5px 5px 5px 5px;
}

/********* INDEX **************/
.indexL {
	float: left;
	width: 494px;
	/*border: 1px solid #00CC33;*/
}
.indexR {
	float: right;
	width: 309px;
	/*border: 1px solid #6699CC;*/
	margin-top: 0px;
	padding-left: 20px;
}
.indexR-B {
	margin-bottom: 20px;
}
.indexR-B h3 {
	margin-top: 14px;
}
.signup {
	width: 308px;
	height: 53px;
	background:url(../img/newsletter_bg.gif) repeat-x;
	border: 1px solid #C0E7E7;
	margin: 20px 0px 20px 0px;
}
.signup p {
	padding: 10px 10px 0px 10px;
	line-height: 18px;
}
.blueBox {
	background:url(../img/blue_box2.jpg) no-repeat;
	width: 474px;
	height: 246px;
	margin: 20px 0px 20px 0px;
}	
.blueBoxText {
	padding: 15px 20px 20px 160px;
}
.blueBoxText h2 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-family:Tahoma, Helvetica, Arial, "Times New Roman";	
}
/********* SERVICES **************/
.servicesL {
	float: left;
	width: 573px;
	padding-bottom: 20px;
	/*border: 1px solid #00CC33;*/
}
.servicesR {
	float: right;
	width: 220px;
	padding-left: 20px;
}
.servicesR h3 {
	margin-top: 14px;
}
.servicesR li {
	padding-top: 10px;
	line-height: 20px;
	font-size:12px;

}
.servicesR ul {
	margin-top: 20px;
}
.servicesR a {
	color: #1E9586;
	text-decoration:none;
}
.servicesR a:hover {
	text-decoration: underline;
}

/*************** CONTACT ****************/
#map {
	width: 220px;
	height: 220px;
	overflow:hidden;
}
.divContactFrm .label { width:25%;color:#000000;}
.divContactFrm .ele { width:73%; font-weight:100;}

.map {
	margin-bottom: 20px;
}

/************** ABOUT ********************/
.aboutPhoto {
	float: left;
	padding: 20px 20px 20px 0px;
}


/********** NEWS ****************/
.newsHold {
	float: left;
	width: 553px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #ccc;
}
.newsImage {
	float: left;
	width: 200px;
	height: 150px;
}
.newsBody {
	float: right;
	width: 335px;
}
.date {
	color: #666666;
	font-size: 11px;
}

/************ ARTICLE **************/
.articleImage {
	float: left;
	/*width: 275px;*/
	padding: 10px 20px 10px 0px;
}
.articleBody {

}
.articleBody ul {
	padding-left: 20px;
	list-style: disc;
	font-size: 12px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
}
.articleBody ol {
	padding-left: 30px;
	list-style: decimal;
	font-size: 12px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
}
/*********** PRODUCT ******************/
.prodHold {
	float: left;
	width: 553px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #ccc;	
}
.prodImage {
	float: left;
	width: 200px;
}
.prodInfo {
	float: right;
	width: 335px;
}
.addProdButton {
	margin: 10px 0px 10px 0px;
}
/********* PRODUCT DETAIL **************/
.detImage {
	float: left;
	padding: 10px 15px 10px 0px;
}
.detInfo {

}
/******** CART ***************/
.cartItemHold {
	float: left;
	width: 553px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
.cartItemImg {
	float: left;
	width: 200px;
	margin: 0px 10px 0px 0px;
}
.cartItemInfo {
	float: left;
}

.shipping {
	margin-top: 20px;
	float: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	width: 553px;
}
/********* SHIPPING ************/
.divAddVisitorFrm .label { width:40%;color:#000000;}
.divAddVisitorFrm .ele { width:58%; font-weight:100;}

/*********** CONFIRM ************/
.payPal {
	margin-top: 30px;
}
.checkButtons {
	clear:both;
	margin-top: 10px;
}

/************* TESTIMONIALS ***************/
.blueBoxHold {
	margin-top: 15px;
	width: 555px;
	background:#F5FFFE;
	background:url(../img/blueBox_bg.jpg) repeat-y;
}
.blueBoxTop {
	background:url(../img/blueBox_top.jpg) no-repeat;
	width: 555px;
	height: 10px;
	margin: 0px;
	overflow:hidden;
}
.blueBoxMid {
	background:url(../img/blueBox_mid.jpg) no-repeat;
	width: 555px;
	/*height: 226px;*/
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.blueBoxMid p {
	padding: 15px 15px 15px 15px;
}
.blueBoxBottom {
	background:url(../img/blueBox_bottom.jpg) no-repeat;
	width: 555px;
	height: 11px;	
}

