@import url("print_styles.css");
/*common styles*/

body {
	background-color: #245E42;
	background-image: url(images/background_page.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #234131;
	/* 	color: #40775A;  was Kayo's original color */
}
h1 {
	font-size: 110%;
	font-style: oblique;
}
h2 {
	/* color: #40775A; */
	color: #004A23;
	font-size: 90%;
	margin-bottom: -10px;
	padding-bottom: 5px;
	margin-top: 15px;
}
h3 {
	font-size: 90%;
}

p    {
	font-size: 75%;
	line-height: 130%;
}

a:link  {
	color: #004A23;
	text-decoration: underline;
}

a:visited  {
	color: #40775A;
	text-decoration: underline;
}

ul    { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

li   { /*body lists*/ 
	margin-left: 10px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding-left: 1em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-bottom: 5px;
	font-size: 75%; /* added this to Kayo's original */
}
 
li.typestested   {
	margin-left: 0px;
	font-size: 70%;
	background-image: url(images/spacer.gif);
	background-repeat: no-repeat;
	padding-left: 0.5em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px; 
}
/*divs used for positioning*/

#top_Banner   { /*holds the logo, name, search area*/
	background-image: url(images/background_top_banner.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 800px;
}

#search   { /*holds the search area stuff, floats right in top_Banner*/
	float: right;
	height: 130px;
	width: 234px;
}

#top_Pictures   { /*holds the appliance pictures at the top*/
	height: 106px;
	width: 800px;
}

.searchbox { /*used to style the form around the Search and Go button. Needed this
to position it nicely*/
	padding-top: 3px;
}

#wrapper  { /*holds the content area*/
	background-color: #FFFFFF;
	width: 105%;
	background-image: url(images/background_content.gif);
	background-repeat: repeat-y;
}

#content   { /*holds the textarea and sidenavigation*/
	width: 800px;
}


/*stuff for the side navigation*/

#sidenav   { /*holds the sidenavigation*/
	background-color: #FFE07F;
	float: left;
	width: 192px;	
}
#subnav   { /*use for any subnavigation lists in the sidenavigation*/
	width: 183px;
	padding-left: 9px;
	background-color: #FFECB2;
	margin-top: 0px; 
	padding-bottom: 10px;
}
#subnav ul  {
	font-size: 90%; /* Kayo had 80% */
	list-style-type: none;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#subnav li  {
	margin-left: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding-left: 0.8em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-bottom: 5px;	
}

#subnav a:link  {
	color: #004A23;
	text-decoration: underline;
}

#subnav a:visited  {
	color: #40775A;
	text-decoration: underline;
}


/*stuff for the textarea, including right column*/

#textArea   {
	background-color: #FFFFFF;
	float: right;
	width: 558px;
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.more {
	font-style: italic;
}



#rightColumn  {
	background-color: #FFF6D9;
	width: 187px;
	margin-left: 35px;
	float: right;
	margin-bottom: 40px;	
}
#rightColumn h2 {
	font-size: 85%;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-top: 3px;
	
}
#rightColumn p {
	font-size: 75%;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-top: 3px;
	
}

#rightColumn ul {
	list-style-type: none;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-top: 3px;
	font-size: 95%;
}

#rightColumn li   { 
	margin-left: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding-left: 0.8em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-bottom: 5px;
}

/*stuff for the adress info at bottom*/

#bottominfo   {
	width: 800px;
	background-color: #245E42;
	margin-left: 7px;
	margin-bottom: 25px;
	position: relative;
}

#bottominfo p  {
	font-size: 70%;
	color: #C8D7D0;
	margin-top: 0px;
	margin-bottom: 3px;
	letter-spacing: .05em;
}

#bottominfo a:link  {
	color: #C8D7D0;
	text-decoration: underline;
}

#bottominfo a:visited  {
	color: #C8D7D0;
	text-decoration: underline;
}

/*misc classes for oddball stuff*/


.paralist { /*use this for lists you don't want to use li on */
	line-height: normal;
	margin-bottom: -5px;
	padding-bottom: 0px;
}
.breadcrumbs { /*tags a p used before a pagetitle when you are in a section*/
	margin-top: 0px;
	margin-bottom: 5px; 
}
.clearit  {
	clear: both;
	
}
.omni {
	font-style: italic;
}
 
.subscript {
	font-size: 75%;
	vertical-align: sub;
}

 
.floatLogoRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatLogoLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 
.formfields {
	font-size: 80%;
	padding-top: 10px;
	font-weight: bold;
	text-align: left;
	width: 150px;
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 0px;
	margin: 0px;
}
.formdata {
	font-size: 80%;
	padding-top: 5px;
	margin: 0px;
} 
.searchfields {
	font-size: 80%;
	padding-top: 5px;
	font-weight: normal;
	text-align: right;
	width: 140px;
	vertical-align: top;
	padding-bottom: 0px;
	padding-right: 10px;
	margin: 0px;
}
.searchdata {
	font-size: 80%;
	padding-top: 5px;
	margin: 0px;
} 
.searchresults {
	font-size: 80%;
	padding-top: 10px;
}
.searchresultsinitial {
	font-size: 80%;
	line-height: 150%;
} 


.searchresultscountry {
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: -5px;
	margin-left: 10px;
}
.searchresults ul.detaillists1 {
	font-size: 130%;
	margin-top: 0.5em;
	margin-left: -7px;
}
.searchresults ul.detaillists2 {
	font-size: 130%;
	margin-top: 0.5em;
	margin-left: 0px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.homepageindent p   {
	margin-left: 15px;
}
.homepageindent li    {
	margin-left: 30px;
}


