 /*_pp02*/
 
 
 /* 
	1. Base & Layout
	2. Navigation
	3. Banner
	4. Home Content Area
	5. Content Pages Content Area
	6. Footer
	7. Reset

*/

/*  ------------------- 1. Base & Layout  ------------------- */

body {
	 background: #5d5d5d url(http://secure.worldhosting.org/cgi-bin/wh/get_img_by_name.pl?webid=550989&reload=1&ei_code=bg_tile5) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin:0;
	}

/* CUSTOM CLASSES */


/* ------------- 2. Navigation - Primary Nav Bar (Horrizontal) ----------- */

#menuNav {
	height: 35px; 
	margin: 0px;
	background-color: transparent;
	/* margin-top: 6px; */
	}

.menuMain {
	background-color: transparent;
	color: #dadada; 
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin:0;	
	}

a.menuMain {
	text-decoration: none;
	padding-right: 8px; 
	padding-left: 8px; 
	/* padding-top: 6px;
	padding-bottom: 6px; */
	background-color: transparent;
	/* margin: -1px; */
	margin: 0 7px;
	/* display: inline-block;  note this 
	width: 33%;	*/
	}

a.menuMain:hover {
	color: #FFFFFF;
	background-color:transparent;
	text-decoration: none;
	}
	
a.hlCurPageLink {
	color: #FFFFFF;
	background-color: #008280;	
	}


/* ------------------- 4. Home and Contents Pages (all except the Products page)- Content Area ----------------------- */

#content-home {	
	background: #cccccc url(http://secure.worldhosting.org/cgi-bin/wh/get_img_by_name.pl?webid=550989&reload=1&ei_code=content_home_bg04) top left repeat-y;
	margin: 0;	
	}

#content-home th {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: transparent;
	text-transform: uppercase;
	/* filter: Alpha(Opacity=50, FinishOpacity=100, Style=1, StartX=0, StartY=60, FinishX=0, FinishY=0); */
	}

#content-home td {    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	}
	
#content-home h1 {
	margin:0;	
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 22px;
	color: #000000;
	}

#content-home h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;	
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 18px;
	color: #027472;
	}

#content-home h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin:0;	
	font-size: 16px;
	color: #027472;
	}
	
#content-home h3.contact {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin:0;	
	font-size: 16px;
	color: #FFFFFF;	
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 43px;
	}

#content-home h4.phone {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	color: #FFFFFF;
	font-weight: bold;	
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	}

#content-home h4 {margin:0;	font-size: 12px;}
#content-home h5 {margin:0;	font-size: 10px;}

#content-home p {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	}
	
#content-home p.contact {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 43px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	}
/*	
#content-home ol{
	font-weight: bold; 
	font-size: 13px;
	line-height: 18px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	} */
	
/* Content pages ordered lists */ 
#content-home ol.list-item {
	margin-left: 40px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-weight: bold;
	/* list-style: none; */
	font-family: inherit;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	} 
	
/*
#mainContent ol.list-item li {
	padding-left: 30px;
	background-image: url(http://secure.worldhosting.org/cgi-bin/wh/get_img_by_name.pl?webid=587797&reload=1&ei_code=bullet);
	background-repeat: no-repeat; 
	background-position: 1.2em .5em; 
	}
	
#mainContent .list-item li li {
	padding-left: 30px;
	background-image: url(../nav/); 
	background-repeat: no-repeat;
	background-position: 1em .7em;
	} */

/* p Content links */
#content-home p a:link, #content-home p a:visited {
	text-decoration: underline;
	font-weight: bold;
	font-size: inherit;
	color: #008280;
	}

#content-home p a:hover, #content-home p a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color: #029694;
	}	
/* //End p Content Links and list links */


/* p Contact us sidebar links */
#content-home p.contact a:link, #content-home p.contact a:visited {
	text-decoration: underline;
	font-weight: normal;
	font-size: inherit;
	color: #c7eeee;
	}

#content-home p.contact a:hover, #content-home p.contact a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: inherit;
	color: #37c2c3;
	}	
/* //End p Content Links and list links */

.content-image {
	border: 4px #CCCCCC solid;
	}


/* ------------------- 5. Products Page Only - Content Area ----------------------- */

#content-products {	
	background: #cccccc url(http://secure.worldhosting.org/cgi-bin/wh/get_img_by_name.pl?webid=550989&reload=1&ei_code=product_bg) top left repeat-y;
	margin: 0;	
	}

#content-products th {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: transparent;
	text-transform: uppercase;
	/* filter: Alpha(Opacity=50, FinishOpacity=100, Style=1, StartX=0, StartY=60, FinishX=0, FinishY=0); */
	}

#content-products td {    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCCC;
	margin: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	}
	
#content-products h1 {
	margin:0;	
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 22px;
	color: #000000;
	}

#content-products h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;	
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 18px;
	color: #027472;
	}

#content-products h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin:0;	
	font-size: 16px;
	color: #027472;
	}
	
#content-products h3.contact {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin:0;	
	font-size: 16px;
	color: #FFFFFF;	
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 43px;
	}



#content-products h4 {margin:0;	font-size: 12px;}
#content-products h5 {margin:0;	font-size: 10px;}

#content-products p {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 12px;
	text-align: justify;
	}

	
div.hr {
	background:#999999 none repeat scroll 0%;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:14px 0pt;
	width:100%;
	}	
	

/* p Content links */
#content-products p a:link, #content-products p a:visited {
	text-decoration: underline;
	font-weight: normal;
	font-size: inherit;
	color: #3300ff;
	}

#content-products p a:hover, #content-products p a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: inherit;
	color: #ff0000;
	}	
/* //End p Content Links and list links */



/* ------------------- 5. Other  -------------------- */

.products {
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

.image {
	background-color: #999999;
	padding: 25px;
	}

/*END_pp02*/ /*_pm02*/




/* ---------------------- 6. Footer ---------------------- */

.footer {
	background-color: #ffffff;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform:capitalize;
	padding:3px;
	text-align: center;
	}

a.footer:hover {
	color: #efefef;
	background-color: #2f2f2f;
	padding:0 3px;
	text-decoration: none;
	}
	
/* ---------------------- 7. Reset  ---------------------- */

fieldset, img {  
	border:0; 
} 
/*END_pm02*/