*,html,body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #000000;
}

h1{
    color: #2EFEFE;
    font-family: 'ArialMT', 'Arial', 'sans-serif';
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}

h2{
	color: #24fd16;
	font-family: 'ArialMT', 'Arial', 'sans-serif';
	font-size: 36px;
	font-style: italic;
	letter-spacing: 0;
	margin:10px;
	line-height: 42px;
	text-align: center;
	font-weight: normal;
}


#main_area{
	height: auto;
	width: 650px;
	margin: 10px auto auto 20px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

#navigation_main {
	text-align: center;
	font-style:normal;
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

#navigation_main a {
	font-size:14px;
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
}

#navigation_main a.current{
	font-size:16px;
	color: #ffffff;
	font-weight:bold;
}

#navigation_main a:hover {
    color: #b0b0b0;
}



#header p{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
}



#content span.contentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #24FD16;
	display:inline;
}

#content span.contentTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	display:inline;
}

#content p{
	line-height: 20px;
	color: #FEFEFE;
	margin:10px 0px;
}

#content span.contentQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	color: #2efefe;
	display:inline;
}

#content span.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	color: #00FF00;
	display:inline;
}

#content .email, #header .email {
	color: #00FF00;
	font-weight: bold;	
}


/* ---- Products and Pricing ---*/


table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

th,td{
	vertical-align: top;	
}
#table_products {
	width: 650px;
}

#products .item_description{
	line-height: 20px;
	color: #FF0000;
	margin:10px 0px;
}


#products .item_number{
	color:#FFFFFF;
}

#products .item_price{
	color:#FFFFFF;
	padding: 20px 0px;
}

/*-- Powered By Web Etcetera --*/
#poweredByContainer {
	width:auto;
	text-align:center;
	margin-top:40px;
	margin-bottom:8px;
}
#poweredByContainer a:link{
	text-decoration:none;
	font-weight:normal;
} 
#poweredByContainer a:hover{
	text-decoration:none;
	font-weight:normal;
} 

#poweredBy {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#DA8C06;
}
#webetc {
	font-family:'Times New Roman', Times, serif; 
	font-size:12px; 
	color:#ffffff;
}
/*-- End --*/

.imgAlignRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 0px;
}
.imgAlignLeft {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-left: 0px;
}
