/* CSS Document */
body, td, .content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
div.spacer {
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}
.noborder, .noborder td, td.noborder { border:0px !important; }


.bluetxt { color:#628FB5; }
a {
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}
a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#97B2CD;
}
form input.text {
	width:100px;
	height:18px;
	border:1px solid #666666;
}
form input.textsm {
	width:35px;
	height:18px;
	border:1px solid #666666;
}
form input.submitbtn {
	width:30px;
	height:20px;
	border:solid;
	border-width:1px;
	border-color:#666666;
	background-color:#CCCCCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.redtext {color:#FF0000; }
.shhhh { display:none; }


/***********   HEADER   ***********/
#toplogo {
	margin-top:15px;
	margin-left:7px;
	float:left;
}

#topmenu {
	float:right;
	margin-top:7px;
	text-align:right;
	width:500px;
	height:20px;
	line-height:20px;
}

#topmenu a {
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#999999;
	font-weight:normal;
}
#topmenu #SearchFor {
	width:100px;
	height:18px;
	border:solid;
	border-width:1px;
	border-color:#666666;
}
#topmenu #frmSrchSubmit {
	width:20px;
	height:20px;
	border:solid;
	border-width:1px;
	border-color:#666666;
	background-color:#CCCCCC;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.welcometext {
	margin-top:10px;
	width:500px;
	height:16px;
	line-height:16px;
	text-align:right;
	float:right;
}




/***********   MAIN MENU   ***********/
.mainmenu {
	margin:5px 0px 5px 0px;
	font-size:12px;
	font-weight:bold;
	background-color:#F4F4F4;
	color:#666666;
}
.mainmenu ul {
	list-style:none;
	display:inline;
}
.mainmenu ul li {
	float:left;
	line-height:30px;
}
.mainmenu ul li a {
	display:block;
	text-align:center;
	font-weight:normal;
	background-color:#F4F4F4;
	width:90px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#666666;
}
.mainmenu ul li a:hover {
	text-align:center;
	font-weight:bold;
	background-color:#FFFFFF;
	width:90px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#666666;
}
.mainmenu a.longlink, .mainmenu a.longlink:hover {
	width:117px;
	margin:0px 0px 0px 3px;
}



/***********   TABLE   ***********/
#maintable {
	border:solid;
	border-width:1px;
	border-color:#999999;
}

#maintable td {
	border-color:#999999;
	border-bottom:solid;
	border-bottom-width:1px;
	border-top:none;
	border-left:none;
	border-right:none;
}
#maintable .mainmenu {
	padding:0px;
	margin:0px;
}
#maintable .footermenu {
	padding:0px;
	margin:0px;
	border-bottom-width:0px;
}
.content {
	padding:10px;
}


/***********   EMAIL UPDATES   ***********/
#frmEmail,#frmEmailHome {padding:0px; margin:0px;}
#frmEmail #emlUpdAddress,#frmEmailHome #emlUpdAddress {
	width:100px;
	height:18px;
	border:solid;
	border-width:1px;
	border-color:#666666;
}
#frmEmail #frmEmailSubmit,#frmEmailHome #frmEmailSubmit {
	width:20px;
	height:20px;
	border:solid;
	border-width:1px;
	border-color:#666666;
	background-color:#CCCCCC;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}




/***********   FOOTER MENU   ***********/
.footermenu {
	margin:5px 0px 5px 0px;
	font-size:12px;
	font-weight:bold;
	background-color:#F4F4F4;
	color:#666666;
	text-align:center;
}
.footermenu ul {
	list-style:none;
	display:inline;
}
.footermenu ul li {
	float:left;
	line-height:30px;
}
.footermenu ul li a {
	display:block;
	text-align:center;
	font-weight:normal;
	background-color:#F4F4F4;
	width:130px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#666666;
}
.footermenu ul li a:hover {
	text-align:center;
	font-weight:bold;
	background-color:#FFFFFF;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#666666;
}
.footermenu ul li a.shortlink, .footermenu ul li a.shortlink:hover {
	width:90px;
}
.footermenu ul li a.medlink, .footermenu ul li a.medlink:hover {
	width:120px;
}



