@charset "utf-8";
/* STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	margin:0;
}
.subHead {
	display:block;
	padding-left:22px;
	font-weight:bold;
	
}

.newCopy {
	color:#F00;
}

.testimonial p{
	/*margin: 0 0 1.5em 0;
	line-height: 1.3em;*/
	width:200px !important;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 1.3em;
}/* DEFAULT LINKS */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.9em;*/
	color: #007862;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #007862;
}
a:active {
	text-decoration: none;
	color: #DBA905;
}

#mainContent a:link {
	text-decoration: underline;
	color:#007862;
}

#mainContent a:visited {
	text-decoration: underline;
	color:#007862;
}
#mainContent a:hover {
	text-decoration: none;
	color: #DBA905;
}
#mainContent a:active {
	text-decoration: underline;
	color: #DBA905;
}

#tabs a:link {
	text-decoration: none;
	color:#000000;
}

#tabs a:visited {
	text-decoration: none;
	color:#000000;
}
#tabs a:hover {
	text-decoration: underline;
	color: #000000;
}
#tabs a:active {
	text-decoration: underline;
	color: #000000;
}
.regularTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: .8em !important;
	color: #333 !important;
}

img {
	border: 0;
}

/* H TAGS */
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Geneva, Courier, sans-serif;
	margin-top:0;
}
h1 {
	font-size: 1.8em;
	color: #007862;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.3em;
	color: #DBA905;
	/*color: #DBA905; orange/gold*/
	margin: 5px 0px 0px 0px;
}
h3 {
	font-size: 1.2em;
	color: #666666;
	/*color: #DBA905;*/
	margin: 10px 0;
}
h4 {
	font-size: 1.2em;
	/*font-style: italic;*/
	font-weight: bold;
	/*color: #7C7C7C;*/
	color: #007862;	
	margin: 0;
	padding-left: 30px;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #DBA905;	
	margin: 5px 0 10px 0;
	padding: 0;
}
h6 {
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	/*color: #DBA905;*/	
	color: #000;
	margin: 5px 0 5px 0;
	padding: 0;
}
/* GENERIC LIST 01 */
.List {
	background-color: #F8F8F8;
	margin:0 0 20px 0;
	padding: 10px 20px;	
	border-bottom:1px solid #999;
}
.List ul {
	margin:0;
	padding: 0 20px 0 30px;	
	list-style-type: square;
}
/* END GENERIC LIST 01 */
/* SEARCH AREA */
.search {
	font-size: .75em;
	color: #FFF;
	text-align: right;
}
.search h3 {
	margin:0 0 10px 0;
	font-size: 1.7em;
	font-weight: bold;
	color: #FFF;
}
/* SEARCH FORM */
#searchForm {
	float:right;
	vertical-align:bottom;
	height: 19px;
	width: 230px;
	margin: 10px 0 0 0;
}
#searchForm input {
	padding: 1px 0 1px 3px;
	width: 120px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	border: 1px solid #000;
	color: #333;
}
#searchForm input.submit-button {
	vertical-align:top;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 20px;
	height: 17px;
	border: 0px;
}

/* SEARCH FORM FOR 404 Page*/
#404searchForm {
	vertical-align:middle;
	height: 19px;
	margin: 10px 0 0 0;
}

#404searchForm input {
	padding: 1px 0 1px 3px;
	width: 120px;
	height: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	border: 1px solid #000;
	color: #333;
}

#404searchForm input.submit-button {
	vertical-align:middle;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 20px;
	height: 17px;
	border: 0px;
}

/* NAV HDR */
.NavHdr h3 {
	margin:0;
	font:900 0.95em Verdana, Arial, Helvetica, sans-serif;
	color: #007862;
	background-color: #E4E4E4;
	padding: 7px 5px 5px 10px;
	border-bottom: 1px dashed #000;
	text-transform: capitalize;
}
.NavHdr h3 a {
	text-decoration: none;
	color:#007862;
}
.NavHdr h3 a:hover {
	text-decoration: none;
	color:#333;
}

/* FOOTER TEXT */
.footer {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 0.8em;
	color: #666;
	text-align: center;
}
.footer a {
	font-size: 0.9em;
	color: #666;
}
.footer a:link {	
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #666;
}
.footer a:hover {
	text-decoration: underline;
	color: #333;
}
.footer a:active {
	text-decoration: none;
	color: #000;
}

