body {
	background-image: url(../images/00_common/siteBg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #014B55;
	text-align: left;
	line-height: 18px;
}

/* TODO fix active menu issues maybe at http://forum.joomla.org/index.php/topic,180052.0.html */

#active_menusubNav{
	color: #0ACFEC;
	font-weight: bold;
}


a:link {
	color: #1C4656;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #1C4656;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0ACFEC;
	font-weight: bold;
	cursor: pointer;
}
a:active {
	color: #0ACFEC;
	font-weight: bold;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #1C4656;
	text-decoration: none;
}
a.nav:active {
	text-decoration: none;
	color: #0ACFEC;
	font-weight: bold;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.blue:link {
	color: #0ACFEC;
}
a.blue:visited {
	color: #0ACFEC;
}
a.blue:hover {
	color: #0ACFEC;
}
a.blue:active {
color: #0ACFEC;
}

/*	text styles	*/

.text_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #014B55;
	text-align: left;
}
.text_HeaderWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: left;
}
.text_Bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #014B55;
	text-align: left;
	line-height: 16px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #014B55;
	text-align: left;
	line-height: 18px;
}

.text_BoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.text_Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #014B55;
	text-align: left;
	line-height: 18px;
}
.text_BodyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
}
.text_Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #014B55;
	text-align: left;
	line-height: 18px;
	font-style: italic;
}
.text_Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #014B55;
	text-align: left;
	line-height: 18px;
}
.text_SmallWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
}

/*	common website areas	*/

.table_navigation {
	background-image: url(../images/00_common/navBg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 26px;
	width: 762px;
	text-align: center;
}
.cell_contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #0ACFEC;
	text-align: center;
}

/*	content table (the "floating" element which holds all the content)	*/