/***********   HOMEPAGE BODY   ***********/
.homecontent {
	display:inline;
}
#HomeLeft {
	margin-right:5px;
	width:237px;
	height:339px;
	float:left;
}
#HomeLeftTop {
	display:block;
	width:237px;
	height:124px;
	margin-bottom:5px;
}
#HomeLeftBottom {
	display:block;
	width:237px;
	height:210px;
}
#HomeMiddle {
	margin-right:5px;
	width:243px;
	height:339px;
	float:left;
}
#HomeRight {
	width:237px;
	height:339px;
	float:left;
}
#HomeRightTop {
	display:block;
	width:237px;
	height:210px;
	margin-bottom:5px;
}
#HomeRightBottom {
	display:block;
	width:237px;
	height:124px;
}

.homecontent #text	{
	float:right;
	width:486px;
	height:338px;
	}
	
#BibleVerse {
	text-align:center;
	margin:0 auto;
	display:inline;
	position:relative;
	top:-10px;
}
#frmEmailHome {
	position:relative;
	top:-15px;
	width:100%;
	border-color:#999999;
	border-top:solid;
	border-top-width:1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

/***********   SECONDARY BODY   ***********/
.pgheader {
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:9px;
}
.pgcontent {
	border:1px solid #666666;
	width:730px;
	display:block;
	background:url(/images/seccontent_bg.gif) repeat-y;
}
.secmenu {
	float:left;
	background-color:#F4F4F4;
	font-size:12px;
	border-right:1px solid #666666;
	width:140px;
	padding:5px;
	line-height:18px;
}
.secmenu a { color:#666666; }
.secmenu a:hover { color:#628FB5; }
.seccontent {
	float:left;
	padding:5px;
	margin-left:10px;
	width:537px;
}
.secheader {
	font-weight:bold;
	font-size:14px;
	margin-bottom:7px;
}
.redalert {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.smText {
	font-size: 11px;
}
.divBorder {
	border:1px solid #666666;
	padding:5px;
}



/******************   ITEM PAGES   ********************/
.HistoryStrain {
	font-size:14px;
	margin-top:10px;
	margin-bottom:9px;
}
.HistoryStrain a, .HistoryStrain a:hover {font-weight:normal;}
.pageslist {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	display:inline;
}
.pageslistBottom {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding-bottom:5px;
	padding-right:15px;
}
.sortBy {
	padding-right:15px;
	padding-bottom:5px;
	float:right;
}
.productslist {
	border:1px solid #666666;
	width:710px;
	display:block;
	padding:0;
	margin:0;
	font-size:14px;
}
.productslist * { font-weight:normal !important; font-size:13px !important; }
.colLeft { 
	float:left;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	width:344px;
	height:100px;
	padding:5px;
}
.colRight {
	float:left;
	border-bottom:1px solid #666666;
	width:345px;
	height:100px;
	padding:5px;
}
.newtext {
	font-style:italic;
	font-weight:bold;
}
.listImg { 
	float:left;
	overflow:hidden;
	width:120px;
	height:100px;
}
.listTitle {
	float:left;
	width:210px;
	height:100px;
	bottom:0;
	vertical-align:baseline;
}
.ItemDesc { font-size:12px; }
.sm_button { 
	background:url(images/sm_button_2.gif); 
	font-size:10px;
	line-height:15px; 
	height:15px; 
	display:inline;
	float:left;
	margin-top:15px;
}
.sm_button_text { 
	line-height:15px; 
	height:15px; 
	display:inline;
}
.sm_button a, .sm_button a:hover { color:#666666; text-decoration:none; }
.sm_button img { vertical-align:bottom; }




/******************   ITEM PAGES   ********************/
.ItemInfo { display:block; }
.ItemName { font-size:15px; font-weight:bold;}
.ImgColumn {
	padding:5px;
	width:200px;
	float:left;
	text-align:center;
}
.InfoColumn {
	padding:5px;
	margin:5px;
	width:495px;
	border:1px solid #666666;
	float:left;
	font-size:14px;
}
.ItemOptions {
	background-color:#EEEEEE;
	border: 1px solid #999999;
	padding:5px;
	margin-bottom:5px;
}
.ItemOptions img { vertical-align:middle; }
.OptionText { font-weight:bold; font-size:13px; }
.IfYouLikeHeader { background-color:#97B2CD; font-size:14px; font-weight:bold; color:#FFFFFF; }
.IfYouLikeItem { background-color:#EEEEEE; border: 1px solid #666666; position:relative; }
.IfYouLikeItem img { margin-right:15px; position:relative; }




/******************   SHOPPING BAG   ********************/
.shopbag { display:block; }