/* COPYRIGHT TEXT */
.copyright {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 0.7em;
	color: #333;	
	text-align: right;	
}
/* -- CONTENT SECTION --- */
.contentSub {
	font-size:0.8em;
	line-height:1.6em;
	margin: 0 0 0 0;
	width:500px;
}
.contentSub2 {
	width:500px;
	margin:0 0 10px 5px;
	padding:10px 0;
}
 
/* ------- FORM ** SIGN UP ** ASK THE EXPERT --------- */
#contact {
	width: 160px;
	margin: 4px 0 0 10px;
}

#contact form {
	margin-top:0px;
}

/*#contact p.errorMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:red;
	margin: 0px 0px 4px 0px;
	font-weight:bold;
	font-size:0.7em;
}*/
UL.errorMessage {
	margin-left:20px;
	
}
LI.errorMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:red;
	margin: 0px 0px 4px 0px;
	font-weight:bold;
	font-size:0.7em;
}



/***********************************************************************/

#Customer_Contact {
	width: 475px;
	margin: 0px 0 0 0px;
}

#Customer_Contact form {
	margin-top:0px;
	
}

#Customer_Contact table, td {

border:none;
vertical-align:top;
text-align:left;

}


#Customer_Contact td.CustomerContact {
width:225px;
}

#Customer_Contact td.AboutContact {
width:150px;

}


#Customer_Contact input {
	padding: 1px 0 1px 5px;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0 0 4px 0;
	border: 1px solid #CCC;
	color: #333;
}

#Customer_Contact input.AboutContact {
width:350px;
}


#Customer_Contact textarea {

	padding: 1px 0 1px 5px;
	width: 475px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0 0 4px 0;
	border: 1px solid #CCC;
	color: #333;

}
#Customer_Contact textarea {
	height: 100px;
}
#Customer_Contact textarea:focus, #contactinput:focus {
	border: 1px solid #ccc;
}
#Customer_Contact input.submit-button {
	width: 70px;
	float: right;
	margin: 3px 0 0 0;
	padding:1px 0 0 0;
	background-color: #333;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFF;
}


/******************************************************************/




#contact input, #contact textarea {
	padding: 1px 0 1px 5px;
	width: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0 0 4px 0;
	border: 1px solid #CCC;
	color: #333;
}
#contact textarea {
	height: 50px;
}
#contact textarea:focus, #contactinput:focus {
	border: 1px solid #ccc;
}
#contact input.submit-button {
	width: 70px;
	float: right;
	margin: 3px 0 0 0;
	padding:1px 0 0 0;
	background-color: #333;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFF;
}
/* ------- END SIGN UP FORM STYLES --------- */
/* SEARCH FORM */
#searchForm {
	width: 230px;
	margin: 0;
}
#search input {
	padding: 1px 0 1px 5px;
	width: 130px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	border: 1px solid #000;
	color: #333;
}
#search input.submit-button {
	width: 30px;
	margin: 0;
	padding-left:0;
}
/* END SEARCH FORM */
#ProductHdr {
	width:450px;
}
.subSectionBox {
	margin-bottom:20px;
	border-bottom: 1px dashed #666;
	padding-bottom: 10px;
}
.subSectionBox .icon {
	float: left;
	margin: 0 15px 10px 0;
	border: 2px solid #A55333;	
}
.subSectionBox h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #DBA905;
	margin: 0 0 5px 0;
}

.subSectionBox2 {
	width:500px;
	margin-bottom:20px;
	border-bottom: 1px dashed #666;
	padding-bottom: 10px;
}
.subSectionBox .icon {
	float: left;
	margin: 0 15px 10px 0;
	border: 2px solid #A55333;	
}
.subSectionBox h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #DBA905;
	margin: 0 0 5px 0;
}