.cell_contentTop {
	height: 16px;
	width: 762px;
	background-color: #808889;
}
.cell_contentMiddle {
	background-image: url(../images/00_common/contentBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 490px;
	background-color: #80c3cc;
}
.cell_contentBtm {
	background-image: url(../images/00_common/contentBtm.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 16px;
	width: 762px;
}

/*	"spacer" areas between modules	*/

.cell_contentColumn16px {
	width: 16px;
}
.cell_contentColumn10px {
	width: 10px;
}
.cell_contentRow10px {
	height: 10px;
}

/*	style to align content to top of cells	*/

.cell_alignTop {
	vertical-align: top;
}

/*	main table	*/

.table_MainTableContent {
	height: 304px;
	background-color: #a6d5db;
	width: 520px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}
.cell_MainTableTop {
	background-image: url(../images/00_common/mainTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 505px;
	padding-left: 15px;
	vertical-align: middle;
}
.cell_MainTableBtm {
	background-image: url(../images/00_common/mainBtm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 520px;
}

/*	news table	*/

.table_NewsTableContent {
	height: 204px;
	background-color: #a6d5db;
	width: 200px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}
.cell_NewsTableTop {
	background-image: url(../images/00_common/moduleTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 185px;
	padding-left: 15px;
	vertical-align: middle;
}
.cell_NewsTableBtm {
	background-image: url(../images/00_common/moduleBtm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 200px;
}

/*	mid table	*/

.table_midTableContent {
	height: 204px;
	background-color: #a6d5db;
	width: 310px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}
.cell_midTableTop {
	background-image: url(../images/01_home/midTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 295px;
	padding-left: 15px;
	vertical-align: middle;
}
.cell_midTableBtm {
	background-image: url(../images/01_home/midBtm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 310px;
}

/*	newsletter table	*/

.table_newsletterTableContent {
	background-image: url(../images/00_common/newsletterMid.jpg);
	background-position: top;
	height: 78px;
	width: 200px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 0px
}
.cell_newsletterTableTop {
	background-image: url(../images/00_common/newsletterTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 200px;
}
.cell_newsletterTableBtm {
	background-image: url(../images/00_common/newsletterBtm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 200px;
}

/*	sub banner table	*/

.table_subBannerTableContent {
	background-image: url(../images/00_common/subBannerMid.jpg);
	background-position: top;
	height: 128px;
	width: 200px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.cell_subBannerTableTop {
	background-image: url(../images/00_common/subBannerTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 200px;
}
.cell_subBannerTableBtm {
	background-image: url(../images/00_common/subBannerBtm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 200px;
}

/* sub nav table	*/

.table_subNavTableContent {
	background-color: #a6d5db;
	width: 200px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.cell_subNavTableBtm {
	background-image: url(../images/00_common/moduleBtm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 200px;
}



/* threw these divs in so I could see all the content roughly in place.	*/
#mainContentWrapper{
min-height: 305px;
padding: 5px 0px 0px 0px;
}

/*this styles all the subnav menus - mainlevel is the menu text, moduletables is the module */
.mainlevelsubNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
	height: 800px;
}

.moduletablesubNav{
	text-align: left;
	text-transform:lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
}

#logo{
text-align: left;
}

#subNavContainer{}

#mainContentPane{
	text-align: left;
}

#moduletablenewsBox{
}


#ourPlace{text-align: left;}

#latestNews{
text-align: left;
max-height: 144px;
overflow: hidden;

}

#boutiqueDiv{	text-align: left;}/* products *//* product categories left menu when in shop */

#prodCats{	text-align: left;	width: 150px;	float: left;}

/* container for all the products - not including left menu*/
#productsContainer{

}

/* in browse mode, an individual product box */
#productsBrowseBox{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #014B55;
text-align: left;
line-height: 18px;
width: 140px;
height: 140px;
padding: 6px 6px 10px 6px;
margin: 4px 4px 8px 4px;
text-align: center;
}

#textProductBrowsePrice {}
#textProductBrowseTitle {
padding-top: 10px;
padding-bottom: 10px;

}
#productDetailContainer{}

#productDetailLeftCol{
	width: 60%;	float: left;}

#productDetailRightCol{
	width: 38%;	float: right;}

#textProductDetailName{}
#textProductDetailPrice{}
#textProductDetailDesc{}
#textProductDetailCart{}
#cartTableWrapper{
}

.pagenav{
font-size: 10px;
}

#pagenavBox{
padding-bottom: 5px;
text-align: right;
text-align: left;
}

#bottomCartLinks{
text-align: center;
}

#cartOrderStepsBox{
}

/* accounts.order.details.php */
#orderReview{
text-align: left;
width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #014B55;
	text-align: left;
	line-height: 18px;
}

#prodList{
}

/* container for the small banner above sub nav */
#banSmall{
	width: 200px;
	height: 140px;
	overflow:hidden;
}

/* container for the big banner above sub nav */
#banBig{
	width: 520px;
	height: 140px;
	overflow:hidden;
}

#bottomCartLinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #014B55;
	text-align: center;
	line-height: 18px;
}

#contentTitleBar{
float:left;
}

#cartIcon{
	float:right;
	padding-right: 10px;
	}


#mailingListCB{
padding: 2px 2px 2px 2px;
margin-left: auto;
margin-right: auto;
width: 60%;
text-align: center;
}

#addToCart{

}

#addToCartCustomLabels{
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	float:left;
	text-align: right;
	width: 30%;
}

#addToCartCustomFields{
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	float:left;
	text-align: left;
	width: 60%;
}

#addToCartQuantityLabel{
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	float:left;
	text-align: right;
	width: 30%;
}

#addToCartQuantityField{
	margin-left: 2px;
	margin-bottom: 3px;
	margin-top: 3px;
	float:left;
	text-align: left;
	width: 56%;
}

#addToCartSubmitButton{
	margin-left: 1px;
	margin-bottom: 3px;
	margin-top: 2px;
	float:right;
	text-align: ;
	width: 68%;
}



