h2{
font-size:1.1em;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#FFFFFF;}

#left_content{
width:360px;
float:left;}

#right_content{
width:260px;
float:right;}

.intro{
	font-size:0.8em;
	color:#66FFFF;
	margin-top:10px;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
}

.buynowbutton {
margin-top: 10px;
}

#content ul{
line-height:1.1em;
margin-left:20px;
margin-top:10px;
color:#FFFF00;}
#container #content #right_content
{
	color: #6A0D6B;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#leftcontent {
	width:400px;
	float: left;
	margin: 0px 10px 0px 10px;
		}

	#centercontent {
	/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
	voice-family: inherit;
	width: 220px;
	float: left;
	margin: 0px 10px 0px 10px;
		}
#centercontent {

		}

	#rightcontent {
	width:200px;
	float: left;
	margin: 0px 10px 0px 10px;
		}
.purp {
	color: #FFFFFF;
	background-color: #996699;
	height: 20px;
	width: 97%;
	padding: 0 0 0 3%;
	font-weight: bold;
	margin-bottom: 20px;
}

.vcard {
	font-size: 0.8em;
	line-height: 1.2em;
}
.vcard a {
	line-height: 2em;
	font-size: smaller;
}



p {
	margin-top: 7px;
	margin-bottom: 9px;
	line-height: 1.2;
	font-size: 0.8em;
	color: #000;
}

.vcard   .email     {
	color: #663366;
	font-size: 1em;
}

.org {
	font-weight: bold;
}
.type {
	font-weight: bold;
	margin-right: 5px;
}
.tel {
	margin-top: 8px;
}

a:link {
	color: #663366;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #663366;
	text-decoration: underline;
}
.yellow_h2 {
	font-weight: bold;
	color: #FFFF00;
}
.white_p {
color:#fff;
}
/* uv-applications */

#uv_app {
	background-image:  url("../img/uvlight/header.gif");
	background-repeat: no-repeat;
	background-position: right center;
	height: 180px;
	width: 640px;
	float: right;
	padding: 10px;
	margin-bottom: 20px;
}

#uv_app p {
	color: #FFFFFF;
	margin-top: 10px;
	font-size: 0.8em;
}

/* health-and-safety */

#uv_hs {
	width: 648px;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url("{URL_TO_APP}tickerLoader.swf?nocache=21535&tickerPreview=../preview.swf&bgColor=FFFFFF&bgAlpha=100&w=300&h=350&swfId=295480000&xmlFilename=../rssFiles/awssoft_rss_feed.xml<?php echo "%3F".$randNum; ?>");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#uv_hs img {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
}
#uv_hs .white_p {
}
#left_list {
	float: left;
	text-align: center;
	width: 48%;
	font-size: 0.9em;
}
#right_list {
	float: right;
	text-align: center;
	width: 48%;
	font-size: 0.9em;
}
#left_list li {
	padding: 4px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#right_list li {
	padding: 4px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#left_content submenu {
font-size:0.8em;
font-weight:normal;
}
.submenu a {
color:#FFFFFF;
font-weight:normal;
}
.submenu a:hover {
text-decoration:underline;
}
.submenu a:visited {
color:#FFFF00;
text-decoration:none
}
.submenu li {
display:inline;
margin: 0 2px 0 2px;
}
.submenu ul {
margin: -10px 0 0 -10px;
}

#uv_hs h3.grey_heading {
	margin-bottom: 20px;
}
#uv_hs h4 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-decoration: underline;
}
#uv_hs ol {
	font-size: 0.9em;
}
#content_to_right  h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

#uv_hs ul {
	color: #000000;
	margin: 0px;
	font-size: 0.9em;
}
.centre_list li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
#application_notes {
	color: #666666;
	height: auto;
	text-align: justify;
	margin-top: 220px;
}
#application_notes h3 {
	font-weight: bold;
}
#application_notes  h3 + p{

}
#products {
	width: 660px;
	float: right;
	margin-top: 20px;
	text-align: justify;
}
#products li {
	color: #000000;
	font-size: 0.8em;
	list-style-type: disc;
	margin-top: 20px;
}
#products h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 20px 0 20px 0;
}
#application_notes li {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 7px;
	margin-bottom: 9px;
	list-style-type: disc;
	list-style-position: inside;
}
.grey_heading {
	font-size: 0.8em;
	color: #663366;
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 15px;
	height: 20px;
	padding-top: 3px;
	font-weight: bold;
}
#container #white_bg #content_to_right .grey_heading{
	color: #663366;
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
}

#content_to_right h4 {
	font-size: 0.8em;
	line-height: 2em;
	font-weight: bold;
}
#content_to_right dt {
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
}
#content_to_right dd {
	font-size: 0.8em;
	text-indent: 50px;
}
.right_image {
	margin-left: 12px;
}
.left_image {
	float: left;
}
#content_to_right #left_content h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #663366;
}
#content_to_right #left_content li {
	font-size: 0.8em;
}
#container #white_bg #content_to_right li {

}
#bulb_change {
	background-image:  url("../img/uvlight/header.gif");
	background-repeat: no-repeat;
	background-position: right center;
	height: 180px;
	width: 640px;
	float: right;
	padding: 10px;
	margin-bottom: 20px;
}
#container #white_bg #content #left_content .index_list {
	float: left;
	line-height: 1.7em;
	list-style-position: inside;
	list-style-type: disc;
}
#container #white_bg #content #left_content .index_list a:link {
color:#FFFF00;}
#container #white_bg #content #left_content .index_list a:hover {
color:#FFFF00;
text-decoration:underline;}
#container #white_bg #content #left_content .index_list a:visited {
color:#FFFFFF;
text-decoration:none;}
#container #white_bg #content #left_content p {
	clear: left;
}