/* ------ PRODUCT SPECS ----------- */
.Specs {
	font-size: 0.75em;
	line-height: 1.8em;
	color:#333;
	margin:10px 0 0 0;
}
.Specs h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	margin: 10px 0;
	padding: 5px 10px;
	background-color: #F0F0F0;	
}
.Specs table {
	margin-left:10px;
}
/* PRODUCT IMAGE & TXT 
.productImages {
	margin:5px;
	padding: 3px;
	background-color: #F8F8F8;
	border: 3px solid #999;
}
a:hover .productImages {
	border: 3px solid #DBA905;
}
.productText {
	margin:0;
	font-size: 0.8em;
	color:#666;	
}*/
.boldGray {
	color:#666;
	font-weight: bold;
}
.Product {
	margin: 10px 0 5px 10px;
	border-top: 1px dashed #666;
	padding:5px 0;
}
.Product img {
	width: 70px;
	height: 70px;
	margin:5px;
	padding: 3px;
	background-color: #F8F8F8;
	border: 3px solid #999;
}
.Product img:hover {
	border: 3px solid #DBA905;
}
.Product .Name {
	margin:0;
	font-size: 0.8em;
	color:#666;	
}
.ProductLarge {
	margin:5px;
	padding: 3px;
	background-color: #F8F8F8;
	border: 3px solid #007862;
}


/* ++++++++++++++++++  +++++++++++++++++ */
/* ------- NEWS SECTION --------*/
.NewsItem {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #666;
}
.NewsItem a {
	font-size: 1.0em;
	font-weight:bold;
}
/* -- END NEWS STYLES -------- */

/* ------- CALENDAR SECTION --------*/
.Calendar {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #666;
}
.Calendar a {
	font-size: 1.0em;
	font-weight:bold;
}
.Calendar blockquote {
	font-style: italic;
	margin:0;
	padding: 5px 40px;
	background-color:#F8F8F8;
}
/* -- END CALENDAR STYLES -------- */

/* ------- PRESS REALEASE SECTION --------*/
.PressItem {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #666;
}
.PressItem a {
	font-size: 1.0em;
	font-weight:bold;
}
/* -- END PRESS STYLES -------- */
/* ------- PRESS HISTORY SECTION --------*/
.History {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #666;
}
.History .Year {
	margin:0;
	font-size: 1.2em;
	font-weight:bold;
	color:#AAA;
	padding-left: 7px;
	border-left: 5px solid #AAA;
}
/* -- END HISTORY STYLES -------- */

/* ------- MANAGEMENT SECTION --------*/
.Management {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #666;
}
.Management h6 {
	text-transform: none;
	font-style: italic;
}
.Management .Name {
	margin:0;
	font-size: 1.2em;
	font-weight:bold;
	color:#AAA;
	padding-left: 7px;
	border-left: 5px solid #AAA;
}
/* -- END MANAGEMENT STYLES -------- */

/* ------- CONTACT AWMV SECTION --------*/
.Contact {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #666;
}
.Contact a {
	font-size: 1.0em;
	font-weight:bold;
}
/* -- END CONTACT STYLES -------- */

/* ------- ARTICLES SECTION --------*/
.Articles {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #666;
}
.Articles h6 {
	text-transform: none;
}
.Articles a {
	font-size: 1.0em;
	font-weight:bold;
}
/*.Articles .somesubclass {
	margin:0;
	font-size: 1.2em;
	font-weight:bold;
	color:#AAA;
	padding-left: 7px;
	border-left: 5px solid #AAA;
} */
/* -- END ARTICLES STYLES -------- */
/* ++++++++++++++++++  +++++++++++++++++ */

.HomeHdrs h4 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	/*color: #7C7C7C;*/
	color: #DBA905;
	margin: 0 0 5px 0;
	padding:0;
}

.link1, .link2, .link3, .link4, .link5, .link6 {
	padding-left:17px;
	display: block;
	width: 230px;
	height: 20px;
	background: url("/awmv/images/arrow_sprite.gif") no-repeat 0 0;
	color:#007862;
}

.link1:hover, .link2:hover, .link3:hover, .link4:hover, .link5:hover, .link6:hover {
	padding-left:17px;
	background-position: 0 -25px;
}

.link1:visited, .link2:visited, .link3:visited, .link4:visited, .link5:visited, .link6:visited {
	padding-left:17px;
	background-position: 0 -25px;
	
}

.notes {
	color:#007862;
	font-size:10px;

	font-weight:bold;
}


